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

Narrow grizzly dependency #186

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Narrow grizzly dependency #186

merged 1 commit into from
Dec 19, 2024

Conversation

pzygielo
Copy link
Contributor

@pzygielo pzygielo commented Dec 8, 2024

Replace

[INFO] --- dependency:3.7.0:tree (default-cli) @ shoal-gms-impl ---
[INFO] org.glassfish.shoal:shoal-gms-impl:bundle:3.1.1-SNAPSHOT
[INFO] +- org.glassfish.shoal:shoal-gms-api:jar:3.1.1-SNAPSHOT:compile
[INFO] +- junit:junit:jar:4.13.2:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] \- org.glassfish.grizzly:grizzly-core:jar:4.0.2:compile
[INFO]    +- org.glassfish.grizzly:grizzly-framework:jar:4.0.2:compile
[INFO]    \- org.glassfish.grizzly:grizzly-portunif:jar:4.0.2:compile

which introduces duplicated classes (grizzly-core contains classes from grizzly-framework and grizzly-portunif AND additionaly depends on these artifacts),
with

[INFO] --- dependency:3.7.0:tree (default-cli) @ shoal-gms-impl ---
[INFO] org.glassfish.shoal:shoal-gms-impl:bundle:3.1.1-SNAPSHOT
[INFO] +- org.glassfish.shoal:shoal-gms-api:jar:3.1.1-SNAPSHOT:compile
[INFO] +- junit:junit:jar:4.13.2:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] \- org.glassfish.grizzly:grizzly-framework:jar:4.0.2:compile

@pzygielo
Copy link
Contributor Author

pzygielo commented Dec 8, 2024

@pzygielo pzygielo marked this pull request as ready for review December 8, 2024 12:50
@dmatej dmatej added this to the 3.1.1 milestone Dec 19, 2024
@dmatej dmatej added the dependencies Pull requests that update a dependency file label Dec 19, 2024
Replace
```
[INFO] --- dependency:3.7.0:tree (default-cli) @ shoal-gms-impl ---
[INFO] org.glassfish.shoal:shoal-gms-impl:bundle:3.1.1-SNAPSHOT
[INFO] +- org.glassfish.shoal:shoal-gms-api:jar:3.1.1-SNAPSHOT:compile
[INFO] +- junit:junit:jar:4.13.2:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] \- org.glassfish.grizzly:grizzly-core:jar:4.0.2:compile
[INFO]    +- org.glassfish.grizzly:grizzly-framework:jar:4.0.2:compile
[INFO]    \- org.glassfish.grizzly:grizzly-portunif:jar:4.0.2:compile
```
which introduces duplicated classes (`grizzly-core` contains
classes from `grizzly-framework` and `grizzly-portunif`
AND additionaly depends on these artifacts),
with
```
[INFO] --- dependency:3.7.0:tree (default-cli) @ shoal-gms-impl ---
[INFO] org.glassfish.shoal:shoal-gms-impl:bundle:3.1.1-SNAPSHOT
[INFO] +- org.glassfish.shoal:shoal-gms-api:jar:3.1.1-SNAPSHOT:compile
[INFO] +- junit:junit:jar:4.13.2:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] \- org.glassfish.grizzly:grizzly-framework:jar:4.0.2:compile
```
@pzygielo pzygielo merged commit c8e085c into eclipse-ee4j:master Dec 19, 2024
2 checks passed
@pzygielo pzygielo deleted the gd branch December 19, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants