Although java.sql is by default contained in all JREs it is not part of the java.base module. To allow leveraging ACTool with a trimmed down JRE not containing this module the dependency should be removed. It is currently used in a single place in
|
private Timestamp timestamp; |
. Unfortunately this is part of the API, so a replacement is not backwards compatible.
Although
java.sqlis by default contained in all JREs it is not part of thejava.basemodule. To allow leveraging ACTool with a trimmed down JRE not containing this module the dependency should be removed. It is currently used in a single place inaccesscontroltool/accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/api/HistoryEntry.java
Line 27 in e2e479c