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

2024-03-11 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2024-03-11 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2024-03-11 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2024-03-11 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2024-03-10 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2024-03-10 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2024-03-10 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2024-03-10 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2024-03-10 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2024-03-10 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2024-03-09 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2024-03-09 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2024-03-09 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2024-03-09 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2024-03-09 Thread via GitHub


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-unsubscr...@camel.apache.org

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



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

2024-03-08 Thread via GitHub


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-unsubscr...@camel.apache.org

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