| commit | 812debf7275d557991b8aa80bc3b91e24d30ba6e | [log] [tgz] | 
|---|---|---|
| author | Nicolas Filotto <essobedo@users.noreply.github.com> | Wed Jun 28 14:30:10 2023 +0200 | 
| committer | GitHub <noreply@github.com> | Wed Jun 28 14:30:10 2023 +0200 | 
| tree | c701158e42dc58b06f93ad669cbbc450f26be604 | |
| parent | e1d995c106b99b96e43e516ac7d3a6172a22f452 [diff] | 
CAMEL-19511: camel-spring-boot - Remove spring.factories (#877) The auto-configurations are now register with the file `org.springframework.boot.autoconfigure.AutoConfiguration.imports` instead of `spring.factories`. The migration has been done properly but some small things need to be fixed. ## Modifications: * Removes the useless remaining `spring.factories` * Defines the license header for the file `org.springframework.boot.autoconfigure.AutoConfiguration.imports` * Removes the useless remaining `add-opens` for the camel-swift test (not related to the initial issue)
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