You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2023/08/08 15:21:54 UTC

[GitHub] [camel] github-actions[bot] opened a new pull request, #11047: Generated sources regen

github-actions[bot] opened a new pull request, #11047:
URL: https://github.com/apache/camel/pull/11047

   Regen bot :robot: found some uncommitted changes after running build on :camel: main.
   Please do not delete `regen_bot` branch after merge/rebase.


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] orpiske commented on a diff in pull request #11047: Generated sources regen

Posted by "orpiske (via GitHub)" <gi...@apache.org>.
orpiske commented on code in PR #11047:
URL: https://github.com/apache/camel/pull/11047#discussion_r1287296699


##########
core/camel-xml-io/src/test/java/org/apache/camel/xml/in/ModelParserTest.java:
##########
@@ -66,13 +66,11 @@ public class ModelParserTest {
 
     public static final String NAMESPACE = "http://camel.apache.org/schema/spring";
     private static final List<String> REST_XMLS
-            = List.of("barRest.xml", "simpleRest.xml", "simpleRestToD.xml", "restAllowedValues.xml");
-    private static final List<String> TEMPLATE_XMLS = List.of("barTemplate.xml");
-    private static final List<String> TEMPLATED_ROUTE_XMLS = List.of("barTemplatedRoute.xml");
-    private static final List<String> BEANS_XMLS
-            = List.of("beansEmpty.xml", "beansWithProperties.xml", "beansWithSpringNS.xml");
+            = Arrays.asList("barRest.xml", "simpleRest.xml", "simpleRestToD.xml", "restAllowedValues.xml");
+    private static final List<String> TEMPLATE_XMLS = Arrays.asList("barTemplate.xml");
+    private static final List<String> TEMPLATED_ROUTE_XMLS = Arrays.asList("barTemplatedRoute.xml");
     private static final List<String> ROUTE_CONFIGURATION_XMLS
-            = List.of("errorHandlerConfiguration.xml", "errorHandlerConfigurationRedeliveryPolicyRef.xml");
+            = Arrays.asList("errorHandlerConfiguration.xml", "errorHandlerConfigurationRedeliveryPolicyRef.xml");

Review Comment:
   Regen bot keeps doing this non-sense.



-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] orpiske closed pull request #11047: Generated sources regen

Posted by "orpiske (via GitHub)" <gi...@apache.org>.
orpiske closed pull request #11047: Generated sources regen
URL: https://github.com/apache/camel/pull/11047


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel] orpiske commented on pull request #11047: Generated sources regen

Posted by "orpiske (via GitHub)" <gi...@apache.org>.
orpiske commented on PR #11047:
URL: https://github.com/apache/camel/pull/11047#issuecomment-1669843542

   Broken


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org