aditya0811 commented on issue #12809:
URL: https://github.com/apache/pinot/issues/12809#issuecomment-2221369422
1) Can we build the pinot with highest JDK version(>=22) in the CI? We have
in pom.xml `<release>${jdk.version}</release>`, where jdk.version=11.
`<release>` [avoids any usage of future version
APIs](https://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-release.html).
For FFM module we will keep <release> 22. Also, can you please help me with
the CI link, that is used to package pinot? I could not find in github
workflows.
2) For UTs I am yet to find a way, that UTs can use the class files
generated out of non source folder i.e. java22.
Another challenge with single project approach is the IDE does not recognize
classes in java22 folder, during development.
--
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]