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

Optimize (and fix in some places) shared module detection #549

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Optimize (and fix in some places) shared module detection #549

wants to merge 1 commit into from

Conversation

cmocanu1
Copy link
Contributor

@cmocanu1 cmocanu1 commented Jan 5, 2021

****What's this Pull request about?

Optimize (and fix in some places) shared module detection

****Does this pull request maintain backward compatibility?
Yes

****How this pull request has been tested?

Compare output of a build (logs and ear) for a build before optimization and after.

****Any background context or comments you want to provide?

In file Source/bw6-maven-plugin/src/main/java/com/tibco/bw/maven/plugin/application/BWEARPackagerMojo.java, line 184, the "containsKey" method is not working well because expect to search by an object of type Attributes.Name (https://docs.oracle.com/javase/7/docs/api/java/util/jar/Attributes.Name.html) not a string.

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.

2 participants