Re: Jenkins Pipeline Build Missing Deploy Phase?

2018-03-19 Thread Pascal Schumacher
Hi Zoran, thanks for looking into this! The last build was successful, but nothing was deployed. I guess we are affected by "MDEPLOY-193: deployAtEnd does not deploy artifacts for multi-module project with build extensions" https://issues.apache.org/jira/browse/MDEPLOY-193 (or

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

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

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 -

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

Re: Jenkins Pipeline Build Missing Deploy Phase?

2018-03-19 Thread Zoran Regvart
Hello, no luck, the build failed on `bom-generator-maven-plugin` because no Maven artefact was attached for that module in Maven reactor. I've replaced the `install` goal in `Build` stage with `deploy` as at that point the Maven reactor is populated. Previously deploying to ASF Maven repository

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