You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/06/01 12:00:54 UTC

[camel] branch add-incremental-build-test created (now 2dfffb50c42)

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

nfilotto pushed a change to branch add-incremental-build-test
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 2dfffb50c42 Commit for testing purpose only

This branch includes the following new commits:

     new 2dfffb50c42 Commit for testing purpose only

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel] 01/01: Commit for testing purpose only

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch add-incremental-build-test
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2dfffb50c42d8559c3db5c9fce95d238157a451b
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Thu Jun 1 14:00:34 2023 +0200

    Commit for testing purpose only
---
 .../src/main/java/org/apache/camel/dataformat/avro/AvroDataFormat.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-avro/src/main/java/org/apache/camel/dataformat/avro/AvroDataFormat.java b/components/camel-avro/src/main/java/org/apache/camel/dataformat/avro/AvroDataFormat.java
index 944235ca324..ba85c82c085 100644
--- a/components/camel-avro/src/main/java/org/apache/camel/dataformat/avro/AvroDataFormat.java
+++ b/components/camel-avro/src/main/java/org/apache/camel/dataformat/avro/AvroDataFormat.java
@@ -50,11 +50,11 @@ import org.apache.camel.util.ObjectHelper;
                               "contentTypeHeader,schemaResolver,autoDiscoverSchemaResolver,unmarshalType,unmarshalTypeName")
 public class AvroDataFormat extends ServiceSupport implements DataFormat, DataFormatName, CamelContextAware {
 
-    private static final String GENERIC_CONTAINER_CLASSNAME = GenericContainer.class.getName();
     private CamelContext camelContext;
     private Object schema;
     private transient Schema actualSchema;
     private String instanceClassName;
+    private static final String GENERIC_CONTAINER_CLASSNAME = GenericContainer.class.getName()
 
     public AvroDataFormat() {
     }