Re: camel-swagger-java Semantic error. Methods in rest service with id have the same operationId

2020-03-13 Thread Mikhail Lukyanov
Ok, understand, i'll do it пт, 13 мар. 2020 г., 11:36 Claus Ibsen : > Hi > > Yeah that seems like a little bug/issue. You are welcome to create a > JIRA ticket and work on a fix and provide it as a github PR. > > On Fri, Mar 13, 2020 at 8:30 AM Mikhail Lukyanov > wrote: > > > > In

Re: Camel 3.1.0: dumping message history and CamelTestSupport

2020-03-13 Thread Remco Schoen
I added it now in the beginning of the createRouteBuilder and now the test works. Thanks for the pointer! > Op 13 mrt. 2020, om 15:49 heeft Claus Ibsen het > volgende geschreven: > > You need to turn on message history before routes are added. > So it may be that your custom before method is

Re: Camel 3.1.0: dumping message history and CamelTestSupport

2020-03-13 Thread Claus Ibsen
You need to turn on message history before routes are added. So it may be that your custom before method is too late. On Fri, Mar 13, 2020 at 3:40 PM Remco Schoen wrote: > > Hi, > > Before Camel 3.1.0 I was able to dump my complete message history with this > method: > >

Camel 3.1.0: dumping message history and CamelTestSupport

2020-03-13 Thread Remco Schoen
Hi, Before Camel 3.1.0 I was able to dump my complete message history with this method: MessageHelper.dumpMessageHistoryStacktrace(exchange, new DefaultExchangeFormatter(), false) According to the change document I try to activate the message history: @Before void init() {

Re: Camel version 3.0.2

2020-03-13 Thread Claus Ibsen
Hi No 3.0 is EOL. There will not be patch releases before the first LTS which is planned to be 3.3 release. The 3.0.1 was a "one time only". On Fri, Mar 13, 2020 at 3:16 PM Remco Schoen wrote: > > Hi, > > As there are a lot of breaking changes for my projects in version 3.1.0, I > was

Re: Camel version 3.0.2

2020-03-13 Thread Remco Schoen
Hi all, I feared as much :( I’m still investigating how much impact 3.1.0 has over 3.0, as I have to rewrite my error handling. Kind regards, Remco > Op 13 mrt. 2020, om 15:21 heeft Andrea Cosentino het > volgende geschreven: > > Yes, exactly. The idea is upgrading to 3.1.x > > Il giorno

Re: Camel version 3.0.2

2020-03-13 Thread Jean-Baptiste Onofre
+1 to update your project to 3.1.x. Regards JB > Le 13 mars 2020 à 15:21, Andrea Cosentino a écrit : > > Yes, exactly. The idea is upgrading to 3.1.x > > Il giorno ven 13 mar 2020 alle ore 15:18 Alex Dettinger < > aldettin...@gmail.com> ha scritto: > >> Hi remco, >> >> If I recall

Re: Camel version 3.0.2

2020-03-13 Thread Andrea Cosentino
Yes, exactly. The idea is upgrading to 3.1.x Il giorno ven 13 mar 2020 alle ore 15:18 Alex Dettinger < aldettin...@gmail.com> ha scritto: > Hi remco, > > If I recall correctly, it's recommended to upgrade to camel 3.1.0 anyway > as camel 3.0.x will be short lived. > > Hope this helps, > Alex >

Re: Camel version 3.0.2

2020-03-13 Thread Alex Dettinger
Hi remco, If I recall correctly, it's recommended to upgrade to camel 3.1.0 anyway as camel 3.0.x will be short lived. Hope this helps, Alex On Fri, Mar 13, 2020 at 3:16 PM Remco Schoen wrote: > Hi, > > As there are a lot of breaking changes for my projects in version 3.1.0, I > was

Camel version 3.0.2

2020-03-13 Thread Remco Schoen
Hi, As there are a lot of breaking changes for my projects in version 3.1.0, I was wondering if there is going to be a version 3.0.2 and if yes, when will it be released? Kind regards, Remco Schoen

Re: camel-swagger-java Semantic error. Methods in rest service with id have the same operationId

2020-03-13 Thread Claus Ibsen
Hi Yeah that seems like a little bug/issue. You are welcome to create a JIRA ticket and work on a fix and provide it as a github PR. On Fri, Mar 13, 2020 at 8:30 AM Mikhail Lukyanov wrote: > > In camel-swagger-java, for this service > > produces="application/json"> >

Re: camel-swagger-java Semantic error. Methods in rest service with id have the same operationId

2020-03-13 Thread Mikhail Lukyanov
Camel version *3.2.0* пт, 13 мар. 2020 г. в 10:30, Mikhail Lukyanov : > In camel-swagger-java, for this service > > produces="application/json"> > produces="application/json" uri="/get"> > > > > > produces="application/json" uri="/get2">

camel-swagger-java Semantic error. Methods in rest service with id have the same operationId

2020-03-13 Thread Mikhail Lukyanov
In camel-swagger-java, for this service I get next swagger.json, which does not pass validation because Semantic error at paths./path/get2.get.operationIdOperations must have unique operationIds. { "swagger" : "2.0",