Forum Discussion

harryssuperman's avatar
harryssuperman
Occasional Visitor
3 years ago
Solved

Support soapui-maven-plugin Java 17

Hi folks,

 

i want to know if the soapui-maven-plugin support java 17. Currently we have some Soap Webservices and a lot of automatic Test are running with the plugin but i am not sure if plugin support Java 17 because the api goes to Jakarta and will be running under jakarta packagename.

 

Thanks a lot for the Community.

5 Replies

  • Hello! I am facing the same problem, I would like to upgrade from java 11 to java 17, however with java 17 the soapui-maven-plugin is giving problem. It complains that I am running the plugin (with java 17) with a different java version it was compiled with (probably java 8 or 11).

    Did you find any answer to your question?

     

    Thank you!

  • I solved my problem using the following plugin. Hope that helps.

    <plugin>
    <groupId>eviware</groupId>
    <artifactId>maven-soapui-pro-plugin</artifactId>
    <version>4.5.1</version>
    </plugin>