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

Reporting duplicated classes in JBoss EAP #36

Closed
albfan opened this issue Sep 26, 2019 · 1 comment
Closed

Reporting duplicated classes in JBoss EAP #36

albfan opened this issue Sep 26, 2019 · 1 comment

Comments

@albfan
Copy link

albfan commented Sep 26, 2019

Sometimes an artifact itself do not have duplicated classes, but once deployed its environment can provide classes already present on it.

I'm thinking on check a BOM like https://mvnrepository.com/artifact/org.jboss.bom/jboss-eap-javaee7/7.1.5.GA

against an artifact and detect such duplicities

Something like:

java -Xmx512m -jar tattletale-eap6.jar yourapplication.war -bom "org.jboss.bom/jboss-eap-javaee7/7.1.5.GA" report
@albfan
Copy link
Author

albfan commented Oct 1, 2019

It is solved on https://github.com/lyle-wang/tattletale-eap7

@albfan albfan closed this as completed Oct 1, 2019
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

1 participant