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

Properly handle @JsonTypeIdResolver #28937

Merged
merged 1 commit into from
Oct 31, 2022
Merged

Properly handle @JsonTypeIdResolver #28937

merged 1 commit into from
Oct 31, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Oct 31, 2022

Fixes: #28912

@geoand geoand requested a review from gsmet October 31, 2022 06:57
@quarkus-bot quarkus-bot bot added the area/jackson Issues related to Jackson (JSON library) label Oct 31, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 31, 2022

Failing Jobs - Building c3c9aaf

Status Name Step Failures Logs Raw logs
Devtools Tests - JDK 11 Build Failures Logs Raw logs
✔️ Devtools Tests - JDK 11 Windows
✔️ Devtools Tests - JDK 17
✔️ Gradle Tests - JDK 11
Gradle Tests - JDK 11 Windows Build Failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 11 Windows Build Failures Logs Raw logs
JVM Tests - JDK 17 Build Failures Logs Raw logs
✔️ JVM Tests - JDK 17 MacOS M1
JVM Tests - JDK 18 Build Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Devtools Tests - JDK 11 #

- Failing: integration-tests/devtools 

📦 integration-tests/devtools

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradle(String)[1] line 81 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0

io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartBuildIT.testGradle(String)[1] line 81 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: 0

⚙️ Gradle Tests - JDK 11 Windows #

📦 integration-tests/gradle

io.quarkus.gradle.BasicJavaLibraryModuleTest.testBasicMultiModuleBuild line 25 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting path:

io.quarkus.gradle.devmode.BasicJavaLibraryModuleDevModeTest.main line 23 - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.test.devmode.util.DevModeTestUtils that uses java.util.function.Supplier, java.util.function.Supplierjava.util.concurrent.atomic.AtomicReference was not fulfilled within 3 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

📦 integration-tests/gradle/target/classes/basic-java-library-module/application

org.acme.ApplicationConfigResourceTest.testAppConfigEndpoint() - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor#setupKubernetesDevService threw an exception: java.lang.RuntimeException: java.lang.IllegalStateException: Could not find a valid Docker environment. Please see logs and check configuration
	at io.quarkus.kubernetes.client.deployment.DevServicesKubernetesProcessor.setupKubernetesDevService(DevServicesKubernetesProcessor.java:119)

⚙️ JVM Tests - JDK 11 Windows #

- Failing: devtools/cli 

📦 devtools/cli

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project quarkus-cli: There was a timeout in the fork


⚙️ JVM Tests - JDK 17 #

- Failing: devtools/cli 

📦 devtools/cli

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project quarkus-cli: There was a timeout in the fork


⚙️ JVM Tests - JDK 18 #

- Failing: devtools/cli 

📦 devtools/cli

io.quarkus.cli.CliProjectGradleTest.testExtensionList line 215 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 
Expected OK return code. Result:
result: {

io.quarkus.cli.CliProjectGradleTest.testCreateAppDefaults line 117 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 
Expected OK return code. Result:
result: {

@geoand geoand requested a review from gsmet October 31, 2022 10:21
@gsmet gsmet merged commit 049940c into quarkusio:main Oct 31, 2022
@quarkus-bot quarkus-bot bot added this to the 2.15 - main milestone Oct 31, 2022
@geoand geoand deleted the #28912 branch November 1, 2022 06:23
@gsmet gsmet modified the milestones: 2.15 - main, 2.14.0.Final Nov 1, 2022
@gsmet gsmet modified the milestones: 2.14.0.Final, 2.13.4.Final Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/jackson Issues related to Jackson (JSON library) kind/bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build fails with jackson annotated classes
2 participants