Re: GSoC application

2020-02-26 Thread Kirill Yankov
Hello Zoran and others. I have taken a brief look at the project and its structure. And now have questions about the proposals. - Implementing a single component doesn’t seem to be really 3-months project to me (for now I think it may take maybe about a month). So consequently following quest

Re: [VOTE] Release Apache Camel and Camel Spring Boot 3.1.0

2020-02-26 Thread Freeman Fang
+1 (non-binding) Thanks! Freeman On Sun, Feb 23, 2020 at 10:00 AM Gregor Zurowski wrote: > Hi Everyone: > > This is a vote to release Apache Camel 3.1.0 (with Apache Camel Spring > Boot), a new minor release with 291 improvements and fixes. Please > note that Spring Boot support (including all

Re: [VOTE] Release Apache Camel and Camel Spring Boot 3.1.0

2020-02-26 Thread Guillaume Nodet
+1 Thx to everyone ! Le dim. 23 févr. 2020 à 16:00, Gregor Zurowski a écrit : > Hi Everyone: > > This is a vote to release Apache Camel 3.1.0 (with Apache Camel Spring > Boot), a new minor release with 291 improvements and fixes. Please > note that Spring Boot support (including all starter dep

Re: [VOTE] Release Apache Camel and Camel Spring Boot 3.1.0

2020-02-26 Thread Gregor Zurowski
FYI: I will close the release tomorrow as I am now boarding for a long distance flight. Gregor On Sun, Feb 23, 2020, 4:00 PM Gregor Zurowski wrote: > Hi Everyone: > > This is a vote to release Apache Camel 3.1.0 (with Apache Camel Spring > Boot), a new minor release with 291 improvements and f

[Camel 2.24.x] Custom type converters for Enums

2020-02-26 Thread Ralf Claussnitzer
Dear list, I noticed a problem in Camel 2.x with type conversion of Enums. It cannot be used with constructor type Enums. The conversion of Strings to Enum types is hard coded to fail with an Exception if the EnumConverter cannot instantiate an Enum value. Given the Enum: enum Toggle {

Re: EOL Camel 3.0.x

2020-02-26 Thread Claus Ibsen
On Tue, Feb 25, 2020 at 2:49 PM Gregor Zurowski wrote: > > Yes, it makes sense. I would suggest we put something about this on our > website so that users are aware of this. > Yeah lets include this details in the 3.1 release notes and also create a separate news blog about the EOL and suggested

Re: Schema not available anymore on website

2020-02-26 Thread Jean-Baptiste Onofre
Nevermind guys, it works now (temporary network issue I think). Sorry for the noise. Regards JB > Le 26 févr. 2020 à 08:53, Jean-Baptiste Onofre a écrit : > > Hi guys, > > I just noticed that https://camel.apache.org/schema/spring/camel-spring.xsd >

Re: Schema not available anymore on website

2020-02-26 Thread Jean-Baptiste Onofre
Hi guys, Let me double check if the issue is not on my side. I keep you posted soon. Regards JB > Le 26 févr. 2020 à 09:26, Zoran Regvart a écrit : > > Hi Jean-Baptiste, > the way the website is published is that the content of the `asf-site` > branch in the camel-website repository is (someho

Re: Schema not available anymore on website

2020-02-26 Thread Zoran Regvart
Hi Jean-Baptiste, the way the website is published is that the content of the `asf-site` branch in the camel-website repository is (somehow by INFRA) synced over to the web server. I can see schemas[1] there. If those are not accessible via the web server then: - there's an issue syncing asf-site