Re: [VOTE] Release Apache Maven Docck Plugin version 1.2

2023-10-22 Thread Sylwester Lachiewicz
+1 niedz., 22 paź 2023, 16:21 użytkownik Slawomir Jaranowski < s.jaranow...@gmail.com> napisał: > Hi, > > We solved 6 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317229=12342769 > > NOTE: This is the last release - preparing for the retiring plugin. > So all

Re: [VOTE] Release Maven Dependency Plugin version 3.6.1

2023-10-22 Thread Michael Osipov
Am 2023-10-20 um 23:28 schrieb Michael Osipov: Hi, we solved 7 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317227=12353360 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/projects/MDEP/issues Staging repo:

Re: [VOTE] Release Maven JXR version 3.3.1

2023-10-22 Thread Michael Osipov
Am 2023-10-20 um 21:45 schrieb Michael Osipov: Hi, We solved 6 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317527=12352247 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Surefire version 3.2.1

2023-10-22 Thread Michael Osipov
Am 2023-10-20 um 20:44 schrieb Michael Osipov: Hi, we solved 9 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317927=12353730 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Checkstyle Plugin version 3.3.1

2023-10-22 Thread Michael Osipov
Am 2023-10-21 um 12:44 schrieb Michael Osipov: Hi, we solved 4 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223=12353283 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Checkstyle Plugin version 3.3.1

2023-10-22 Thread Slawomir Jaranowski
+1 sob., 21 paź 2023 o 12:44 Michael Osipov napisał(a): > Hi, > > we solved 4 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317223=12353283 > > There are still a couple of issues left in JIRA: > >

Re: [VOTE] Release Maven Surefire version 3.2.1

2023-10-22 Thread Slawomir Jaranowski
+1 Build on Jenkins failed [ERROR] Failed to execute goal org.apache.maven.plugins:maven-help-plugin:3.4.0:effective-settings (settings.xml) on project surefire-its: The plugin org.apache.maven.plugins:maven-help-plugin:3.4.0 requires Maven version 3.6.3 So it is a time to refresh Jenkins

Re: [VOTE] Release Maven JXR version 3.3.1

2023-10-22 Thread Slawomir Jaranowski
+1 pt., 20 paź 2023 o 21:45 Michael Osipov napisał(a): > Hi, > > We solved 6 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317527=12352247 > > There are still a couple of issues left in JIRA: > >

[VOTE] Release Apache Maven Docck Plugin version 1.2

2023-10-22 Thread Slawomir Jaranowski
Hi, We solved 6 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317229=12342769 NOTE: This is the last release - preparing for the retiring plugin. So all remaining issues will be closed - as won't fix. Staging repo:

Re: JDK 21 in CI

2023-10-22 Thread Slawomir Jaranowski
Hi, Issues with spotless was fixed in parent pom. I'm waiting for current releases in progress and next weekend I will release the next parents versions. So I hope we can switch to JDK 21 globally after it. niedz., 22 paź 2023 o 15:23 Elliotte Rusty Harold napisał(a): > JDK 21 is now the

Re: JDK 21 in CI

2023-10-22 Thread Gary Gregory
FYI: Somethings to watch out for based on testing Commons: - Double toString() is less precise - Odd differences in printing/parsing timestamps/times (unresolved so far, see Commons ML) Gary On Sun, Oct 22, 2023 at 9:23 AM Elliotte Rusty Harold wrote: > > JDK 21 is now the both the latest and

JDK 21 in CI

2023-10-22 Thread Elliotte Rusty Harold
JDK 21 is now the both the latest and latest LTS release of Java so it's worth adding it to our build matrices in place of JDK 20. Worth noting: I've seen multiple other open source projects have new test failures on JDK 21 so there could be some fixup worth to do in some plugins before this is