Skip to content

Commit 94833ef

Browse files
committed
Fix #1277: add JDK 22 optimizations back to FDP
1 parent 6827449 commit 94833ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ com.fasterxml.jackson.core.*;version=${project.version}
170170
<artifact>ch.randelshofer:fastdoubleparser</artifact>
171171
<excludes>
172172
<exclude>META-INF/versions/**/module-info.*</exclude>
173-
<exclude>META-INF/versions/22/**/*.*</exclude>
174173
</excludes>
175174
</filter>
176175
</filters>
@@ -207,6 +206,10 @@ com.fasterxml.jackson.core.*;version=${project.version}
207206
<pattern>META-INF/versions/21/ch/randelshofer/fastdoubleparser</pattern>
208207
<shadedPattern>META-INF/versions/21/com/fasterxml/jackson/core/io/doubleparser</shadedPattern>
209208
</relocation>
209+
<relocation>
210+
<pattern>META-INF/versions/22/ch/randelshofer/fastdoubleparser</pattern>
211+
<shadedPattern>META-INF/versions/22/com/fasterxml/jackson/core/io/doubleparser</shadedPattern>
212+
</relocation>
210213
</relocations>
211214
</configuration>
212215
</execution>

0 commit comments

Comments
 (0)