+1 (binding) I tested it on the fabric8 quickstarts and checked various components.
Just a (non blocking) issue found: https://issues.apache.org/jira/browse/CAMEL-10358 About CAMEL-10373: Spring-boot complains when you put on the classpath the javax validation API and no implementation. The dependencies of some components use classes and annotations of the validation API, so an implementation is needed to prevent error on boot. I verified it manually for camel-swagger-java and camel-kubernetes, but I see that the other components listed in CAMEL-10373 don't really need it (if they are not combined with swagger). Probably the validation API was brought in the classpath by some test dependency, so the integration test failed. On Fri, Oct 7, 2016 at 5:59 PM, Claus Ibsen <claus.ib...@gmail.com> wrote: > +1 (binding) > > I tested a few examples and did some tests with fabric8 and kubernetes. > > Found an issue with the camel-stream component docs (but not a blocker) > https://issues.apache.org/jira/browse/CAMEL-10372 > > And noticed that some -starter modules on Spring Boot has > hibernate-validator as compile time dependency. I am not sure why this > is needed > https://issues.apache.org/jira/browse/CAMEL-10373 > > On Wed, Oct 5, 2016 at 9:54 AM, Gregor Zurowski > <gre...@list.zurowski.org> wrote: > > Hi Everyone: > > > > This is a vote to release Apache Camel 2.18.0, the first release that > > requires Java 8, comes with a much-improved Spring Boot support, and > > ships with numerous new features and improvements. (For further > > details please see > > http://www.davsclaus.com/2016/06/apache-camel-218- > highlights-of-what-is.html.) > > > > Release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa? > version=12334759&projectId=12311211 > > > > Staging repository: > > https://repository.apache.org/content/repositories/orgapachecamel-1059/ > > > > Tarballs: https://repository.apache.org/content/repositories/ > orgapachecamel-1059/org/apache/camel/apache-camel/2.18.0/ > > > > Tag: https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h= > e278cf0a1fe689d43e913009e88688c591e291b2 > > > > Please test this release candidate and cast your vote. > > [ ] +1 Release the binary as Apache Camel 2.18.0 > > [ ] -1 Veto the release (provide specific comments) > > > > The vote is open for at least 72 hours. Due to the bigger changes > > introduced with this release, it would be beneficial if we could get > > as many Camel riders involved in testing this RC as possible. > > > > Thanks, > > Gregor > > > > -- > Claus Ibsen > ----------------- > http://davsclaus.com @davsclaus > Camel in Action 2: https://www.manning.com/ibsen2 >