Federico Mariani
Federico Mariani
Hello @ffang, may you review this example? moreover, the javax.validation validation is not working OOTB, is it intended to work with CXF? or POJO should be validated via camel?
# Description # Target - [ ] I checked that the commit is targeting the correct branch (note that Camel 3 uses `camel-3.x`, whereas Camel 4 uses the `main` branch)...
Hello @cowtowncoder , I think it would be nice to serialize empty tag into actual array/objects (in some cases), not text value, in particular, as you can see from the...
``` $ camel infra run rabbitmq --json { "connectionProperties" : { }, "getAmqpUrl" : "amqp://localhost:5672", "getHttpPort" : 15672, "initialize" : null, "managementPassword" : "guest", "managementUri" : "http://localhost:15672", "managementUsername" : "guest",...
Based on [Apache Camel Branch spring-boot-4.0](https://github.com/apache/camel/pull/20055). Right now the test cannot be executed since Spring Boot and Camel are currently using two different JUnit versions. But the main code compiles...