-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MEAR-267] - Fixed detection if JAR module is included into classpath…
… of particular EAR module manifest (#19) * [MEAR-267] - Fixed detection if EAR JAR module is included into classpath of particular EAR module manifest * [MEAR-267] - Fixed detection of need of modification of Class-Path entry of EAR module manifest * [MEAR-267] - Performance optimization for the case when EAR module manifest has no Class-Path entry * [MEAR-267] - Integration tests * [MEAR-267] - The same rules applied to modification of Class-Path manifest entry as used for removal of JAR modules from EAR modules * [MEAR-267] - Fixed formatting of JavaDoc in tests * [MEAR-267] - Test for the case when unpacking of EJB JARs is turned on * [MEAR-267] - Renamed test method parameters and rephrased / fixed formatting of JavaDoc, inlined simple single-line code. * [MEAR-267] - Minor code style fix. * [MEAR-267] - JavaDoc simplified. * [MEAR-267] - Test for "dirty" build. * [MEAR-267] - Fixed modification of Class-Path entry of manifest of EAR modules when doing "dirty" build, i.e. when element with desired path already exists in target manifest Class-Path entry * [MEAR-267] - Support of JDK 11+ in integration tests
- Loading branch information
Showing
25 changed files
with
1,276 additions
and
49 deletions.
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.