Re: Bug in Openapi Java

2025-01-29 Thread Claus Ibsen
Hi Okay I noticed a potential bug https://issues.apache.org/jira/browse/CAMEL-21684 On Wed, Jan 29, 2025 at 8:13 PM Claus Ibsen wrote: > Hi > > I suggest to run local in plain Camel Spring Boot, and then call the > api-doc with those X headers. > Make sure you have X-Forwarded-Proto > And then

Re: Bug in Openapi Java

2025-01-29 Thread Claus Ibsen
Hi I suggest to run local in plain Camel Spring Boot, and then call the api-doc with those X headers. Make sure you have X-Forwarded-Proto And then try to debug the source code and see what happens. The RestOpenApiProcessor in the process method. And report back here. On Fri, Jan 17, 2025 at 11:3

Re: Bug in Openapi Java

2025-01-20 Thread Claus Ibsen
On Mon, Jan 20, 2025 at 1:14 PM Knut-Håvard Aksnes wrote: > A related topic is that the component documentation for Openapi Java hasn't > been updated regarding default behavior of useXForwardHeaders > > https://camel.apache.org/community/contributing/ > man. 20. jan. 2025, 12:55 skrev Knut-Håv

Re: Bug in Openapi Java

2025-01-20 Thread Knut-Håvard Aksnes
A related topic is that the component documentation for Openapi Java hasn't been updated regarding default behavior of useXForwardHeaders man. 20. jan. 2025, 12:55 skrev Knut-Håvard Aksnes : > We did read the migration guide from 4.4 to 4.5 based on this we added > .useXForwardHeaders(true) but o

Re: Bug in Openapi Java

2025-01-20 Thread Knut-Håvard Aksnes
We did read the migration guide from 4.4 to 4.5 based on this we added .useXForwardHeaders(true) but our generated api-doc still don't honor the headers, that's why I consider this a bug. søn. 19. jan. 2025, 14:47 skrev Claus Ibsen : > Hi > > See the upgrade guides such as > https://camel.apache.

Re: Bug in Openapi Java

2025-01-19 Thread Claus Ibsen
Hi See the upgrade guides such as https://camel.apache.org/manual/camel-4x-upgrade-guide-4_5.html On Fri, Jan 17, 2025 at 11:54 AM Knut-Håvard Aksnes wrote: > We are using Spring Boot with servlet component running on Tomcat to > implement these services > > fre. 17. jan. 2025, 11:35 skrev Knut

Re: Bug in Openapi Java

2025-01-17 Thread Knut-Håvard Aksnes
We are using Spring Boot with servlet component running on Tomcat to implement these services fre. 17. jan. 2025, 11:35 skrev Knut-Håvard Aksnes : > After migrating some code from Camel 4.4 to 4.8 we discovered the change > in default behavior we added .useXForwardHeaders(true) to our rest > con