Re: [PR] Fixed errors with constructions from java 21 [maven-checkstyle-plugin]

2025-04-11 Thread via GitHub
rnveach commented on PR #168: URL: https://github.com/apache/maven-checkstyle-plugin/pull/168#issuecomment-2796767287 Checkstyle needs **at least** java 11. It will execute with JREs after 11. Checkstyle CI uses other versions, I believe 17 is included. I believe this is also documented on

Re: [PR] Fixed errors with constructions from java 21 [maven-checkstyle-plugin]

2025-04-10 Thread via GitHub
Bukama commented on PR #168: URL: https://github.com/apache/maven-checkstyle-plugin/pull/168#issuecomment-2795774855 > To the maintainers: It would be nice to upgrade the checkstyle version, as proposed in this PR, as the current one does not support several new Java 21 language features.

Re: [PR] Fixed errors with constructions from java 21 [maven-checkstyle-plugin]

2025-04-10 Thread via GitHub
HereThereBeMonsters commented on PR #168: URL: https://github.com/apache/maven-checkstyle-plugin/pull/168#issuecomment-2795698581 To the maintainers: It would be nice to upgrade the checkstyle version, as proposed in this PR, as the current one does not support several new Java 21 language

[PR] Fixed errors with constructions from java 21 [maven-checkstyle-plugin]

2025-03-14 Thread via GitHub
SergKhram opened a new pull request, #168: URL: https://github.com/apache/maven-checkstyle-plugin/pull/168 Old version doesn't know about new java switch constructions (mismatched input '.' expecting ';': InputMismatchException in case of `case SomeStatusClass s when SomeStatusesList.contai