jstewmon opened a new issue, #6561:
URL: https://github.com/apache/incubator-kie-drools/issues/6561

   Hi, I was wondering if there are any plans to update the java versions 
supported by the compiler? It seems deceptively easy to add support for newer 
versions, but I suppose the explicit list of supported versions exists b/c 
there are additional considerations?
   
   I was trying to update a project that builds an executable model kjar to 
Java 21, and it seemed like I had to set `maven.compiler.release` to `19` to 
get it to build b/c the inferred JDK version was 11. So, while I was able to 
get the project to compile, I was unable to use Java 21 language features in 
Java code in the same module as my DRL sources.
   
   
https://github.com/apache/incubator-kie-drools/blob/fe6decc777e02e22a40e822dd56738c553396f5a/kie-memory-compiler/src/main/java/org/kie/memorycompiler/JavaConfiguration.java#L43
   
   
https://github.com/apache/incubator-kie-drools/blob/fe6decc777e02e22a40e822dd56738c553396f5a/kie-memory-compiler/src/main/java/org/kie/memorycompiler/JavaConfiguration.java#L88-L114


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to