Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 02e02d3

Browse filesBrowse 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
Copy full SHA for 02e02d3

File tree

Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
-10Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.