Skip to content
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

Doesn't work with Java 11 #27

Closed
joshiste opened this issue Apr 11, 2019 · 4 comments
Closed

Doesn't work with Java 11 #27

joshiste opened this issue Apr 11, 2019 · 4 comments

Comments

@joshiste
Copy link

joshiste commented Apr 11, 2019

[INFO] CXF-BOOT-MAVEN-PLUGIN setting relative wsdlLocation into @WebServiceClient: /TTXml-1.8.0/main.wsdl
[WARNING] The POM for com.sun.xml.ws:jaxws-tools:jar:2.2.10 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Processing: file:/Users/jedmeier/projects/checkout/backend/amadeus-proxy/src/main/resources/TTXml-1.8.0/main.wsdl
[INFO] jaxws:wsimport args: [-keep, -s, '/Users/jedmeier/projects/checkout/backend/amadeus-proxy/target/generated-sources/wsdlimport', -d, '/Users/jedmeier/projects/checkout/backend/amadeus-proxy/target/classes', -encoding, UTF-8, -Xnocompile, -extension, -B-Xnamespace-prefix, -wsdllocation, /TTXml-1.8.0/main.wsdl, "file:/Users/jedmeier/projects/checkout/backend/amadeus-proxy/src/main/resources/TTXml-1.8.0/main.wsdl"]
-Xbootclasspath/p is no longer a supported option.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
@CauchyPeano
Copy link

Same for me. I wonder what could be the error here

@CauchyPeano
Copy link

There is related issue: mojohaus/jaxws-maven-plugin#54

jonashackt added a commit that referenced this issue Jun 19, 2019
…pache.maven.shared.maven-verifier plugin, which implies a new parent-pom / module structure for the whole project. Now the cxf-spring-boot-starter-maven plugin module is build first - and the integrationtest project follows, using the pre-build plugin right away
jonashackt added a commit that referenced this issue Jun 20, 2019
…ts should also run locally without setting ` -Dmaven.repo.local=$HOME/.m2/repository`
jonashackt added a commit that referenced this issue Jun 20, 2019
…ces inside the testproject under /src/test/resources :)
jonashackt added a commit that referenced this issue Jun 20, 2019
jonashackt added a commit that referenced this issue Jun 20, 2019
jonashackt added a commit that referenced this issue Jun 20, 2019
jonashackt added a commit that referenced this issue Jun 20, 2019
…ric/cxf-spring-boot-starter-maven-plugin/jobs/548069236), we need to switch to newer jax-b core. But since that isn't updated anymore (I really don't know why, have a look at https://mvnrepository.com/artifact/org.glassfish.jaxb/jaxb-core - this is stuck at May 2018), we switch from jaxb-core to jaxb-runtime, which is maintained normal (see https://mvnrepository.com/artifact/org.glassfish.jaxb/jaxb-runtime)
jonashackt added a commit that referenced this issue Jun 20, 2019
…since there are old dependencies in our way
jonashackt added a commit that referenced this issue Jun 21, 2019
…tched: com.helger.maven) to silently moved, but maintained com.sun.xml.ws.jaxws-maven-plugin - which also runs on all major JDKs. This also resolves mojohaus/jaxws-maven-plugin#54 completely
jonashackt added a commit that referenced this issue Jun 21, 2019
@jonashackt
Copy link
Member

Works now on all major JDK versions, will release soon.

@jonashackt
Copy link
Member

jonashackt commented Jun 21, 2019

Released right now @CauchyPeano, should be available soon #30 - takes some hours to be synced on Maven Central repos ✌️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants