Re: [HEADS UP] Git repo camel-spring-boot created

2019-12-23 Thread Claus Ibsen
Hi We need to make sure the code on the master branch works with next Camel version. The -P dev profile nows fails with https://issues.apache.org/jira/browse/CAMEL-14331 On Mon, Dec 16, 2019 at 12:07 PM Guillaume Nodet wrote: > > Hi everyone, > > A short note to inform you that I've gone ahea

Re: [HEADS UP] Git repo camel-spring-boot created

2019-12-18 Thread Zoran Regvart
Hi David, On Tue, Dec 17, 2019 at 6:49 PM David Jencks wrote: > My question would be more, is camel-spring-boot (conceptually) a separate > Antora component? We currently have the Spring Boot documentation reference as a part of the `components` Antora component and within the same page describ

Re: [HEADS UP] Git repo camel-spring-boot created

2019-12-17 Thread David Jencks
For Antora, repositories are independent of components, you can have content from many repositories contribute to the same component, and using start_paths you can have a lot of component/versions in the same repository. I haven’t looked into the situation enough to understand what your propose

Re: [HEADS UP] Git repo camel-spring-boot created

2019-12-17 Thread Zoran Regvart
Hi Guillaume, one option might be to generate Antora tree in the `camel-spring-boot` and include[1] it from the main `camel` docs tree. I'm not 100% sure if this will work cross repositories, i.e. if `component` in `include::version@component:module:page$topic/page.adoc[]` is looked up (also) in a

Re: [HEADS UP] Git repo camel-spring-boot created

2019-12-16 Thread Andrea Cosentino
Another thing I noticed: in the autogenerated section of common-bin.xml for spring boot starter, there is still a reference to camel-jaxp-starter. Il giorno mar 17 dic 2019 alle ore 06:05 Andrea Cosentino ha scritto: > Also we need to make the build work with JDK11. > I moved the Jenkins job fro

Re: [HEADS UP] Git repo camel-spring-boot created

2019-12-16 Thread Andrea Cosentino
Also we need to make the build work with JDK11. I moved the Jenkins job from main camel repo to the spring-boot one and the JDK11 build isn't working anymore. https://builds.apache.org/view/C/view/Apache%20Camel/job/camel.daily.sb.jdk11/271/console Il giorno mar 17 dic 2019 alle ore 05:43 Claus I

Re: [HEADS UP] Git repo camel-spring-boot created

2019-12-16 Thread Claus Ibsen
Hi Good work. For building camel-spring-boot we should have a Maven profile, so you can easily build against master SNAPSHOT of camel, eg 3.1.0-SNAPSHOT etc currently. And we should also have same profile to do a quick build, eg -P fastinstall And there are a bunch of properties with versions of

Re: [HEADS UP] Git repo camel-spring-boot created

2019-12-16 Thread Andrea Cosentino
Sounds good to me. Il giorno lun 16 dic 2019 alle ore 15:00 Guillaume Nodet ha scritto: > I'm planning to work on a generator this week so that we can have a > specific section in the web site about the spring boot support. > If you have other ideas, let me know... > > Guillaume > > Le lun. 16 d

Re: [HEADS UP] Git repo camel-spring-boot created

2019-12-16 Thread Guillaume Nodet
I'm planning to work on a generator this week so that we can have a specific section in the web site about the spring boot support. If you have other ideas, let me know... Guillaume Le lun. 16 déc. 2019 à 12:14, Andrea Cosentino a écrit : > Thanks Guillaume, > > How do we plan to manage the doc

Re: [HEADS UP] Git repo camel-spring-boot created

2019-12-16 Thread Andrea Cosentino
Thanks Guillaume, How do we plan to manage the docs for Spring Boot in the end? Maybe I missed some discussions. Thanks. Il giorno lun 16 dic 2019 alle ore 12:07 Guillaume Nodet ha scritto: > Hi everyone, > > A short note to inform you that I've gone ahead and created the > camel-spring-boot

[HEADS UP] Git repo camel-spring-boot created

2019-12-16 Thread Guillaume Nodet
Hi everyone, A short note to inform you that I've gone ahead and created the camel-spring-boot repository and pushed the spring boot support PR into it. The repository is available at: https://git-wip-us.apache.org/repos/asf/camel-spring-boot.git https://github.com/apache/camel-spring-boot Pl