-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18986 from jhanders34/perf-improvement2
Update package versions for API / SPIs that use Java / Jakarta EE APIs (try #2)
- Loading branch information
Showing
22 changed files
with
197 additions
and
26 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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
gCurrent latest transformer version: 0.3.0.20211005 | ||
|
||
Update to 0.2.0: | ||
https://github.com/OpenLiberty/open-liberty/pull/15125/files | ||
|
||
Update to 0.3.0.20211005: | ||
https://github.com/OpenLiberty/open-liberty/issues/18900 | ||
|
||
--- | ||
|
||
To update to a new eclipse transformer version: | ||
|
||
These files must be updated to the target transformer version: | ||
|
||
dev/wlp-jakartaee-transform/notes.txt (this file) | ||
|
||
dev/cnf/dependabot/check_this_in_if_it_changes/pom.xml | ||
dev/fattest.simplicity/bnd.bnd | ||
dev/wlp-gradle/subprojects/fat.gradle | ||
dev/wlp-gradle/subprojects/tasks.gradle | ||
dev/wlp-jakartaee-transform/bnd.bnd | ||
|
||
Either of: | ||
|
||
dev/cnf/oss_ibm.maven | ||
(for a custom transformer release uploaded to the IBM artifactory) | ||
dev/cnf/oss_dependencies.maven | ||
(for a usual transformer release which is published to Maven Central) | ||
|
||
For example, see: | ||
https://github.com/OpenLiberty/open-liberty/pull/15125/files | ||
https://github.com/OpenLiberty/open-liberty/issues/18900 | ||
|
||
These examples show version "0.2.0". | ||
|
||
dev/cnf/dependabot/check_this_in_if_it_changes/pom.xml | ||
<dependency> | ||
<groupId>org.eclipse.transformer</groupId> | ||
<artifactId>org.eclipse.transformer.cli</artifactId> | ||
<version>0.2.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.eclipse.transformer</groupId> | ||
<artifactId>org.eclipse.transformer</artifactId> | ||
<version>0.2.0</version> | ||
</dependency> | ||
|
||
dev/cnf/oss_dependencies.maven | ||
org.eclipse.transformer:org.eclipse.transformer.cli:0.2.0 | ||
org.eclipse.transformer:org.eclipse.transformer:0.2.0 | ||
|
||
dev/fattest.simplicity/bnd.bnd | ||
org.eclipse.transformer:org.eclipse.transformer.cli;version=0.2.0,\ | ||
org.eclipse.transformer:org.eclipse.transformer;version=0.2.0,\ | ||
|
||
dev/wlp-gradle/subprojects/fat.gradle | ||
'org.eclipse.transformer:org.eclipse.transformer:0.2.0', | ||
'org.eclipse.transformer:org.eclipse.transformer.cli:0.2.0' | ||
|
||
dev/wlp-gradle/subprojects/tasks.gradle | ||
'org.eclipse.transformer:org.eclipse.transformer:0.2.0', | ||
'org.eclipse.transformer:org.eclipse.transformer.cli:0.2.0' | ||
|
||
dev/wlp-jakartaee-transform/bnd.bnd | ||
|
||
-include= jar:${fileuri;${repo;org.eclipse.transformer:org.eclipse.transformer.cli;0.2.0}}!/META-INF/MANIFEST.MF,bnd.overrides | ||
-includeresource: \ | ||
@${repo;org.eclipse.transformer:org.eclipse.transformer.cli;0.2.0}!/!META-INF/maven/* | ||
org.eclipse.transformer:org.eclipse.transformer.cli;version=0.2.0,\ | ||
org.eclipse.transformer:org.eclipse.transformer;version=0.2.0,\ |
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
37 changes: 37 additions & 0 deletions
37
dev/wlp-jakartaee-transform/rules/jakarta-versions.properties
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