Closed daniel-skovenborg closed 4 months ago
Instead, dbptk-binding should be made compatible with Java 9+ even if dropping compatibility with Java 8.
I agree, I just felt that was too much to ask :-)
I can confirm that the issue is solved. Sorry if I interrupted your workflow by clicking the Close button, I should probably have just commented instead.
No worries. Heads up we are upgrading DBPTK Java to 21 across sub-projects, libraries and tools.
Because
dbptk-bindings
has been added to the default Maven profile it can no longer be build with a Java version newer than Java 8. The build fails with:The
dbptk-bindings
module should be removed from the default profile again, orDEV_NOTES.md
should instruct to install JDK 1.8 and setJAVA_HOME
. On Ubuntu: