Skip to content

Commit

Permalink
Fix #1277: add JDK 22 optimizations back to FDP
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 30, 2024
1 parent 6827449 commit 94833ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ com.fasterxml.jackson.core.*;version=${project.version}
<artifact>ch.randelshofer:fastdoubleparser</artifact>
<excludes>
<exclude>META-INF/versions/**/module-info.*</exclude>
<exclude>META-INF/versions/22/**/*.*</exclude>
</excludes>
</filter>
</filters>
Expand Down Expand Up @@ -207,6 +206,10 @@ com.fasterxml.jackson.core.*;version=${project.version}
<pattern>META-INF/versions/21/ch/randelshofer/fastdoubleparser</pattern>
<shadedPattern>META-INF/versions/21/com/fasterxml/jackson/core/io/doubleparser</shadedPattern>
</relocation>
<relocation>
<pattern>META-INF/versions/22/ch/randelshofer/fastdoubleparser</pattern>
<shadedPattern>META-INF/versions/22/com/fasterxml/jackson/core/io/doubleparser</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down

0 comments on commit 94833ef

Please sign in to comment.