Skip to content

Commit

Permalink
Remove --report-unsupported-elements-at-runtime
Browse files Browse the repository at this point in the history
As described in
oracle/graal#1725 (comment)
this option is not meant to be used in production and under certain
circumstances it may cause oracle/graal#1725
to appear as in quarkusio/quarkus#16139.
  • Loading branch information
zakkak committed Apr 2, 2021
1 parent ba0258b commit 0abf510
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/next-release/bugfix-AWSSDKforJavav2-d65637f.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "bugfix",
"category": "AWS SDK for Java v2",
"contributor": "zakkak",
"description": "Removal of `--report-unsupported-elements-at-runtime` option from SDK core's `native-image.properties` as the option is not meant to be used in production."
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# express or implied. See the License for the specific language governing
# permissions and limitations under the License.
#
Args=--enable-url-protocols=https --report-unsupported-elements-at-runtime
Args=--enable-url-protocols=https

0 comments on commit 0abf510

Please sign in to comment.