You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/08/03 14:00:21 UTC

[camel-quarkus] branch main updated: Fix intermittent native mode failures of JacksonJsonTest

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 5e03e01417 Fix intermittent native mode failures of JacksonJsonTest
5e03e01417 is described below

commit 5e03e01417b1c400793338020b0cd93885b38d56
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Aug 3 12:39:09 2022 +0100

    Fix intermittent native mode failures of JacksonJsonTest
---
 .../apache/camel/quarkus/component/dataformats/json/model/Person.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration-tests/dataformats-json/src/main/java/org/apache/camel/quarkus/component/dataformats/json/model/Person.java b/integration-tests/dataformats-json/src/main/java/org/apache/camel/quarkus/component/dataformats/json/model/Person.java
index 75946efda5..1d2068e2f7 100644
--- a/integration-tests/dataformats-json/src/main/java/org/apache/camel/quarkus/component/dataformats/json/model/Person.java
+++ b/integration-tests/dataformats-json/src/main/java/org/apache/camel/quarkus/component/dataformats/json/model/Person.java
@@ -21,7 +21,7 @@ import java.util.Objects;
 import com.fasterxml.jackson.annotation.JsonProperty;
 import io.quarkus.runtime.annotations.RegisterForReflection;
 
-@RegisterForReflection(fields = false)
+@RegisterForReflection
 public class Person {
 
     @JsonProperty