Skip to content

Commit

Permalink
GraalVM 20.0.1 adaptation
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <[email protected]>
  • Loading branch information
senivam committed Jul 27, 2023
1 parent 33239c1 commit 8cee8f4
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
[
{
"name":"org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allDeclaredConstructors":true
},
{
"name":"org.glassfish.jersey.internal.inject.Custom",
"allDeclaredMethods":true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,30 @@
"allDeclaredMethods":true,
"allDeclaredConstructors":true
},
{
"name": "org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allPublicMethods":true,
"allDeclaredConstructors":true,
"allPublicConstructors":true
},
{
"name": "org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider$MultipartFormParamValueProvider",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allPublicMethods":true,
"allDeclaredConstructors":true,
"allPublicConstructors":true
},
{
"name": "org.glassfish.jersey.server.internal.inject.FormParamValueParamProvider$MultipartFormParamValueProvider$FormParamHolder",
"allDeclaredFields":true,
"allDeclaredMethods":true,
"allPublicMethods":true,
"allDeclaredConstructors":true,
"allPublicConstructors":true
},
{
"name":"org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable",
"allDeclaredFields":true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2021 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2021, 2023 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Distribution License v. 1.0, which is available at
Expand All @@ -11,6 +11,5 @@
Args=-H:EnableURLProtocols=http,https \
--initialize-at-build-time=org.glassfish.jersey.client.internal.HttpUrlConnector \
-H:+ReportExceptionStackTraces \
--verbose \
--no-fallback \
--report-unsupported-elements-at-runtime
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2021 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2021, 2023 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Distribution License v. 1.0, which is available at
Expand All @@ -11,6 +11,5 @@
Args=-H:EnableURLProtocols=http,https \
--initialize-at-build-time=org.glassfish.jersey.client.internal.HttpUrlConnector \
-H:+ReportExceptionStackTraces \
--verbose \
--no-fallback \
--report-unsupported-elements-at-runtime
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2021 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2021, 2023 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Distribution License v. 1.0, which is available at
Expand All @@ -11,6 +11,5 @@
Args=-H:EnableURLProtocols=http,https \
--initialize-at-build-time=org.glassfish.jersey.client.internal.HttpUrlConnector \
-H:+ReportExceptionStackTraces \
--verbose \
--no-fallback \
--report-unsupported-elements-at-runtime
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2262,7 +2262,7 @@
<xerces.version>2.12.2</xerces.version>

<!-- Graal VM -->
<graalvm.version>20.3.10</graalvm.version>
<graalvm.version>20.3.11</graalvm.version>

<!-- do not need CQs -->
<cdi.api.version>1.2</cdi.api.version>
Expand Down

0 comments on commit 8cee8f4

Please sign in to comment.