-
Notifications
You must be signed in to change notification settings - Fork 22
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
[MEAR-267] - Fixed detection if JAR module is included into classpath of particular EAR module manifest #19
Merged
elharo
merged 15 commits into
apache:master
from
mabrarov:MEAR-267_Manifest_classpath_modification
Oct 13, 2020
Merged
Changes from 11 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
968d1f2
[MEAR-267] - Fixed detection if EAR JAR module is included into class…
mabrarov 89816ae
[MEAR-267] - Fixed detection of need of modification of Class-Path en…
mabrarov c926ab0
[MEAR-267] - Performance optimization for the case when EAR module ma…
mabrarov a05d1f8
[MEAR-267] - Integration tests
mabrarov 3c34038
[MEAR-267] - The same rules applied to modification of Class-Path man…
mabrarov d7ec060
[MEAR-267] - Fixed formatting of JavaDoc in tests
mabrarov a8e5826
[MEAR-267] - Test for the case when unpacking of EJB JARs is turned on
mabrarov 97bd177
[MEAR-267] - Renamed test method parameters and rephrased / fixed for…
mabrarov 2fba398
[MEAR-267] - Minor code style fix.
mabrarov 2ba1761
Merge branch 'master' into MEAR-267_Manifest_classpath_modification
mabrarov c6d6d0a
[MEAR-267] - JavaDoc simplified.
mabrarov 78d1a9f
Merge branch 'master' into MEAR-267_Manifest_classpath_modification
mabrarov 9c41a3f
[MEAR-267] - Test for "dirty" build.
mabrarov f070e47
[MEAR-267] - Fixed modification of Class-Path entry of manifest of EA…
mabrarov e5ea347
[MEAR-267] - Support of JDK 11+ in integration tests
mabrarov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks that this change introduces non backward compatible behavior - modification of Class-Path entry of manifest - for SAR and HAR modules. Refer to pull request #24 which is going to fix that (with
false
default value of skinnyModules option).