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

[Good first issue] Add gradle enforcer plugin to avoid potential dependency conflict issues #1085

Open
daniel-y opened this issue Apr 3, 2024 · 4 comments
Assignees

Comments

@daniel-y
Copy link
Contributor

daniel-y commented Apr 3, 2024

Background

AutoMQ may be failed in the runtime environment occasionally, due to dependency conflict issues.

What's our expectation for the issue

Add gradle enforcer plugin to avoid such risks.

How to started

Add this plugin to our build system: https://kordamp.org/enforcer-gradle-plugin/

Reference

Maven also support enforcer plugin, just for reference: https://maven.apache.org/enforcer/maven-enforcer-plugin/index.html

@daniel-y daniel-y added the good first issue Good for newcomers label Apr 3, 2024
@Gezi-lzq
Copy link
Contributor

Gezi-lzq commented Apr 5, 2024

assigned to me.

I have configured the enforcer plugin with the DependencyConvergence rule and encountered several version conflict issues, such as:

Dependencies conflict from io.swagger.core.v3:swagger-jaxrs2, including jackson and commonLang.
Dependencies conflict related to netty introduced by software.amazon.awssdk:netty-nio-client:2.20.127.
Dependencies conflict from com.google.guava:guava:32.0.1-jre, including checker-qual and errorprone.

@daniel-y
Copy link
Contributor Author

daniel-y commented Apr 7, 2024

Cool, asigned! @Gezi-lzq

@CroWzblooD
Copy link

is it still available? i would like to work on it pls let me know..

@daniel-y daniel-y removed the good first issue Good for newcomers label Jun 26, 2024
@daniel-y
Copy link
Contributor Author

daniel-y commented Jun 26, 2024

Hi, it's available, but it's a bit complex since tons of conflict dependencies should be resolved. You can take over this issue or find other good first issues.

And thanks for your interest in AutoMQ.

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

No branches or pull requests

3 participants