ostinru opened a new pull request, #72:
URL: https://github.com/apache/cloudberry-pxf/pull/72
Add java 17 support to cloudberry-pxf:
* Update gradle to 7.x:
`cd server && ./gradlew wrapper --gradle-version 7.6`
* Update gradle plugins to work with newer gradle
* Add `--add-options` to jvmArgs to bypass JEP486 limitations
* Add `-Xlint:-removal` - do not treat removal warnings as warnings (it
breaks build when run with `-Werror`)
* CI: add java version compatibility tests (run JUnit tests)
* Automation: remove JUnit tests from automation tests - save a bit of
developer's time
--
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]