Re: Issue with SpringBootTest and camel-rest

2024-02-18 Thread Alphonse Bendt
i tried to * add camel-platform-http-starter and camel-platform-http => this causes the same behavior * replace camel-servlet-starter with platform-http-* => this causes a 404 as the endpoint apparently is not properly registered > Am 18.02.2024 um 15:11 schrieb Claus Ibsen : > > Hi > > You

Re: Issue with SpringBootTest and camel-rest

2024-02-18 Thread Claus Ibsen
Hi You can try using platform-http-starter instead of servlets On Sun, Feb 18, 2024 at 3:09 PM Alphonse Bendt wrote: > Hi folks, > > There is an issue when running tests for a SpringBoot application that > uses camel-rest. > > When there are multiple tests that use a different configuration

Issue with SpringBootTest and camel-rest

2024-02-18 Thread Alphonse Bendt
Hi folks, There is an issue when running tests for a SpringBoot application that uses camel-rest. When there are multiple tests that use a different configuration (e.g., different properties), we run into this error: Caused by: jakarta.servlet.ServletException: Duplicate