Re: Release Camel 3.18.5

2023-01-19 Thread Gregor Zurowski
... and another PR for the parent dependencies update: https://github.com/apache/camel/pull/9175 On Thu, Jan 19, 2023 at 6:40 PM Gregor Zurowski wrote: > > Here's the corresponding dependency update for Camel: > https://github.com/apache/camel/pull/9173 > > On Thu, Jan 19, 2023 at 6:18 PM Gregor

Re: [VOTE] Release Apache Camel Quarkus 2.16.0

2023-01-19 Thread James Netherton
+1 (binding) On Thu, 19 Jan 2023 at 15:56, Alexandre Gallice wrote: > Hello, > > This is a vote to release Apache Camel Quarkus 2.16.0. > > Highlights: > > * Quarkus 2.16.0.Final > * Camel 3.20.1 > * Fixed issues: >https://github.com/apache/camel-quarkus/milestone/36?closed=1 > * All commits

Re: [VOTE] Release Apache Camel Quarkus 2.16.0

2023-01-19 Thread Zheng Feng
+1 (non-binding) On Fri, Jan 20, 2023 at 12:06 AM Alexandre Gallice wrote: > Hello, > > This is a vote to release Apache Camel Quarkus 2.16.0. > > Highlights: > > * Quarkus 2.16.0.Final > * Camel 3.20.1 > * Fixed issues: >https://github.com/apache/camel-quarkus/milestone/36?closed=1 > * All

Re: [VOTE] Release Apache Camel Quarkus 2.16.0

2023-01-19 Thread Jean-Baptiste Onofré
+1 (binding) Regards JB On Thu, Jan 19, 2023 at 4:56 PM Alexandre Gallice wrote: > > Hello, > > This is a vote to release Apache Camel Quarkus 2.16.0. > > Highlights: > > * Quarkus 2.16.0.Final > * Camel 3.20.1 > * Fixed issues: >https://github.com/apache/camel-quarkus/milestone/36?closed=1

Re: [VOTE] Release Apache Camel Quarkus 2.16.0

2023-01-19 Thread zineb bendhiba
+1 (binding) Zineb > Le 19 janv. 2023 à 16:56, Alexandre Gallice a écrit : > > Hello, > > This is a vote to release Apache Camel Quarkus 2.16.0. > > Highlights: > > * Quarkus 2.16.0.Final > * Camel 3.20.1 > * Fixed issues: > https://github.com/apache/camel-quarkus/milestone/36?closed=1 >

Re: [VOTE] Release Apache Camel Quarkus 2.16.0

2023-01-19 Thread Claus Ibsen
+1 (binding) On Thu, Jan 19, 2023 at 4:56 PM Alexandre Gallice wrote: > Hello, > > This is a vote to release Apache Camel Quarkus 2.16.0. > > Highlights: > > * Quarkus 2.16.0.Final > * Camel 3.20.1 > * Fixed issues: >https://github.com/apache/camel-quarkus/milestone/36?closed=1 > * All commi

Re: [HEADS-UP] SBOM Generation

2023-01-19 Thread Andrea Cosentino
Thanks for that. Il giorno gio 19 gen 2023 alle ore 18:22 Christofer Dutz < christofer.d...@c-ware.de> ha scritto: > Thanks for this … instantly tried it out for PLC4X :-) > > You might want to add an “false” if you want it > only executed in the reactor root for the entire project. > If you ru

Re: Release Camel 3.18.5

2023-01-19 Thread Gregor Zurowski
Here's the corresponding dependency update for Camel: https://github.com/apache/camel/pull/9173 On Thu, Jan 19, 2023 at 6:18 PM Gregor Zurowski wrote: > > I have created a PR for the Spring Boot 2.7.8 update: > https://github.com/apache/camel-spring-boot/pull/711 > > On Wed, Jan 18, 2023 at 12:17

Re: [HEADS-UP] SBOM Generation

2023-01-19 Thread Christofer Dutz
Thanks for this … instantly tried it out for PLC4X :-) You might want to add an “false” if you want it only executed in the reactor root for the entire project. If you run it for every module, it does make the build take a LOT longer ;-) Chris From: Andrea Cosentino Date: Thursday, 19. January

Re: Release Camel 3.18.5

2023-01-19 Thread Gregor Zurowski
I have created a PR for the Spring Boot 2.7.8 update: https://github.com/apache/camel-spring-boot/pull/711 On Wed, Jan 18, 2023 at 12:17 PM Gregor Zurowski wrote: > > Sounds like a plan. Will check in tomorrow. > > Thanks, > Gregor > > On Wed, Jan 18, 2023 at 12:09 PM Claus Ibsen wrote: > > > >

[VOTE] Release Apache Camel Quarkus 2.16.0

2023-01-19 Thread Alexandre Gallice
Hello, This is a vote to release Apache Camel Quarkus 2.16.0. Highlights: * Quarkus 2.16.0.Final * Camel 3.20.1 * Fixed issues: https://github.com/apache/camel-quarkus/milestone/36?closed=1 * All commits: https://github.com/apache/camel-quarkus/compare/2.15.0...2.16.0 Staging repository: h

Re: [HEADS-UP] SBOM Generation

2023-01-19 Thread Andrea Cosentino
Yes, it's not harming just a problem with bundle. We can tweak and exclude it if needed. There are even trouble with atlassian repository. But the generation will complete correctly Il gio 19 gen 2023, 12:51 Claus Ibsen ha scritto: > Hi > > Thanks so running this build and noticed some WARN/ER

Re: [HEADS-UP] SBOM Generation

2023-01-19 Thread Claus Ibsen
Hi Thanks so running this build and noticed some WARN/ERROR due to OSGi. I guess snappy-java pom.xml have bundle which is not a well-known, as jar is the default and wide-spread use. Caused by: org.apache.maven.model.building.ModelBuildingException: 1 problem was encountered while building the ef

Re: [HEADS-UP] SBOM Generation

2023-01-19 Thread Andrea Cosentino
Hello, Essentially is enough to run a maven install. mvn install -DskipTests -Psbom The aggregate sbom will be in target folder at root level. We could tune it and find a way to automatize this, for example through a gh action. Il giorno gio 19 gen 2023 alle ore 12:43 Claus Ibsen ha scritto

Re: [HEADS-UP] SBOM Generation

2023-01-19 Thread Claus Ibsen
Hi Andrea How do you generate the sbom file? What command do you run from the root folder of Camel source code? And should we have this documented somewhere. On Thu, Jan 19, 2023 at 11:42 AM Andrea Cosentino wrote: > Hello, > > Moving to Camel 4.x I think it's time to have a look at SBOM genera

[HEADS-UP] SBOM Generation

2023-01-19 Thread Andrea Cosentino
Hello, Moving to Camel 4.x I think it's time to have a look at SBOM generation and so on. I added a profile named sbom to the root POM. It will generate two files in the target folder camel-sbom.json and camel-sbom.xml. For the moment I choose to copy them in camel-sbom folder manually, so we c

Re: [VOTE] Accept karaf-camel as new Apache Karaf subproject

2023-01-19 Thread Jean-Baptiste Onofré
Hi, I think it's important to split the discussion into two major aspects: technical aspect and community aspect. - Technically speaking, I don't see camel-karaf very different from camel-spring-boot or camel-quarkus or camel-k. It contains Camel specific to a platform, exactly like camel-quarkus