Project:
View Revisions: Issue #44626 | [ Back to Issue ] | ||
Summary | 0044626: Remove or fix jaxen-1.1.1.jar and xmlbeans-2.3.0 libraries to support Eclipse Java 11 | ||
Revision | 2020-07-17 11:02 by cberner | ||
Steps To Reproduce | Open an erp environment with analytics module in Eclipse and set the compiler to Java 11. Errors and warnings should appear on build. |
||
Revision | 2020-07-17 11:02 by cberner | ||
Description | Eclipse ecj compiler (compiling with java 11) generates an error when jaxen-1.1.1.jar or xmlbeans-2.3.0 are present because they collides with JDK package org.w3c.dom. Those jars are present in org.openbravo.client.analytics in lib/runtime/[1] and [2]. For jaxen new version was released to fix this issue, it is not a minor version however, so it should be checked prior to updating.[3] These have to be fixed to support working with Eclipse on java 11. [1] https://gitlab.com/openbravo/product/pmods/org.openbravo.client.analytics/-/tree/master/lib/runtime/jaxen-1.1.1.jar [^] [2] https://gitlab.com/openbravo/product/pmods/org.openbravo.client.analytics/-/tree/master/lib/runtime/xmlbeans-2.3.0.jar [^] [2] https://github.com/jaxen-xpath/jaxen/releases/tag/v1.2.0 [^] |
||
Revision | 2020-07-17 10:55 by cberner | ||
Steps To Reproduce | Open an erp environment with analytics module in Eclipse and set the compiler to Java 11. | ||
Revision | 2020-07-17 10:55 by cberner | ||
Description | Eclipse ecj compiler generates an error when jaxen-1.1.1.jar is present because it collides with JDK package org.w3c.dom. This jar is present in org.openbravo.client.analytics in lib/runtime/[1]. A new version was released to fix this issue, it is not a minor however.[2] This has to be fixed to support working with Eclipse on java 11. [1] https://gitlab.com/openbravo/product/pmods/org.openbravo.client.analytics/-/tree/master/lib/runtime/jaxen-1.1.1.jar [^] [2] https://github.com/jaxen-xpath/jaxen/releases/tag/v1.2.0 [^] |
Copyright © 2000 - 2009 MantisBT Group |