Hi team,
We have a p2 addon that does some integration using jaxws. As you may know, jaxws as been removed from Java 11. The addon is currently failing to run the integration as there are some missing jaxws classes.
My question is, what’s the best way to have an addon that includes jaxws and works on both Java 8 and Java 11. Does Jira include jaxws out of the box or is Jira using the jaws bundle in Java 8? Should I include the maven dependency? Would an <Import-Package> in maven-jira-plugin do the trick?
Cheers
Fernando