You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "nrkkalyan (via GitHub)" <gi...@apache.org> on 2024/03/08 21:22:17 UTC

[PR] Update what-platforms-are-supported.adoc [camel]

nrkkalyan opened a new pull request, #13424:
URL: https://github.com/apache/camel/pull/13424

   Added some additional clarification on the java version support.
   
   # Description
   
   <!--
   - Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
   -->
   
   # Target
   
   - [ ] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)
   
   # Tracking
   - [ ] If this is a large change, bug fix, or code improvement, I checked there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for the change (usually before you start working on it).
   
   <!--
   # *Note*: trivial changes like, typos, minor documentation fixes and other small items do not require a JIRA issue. In this case your pull request should address just this issue, without pulling in other changes.
   -->
   
   # Apache Camel coding standards and style
   
   - [ ] I checked that each commit in the pull request has a meaningful subject line and body.
   
   <!--
   If you're unsure, you can format the pull request title like `[CAMEL-XXX] Fixes bug in camel-file component`, where you replace `CAMEL-XXX` with the appropriate JIRA issue.
   -->
   
   - [ ] I have run `mvn clean install -DskipTests` locally and I have committed all auto-generated changes
   
   <!--
   You can run the aforementioned command in your module so that the build auto-formats your code. This will also be verified as part of the checks and your PR may be rejected if if there are uncommited changes after running `mvn clean install -DskipTests`.
   
   You can learn more about the contribution guidelines at https://github.com/apache/camel/blob/main/CONTRIBUTING.md
   -->
   
   


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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

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

   > If you mean to say official support then do you mean, if my application is using camel 3.16.0 then you won't support if the error occurred in my application due to running in Java 21.
   
   Yes correct. Also ASF is only community support.


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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

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

   Hi Claus
   
   Thank you for your comments, but sorry to say, I don't understand what you mean "update the PR with better information,"
   
   As my understanding is, one can use latest Java version (Java11 or above) for 3.x Apache camel.
   And 3.x is not restricted to work only with Java11. 
   Like wise 3.17 is compatible to compile and run with Java 17 and higher java version.
   Please clarify?
   
   


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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

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

   No we dont support official any kind of JRE version - We only support JDK11, 17, 21 and so on. If you use JDK12, 14, 18 or whatever then its not supported.


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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

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

   Yes you can see the supported version on download page
   https://camel.apache.org/download/
   
   For example Camel 4.4 says
   Supports Java 17 and 21
   
   


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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

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

   I mean running my own application that uses camel say 3.16.0. 
   So in that case still I cannot use  Java 21 to compile and run my application just because my application has a dependency on camel 3.16.0?  This is very strange. Please clarify if I can use JDK 21 to compile and run my application. 
   
   If you mean to say official support then do you mean, if my application is using camel 3.16.0 then you won't support if the error occurred in my application due to running in Java 21.


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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

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

   > > Yes you can see the supported version on download page https://camel.apache.org/download/
   > > For example Camel 4.4 says Supports Java 17 and 21
   > 
   > Sorry for extending the discussion, but it is very important for me and possibly others to understand the JRE part of camel.
   > 
   > I am not sure if I was able to convey my question properly when I say JRE. My case is I have a batch application deployed on AWS platform, the application process some files from S3 bucket. My application stack is: Java-21, Spring 2.7.x, Camel 3.16.0.
   > 
   > I understand the support part. But other than that, If I use camel 3.16.0 in my application compiled and running on JDK-21 on AWS platform will there be any problem?
   
   I dont know try it out - its very likely it will as JDK have great backwards compatability, but Camel also uses 3rd party JARs and they may not. 
   
   The ASF Camel project **only** support the JDK and Camel combinations I already mentioned. We have 25.000+ tests executed on CI servers for the JDK + Camel combinations that we use to help verify.
   
   


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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

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

   Ok I have added changes that would clearly state the different java versions one can use to Compile and as Runtime environments.
   Basically this states that if an application is using any of the apache-camel version, say 3.16.0 then that application can use JRE 21. Please let me know if one cannot use JRE-21 for 3.16.0? 


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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

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

   If you need more help then ask on the chat room or mailing list


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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

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

   Added additional clarity with respect to supported java versions for each version


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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

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

   Remove the `+` sign


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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

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

   > The + sign I mean for java 11 and above. Is it not the case that one can use Java 17 to compile and run applications with apache 3.x?
   
   Only in Camel 3.17 onwards, as I listed in previous comments. The JDK versions change during the years.


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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

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

   Java 8 supported from 3.0 to 3.14
   Java 11 supported for all of 3.x
   Java 17 supported from 3.17
   Java 21 supported from 4.2


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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

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

   > Yes you can see the supported version on download page https://camel.apache.org/download/
   > 
   > For example Camel 4.4 says Supports Java 17 and 21
   
   I am not sure if I was able to convey my question properly when I say JRE.
   My case is I have a batch application deployed on AWS platform, the application process some files from S3 bucket. 
   My application stack is: Java-21, Spring 2.7.x, Camel 3.16.0.
   
   I understand the support part. But other than that,
   If I use camel 3.16.0 in my application compiled and running on JDK-21 on AWS platform will there be any problem?
   


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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

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

   The + sign I mean for java 11 and above.
   Is it not the case that one can use Java 17 to compile and run applications with apache 3.x?


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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

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

   Can you use this information to update the PR with better information, 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


Re: [PR] Update what-platforms-are-supported.adoc [camel]

Posted by "davsclaus (via GitHub)" <gi...@apache.org>.
davsclaus closed pull request #13424: Update what-platforms-are-supported.adoc
URL: https://github.com/apache/camel/pull/13424


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