-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
Same for me. I wonder what could be the error here |
There is related issue: mojohaus/jaxws-maven-plugin#54 |
jonashackt
added a commit
that referenced
this issue
Jun 13, 2019
jonashackt
added a commit
that referenced
this issue
Jun 13, 2019
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
…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
Works now on all major JDK versions, will release soon. |
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
The text was updated successfully, but these errors were encountered: