Possible to use springdoc-openapi-ui with camel-rest-openapi-starter?

2021-10-08 Thread Steve973
Hello. I am using spring boot with the camel rest dsl and it is working great. I can also have swagger JSON generated and accessible. But I would like to use the springdoc openapi user interface to interact with my rest endpoints. I have tried for hours, and I have not been able to get the UI t

Re: Jackson ObjectMapper NoSuchMethodError problem wiht SpringBoot 2.2.7 and Camel 3.11.2

2021-10-08 Thread Claus Ibsen
Hi We only test and support Spring Boot 2.5.x with Camel 3.11.x. If it works on older versions of Spring Boot then that is fine, if not, then upgrade. Or downgrade Camel to use a Camel version that was released with Spring Boot 2.2.x On Fri, Oct 8, 2021 at 1:35 PM Gvozden wrote: > > (on stackove

Jackson ObjectMapper NoSuchMethodError problem wiht SpringBoot 2.2.7 and Camel 3.11.2

2021-10-08 Thread Gvozden
(on stackoverflow: https://stackoverflow.com/questions/69495043/jackson-objectmapper-nosuchmethoderror-problem-wiht-springboot-2-2-7-and-camel-3) I am trying to setup project with simple post route: rest("/as2/") .post("invoice") .description("Receive

camel-as2 - AS2 receiving server does not check signature?

2021-10-08 Thread Joris Wijlens
I have configured an as2 server to receive as2 messages like this from(as2("server/listen?requestUriPattern=/") .serverPortNumber("8887") .ediMessageTransferEncoding("8bit") .decryptingPrivateKey(privateKey) .as2MessageStructu