jabel
jabel copied to clipboard
Jabel - unlock Javac 9+ syntax when targeting Java 8
Able to generate a Jar with the pom changes mentioned in the readme, but when trying to add this dependency in Java8 project then getting below error on file classes...
Bumps [net.bytebuddy:byte-buddy-parent](https://github.com/raphw/byte-buddy) from 1.14.9 to 1.14.12. Release notes Sourced from net.bytebuddy:byte-buddy-parent's releases. Byte Buddy 1.14.12 Pin proxy class file version to avoid implicit changes when using Graal native image. Add...
Cannot use the latest version, since it is not available in the [Maven repository.](https://mvnrepository.com/artifact/com.github.bsideup.jabel/jabel-javac-plugin)
Bumps [net.java.dev.jna:jna](https://github.com/java-native-access/jna) from 5.13.0 to 5.14.0. Changelog Sourced from net.java.dev.jna:jna's changelog. Release 5.14.0 Features #1556: Add SetJob, SetPrinter to c.s.j.p.w.Winspool - @tresf. #1534: Add GetMethod, Put, SpawnInstance to c.s.j.p.win32.COM.WbemCli#IWbemClassObject and...
I am using the extension method features of manifold, and I want to use the var keyword in the code, but because of the need to support java8 (minecraft user),...
``` 22:04:23: Executing 'build'... > Task :compileJava FAILED Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the...
Does this work also when you're using Lombok as an active compiler plugin? I have Lombok included as a compiler annotation processor, but I add Jabel and it's annotationProcessors class...
JPMS is causing trouble. I excluded _module-info.java_ files via the Maven compiler plugin. Maybe there is a better solution. org.apache.maven.plugins maven-compiler-plugin **/module-info.java
Hello I am trying to install it locally using maven , I have a minimal pom xml file with the following lines from the README First is a dependency ```...
Seeing the below JVM crash (on latest master). @bsideup any ideas on what could be wrong? This is with the static initialization of bytebuddy. ``` # # A fatal error...