Re: [QUESTION] Open API REST DSL with contract first OpenAPI

2024-08-19 Thread medved
Hi, my request to register to JIRA was denied :-) Jiri __ > Od: "Claus Ibsen" > Komu: users@camel.apache.org > Datum: 13.08.2024 11:04 > Předmět: Re: [QUESTION] Open API REST DSL with contract first OpenAPI >

Re: [QUESTION] Open API REST DSL with contract first OpenAPI

2024-08-13 Thread medved
he first direct to OperationId __ > Od: med...@volny.cz > Komu: users@camel.apache.org > Datum: 13.08.2024 11:33 > Předmět: Re: [QUESTION] Open API REST DSL with contract first OpenAPI > >HI, > &

Re: [QUESTION] Open API REST DSL with contract first OpenAPI

2024-08-13 Thread medved
ot; > Komu: users@camel.apache.org > Datum: 13.08.2024 11:04 > Předmět: Re: [QUESTION] Open API REST DSL with contract first OpenAPI > >Hi > >Okay you can use a custom RestOpenapiProcessorStrategy (extend default) and >do your custom code in the process method. >But yeah we may

Re: [QUESTION] Open API REST DSL with contract first OpenAPI

2024-08-13 Thread Claus Ibsen
("ignore"); > > > } > } > > > ______________________ > > Od: "Claus Ibsen" > > Komu: users@camel.apache.org > > Datum: 13.08.2024 08:55 > > Předmět: Re: [QUESTION] Open API REST DSL with contr

Re: [QUESTION] Open API REST DSL with contract first OpenAPI

2024-08-13 Thread medved
gt; Od: "Claus Ibsen" > Komu: users@camel.apache.org > Datum: 13.08.2024 08:55 > Předmět: Re: [QUESTION] Open API REST DSL with contract first OpenAPI > >Hi > >You can take a look at interceptFrom or interceptSendTo > >However some kind of advanced configurati

Re: [QUESTION] Open API REST DSL with contract first OpenAPI

2024-08-12 Thread Claus Ibsen
Hi You can take a look at interceptFrom or interceptSendTo However some kind of advanced configuration in rest-dsl to call a custom processor is not supported. It may be something we could consider. On Tue, Aug 13, 2024 at 8:31 AM wrote: > Hello comunity, > > we have migrated out Camel Spri

[QUESTION] Open API REST DSL with contract first OpenAPI

2024-08-12 Thread medved
Hello comunity, we have migrated out Camel Spring Boot Project to v 4.7 and started to use the new Documentation first approach as described here https://camel.apache.org/manual/rest-dsl-openapi.html. That helped us simplify out prooject quite a bit. My question is: Is it possible to inject s