Can any one please post me where to find a cxf jar which has the latest xjc version in. Currently I am using 2.2.11 and it throws an erorr when using with -xjc-Xannotate. can u also tell me how can we look into cxf jar and tell it has the latest xjc version in it?
xjc is an official component of Oracle/Sun Java Development Kit.
Inside Apache CXF distribution, you have xjc libraries for internal use. You better use JDK xjc.
To know which version of xjc is in cxf, just check the file in lib directory, for example, the latest cxf version (2.6.1) shows a xjc version of 2.2.5 :
apache-cxf-2.6.1/lib/jaxb-xjc-2.2.5.jar
You can have the latest version of xjc in the JAXB RI. Currently, the latest version is 2.2.6.
Related
Although the build was started using java version: 1.8.0_242, vendor: AdoptOpenJDK, I'm getting the warning -tag option is not supported on Java version < 1.4. When building with javadoc:jar, the build fails because of the custom tags.
This is a quite old build using maven-javadoc-plugin:2.10.4. I cannot just ramp it up to 3+, and 2.10.4 seems to be newest version of 2.10.
Any ideas?
have installed JDK 16.0.1 version and in eclipse have created a maven project and want to add cucumber dependencies, please help. have tried to copy the build and properties from others but version of java is different but changed to 16.0.1 but still not seeing the cucumber dependencies added
I wasn’t aware that maven ran with jdk 16.0.1. What version of maven are you running?
I have a question.
I'm working on a project generated using jhipster. I'm using maven as dependency management system.
I have added bouncycastle for jdk 1.4.
Now I want to switch to bouncycastle for jdk 1.5. So I changed the version in the pom.xml. But running ./mvnw, download the version for jdk 1.4. So I have removed it from the external libraries and completely removed it from the pom.xml. But running ./mvnw downloaded the version for jdk 1.4. I have even deleted the bouncycastle directory in .m2/repository. Yet I don't think that there are dependencies that need bouncycastle.
Please I need some help.
upgraded commons collection jar from 3.2 version to 3.2.2 after that when i make clean build in war lib folder i found both 3.2 and 3.2.2 common collection jars.
commented commons-collection 3.2 dependency in Pom.xml
How can i include only commons collection 3.2.2 in latest builds?
Can any one please tell me is it necessar to have maven installed before using Spring tool Suite(mine is version 3.4) I think its not if version is 3.2 or below
Eclipse/STS comes with an internal maven implementation. So you do not need to have an external maven installation.