Skip to content

Commit

Permalink
4.x: Upgrade snakeyaml to 2.4 (#9838)
Browse files Browse the repository at this point in the history
* Upgrade snakeyaml to 2.4.0
* native-image: initialize java.beans at build times (due to snakeyaml upgrade)
  • Loading branch information
barchetta authored Feb 26, 2025
1 parent 43ce223 commit 0b61f27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<version.lib.reactivestreams>1.0.4</version.lib.reactivestreams>
<version.lib.slf4j>2.0.16</version.lib.slf4j>
<version.lib.smallrye-openapi>3.3.4</version.lib.smallrye-openapi>
<version.lib.snakeyaml>2.2</version.lib.snakeyaml>
<version.lib.snakeyaml>2.4</version.lib.snakeyaml>
<version.lib.testcontainers>1.19.3</version.lib.testcontainers>
<version.lib.typesafe-config>1.4.2</version.lib.typesafe-config>
<version.lib.tyrus>2.1.5</version.lib.tyrus>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023 Oracle and/or its affiliates.
# Copyright (c) 2023, 2025 Oracle and/or its affiliates.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -15,4 +15,5 @@
#

Args=--initialize-at-build-time=org.eclipse.microprofile.openapi \
--initialize-at-build-time=io.smallrye.openapi
--initialize-at-build-time=io.smallrye.openapi \
--initialize-at-build-time=java.beans

0 comments on commit 0b61f27

Please sign in to comment.