This is an automated email from the ASF dual-hosted git repository. fmariani pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-upgrade-recipes.git
from 2767668 Fix release script new 588dad1 Configurations upgrade new 8f5e0f2 Enumerate value changes in yaml file new 4d9f49b Move spring boot related keys in spring boot project The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: camel-spring-boot-upgrade-recipes/pom.xml | 17 ++++ .../src/main/resources/META-INF/rewrite/4.10.yaml | 1 + .../main/resources/META-INF/rewrite/latest.yaml | 1 + .../resources/META-INF/rewrite/properties.yaml | 39 +++++++++ .../springboot/CamelSpringBootPropertiesTest.java | 96 ++++++++++++++++++++++ .../ChangePropertyKeyWithCaseChange.java | 14 ++++ .../customRecipes/PropertiesAndYamlKeyUpdate.java | 45 ++++++++++ .../src/main/resources/META-INF/rewrite/4.10.yaml | 72 +++++++++++++++- .../main/resources/META-INF/rewrite/latest.yaml | 1 + .../apache/camel/upgrade/CamelUpdate410Test.java | 19 +++++ 10 files changed, 304 insertions(+), 1 deletion(-) create mode 100644 camel-spring-boot-upgrade-recipes/src/main/resources/META-INF/rewrite/properties.yaml create mode 100644 camel-spring-boot-upgrade-recipes/src/test/java/org/apache/camel/upgrade/springboot/CamelSpringBootPropertiesTest.java create mode 100644 camel-upgrade-recipes/src/main/java/org/apache/camel/upgrade/customRecipes/PropertiesAndYamlKeyUpdate.java