Skip to content

Commit

Permalink
Merge pull request #28085 from radcortez/srconfig-2.12.1
Browse files Browse the repository at this point in the history
Update SmallRye Config to 2.12.1
  • Loading branch information
gsmet authored Sep 20, 2022
2 parents 06c146e + 2d7d2fa commit 78583c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<microprofile-jwt.version>1.2</microprofile-jwt.version>
<microprofile-lra.version>1.0</microprofile-lra.version>
<smallrye-common.version>1.13.1</smallrye-common.version>
<smallrye-config.version>2.12.0</smallrye-config.version>
<smallrye-config.version>2.12.1</smallrye-config.version>
<smallrye-health.version>3.3.0</smallrye-health.version>
<smallrye-metrics.version>3.0.5</smallrye-metrics.version>
<smallrye-open-api.version>2.3.0</smallrye-open-api.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ public OptionalInt getPriority() {
}
});

// Ignore unmapped quarkus properties, because properties in the same root may be split between build / runtime
builder.withMappingIgnore("quarkus.**");

builder.addDefaultInterceptors();
builder.addDiscoveredInterceptors();
builder.addDiscoveredConverters();
Expand Down

0 comments on commit 78583c2

Please sign in to comment.