Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Restore wrongly scoped Jersey related dependencies #95

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

rvesse
Copy link
Contributor

@rvesse rvesse commented Jan 9, 2025

Even with 0.26.0 release was still getting strange runtime errors in downstream repositories. On further investigation realised this was become some dependencies has been erroneously moved to test scope when they were in fact required for servers to run correctly. They were wrongly classified by dependency analysis as unused because they are not directly used, rather indirectly via Service Loading.

This also explains why the tests here didn't fail as these dependencies has simpy been moved to test scope so they were present for the tests and allowed those to pass successfully.

Even with 0.26.0 release was still getting strange runtime errors in
downstream repositories.  On further investigation realised this was
become some dependencies has been erroneously moved to test scope when
they were in fact required for servers to run correctly.  They were
wrongly classified by dependency analysis as unused because they are
not directly used, rather indirectly via Service Loading.

This also explains why the tests here didn't fail as these dependencies
has simpy been moved to test scope so they were present for the tests
and allowed those to pass successfully.
@rvesse rvesse marked this pull request as ready for review January 10, 2025 09:05
@rvesse rvesse merged commit ccc53e2 into main Jan 10, 2025
27 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants