You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Rao Sanaka, Venkateswara" <Ve...@softwareag.com> on 2019/01/07 08:38:29 UTC

Java 11 support

Hi,

Which version of Apache Camel does officially supports Java 11 platform?
Any probable timelines will be helpful.

Best Regards,
Venki.




Re: Re: Java 11 support

Posted by David Karlsen <da...@gmail.com>.
See grep [1] for components.
Nothing special - other than adding jee api's which were removed from the
JDK and still needed (like jaxb etc) - not in particular for camel - but
for the application as such when moving from 8 -> 11.

[1]
find . -name pom.xml|xargs fgrep  'artifactId>camel'|sort -u
./pays-core/pays-core-batch/pom.xml:
<artifactId>camel-core</artifactId>
./pays-core/pays-core-batch/pom.xml:
<artifactId>camel-cxf</artifactId>
./pays-core/pays-core-batch/pom.xml:
<artifactId>camel-http</artifactId>
./pays-core/pays-core-batch/pom.xml:
<artifactId>camel-jaxb</artifactId>
./pays-core/pays-core-batch/pom.xml:
<artifactId>camel-mail</artifactId>
./pays-core/pays-core-batch/pom.xml:
<artifactId>camel-spring</artifactId>
./pays-core/pays-core-batch/pom.xml:
<artifactId>camel-test-spring</artifactId>
./pays-core/pays-core-common/pom.xml:
 <artifactId>camel-core</artifactId>
./pays-core/pays-core-common/pom.xml:
 <artifactId>camel-spring-boot-starter</artifactId>
./pays-core/pays-core-common/pom.xml:
 <artifactId>camel-spring-boot</artifactId>
./pays-core/pays-core-pi-integration/pom.xml:
<artifactId>camel-beanio</artifactId>
./pays-core/pays-core-pi-integration/pom.xml:
<artifactId>camel-core</artifactId>
./pays-core/pays-core-pi-integration/pom.xml:
<artifactId>camel-ftp</artifactId>
./pays-core/pays-core-pi-integration/pom.xml:
<artifactId>camel-http</artifactId>
./pays-core/pays-core-pi-integration/pom.xml:
<artifactId>camel-jackson</artifactId>
./pays-core/pays-core-pi-integration/pom.xml:
<artifactId>camel-jaxb</artifactId>
./pays-core/pays-core-pi-integration/pom.xml:
<artifactId>camel-jms</artifactId>
./pays-core/pays-core-pi-integration/pom.xml:
<artifactId>camel-mail</artifactId>
./pays-core/pays-core-pi-integration/pom.xml:
<artifactId>camel-spring</artifactId>
./pays-core/pays-core-pi-integration/pom.xml:
<artifactId>camel-test</artifactId>
./pays-core/pays-core-pi-integration/pom.xml:
<artifactId>camel-velocity</artifactId>
./pays-core/pays-core-pi-service/pom.xml:
<artifactId>camel-test-spring</artifactId>
./pays-core/pays-core-pi-test/pom.xml:
<artifactId>camel-test-spring</artifactId>
./pays-core/pays-core-pwh-dao/pom.xml:
<artifactId>camel-jpa</artifactId>
./pays-web/pays-web-ws-pays/pom.xml:
<artifactId>camel-spring-boot</artifactId>
./pin-perf/pom.xml:      <artifactId>camel-core</artifactId>
./pin-perf/pom.xml:      <artifactId>camel-csv</artifactId>
./pin-perf/pom.xml:      <artifactId>camel-disruptor</artifactId>
./pin-perf/pom.xml:      <artifactId>camel-jaxb</artifactId>
./pin-perf/pom.xml:      <artifactId>camel-jms</artifactId>
./pin-perf/pom.xml:      <artifactId>camel-spring</artifactId>
./pom.xml:                        <artifactId>camel-javaspace</artifactId>
./pom.xml:                <artifactId>camel-bom</artifactId>
./pom.xml:                <artifactId>camel-jms</artifactId>


Den man. 7. jan. 2019 kl. 21:57 skrev Andrea Cosentino <
ancosen1985@yahoo.com>:

