Re: Spring Boot 2 migration started - Status and things to help with

2018-04-11 Thread Claus Ibsen
Hi Okay so the work has been migrated to the master branch. The boot2ga branch is retired and will be deleted in the coming days. So do the work on the master branch from this point forward. On Wed, Apr 11, 2018 at 9:20 AM, Claus Ibsen wrote: > Hi > > Just a heads-up that the SB2 work has got s

Re: Spring Boot 2 migration started - Status and things to help with

2018-04-11 Thread Claus Ibsen
Hi Just a heads-up that the SB2 work has got so far, that I am merging the work to the master branch today. On Tue, Mar 20, 2018 at 3:57 PM, Claus Ibsen wrote: > Hi > > Just a heads-up that following the status of outstanding tasks may be > easier to look at the sub-tasks on this JIRA > https:/

Re: Spring Boot 2 migration started - Status and things to help with

2018-03-20 Thread Claus Ibsen
Hi Just a heads-up that following the status of outstanding tasks may be easier to look at the sub-tasks on this JIRA https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-11430 They boot2ga branch is useable now, you can run Camel on Spring Boot 2. When we got it all sorted we will get the

Re: Spring Boot 2 migration started - Status and things to help with

2018-03-19 Thread Claus Ibsen
Hi I have created sub-tasks in JIRA to make it easier to see the outstanding tasks https://issues.apache.org/jira/projects/CAMEL/issues/CAMEL-11430 On Mon, Mar 19, 2018 at 3:03 PM, Tomohisa Igarashi wrote: > Hi Claus, > > I want to take some from the list, if there's no taker I would just star

Re: Spring Boot 2 migration started - Status and things to help with

2018-03-19 Thread Tomohisa Igarashi
Hi Claus, I want to take some from the list, if there's no taker I would just start from 1). These definitely help me to get familiar with spring-boot :-) Thanks, Tomo On Sat, 2018-03-17 at 17:31 +0100, Claus Ibsen wrote: > Hi > > I started the migration from spring boot 1 to 2 in a new branc

Re: Spring Boot 2 migration started - Status and things to help with

2018-03-19 Thread Claus Ibsen
Hi So the tests/camel-itest-spring-boot can be run from within the IDEA / Eclipse if you run the unit tests (eg right click -> run test) But when running from command line it fails. For example CamelBeanioTest etc Well at least we are getting closer. -- Claus Ibsen - http://da

Re: Spring Boot 2 migration started - Status and things to help with

2018-03-19 Thread Claus Ibsen
Hi On Mon, Mar 19, 2018 at 8:04 AM, Claus Ibsen wrote: > Hi > > After running full testing we have failures on > > - camel-spring-cloud > - camel-spring-cloud-netflix I have fixed these two - they require using latest releases of spring-cloud which is not yet on maven central, so we pull them

Re: Spring Boot 2 migration started - Status and things to help with

2018-03-19 Thread Claus Ibsen
Hi After running full testing we have failures on - camel-spring-cloud - camel-spring-cloud-netflix - camel-itest (not sure if this is a spring issue) - camel-example-spring-boot-rest-jpa And of course all the itests (maybe Nicola have time to look into this) - camel-itest-spring-boot On Sat,

Re: Spring Boot 2 migration started - Status and things to help with

2018-03-17 Thread Jean-Baptiste Onofré
Hi Claus I will tackle the Karaf 4.2 update (with spring 5) when the release will be in vote. Regards JB Le 17 mars 2018 à 09:32, à 09:32, Claus Ibsen a écrit: >Hi > >I started the migration from spring boot 1 to 2 in a new branch >boot2ga as the older branch boot2 was out of date. Then I have

Spring Boot 2 migration started - Status and things to help with

2018-03-17 Thread Claus Ibsen
Hi I started the migration from spring boot 1 to 2 in a new branch boot2ga as the older branch boot2 was out of date. Then I have copied over the good parts and got the project to build and the camel-spring-boot is now using SB2. To support both Spring Boot 1.x and 2.x at the same time is too com