Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SmallRye Config to 3.4.4 #36917

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
<microprofile-lra.version>2.0</microprofile-lra.version>
<microprofile-openapi.version>3.1.1</microprofile-openapi.version>
<smallrye-common.version>2.2.0</smallrye-common.version>
<smallrye-config.version>3.4.1</smallrye-config.version>
<smallrye-config.version>3.4.4</smallrye-config.version>
<smallrye-health.version>4.0.4</smallrye-health.version>
<smallrye-metrics.version>4.0.0</smallrye-metrics.version>
<smallrye-open-api.version>3.7.0</smallrye-open-api.version>

Unchanged files with check annotations Beta

assertThat(customAttribute).isEqualTo("quarkus-gradle-plugin");
Attributes customSection = manifest.getAttributes("org.acme");
assertThat(customSection).isNotNull();

Check failure on line 37 in integration-tests/gradle/src/test/java/io/quarkus/gradle/CustomManifestArgumentsTest.java

quarkus-bot / Build summary for 785433f920959e8d5ff3aa5de62419014ad5fb48

Gradle Tests - JDK 11 Windows

java.lang.AssertionError: Expecting actual not to be null
Raw output
java.lang.AssertionError: 

Expecting actual not to be null
	at io.quarkus.gradle.CustomManifestArgumentsTest.shouldContainsSpecificManifestProperty(CustomManifestArgumentsTest.java:37)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1541)
String sectionAttribute = customSection.getValue("framework");
assertThat(sectionAttribute).isNotNull();