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 91dab21523 chore: Remove redundant doInit() override in 
FastTypeConverter
91dab21523 is described below

commit 91dab21523c7a9d72cf8dfe94dd0309d9fde1e01
Author: Sanjana <[email protected]>
AuthorDate: Thu Feb 5 02:25:28 2026 +0530

    chore: Remove redundant doInit() override in FastTypeConverter
---
 .../main/java/org/apache/camel/quarkus/core/FastTypeConverter.java   | 5 -----
 1 file changed, 5 deletions(-)

diff --git 
a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/FastTypeConverter.java
 
b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/FastTypeConverter.java
index 6de2ae21d9..b28097aa8e 100644
--- 
a/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/FastTypeConverter.java
+++ 
b/extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core/FastTypeConverter.java
@@ -28,11 +28,6 @@ public class FastTypeConverter extends DefaultTypeConverter {
         super(null, null, null, false, statisticsEnabled);
     }
 
-    @Override
-    protected void doInit() throws Exception {
-        super.doInit();
-    }
-
     @Override
     public void loadCoreAndFastTypeConverters() throws Exception {
         for (TypeConverterLoader loader : 
getCamelContext().getRegistry().findByType(TypeConverterLoader.class)) {

Reply via email to