You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2018/11/04 15:14:58 UTC

svn commit: r1845743 - /axis/axis2/java/core/trunk/modules/jaxbri-codegen/src/main/java/org/apache/axis2/jaxbri/CodeGenerationUtility.java

Author: veithen
Date: Sun Nov  4 15:14:58 2018
New Revision: 1845743

URL: http://svn.apache.org/viewvc?rev=1845743&view=rev
Log:
Add reference to MNG-6506.

Modified:
    axis/axis2/java/core/trunk/modules/jaxbri-codegen/src/main/java/org/apache/axis2/jaxbri/CodeGenerationUtility.java

Modified: axis/axis2/java/core/trunk/modules/jaxbri-codegen/src/main/java/org/apache/axis2/jaxbri/CodeGenerationUtility.java
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/jaxbri-codegen/src/main/java/org/apache/axis2/jaxbri/CodeGenerationUtility.java?rev=1845743&r1=1845742&r2=1845743&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/jaxbri-codegen/src/main/java/org/apache/axis2/jaxbri/CodeGenerationUtility.java (original)
+++ axis/axis2/java/core/trunk/modules/jaxbri-codegen/src/main/java/org/apache/axis2/jaxbri/CodeGenerationUtility.java Sun Nov  4 15:14:58 2018
@@ -79,8 +79,7 @@ public class CodeGenerationUtility {
                                             CodeGenConfiguration cgconfig)
             throws RuntimeException {
         try {
-            // Work around an incompatibility between plexus-classworlds and Java 9 that causes
-            // a failure to load package annotations.
+            // Work around MNG-6506.
             CodeGenerationUtility.class.getClassLoader().loadClass("com.sun.tools.xjc.reader.xmlschema.bindinfo.package-info");
 
             //check for the imported types. Any imported types are supposed to be here also