cunningt opened a new pull request, #101:
URL: https://github.com/apache/camel-upgrade-recipes/pull/101

   Add <proc>full</proc> to maven-compiler-plugin so we can compile on JDK25.   
 
   
   Project is currently failing compile: 
   
   > [INFO] Reactor Summary for Camel Parent Upgrades Recipes 4.21.0-SNAPSHOT:
   > [INFO]
   > [INFO] Camel Parent Upgrades Recipes ...................... SUCCESS [  
0.453 s]
   > [INFO] Camel Upgrades Recipes ............................. FAILURE [  
1.026 s]
   > [INFO] Camel Spring Boot Upgrades Recipes ................. SKIPPED
   > [INFO] 
------------------------------------------------------------------------
   > [INFO] BUILD FAILURE
   > [INFO] 
------------------------------------------------------------------------
   > [INFO] Total time:  1.537 s
   > [INFO] Finished at: 2026-05-08T10:36:20-04:00
   > [INFO] 
------------------------------------------------------------------------
   > [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.15.0:compile (default-compile) 
on project camel-upgrade-recipes: Compilation failure: Compilation failure:
   > [ERROR] 
/Users/tcunning/src/community/camel-upgrade-recipes/camel-upgrade-recipes/src/main/java/org/apache/camel/upgrade/customRecipes/ChangeComponentUriRecipe.java:[83,21]
 constructor ChangeJavaComponentUriRecipe in class 
org.apache.camel.upgrade.customRecipes.internal.ChangeJavaComponentUriRecipe 
cannot be applied to given types;
   > [ERROR]   required: no arguments
   > [ERROR]   found:    java.lang.String,java.lang.String
   > [ERROR]   reason: actual and formal argument lists differ in length
   > [ERROR] 
/Users/tcunning/src/community/camel-upgrade-recipes/camel-upgrade-recipes/src/main/java/org/apache/camel/upgrade/customRecipes/ChangeComponentUriRecipe.java:[84,21]
 constructor ChangeXmlComponentUriRecipe in class 
org.apache.camel.upgrade.customRecipes.internal.ChangeXmlComponentUriRecipe 
cannot be applied to given types;
   > [ERROR]   required: no arguments
   > [ERROR]   found:    java.lang.String,java.lang.String
   > [ERROR]   reason: actual and formal argument lists differ in length
   > [ERROR] 
/Users/tcunning/src/community/camel-upgrade-recipes/camel-upgrade-recipes/src/main/java/org/apache/camel/upgrade/customRecipes/ChangeComponentUriRecipe.java:[85,21]
 constructor ChangeYamlComponentUriRecipe in class 
org.apache.camel.upgrade.customRecipes.internal.ChangeYamlComponentUriRecipe 
cannot be applied to given types;
   > [ERROR]   required: no arguments
   > [ERROR]   found:    java.lang.String,java.lang.String
   > [ERROR]   reason: actual and formal argument lists differ in length
   > [ERROR] -> [Help 1]


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to