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 15:53:19 UTC

[GitHub] [camel-quarkus-examples] apupier opened a new pull request #78: Use https instead of http to reference xsd

apupier opened a new pull request #78:
URL: https://github.com/apache/camel-quarkus-examples/pull/78


   it is more secure and avoids a redirection
   
   fixes apache/camel-quarkus#3604
   
   Signed-off-by: Aurélien Pupier <ap...@redhat.com>
   
   Note that the `main` branch points at the latest stable Camel Quarkus release.
   Pull requests should be generally send against the `camel-quarkus-main` branch pointing at the current Camel Quarkus SNAPSHOT.


-- 
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-quarkus-examples] zbendhiba edited a comment on pull request #78: Use https instead of http to reference xsd

Posted by GitBox <gi...@apache.org>.
zbendhiba edited a comment on pull request #78:
URL: https://github.com/apache/camel-quarkus-examples/pull/78#issuecomment-1062028135


   We need to upgrade examples to Quarkus 2.7.3.Final, to match the same version in the CQ main branch


-- 
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-quarkus-examples] zbendhiba commented on pull request #78: Use https instead of http to reference xsd

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on pull request #78:
URL: https://github.com/apache/camel-quarkus-examples/pull/78#issuecomment-1062130821


   Opened a PR: https://github.com/apache/camel-quarkus-examples/pull/79


-- 
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-quarkus-examples] apupier commented on pull request #78: Use https instead of http to reference xsd

Posted by GitBox <gi...@apache.org>.
apupier commented on pull request #78:
URL: https://github.com/apache/camel-quarkus-examples/pull/78#issuecomment-1061941279


   the build error doesn't seem related to the PR:
   
   ```
    Error:  Failed to execute goal org.l2x6.cq:cq-maven-plugin:2.10.0:examples-check-platform (default-cli) on project standalone-pom: Found 16 consistency issues:
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./health/pom.xml
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./timer-log-cdi/pom.xml
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./timer-log/pom.xml
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./file-split-log-xml/pom.xml
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./timer-log-xml/pom.xml
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./rest-json/pom.xml
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./aws-lambda/pom.xml
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./timer-log-main/pom.xml
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./observability/pom.xml
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./timer-log-spring/pom.xml
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./kafka/pom.xml
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./file-bindy-ftp/pom.xml
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./timer-log-kotlin/pom.xml
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./kamelet-chucknorris/pom.xml
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./jdbc-datasource/pom.xml
   Error:   - Expected <quarkus.platform.version>2.7.3.Final</quarkus.platform.version>, found 2.7.2.Final in ./http-log/pom.xml
   ```


-- 
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-quarkus-examples] apupier commented on pull request #78: Use https instead of http to reference xsd

Posted by GitBox <gi...@apache.org>.
apupier commented on pull request #78:
URL: https://github.com/apache/camel-quarkus-examples/pull/78#issuecomment-1063819169


   I do not have rights to merge it myself


-- 
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-quarkus-examples] zhfeng merged pull request #78: Use https instead of http to reference xsd

Posted by GitBox <gi...@apache.org>.
zhfeng merged pull request #78:
URL: https://github.com/apache/camel-quarkus-examples/pull/78


   


-- 
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-quarkus-examples] zbendhiba commented on pull request #78: Use https instead of http to reference xsd

Posted by GitBox <gi...@apache.org>.
zbendhiba commented on pull request #78:
URL: https://github.com/apache/camel-quarkus-examples/pull/78#issuecomment-1062028135


   We need to upgrade examples to Quarkus 2.73.Final, to match the same version in the CQ main branch


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