8a04f3e303
1. new version of cxf need new version of spring so get osgi version from org.apache.servicemix but spring of cxf limit to 4.0 so take 4.3.19.RELEASE_1 http://cxf.apache.org/docs/30-migration-guide.html 2. eclipse auto add --add-modules=ALL-SYSTEM when run eclipse launcher, so when run idempiere server from eclipse encounter bellow condition javax.activity, javax.xml.ws is depricate package to remove on jdk11 that why this module is exclusive from build class path (but by --add-modules=ALL-SYSTEM it appear at runtime) we use some replace jar for that package (com.sun.activation for javax.activation) |
||
---|---|---|
.. | ||
.settings | ||
.classpath | ||
.project | ||
build.properties | ||
pom.xml |