Skip to content

Add Automatic-Module-Name to manifest #1208

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

Closed
bsc2xp opened this issue Aug 9, 2021 · 1 comment
Closed

Add Automatic-Module-Name to manifest #1208

bsc2xp opened this issue Aug 9, 2021 · 1 comment
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@bsc2xp
Copy link

bsc2xp commented Aug 9, 2021

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:

open module hummanResource {
    requires spring.beans;
    requires spring.context;
    requires org.slf4j;
    requires spring.core;
    requires spring.boot;
    requires spring.boot.autoconfigure;
    requires spring.ws.core;
    requires jdom2;

}

how can I use spring-ws with java 9?

@snicoll snicoll added the status: waiting-for-triage An issue we've not yet triaged label Feb 19, 2025
@snicoll snicoll changed the title module not found: spring.ws.core Add Automatic-Module-Name to manifest Mar 7, 2025
@snicoll snicoll added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 7, 2025
@snicoll snicoll added this to the 4.1.0-M1 milestone Mar 7, 2025
@snicoll
Copy link
Member

snicoll commented Mar 7, 2025

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

@snicoll snicoll marked this as a duplicate of #1413 Mar 7, 2025
@snicoll snicoll self-assigned this Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants