Re: Any plans to release maven-checkstyle-plugin?

2022-04-21 Thread Maxim Solodovnik
3.2.0-SNAPSHOT works as expected at least "Instanceof pattern matching" seems to pass checkstyle :) On Thu, 21 Apr 2022 at 19:21, Falko Modler wrote: > > Hi Maxim, > > it works for me when adding checkstyle 9.3 (or other recent versions) as > a plugin dependency, overriding the one that is shippe

[ANN] Maven Antrun Plugin 3.1.0 released

2022-04-21 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Antrun Plugin version 3.1.0. https://maven.apache.org/plugins/maven-antrun-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-antrun-plugin 3.1.0 Release N

[ANN] Maven EJB Plugin 3.2.1 released

2022-04-21 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven EJB Plugin version 3.2.1. https://maven.apache.org/plugins/maven-ejb-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-ejb-plugin 3.2.1 Release Notes - Ma

[ANN] Maven PDF Plugin 1.6.0 released

2022-04-21 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven PDF Plugin version 1.6.0. https://maven.apache.org/plugins/maven-pdf-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-pdf-plugin 1.6.0 Release Notes - Ma

Re: Any plans to release maven-checkstyle-plugin?

2022-04-21 Thread Falko Modler
Hi Maxim, it works for me when adding checkstyle 9.3 (or other recent versions) as a plugin dependency, overriding the one that is shipped by the plugin. I never wait for plugin updates to update checkstyle, because checkstlye is updated way more often than the plugin. Cheers, Falko Am 21.04.

Re: Any plans to release maven-checkstyle-plugin?

2022-04-21 Thread Slawomir Jaranowski
Hi, Can you confirm that version 3.2.0-SNAPSHOT is working for you? https://maven.apache.org/guides/development/guide-testing-development-plugins.html czw., 21 kwi 2022 o 11:51 Maxim Solodovnik napisaƂ(a): > Hello All, > > I would like to switch to the latest Java17 LTS > But it seems latest m

Any plans to release maven-checkstyle-plugin?

2022-04-21 Thread Maxim Solodovnik
Hello All, I would like to switch to the latest Java17 LTS But it seems latest maven-checkstyle-plugin doesn't work with new java17 features :( Maybe it would be possible to release new version? Thanks in advance :) -- Best regards, Maxim --