Radek Antoniuk

Results 163 comments of Radek Antoniuk

Needs bumping to JDK 21: ``` [INFO] Restricted to JDK 17 yet com.atlassian.jira:jira-rest-java-client-api:jar:7.0.1:compile contains com/atlassian/jira/rest/client/api/ComponentRestClient.class targeted to JDK 21 [INFO] Restricted to JDK 17 yet com.atlassian.jira:jira-rest-java-client-core:jar:7.0.1:compile contains com/atlassian/jira/rest/client/auth/BasicHttpAuthenticationHandler.class targeted to...

I cannot reproduce it on my vanilla jenkins:lts docker setup (2.528.1). How are you running your Jenkins instance? Can you share an example declarative pipeline?

> Would you prefer a separate utility class like IssueSelectorUtils for shared logic or is some duplication acceptable to keep selectors self contained or you suggest another approach? I'm fine...

Let's leave it then as it is now (in AbstractIssueSelector), just make sure to cover the changes with tests accordingly ([see some missing branches](https://github.com/jenkinsci/jira-plugin/pull/746/checks?check_run_id=52503493134)). Edit: I actually need to see...

@ahmedanwar1 I looked at the implementation and I'm wondering what do you think about a different approach. How about having a `sinceLastSuccessfulBuild` _flag_ in the _DefaultIssueSelector_, with a default setting...

> How do you currently detect that the JIRA version already exists — only from the console log or from the API response/status code? Check [the JiraSession's Java API docs](https://javadoc.jenkins.io/plugin/jira/hudson/plugins/jira/JiraSession.html)...

Interesting, thanks for the report with so much details and source code investigation. @Ronan-Quintin-Digtal-Insure just to confirm, are you also using a URL other than `atlassian.net` to access the Jira...

I've opened [an upstream PR with a fix](https://bitbucket.org/atlassian/jira-rest-java-client/pull-requests/170), thanks to @gilesyunex analysis. If the upstream is not reactive enough, I also confirmed that shadowing this on our side does the...

I still haven't heard from Atlassian since [I opened the PR](https://bitbucket.org/atlassian/jira-rest-java-client/pull-requests/170) and even if they merge that, then we'd need probably a backport fix for 6.x JRJC version (because we...

No need to assign it, just submit a Pull Request.