Skip to content

Commit 02e02d3

Browse files
committed
Remove now unnecessary JDK 16 specific workaround
Now that we are not using reflection anymore to push unsupported HTTP methods, we can remove this workaround.
1 parent f6e8a2c commit 02e02d3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -596,16 +596,6 @@
596596
</plugins>
597597
</build>
598598
</profile>
599-
<profile>
600-
<id>jdk11+</id>
601-
<activation>
602-
<jdk>[11,)</jdk>
603-
</activation>
604-
<properties>
605-
<!-- this is required for GithubHttpUrlConnectionClient#setRequestMethod() to work with JDK 16+ -->
606-
<surefire.argLine>--add-opens java.base/java.net=ALL-UNNAMED</surefire.argLine>
607-
</properties>
608-
</profile>
609599
<profile>
610600
<id>ci-non-windows</id>
611601
<activation>

0 commit comments

Comments
 (0)