-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 11 support #167
Comments
@highsource any comment on this ? |
Did not come to this yet, sorry. BTW 1.11.1 is a wrong version of JAXB2-Basics. Was published by mistake. Use 0.11.1 or 0.12.0: |
Continued in xjc-maven-plugin#3. |
Is this part of any Milestone? |
Was trying to migrate some of our projects to Java11 and got this error too. Do we need to wait for an update or is there a workaround? |
The status of this issue is 'closed', but no new release gets published, and maven repository is still in 0.12.0. |
@jkzu I'm picking up the maintenance of this plugin. I'll be releasing updated versions over the next few weeks that include full Java 11 support. FYI-- 0.14.0 is available via maven central: https://mvnrepository.com/artifact/org.jvnet.jaxb2.maven2/maven-jaxb2-plugin/0.14.0 |
Hi @mattrpav. Thank you for having released version 0.15.1 but it doesn't seem to support Java 11 or am I missing something? What is the current status of Java 11 support? Are you still working on it? What might be the currently major issue blocking it? |
@yvanzo what error are you getting? |
…ce#167) Co-authored-by: Laurent SCHOELENS <laurent.schoelens@sfr.com>
While moving to java 11 (Open JDK 11) I'm getting the following error
Caused by: java.lang.ClassNotFoundException: com.sun.tools.xjc.model.Aspect
Complete StackTrace
Plugin configuration
The text was updated successfully, but these errors were encountered: