Re: [QUESTION] Open API Rest DSL - bindingPackageScan

2024-09-24 Thread Marco Carletti
Hello Jiri, did you tried the solution I proposed? Marco Il Mar 24 Set 2024, 11:16 ha scritto: > Hello again, > > I performed some deeper investigation comparing the two projects > > 1. The generate classes Coorder.java are identical in both projects > (except for timestamp) > 2. Pom.xml are a

Re: [QUESTION] Open API Rest DSL - bindingPackageScan

2024-09-19 Thread Marco Carletti
hello, in the openapi definition you should add the xml root definition, if the generated classes don't have the xml annotations (and it seems not) so you should try to add this in your schema/dataType "xml": { "name": "coorder" } eg: https://github.com/apache/camel-spring-boot-examples/blob/mai

Re: Questions regarding Graceful shutdown

2023-01-10 Thread Marco Carletti
hello, you can try to set the shutdown properties in the context, trying different combinations as described in the page you linked, for example: context.setShutdownStrategy(new DefaultShutdownStrategy()); context.getShutdownStrategy().setTimeUnit(TimeUnit.MINUTES); context.getShutdownStrategy().s