Skip to content
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

org.springframework.boot/spring-boot-starter-test Does not work with a module path #40949

Closed
bowbahdoe opened this issue May 29, 2024 · 1 comment
Labels
status: duplicate A duplicate of another issue

Comments

@bowbahdoe
Copy link

The org.json package is split between jsonassert and android.json.

I am validating this with a tool I wrote

jresolve --output-directory libs \
    pkg:maven/org.springframework.boot/[email protected]
    pkg:maven/org.springframework.boot/[email protected]
java --module-path libs --add-modules spring.boot.test
java --module-path libs --add-modules spring.boot.test
Error occurred during initialization of boot layer
java.lang.module.ResolutionException: Modules jsonassert and android.json export package org.json to module spring.boot.starter
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 29, 2024
@philwebb
Copy link
Member

Unfortunately this is an issue we can't fix in Spring Boot. There's an open pull request but it doesn't look like JSONassert is being actively maintained at the moment.

See also #15967

@philwebb philwebb closed this as not planned Won't fix, can't repro, duplicate, stale May 29, 2024
@philwebb philwebb added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

3 participants