Fix generator for java.time.Duration default values The auto-configuration generator assumed duration-type properties always use long/int Java types. Properties with javaType java.time.Duration (e.g. embeddingStoreSchemaRegistrationTimeout from CAMEL-23255) got a bare int literal as initializer, causing a compilation error in the generated configuration class. Generate Duration.ofMillis(...) when the javaType is java.time.Duration.
Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns with powerful bean integration.
This project provides Spring Boot support for Apache Camel.
To create a starter for the zoot component, run the following command:
./starter-create zoot
Similarly, to delete the starter for the zoot component, run the following command:
./starter-delete zoot
More information can be found on the Camel website