Skip to content

Commit b1593b1

Browse files
zakkakzoewangg
authored andcommitted
Remove --report-unsupported-elements-at-runtime
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.
1 parent ba0258b commit b1593b1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "zakkak",
5+
"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."
6+
}

core/sdk-core/src/main/resources/META-INF/native-image/software.amazon.awssdk/sdk-core/native-image.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# express or implied. See the License for the specific language governing
1313
# permissions and limitations under the License.
1414
#
15-
Args=--enable-url-protocols=https --report-unsupported-elements-at-runtime
15+
Args=--enable-url-protocols=https

0 commit comments

Comments
 (0)