[ https://issues.apache.org/jira/browse/XMLBEANS-622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581411#comment-17581411 ]
PJ Fanning commented on XMLBEANS-622: ------------------------------------- I get the correct names of the files and classes when javaparser 3.24.2 is used: * ResultDocument and ResultDocumentImpl * RESULTDocument2 and RESULTDocument2Impl Something about javaparser 3.24.4 means that the class names and java file names get mixed up. The Java class names are the same as when I run with javaparser 3.24.2 but the file names get the opposite Result/RESULT prefix from what they should. > javaparser 3.24.4 breaks xmlbeans build > --------------------------------------- > > Key: XMLBEANS-622 > URL: https://issues.apache.org/jira/browse/XMLBEANS-622 > Project: XMLBeans > Issue Type: Improvement > Affects Versions: Version 5.1.0 > Reporter: PJ Fanning > Priority: Major > Fix For: Version 5.1.2 > > > https://github.com/javaparser/javaparser/releases/tag/javaparser-parent-3.24.3 > seems to have breaking changes. This is tagged 3.24.3 but that release seems > to have failed and a newer release 3.24.4 was made. > The xmlbeans build fails with this version. It appears some generated code > appears in Java files whose name does match the name of the class (case > sensitivity issues). > We could fix the tests so that the build succeeds but the question is would > users who use XMLBeans also hit similar issues with their XSD to Java code > generation? -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org