bsideup / jabel

Jabel - unlock Javac 9+ syntax when targeting Java 8
Apache License 2.0
800 stars 47 forks source link

Jabel not support the new standard library? #179

Closed xuges closed 8 months ago

xuges commented 10 months ago

My code used the java9 java.net.http standard library and failed to compile. Is the new java version of the standard library not supported?

dstango commented 9 months ago

Check out the project's scope: it's only supporting newer java syntax, not newer java standard libraries.

xuges commented 8 months ago

All right... It doesn't help me much