(build)version management for maven-pulgin and artifactId#766
Merged
wu-sheng merged 8 commits intoapache:mainfrom Aug 15, 2025
Merged
(build)version management for maven-pulgin and artifactId#766wu-sheng merged 8 commits intoapache:mainfrom
wu-sheng merged 8 commits intoapache:mainfrom
Conversation
• Updated maven-shade-plugin to version 3.2.4 • Updated maven-surefire-plugin to version 3.0.0-M8 • Removed redundant version declarations across modules • Centralized plugin version management in the root POM
kezhenxu94
reviewed
Aug 14, 2025
- revert property
<netty-tcnative-boringssl-static.version>2.0.48.Final</netty-tcnative-boringssl-static.version>
- manage netty-tcnative-boringssl-static's version in root pom.xml
```xml
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>${netty-tcnative-boringssl-static.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-classes</artifactId>
<version>${netty-tcnative-boringssl-static.version}</version>
</dependency>
```
use property `netty-tcnative-boringssl-static.version` in root pom.xml
Member
|
Please update the changes.md about the changes you made. |
Centralized plugin version management in the root POM and Remove Redundant Declarations by PR apache#766
Contributor
Author
|
Build: Centralized plugin version management in the root POM and Remove Redundant Declarations by PR #766
Please review it again. I have updated the changes.md. thx |
wu-sheng
reviewed
Aug 15, 2025
wu-sheng
approved these changes
Aug 15, 2025
Member
|
@leeyazhou Do you have any new patches? I will initial the 9.5 release next week. |
Contributor
Author
No more questions for now. Then I'll finding the reason of some other questions that may be caued by grpc-netty. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Build: Update Maven Plugin Versions and Remove Redundant Declarations
• Removed redundant version declarations across modules for
nettyandjunit• Remove duplicate artifactId declarations
jmh-generator-annprocessinapm-sniffer/apm-agent-core/pom.xml• Centralized plugin (
maven-shade-pluginandmaven-surefire-plugin) version management in the root POM• Centralized
nettyversion management in the root POM by addnetty-bom• (fix)Declare property
maven-docker-plugin.version