Skip to content

Commit

Permalink
[WINDUP-3303] Add JAR file with removed classes from JDK 8 to 11 (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmle committed Mar 18, 2022
1 parent 875b7fa commit ad2879e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@
<include>**/*.mta.label.xml</include>
<include>eap6/api-jars/*.jar</include>
<include>eap7/api-jars/*.jar</include>
<include>openjdk11/api-jars/*.jar</include>
<include>**/*.xsl</include>
<include>**/rewrite.yml</include>
</includes>
Expand Down
Binary file not shown.
5 changes: 5 additions & 0 deletions rules-reviewed/openjdk11/openjdk11.technology.metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0"?>
<java-technology-metadata xmlns="http://windup.jboss.org/schema/jboss-ruleset">
<technology id="openjdk" />
<additional-classpath>./api-jars/removed-classes.jar</additional-classpath>
</java-technology-metadata>

0 comments on commit ad2879e

Please sign in to comment.