-
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 9 support #114
Comments
To make the setting project specific I used
This is really just a workaround - I think the plugin should allow to be run in its own process so that JVM arguments can be passed to it. |
Yep, same exception here. Any plans when we will see this resolved? |
@johnpoth @nicolaiparlog @ptahchiev Sorry guys, I have no knowledge of Java 9 module system and no idea what's happening here and how to fix it. |
I believe what's happening is you depend on:
but there's already a 2.3.0 version of JAXB which ships a jaxb-jxc-jdk9 module: http://repo1.maven.org/maven2/org/glassfish/jaxb/jaxb-jxc-jdk9/ I believe what you should do is create a new branch of the maven plugin which declares the jdk9 dependencies and release a new version that supports jdk9. |
Anything to get this resolved soon, would be much appreciated. People are trying to migrate to Java9 and actually Java10 now. |
I moved to org.apache.cxf:cxf-xjc-plugin, some headache with configuration and it works fine for me |
I hear you, but, as said above have zero Java 9 exp so far. |
as far as I understand(correct me if I'm wrong) the fix for it is already in java-9 branch according to discussion there -> #120 so question is what blocks us to relase it ? |
#120 is open. Some work was done but there was a number of problems reported. |
@nicolaiparlog @dzmitryh @hendriks73 @ptahchiev Hi everyone, I've just added the Could you please give it a try on your projects. Thank you. Best wishes, |
Does that mean the additional (Will give the new version a try this week or next.) |
@nicolaiparlog To be honest, I have no idea. The Please also check if |
I summarized my observations and answers to some of your questions in this comment on #120. As I see it, this issue can be closed. |
java9 branch tested at work. It works fine (with episode generation set to off) |
@SamSuffit See #120 let's continue the discussion there. |
Great! Now get to fixing jaxb2-basics :) |
+1 |
Thanks a lot ! |
@nicolaiparlog @ptahchiev @dzmitryh @hendriks73 et al. I've just released Please test it.
Java 1.6 is no longer supported. |
Thanks a lot ! |
Well done guys! |
When using Java 9 build 156 and v0.13.1 of the plugin on Apache Camel I get:
Work around is to set
which works. The plugin doesn't seem to support forking so I don't see another workaround.
Thanks!
The text was updated successfully, but these errors were encountered: