You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/03/08 17:30:14 UTC

[GitHub] [camel-k] brunoNetId opened a new issue #3093: wrong XSD url generated with XML initialiser

brunoNetId opened a new issue #3093:
URL: https://github.com/apache/camel-k/issues/3093


   Running the command:
   
   `kamel init sample.xml`
   
   generates the following XML root node:
   
   ```
   <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns="http://camel.apache.org/schema/spring"
           xsi:schemaLocation="
               http://camel.apache.org/schema/spring
               http://camel.apache.org/schema/spring/camel-spring.xsd">
   ```
   
   According to the Camel K team, the scheme generated should be HTTPS (instead of HTTP)


-- 
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-k] squakez commented on issue #3093: wrong XSD url generated with XML initialiser

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #3093:
URL: https://github.com/apache/camel-k/issues/3093#issuecomment-1064089040


   Thanks @rnetuka!! FYI, you can just create a PR on main and tag with the backport label to have it backported automatically.


-- 
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-k] oscerd commented on issue #3093: wrong XSD url generated with XML initialiser

Posted by GitBox <gi...@apache.org>.
oscerd commented on issue #3093:
URL: https://github.com/apache/camel-k/issues/3093#issuecomment-1064090271


   It won't work. It will only work if the branch has been pushed on this repository, if it's from a fork it won't.


-- 
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-k] squakez commented on issue #3093: wrong XSD url generated with XML initialiser

Posted by GitBox <gi...@apache.org>.
squakez commented on issue #3093:
URL: https://github.com/apache/camel-k/issues/3093#issuecomment-1064110152


   > It won't work. It will only work if the branch has been pushed on this repository, if it's from a fork it won't.
   
   Ah, okey, now I understand why it failed for me once! Thanks!


-- 
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-k] rnetuka commented on issue #3093: wrong XSD url generated with XML initialiser

Posted by GitBox <gi...@apache.org>.
rnetuka commented on issue #3093:
URL: https://github.com/apache/camel-k/issues/3093#issuecomment-1064065333


   PR (main): https://github.com/apache/camel-k/pull/3102
   PR (release-1.8.x): https://github.com/apache/camel-k/pull/3101


-- 
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