> What components are you using? Did you had to tweak something?
>
> Inviato da Yahoo Mail su Android
> <https://go.onelink.me/107872968?pid=InProduct&c=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers&af_wl=ym&af_sub1=Internal&af_sub2=Global_YGrowth&af_sub3=EmailSignature>
>
> Il lun, 7 gen, 2019 alle 21:34, David Karlsen
> <da...@gmail.com> ha scritto:
> I am currently using 2.23 with java 11 just fine.
>
> man. 7. jan. 2019 kl. 20:53 skrev Claus Ibsen <cl...@gmail.com>:
>
> > Hi
> >
> > Camel 3 will support Java 11.
> >
> > We may do a "best-effort" support for a future Camel 2.x release,
> > maybe 2.24 or if we we end up doing a 2.25 release also.
> >
> > On Mon, Jan 7, 2019 at 10:10 AM Rao Sanaka, Venkateswara
> > <Ve...@softwareag.com> wrote:
> > >
> > > Hi,
> > >
> > > Which version of Apache Camel does officially supports Java 11
> platform?
> > > Any probable timelines will be helpful.
> > >
> > > Best Regards,
> > > Venki.
> > >
> > >
> > >
> >
> >
> > --
> > Claus Ibsen
> > -----------------
> > http://davsclaus.com @davsclaus
> > Camel in Action 2: https://www.manning.com/ibsen2
> >
>
>

-- 
--
David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen

R: Re: Java 11 support

Posted by Andrea Cosentino <an...@yahoo.com.INVALID>.
What components are you using? Did you had to tweak something?

Inviato da Yahoo Mail su Android 
 
  Il lun, 7 gen, 2019 alle 21:34, David Karlsen<da...@gmail.com> ha scritto:   I am currently using 2.23 with java 11 just fine.

man. 7. jan. 2019 kl. 20:53 skrev Claus Ibsen <cl...@gmail.com>:

> Hi
>
> Camel 3 will support Java 11.
>
> We may do a "best-effort" support for a future Camel 2.x release,
> maybe 2.24 or if we we end up doing a 2.25 release also.
>
> On Mon, Jan 7, 2019 at 10:10 AM Rao Sanaka, Venkateswara
> <Ve...@softwareag.com> wrote:
> >
> > Hi,
> >
> > Which version of Apache Camel does officially supports Java 11 platform?
> > Any probable timelines will be helpful.
> >
> > Best Regards,
> > Venki.
> >
> >
> >
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>
  

Re: Java 11 support

Posted by Pascal Schumacher <pa...@gmx.net>.

I'm also using 2.23 with Java 11 (components: spring-boot, servlet, 
http4, activemq, mail, smpp, scheduler...).

I had do add some dependencies for the removed JEE modules 
https://openjdk.java.net/jeps/320 (not sure if any were for Camel).

Am 07.01.2019 um 21:33 schrieb David Karlsen:
> I am currently using 2.23 with java 11 just fine.
>
> man. 7. jan. 2019 kl. 20:53 skrev Claus Ibsen <cl...@gmail.com>:
>
>> Hi
>>
>> Camel 3 will support Java 11.
>>
>> We may do a "best-effort" support for a future Camel 2.x release,
>> maybe 2.24 or if we we end up doing a 2.25 release also.
>>
>> On Mon, Jan 7, 2019 at 10:10 AM Rao Sanaka, Venkateswara
>> <Ve...@softwareag.com> wrote:
>>> Hi,
>>>
>>> Which version of Apache Camel does officially supports Java 11 platform?
>>> Any probable timelines will be helpful.
>>>
>>> Best Regards,
>>> Venki.
>>>
>>>
>>>
>>
>> --
>> Claus Ibsen
>> -----------------
>> http://davsclaus.com @davsclaus
>> Camel in Action 2: https://www.manning.com/ibsen2
>>


Re: Java 11 support

Posted by David Karlsen <da...@gmail.com>.
I am currently using 2.23 with java 11 just fine.

man. 7. jan. 2019 kl. 20:53 skrev Claus Ibsen <cl...@gmail.com>:

> Hi
>
> Camel 3 will support Java 11.
>
> We may do a "best-effort" support for a future Camel 2.x release,
> maybe 2.24 or if we we end up doing a 2.25 release also.
>
> On Mon, Jan 7, 2019 at 10:10 AM Rao Sanaka, Venkateswara
> <Ve...@softwareag.com> wrote:
> >
> > Hi,
> >
> > Which version of Apache Camel does officially supports Java 11 platform?
> > Any probable timelines will be helpful.
> >
> > Best Regards,
> > Venki.
> >
> >
> >
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2
>

Re: Java 11 support

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

Camel 3 will support Java 11.

We may do a "best-effort" support for a future Camel 2.x release,
maybe 2.24 or if we we end up doing a 2.25 release also.

On Mon, Jan 7, 2019 at 10:10 AM Rao Sanaka, Venkateswara
<Ve...@softwareag.com> wrote:
>
> Hi,
>
> Which version of Apache Camel does officially supports Java 11 platform?
> Any probable timelines will be helpful.
>
> Best Regards,
> Venki.
>
>
>


-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2