Re: Problem with Camel Spring Boot release

2020-02-23 Thread Claus Ibsen
Hi I have merged the fixes to the master branch and cleaned up. On Sun, Feb 23, 2020 at 10:56 AM Gregor Zurowski wrote: > > Hi Claus, > > Thanks for submitting your yammer patch. I've integrated it on the > release branch and it seems we have all issues resolved now. > > I am currently building

Re: Problem with Camel Spring Boot release

2020-02-23 Thread Gregor Zurowski
Hi Claus, Thanks for submitting your yammer patch. I've integrated it on the release branch and it seems we have all issues resolved now. I am currently building the release and will send out a release note if successful. Thanks, Gregor On Sat, Feb 22, 2020 at 9:22 PM Claus Ibsen wrote: > > Hi

Re: Problem with Camel Spring Boot release

2020-02-22 Thread Claus Ibsen
Hi Okay I added a hack to camel-spring-boot. You can cherry-pick this commit https://github.com/apache/camel-spring-boot/commit/10008d072347e1c7a6ad6052cd083538aed11892 On Sat, Feb 22, 2020 at 9:03 PM Claus Ibsen wrote: > > Hi > > Ah f*** yammer, we had some weird adoc issues too with it too. >

Re: Problem with Camel Spring Boot release

2020-02-22 Thread Claus Ibsen
Hi Ah f*** yammer, we had some weird adoc issues too with it too. I have corrected the javadoc on the master branch. For the camel-spring-boot I am working on a hack in the plugin that generates the -starter source code then we can patch the 3.1.0 release branch and we can get the release to cont

Re: Problem with Camel Spring Boot release

