You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/02/09 11:48:30 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new pull request, #4544: Remove redundant CI workflow steps

jamesnetherton opened a new pull request, #4544:
URL: https://github.com/apache/camel-quarkus/pull/4544

   Not sure if we want to preserve the 'alternate JDK' testing?
   
   Thinking at the moment we have enough to contend with for the Jakarta / Camel / Quarkus upgrade. Introducing another JDK into the test matrix at this stage just adds to the workload.
    


-- 
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] jamesnetherton merged pull request #4544: Remove redundant CI workflow steps

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton merged PR #4544:
URL: https://github.com/apache/camel-quarkus/pull/4544


-- 
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] zbendhiba commented on pull request #4544: Remove redundant CI workflow steps

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

   IMHO, we can bring alternate JDK later. Let's focus on bringing a first 3.0-M1 


-- 
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] ppalaga commented on a diff in pull request #4544: Remove redundant CI workflow steps

Posted by "ppalaga (via GitHub)" <gi...@apache.org>.
ppalaga commented on code in PR #4544:
URL: https://github.com/apache/camel-quarkus/pull/4544#discussion_r1101410651


##########
.github/workflows/ci-build.yaml:
##########
@@ -263,7 +263,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [ '17', '17' ]

Review Comment:
   `java: [ '17', '17' ]` was a true search-and-replace matrix :)



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