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 6093263 Merge pull request #3 from JiriOndrusek/camel-4.4-to-4.5
add 028c9fb Upgrading Camel 4.5 to 4.6
new 4cccf62 Merge pull request #4 from JiriOndrusek/camel-4.5-to-4.6
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 | 55 +++-
.../camel/updates/camel46/XmlDsl46Recipe.java | 101 ++++++++
.../camel/updates/camel46/YamlDsl46Recipe.java | 127 ++++++++++
src/main/resources/META-INF/rewrite/4.6.yaml | 116 +++++++++
.../org/apache/camel/updates/CamelTestUtil.java | 3 +-
.../apache/camel/updates/CamelUpdate46Test.java | 281 +++++++++++++++++++++
6 files changed, 681 insertions(+), 2 deletions(-)
create mode 100644
src/main/java/org/apache/camel/updates/camel46/XmlDsl46Recipe.java
create mode 100644
src/main/java/org/apache/camel/updates/camel46/YamlDsl46Recipe.java
create mode 100644 src/main/resources/META-INF/rewrite/4.6.yaml
create mode 100644
src/test/java/org/apache/camel/updates/CamelUpdate46Test.java