Re: org.apache.camel.spring.javaconfig.CamelConfiguration deprecated

2021-06-07 Thread Francesco Chicchiriccò
= createCamelContext(); > > camelContext.build(); > > return camelContext; > > } > > > > ? > > > > Thanks again. > > Regards. > > > > > On Mon, Jun 7, 2021 at 3:53 PM Francesco Chicchiriccò > > > wrote: >

Re: org.apache.camel.spring.javaconfig.CamelConfiguration deprecated

2021-06-07 Thread Francesco Chicchiriccò
() throws Exception { CamelContext camelContext = createCamelContext(); camelContext.build(); return camelContext; } ? Thanks again. Regards. > On Mon, Jun 7, 2021 at 3:53 PM Francesco Chicchiriccò > wrote: > > > > Hi there, > > in the progress of upg

org.apache.camel.spring.javaconfig.CamelConfiguration deprecated

2021-06-07 Thread Francesco Chicchiriccò
Hi there, in the progress of upgrading from Camel 3.7.4 to 3.10.0 I've noticed that org.apache.camel.spring.javaconfigCamelConfiguration is now deprecated. Moreover, I did find the commit [1] where it is said that the whole camel-spring-javaconfig module is actually deprecated. I was not able t

Re: No Groovy support after upgrade to 3.0.0-M4

2019-07-18 Thread Francesco Chicchiriccò
language, that can be used as > > scripting with groovy > > > > On Thu, Jul 18, 2019 at 2:36 PM Francesco Chicchiriccò > > wrote: > > > > > > Hi all, > > > after upgrade to 3.0.0-M4 from 3.0.0-M2 I see there is no more > > camel-script arti

No Groovy support after upgrade to 3.0.0-M4

2019-07-18 Thread Francesco Chicchiriccò
Hi all, after upgrade to 3.0.0-M4 from 3.0.0-M2 I see there is no more camel-script artifact; I have found https://github.com/apache/camel/blob/master/MIGRATION.md#javaxscript explaining the removal. We used to depend on camel-script to support Groovy, not JS, as scripting language: how can I

Re: Upgrade guide to 3.0.0-M1?

2019-03-01 Thread Francesco Chicchiriccò
scerd2 > Github: oscerd > > On Friday, March 1, 2019, 11:17:35 AM GMT+1, Francesco Chicchiriccò > wrote: > > Hi there, > I am trying to upgrade Apache Syncope from 2.23.1 to the recently released > 3.0.0-M1. > > Besides some differences in import statements, an

Upgrade guide to 3.0.0-M1?

2019-03-01 Thread Francesco Chicchiriccò
Hi there, I am trying to upgrade Apache Syncope from 2.23.1 to the recently released 3.0.0-M1. Besides some differences in import statements, and the additional dependency org.apache.camel:spi-annotations, I am now able to build our sources. Our tests are however failing because it seems there

Re: Troubles upgrading from 2.20.2 to 2.21.0

2018-03-21 Thread Francesco Chicchiriccò
On 2018/03/21 12:43:25, Claus Ibsen wrote: > Try to debug the code and step through Ok, I was hoping to narrow a bit the scope of my search, but if you cannot provide any insight, fine. For reference, this is the full stacktrace: 15:11:42.271 ERROR org.apache.syncope.core.provisioning.camel

Re: Troubles upgrading from 2.20.2 to 2.21.0

2018-03-21 Thread Francesco Chicchiriccò
On 2018/03/21 12:16:17, Claus Ibsen wrote: > Hi > > I think you should ask the Apache Syncope team as its their > integration with Camel. > It sounds like some classpath problem. Well, I am part of the Syncope team :-) I am asking here because the problem below only occurs after upgrade to Cam

Troubles upgrading from 2.20.2 to 2.21.0

2018-03-21 Thread Francesco Chicchiriccò
Hi all, in Syncope we have a Camel-based extension, whose initialization has been working fine so far (up until Camel 2.20.2) but fails with the recent Camel 2.21.0. In particular, the following exception is raised during Syncope Core webapp initialization [1]: org.apache.camel.RuntimeCamelExc