Skip to content

Commit 59b5ec2

Browse files
authored
3.x: Upgrade snakeyaml to 2.4 (helidon-io#9825)
* Upgrade snakeyaml to 2.4 * Initialize java.beans at build time to address snakeyaml change
1 parent de48625 commit 59b5ec2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

config/yaml/src/main/resources/META-INF/native-image/io.helidon.config/helidon-config-yaml/native-image.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2019, 2022 Oracle and/or its affiliates.
2+
# Copyright (c) 2019, 2025 Oracle and/or its affiliates.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -15,4 +15,5 @@
1515
#
1616

1717
Args=--initialize-at-build-time=io.helidon.config.yaml \
18-
--initialize-at-build-time=org.yaml.snakeyaml
18+
--initialize-at-build-time=org.yaml.snakeyaml \
19+
--initialize-at-build-time=java.beans

dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<version.lib.slf4j>2.0.9</version.lib.slf4j>
151151
<version.lib.smallrye-openapi>2.1.16</version.lib.smallrye-openapi>
152152
<version.lib.smallrye-openapi-ui>3.13.0</version.lib.smallrye-openapi-ui>
153-
<version.lib.snakeyaml>2.2</version.lib.snakeyaml>
153+
<version.lib.snakeyaml>2.4</version.lib.snakeyaml>
154154
<version.lib.typesafe-config>1.4.2</version.lib.typesafe-config>
155155
<version.lib.tyrus>2.1.5</version.lib.tyrus>
156156
<version.lib.weld-api>4.0.SP1</version.lib.weld-api>

0 commit comments

Comments
 (0)