You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because there is not an Automatic-Module-Name entry in the manifest, so I used jar filename 'spring.ws.core' in module-info.java, but build task get an error "module not found: spring.ws.core" .
As you've figured out by now, you don't need module names to be able to use Spring-WS with Java 9. That said, we'll follow the lead of Spring Boot, see spring-projects/spring-boot#11994
because there is not an Automatic-Module-Name entry in the manifest, so I used jar filename 'spring.ws.core' in module-info.java, but build task get an error "module not found: spring.ws.core" .
module-info.java:
how can I use spring-ws with java 9?
The text was updated successfully, but these errors were encountered: