jboss-fuse / fuse-apicurito-generator

Fuse Apicurito Generator
5 stars 14 forks source link

[ENTESB-9794]Support Running on Java 11/fuse-apicurito-generator #25

Closed ffang closed 2 years ago

apupier commented 5 years ago

As some libraries are added only for java 9+, does it mean that we will need to provide 2 binaries? one for Java 8 and one for Java 9+? If yes, is productization/marketing ready for that? (or plan to be ready)

ffang commented 5 years ago

As some libraries are added only for java 9+, does it mean that we will need to provide 2 binaries? one for Java 8 and one for Java 9+? If yes, is productization/marketing ready for that? (or plan to be ready)

Hi @apupier ,

No, we only provide 1 binary built with JDK8.

We added some jee depenedencies when run test against JDK11 because those API are removed since JDK11

However, I believe those are still API compatible with the counterpart in JDK8, So when users would run against JDK11, they can add those in their classpath as well.

Freeman

apupier commented 2 years ago

4 years later, so I guess we can close it