2020-02-22 Thread Gregor Zurowski
I am running into other issues now: === [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (attach-javadocs) on project camel-yammer-starter: MavenReportException: Error while generating Javadoc: [INFO] [ERROR] Exit code: 1 - /home/camel/camel-spring-boot

Re: Problem with Camel Spring Boot release

2020-02-22 Thread Gregor Zurowski
Thanks for the update. I will try it in a few hours and let you know. On Sat, Feb 22, 2020, 10:43 AM Claus Ibsen wrote: > Hi > > Okay with the fixes then I can build camel-spring-boot with > > mvn clean install > > And using the camel 3.1.0 JARs from the release branch/tag. > > Gregor lets us k

Re: Problem with Camel Spring Boot release

2020-02-22 Thread Claus Ibsen
Hi Okay with the fixes then I can build camel-spring-boot with mvn clean install And using the camel 3.1.0 JARs from the release branch/tag. Gregor lets us know when you start the release again and if you hit any new problems, thanks. On Sat, Feb 22, 2020 at 9:59 AM Claus Ibsen wrote: > > Hi

Re: Problem with Camel Spring Boot release

2020-02-22 Thread Claus Ibsen
Hi Gregor Okay I should have fixed it now. There is a PR against the 3.1.0 release branch you can review and merge https://github.com/apache/camel-spring-boot/pull/14 And my work is on this branch https://github.com/apache/camel-spring-boot/tree/claus On Sat, Feb 22, 2020 at 8:25 AM Claus Ibse

Re: Problem with Camel Spring Boot release

2020-02-22 Thread Andrea Cosentino
Great! We'll need to merge back a lot of stuff on master after the release. Il sab 22 feb 2020, 08:25 Claus Ibsen ha scritto: > Hi Gregor > > Thanks for reporting. I have reproduced your issues and are working on > fixing them. > There is a few others after the apt fix. > > Work on a branch whic

Re: Problem with Camel Spring Boot release

2020-02-21 Thread Claus Ibsen
Hi Gregor Thanks for reporting. I have reproduced your issues and are working on fixing them. There is a few others after the apt fix. Work on a branch which I will push then you can cherry pick to your release branch and hopefully build the release. On Fri, Feb 21, 2020 at 10:24 PM Gregor Zurow

Re: Problem with Camel Spring Boot release

2020-02-21 Thread Andrea Cosentino
The repo for camel has been closed. Let's review the generator and understand the problem. Then we can cut the release again Il ven 21 feb 2020, 22:24 Gregor Zurowski ha scritto: > After building the module, the camel-apt dependency got added again: > > === > > > org.apache.camel

Re: Problem with Camel Spring Boot release

2020-02-21 Thread Gregor Zurowski
After building the module, the camel-apt dependency got added again: === org.apache.camel.springboot camel-core-starter org.apache.camel.springboot camel-spring-boot-starter org.apache.camel apt ${camel-version} ===

Re: Problem with Camel Spring Boot release

2020-02-21 Thread Andrea Cosentino
To me this is not a blocker for the release. The starter looks good in terms of dependency. Let's just open an issue tracking this Il ven 21 feb 2020, 22:12 Gregor Zurowski ha scritto: > I've tried this, but it creates a jetty-starter module with some > weird-looking comments with "Dozer". Follo

Re: Problem with Camel Spring Boot release

2020-02-21 Thread Gregor Zurowski
I've tried this, but it creates a jetty-starter module with some weird-looking comments with "Dozer". Following is the generated pom.xml: === http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://mave

Re: Problem with Camel Spring Boot release

2020-02-21 Thread Andrea Cosentino
Or better use the starter-delete and the starte-create. Apt shouldn't be there Il ven 21 feb 2020, 21:33 Andrea Cosentino ha scritto: > Maybe you can try to totally remove the starter folder and recreate it > from scratch. The generator adds but doesn't remove... > > Il ven 21 feb 2020, 21:27 Gr

Re: Problem with Camel Spring Boot release

2020-02-21 Thread Andrea Cosentino
Maybe you can try to totally remove the starter folder and recreate it from scratch. The generator adds but doesn't remove... Il ven 21 feb 2020, 21:27 Gregor Zurowski ha scritto: > Hi Everyone: > > I am currently running in the following issue when building Camel Spring > Boot: > > === > [INFO]

Re: Problem with Camel Spring Boot release

2020-02-21 Thread Gregor Zurowski
Hi Everyone: I am currently running in the following issue when building Camel Spring Boot: === [INFO] [INFO] [INFO] [INFO] BUILD FAILURE [INFO] [INFO] --

Re: Problem with Camel Spring Boot release

2020-02-21 Thread Gregor Zurowski
Hi, There are still multiple issues with the Spring Boot release and I will look further into those later today. The current problems are mainly misalignments between Camel and the corresponding starter components. Thanks, Gregor On Fri, Feb 21, 2020 at 1:05 PM Claus Ibsen wrote: > > Hi Gregor

Re: Problem with Camel Spring Boot release

2020-02-21 Thread Claus Ibsen
Hi Gregor How is it going with the release? On Fri, Feb 21, 2020 at 8:40 AM Gregor Zurowski wrote: > > I found the issue in the meantime and fixed it on the release branch: > https://github.com/apache/camel-spring-boot/commit/e354d5af > > I am moving forward now and hope to release Camel Spring

Re: Problem with Camel Spring Boot release

2020-02-21 Thread Claus Ibsen
Hi Yay that is great news. Really looking forward to the 3.1 release. On Fri, Feb 21, 2020 at 8:40 AM Gregor Zurowski wrote: > > I found the issue in the meantime and fixed it on the release branch: > https://github.com/apache/camel-spring-boot/commit/e354d5af > > I am moving forward now and hop

Re: Problem with Camel Spring Boot release

2020-02-20 Thread Andrea Cosentino
Thanks a lot for your time Gregor Il giorno ven 21 feb 2020 alle ore 08:40 Gregor Zurowski < gre...@list.zurowski.org> ha scritto: > I found the issue in the meantime and fixed it on the release branch: > https://github.com/apache/camel-spring-boot/commit/e354d5af > > I am moving forward now and

Re: Problem with Camel Spring Boot release

2020-02-20 Thread Gregor Zurowski
I found the issue in the meantime and fixed it on the release branch: https://github.com/apache/camel-spring-boot/commit/e354d5af I am moving forward now and hope to release Camel Spring Boot 3.1.0 without further issues. Thanks Andrea for your support! On Thu, Feb 20, 2020 at 7:39 PM Gregor Zur

Problem with Camel Spring Boot release

2020-02-20 Thread Gregor Zurowski
Hi Everyone: After creating the Camel 3.1.0 release, I've attempted to create the Camel Spring Boot 3.1.0 release, but ran into the following issue: When running a dry run for release:prepare, I am getting the following error: [INFO] --