-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split jdk8 jdk21 #277
Split jdk8 jdk21 #277
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great @Zevleg .
I think going forward, we have to think of a strategy that isn't repeating all examples.
For the jdk21 and others with LOOM support we should have blocking
version of the methods in addition to those that return CompletableFuture.
We are investigating in a different spike how to get rid of most of the Java AIScope wrapping and have those methods exported directly from the xef-core JVM version. If we are able to do that then we can stop wrapping the Kotlin methods in the Scala and Java impls.
Ticket Split Java examples into 2 modules. JDK8 and JDK 21