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

Correct netty dependencies #3078

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

idelpivnitskiy
Copy link
Member

Motivation:

Maven helped to identify that after #3055 generated pom.xml files are invalid. We forgot to include netty-bom in some modules that depend on io.netty without specifying netty version.
Also, noticed that some of our modules that use io.netty do not list all used netty dependencies as needed.

Modifications:

  • For all modules that contain -netty in their names add missed netty-bom and some other netty dependencies that are used explicitly;
  • servicetalk-buffer-netty: add missed netty-common dependency;
  • servicetalk-transport-netty: remove unused netty-common dependency;

Result:

Gradle generates valid pom.xml files.

Motivation:

Maven helped to identify that after apple#3055 generated pom.xml files are
invalid. We forgot to include `netty-bom` in some modules that depend
on `io.netty` without specifying netty version.
Also, noticed that some of our modules that use `io.netty` do not list
all used netty dependencies as needed.

Modifications:

- For all modules that contain `-netty` in their names add missed
`netty-bom` and some other netty dependencies that are used explicitly;
- `servicetalk-buffer-netty`: add missed `netty-common` dependency;
- `servicetalk-transport-netty`: remove unused `netty-common` dependency;

Result:

Gradle generates valid pom.xml files.
@idelpivnitskiy idelpivnitskiy self-assigned this Oct 15, 2024
@idelpivnitskiy idelpivnitskiy merged commit fe7739e into apple:main Oct 15, 2024
11 checks passed
@idelpivnitskiy idelpivnitskiy deleted the netty-deps branch October 15, 2024 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants