You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2020/02/02 15:06:22 UTC

[GitHub] [camel-spring-boot] PascalSchumacher commented on issue #3: WIP: CAMEL-14471: camel-spring-boot: Disable proxying of bean methods for auto-configuration classes

PascalSchumacher commented on issue #3: WIP: CAMEL-14471: camel-spring-boot: Disable proxying of bean methods for auto-configuration classes
URL: https://github.com/apache/camel-spring-boot/pull/3#issuecomment-581144291
 
 
   > Is the integration tests going well?
   
   Running a full build all unit tests and almost all integration tests passed.
   
   Three integration tests failed:
   
   >org.apache.camel.itest.springboot.CamelAwsLambdaTest  Time elapsed: 5.214 sec  <<< ERROR!
   java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.Archive org.apache.camel.itest.springboot.CamelAwsLambdaTest.createSpringBootPackage() throws java.lang.Exception
   	at org.apache.camel.itest.springboot.CamelAwsLambdaTest.createSpringBootPackage(CamelAwsLambdaTest.java:32)
   Caused by: java.io.FileNotFoundException: C:\Users\User\camel-spring-boot\camel-itest-spring-boot\..\components-starter\camel-aws-lambda-starter\pom.xml (Das System kann die angegebene Datei nicht finden)
   	at org.apache.camel.itest.springboot.CamelAwsLambdaTest.createSpringBootPackage(CamelAwsLambdaTest.java:32)
   
   >org.apache.camel.itest.springboot.CamelAwsMqTest  Time elapsed: 4.75 sec  <<< ERROR!
   java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.Archive org.apache.camel.itest.springboot.CamelAwsMqTest.createSpringBootPackage() throws java.lang.Exception
   	at org.apache.camel.itest.springboot.CamelAwsMqTest.createSpringBootPackage(CamelAwsMqTest.java:32)
   Caused by: java.io.FileNotFoundException: C:\Users\User\camel-spring-boot\camel-itest-spring-boot\..\components-starter\camel-aws-mq-starter\pom.xml (Das System kann die angegebene Datei nicht finden)
   	at org.apache.camel.itest.springboot.CamelAwsMqTest.createSpringBootPackage(CamelAwsMqTest.java:32)
   
   >org.apache.camel.itest.springboot.CamelAwsMskTest  Time elapsed: 4.48 sec  <<< ERROR!
   java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.Archive org.apache.camel.itest.springboot.CamelAwsMskTest.createSpringBootPackage() throws java.lang.Exception
   	at org.apache.camel.itest.springboot.CamelAwsMskTest.createSpringBootPackage(CamelAwsMskTest.java:32)
   Caused by: java.io.FileNotFoundException: C:\Users\User\camel-spring-boot\camel-itest-spring-boot\..\components-starter\camel-aws-msk-starter\pom.xml (Das System kann die angegebene Datei nicht finden)
   	at org.apache.camel.itest.springboot.CamelAwsMskTest.createSpringBootPackage(CamelAwsMskTest.java:32)
   
   I guess these failures are not caused by this change, but by the platform I ran the test on (Windows, OpenJDK 11, OpenJ9). Most propably Windows.
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services