Re: [VOTE] Release Apache Camel Quarkus 2.8.0

2022-04-04 Thread Jean-Baptiste Onofré
+1 (binding) Regards JB On Mon, Apr 4, 2022 at 11:55 AM James Netherton wrote: > > Hi, > > This is a vote to release Apache Camel Quarkus 2.8.0. > > Highlights: > > * Camel 3.16.0 > * Quarkus 2.8.0.Final > > All commits: > > https://github.com/apache/camel-quarkus/compare/2.8.0-M1...2.8.0 > > St

Re: [VOTE] Release Apache Camel Quarkus 2.8.0

2022-04-04 Thread Zoran Regvart
+1 (binding) Thank you James! On Mon, Apr 4, 2022 at 11:56 AM James Netherton wrote: > > Hi, > > This is a vote to release Apache Camel Quarkus 2.8.0. > > Highlights: > > * Camel 3.16.0 > * Quarkus 2.8.0.Final > > All commits: > > https://github.com/apache/camel-quarkus/compare/2.8.0-M1...2.8.0

Re: [VOTE] Release Apache Camel Quarkus 2.8.0

2022-04-04 Thread Andrea Cosentino
+1 (binding) Thanks! Il giorno lun 4 apr 2022 alle ore 12:16 Luca Burgazzoli < lburgazz...@gmail.com> ha scritto: > +1 (binding) > > --- > Luca Burgazzoli > > > On Mon, Apr 4, 2022 at 12:10 PM Babak Vahdat > wrote: > > > +1 (binding) > > > > Thanks James! > > > > Babak > > > > > On 4 Apr 2022,

Re: [VOTE] Release Apache Camel Quarkus 2.8.0

2022-04-04 Thread Luca Burgazzoli
+1 (binding) --- Luca Burgazzoli On Mon, Apr 4, 2022 at 12:10 PM Babak Vahdat wrote: > +1 (binding) > > Thanks James! > > Babak > > > On 4 Apr 2022, at 11:55, James Netherton > wrote: > > > > Hi, > > > > This is a vote to release Apache Camel Quarkus 2.8.0. > > > > Highlights: > > > > * Camel

Re: [VOTE] Release Apache Camel Quarkus 2.8.0

2022-04-04 Thread Babak Vahdat
+1 (binding) Thanks James! Babak > On 4 Apr 2022, at 11:55, James Netherton wrote: > > Hi, > > This is a vote to release Apache Camel Quarkus 2.8.0. > > Highlights: > > * Camel 3.16.0 > * Quarkus 2.8.0.Final > > All commits: > > https://github.com/apache/camel-quarkus/compare/2.8.0-M1...2

Re: [VOTE] Release Apache Camel Quarkus 2.8.0

2022-04-04 Thread Zineb Bendhiba
+1 (binding) Thanks James Le lun. 4 avr. 2022 à 11:56, James Netherton a écrit : > Hi, > > This is a vote to release Apache Camel Quarkus 2.8.0. > > Highlights: > > * Camel 3.16.0 > * Quarkus 2.8.0.Final > > All commits: > > https://github.com/apache/camel-quarkus/compare/2.8.0-M1...2.8.0 > > S

Re: [VOTE] Release Apache Camel Quarkus 2.8.0

2022-04-04 Thread Claus Ibsen
+1 (binding) On Mon, Apr 4, 2022 at 11:56 AM James Netherton wrote: > > Hi, > > This is a vote to release Apache Camel Quarkus 2.8.0. > > Highlights: > > * Camel 3.16.0 > * Quarkus 2.8.0.Final > > All commits: > > https://github.com/apache/camel-quarkus/compare/2.8.0-M1...2.8.0 > > Staging reposi

[VOTE] Release Apache Camel Quarkus 2.8.0

2022-04-04 Thread James Netherton
Hi, This is a vote to release Apache Camel Quarkus 2.8.0. Highlights: * Camel 3.16.0 * Quarkus 2.8.0.Final All commits: https://github.com/apache/camel-quarkus/compare/2.8.0-M1...2.8.0 Staging repository: https://repository.apache.org/content/repositories/orgapachecamel-1424 Tag: https://g

[GitHub] [camel-k] lburgazzoli commented on a diff in pull request #3163: operator: allow to configure the lock name

2022-04-04 Thread GitBox
lburgazzoli commented on code in PR #3163: URL: https://github.com/apache/camel-k/pull/3163#discussion_r841490794 ## pkg/cmd/operator.go: ## @@ -40,16 +41,18 @@ func newCmdOperator() (*cobra.Command, *operatorCmdOptions) { cmd.Flags().Int32("health-port", 8081, "The por

[GitHub] [camel-k] squakez commented on a diff in pull request #3163: operator: allow to configure the lock name

2022-04-04 Thread GitBox
squakez commented on code in PR #3163: URL: https://github.com/apache/camel-k/pull/3163#discussion_r841464986 ## pkg/cmd/operator.go: ## @@ -40,16 +41,18 @@ func newCmdOperator() (*cobra.Command, *operatorCmdOptions) { cmd.Flags().Int32("health-port", 8081, "The port of

[GitHub] [camel-k] astefanutti commented on a diff in pull request #3163: operator: allow to configure the lock name

2022-04-04 Thread GitBox
astefanutti commented on code in PR #3163: URL: https://github.com/apache/camel-k/pull/3163#discussion_r841459428 ## pkg/cmd/operator.go: ## @@ -40,16 +41,18 @@ func newCmdOperator() (*cobra.Command, *operatorCmdOptions) { cmd.Flags().Int32("health-port", 8081, "The por

[GitHub] [camel-k] astefanutti commented on a diff in pull request #3158: Disable deprecate linters

2022-04-04 Thread GitBox
astefanutti commented on code in PR #3158: URL: https://github.com/apache/camel-k/pull/3158#discussion_r841442770 ## .golangci.yml: ## @@ -50,9 +52,13 @@ linters: - paralleltest - tagliatelle - tenv +- scopelint - testpackage - varnamelen - whit