Pavel Vlasov
Pavel Vlasov
Steve, I commented this line in my set-up and observed correct behavior in which /this./ was not assumed and as such instance fields and methods stopped from appearing in a...
Hello, I've synced the fork and ran a local build - it was successful on Java 17, Windows 11. Please let me know if there is anything else I need...
I changed the ``switch`` which caused build failure to ``if-else`` in [src/test/java/picocli/IAnnotatedElementProviderTest.java](https://github.com/remkop/picocli/commit/9459d39709030ccb8b8f1956daf230dec6c4eba0#diff-c0046c1f640d8874fff1859b742fadeec4d1c4a9137e248f1f732ad6b8d2eb36) and ran builds with Java 8 and Java 17 on Windows. My tests now pass on both Java...
Hello, I've [fixed the failing groovy test](https://github.com/remkop/picocli/commit/e4c93f44b2696f96f155a649f1c1464ab7f7bf44) - please verify that the fix is OK. Builds are successful on Windows 11 with Java 8 and 17 and on Debian Linux...
Great! I've renamed ``IReflector`` to ``IAnnotatedElementProvider``: https://github.com/remkop/picocli/compare/main...Nasdanika:picocli:main. Please let me know if you need anything else!
I've created a pull request - https://github.com/remkop/picocli/pull/2328. It builds successfully in my local environment, the merge request status is "Review required".
1.2024.7 has a strange maven-module.class (javap'd below). Eclipse can't open it. It is not found in the source tree. It broke my build. 1.2024.6 also broke my build due to...
Compilation problem solved - remove all ``module-info.class`` files from the jar and add a proper ``module-info.class`` to the root of the jar! I did not try to run it. Also...