This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-upgrade-recipes.git
from d4e4970 [maven-release-plugin] prepare for next development iteration
add 87c6dfa Upgrading Camel 4.4 to 4.5
new 6093263 Merge pull request #3 from JiriOndrusek/camel-4.4-to-4.5
The 1 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:
pom.xml | 32 ++++
....java => MoveGetterToExtendedCamelContext.java} | 30 ++--
src/main/resources/META-INF/rewrite/4.5.yaml | 103 ++++++++++++
.../org/apache/camel/updates/CamelTestUtil.java | 5 +-
.../apache/camel/updates/CamelUpdate45Test.java | 177 +++++++++++++++++++++
5 files changed, 325 insertions(+), 22 deletions(-)
copy
src/main/java/org/apache/camel/updates/customRecipes/{MoveGetterToPluginHelper.java
=> MoveGetterToExtendedCamelContext.java} (71%)
create mode 100644 src/main/resources/META-INF/rewrite/4.5.yaml
create mode 100644
src/test/java/org/apache/camel/updates/CamelUpdate45Test.java