This is an automated email from the ASF dual-hosted git repository.

jiriondrusek pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 discard ea436ce829 added logging because of EipTest.throttle
 discard c5c44bac3e Fixed variables + generated files
 discard adc634bd32 Conflict + generated files
 discard b94c768a6b Synced + generated files
 discard aa92a3ef30 Generated files
 discard f2e8e59def Solved conflict
 discard 1d08849879 Variables - global vs local setVariable test (#5654)
 discard 0397b40346 Generated files
 discard 2178e6d2ca Rebased + synced + generated files
 discard 3c7edda7b0 rebased + synced + generated files
 discard 09f6697e66 rebased + synced + generated files
 discard 5e82b16f64 rebased + synced + generated files
 discard fe7bbbf30b Generated files
 discard f4d6df7d44 Rebased + generated files
 discard 6d943c6041 Quick workaround to make micrometer-deployment pass.
 discard f1494c98c4 Disabled consul because of #5635
 discard a7aa24f512 fixed micrometer tests
 discard f26ffc2582 Added initialization of VariableRepositoryFactory 
(CAMEL-19749)
 discard 4fdfa3deee Rebase to main + generated files
 discard f300a18c9b Upgrade Camel to 4.4.0
     add 5e7c9fd081 Add changelog for 3.7.0
     add e3a2e6c07a Bump quarkiverse-cxf.version from 2.7.0 to 2.7.1 (#5697)
     add ee95276f6b Fix #5702 to increase xj test coverage (#5703)
     new 25dd80a3e2 Upgrade Camel to 4.4.0
     new 0146c89cab Rebase to main + generated files
     new 98f14fa048 Added initialization of VariableRepositoryFactory 
(CAMEL-19749)
     new d43f1f4761 fixed micrometer tests
     new 360c7d07bf Disabled consul because of #5635
     new e235e3af82 Quick workaround to make micrometer-deployment pass.
     new 2388584ae8 Rebased + generated files
     new 6ae58da875 Generated files
     new 3d57f44d84 rebased + synced + generated files
     new 7e83500b5b rebased + synced + generated files
     new 2ae072daf0 rebased + synced + generated files
     new 75810e4b5f Rebased + synced + generated files
     new c8352bda49 Generated files
     new debb317ae5 Variables - global vs local setVariable test (#5654)
     new 8b89c3d6cd Generated files
     new 512b0844ab Synced + generated files
     new 6a718b8fac Fixed variables + generated files
     new 68753ae291 added logging because of EipTest.throttle
     new f8dc5c79d1 conflict

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ea436ce829)
            \
             N -- N -- N   refs/heads/camel-main (f8dc5c79d1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 19 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:
 CHANGELOG.md                                       |  81 ++++
 .../{XjProcessor.java => XJProcessor.java}         |  11 +-
 .../xj/it/{XjResource.java => XJResource.java}     |  43 +-
 .../xj}/src/main/resources/application.properties  |   4 +-
 .../xj/src/main/resources/hellojson2xml.xsl        |  28 +-
 .../xj/src/main/resources/helloxml2json.xsl        |  15 +-
 .../component/xj/it/{XjIT.java => XJIT.java}       |   2 +-
 .../camel/quarkus/component/xj/it/XJTest.java      | 106 +++++
 .../camel/quarkus/component/xj/it/XjTest.java      |  34 --
 pom.xml                                            |   2 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 522 ++++++++++-----------
 .../src/main/generated/flattened-reduced-pom.xml   |  50 +-
 .../generated/flattened-reduced-verbose-pom.xml    | 522 ++++++++++-----------
 13 files changed, 807 insertions(+), 613 deletions(-)
 rename 
extensions/xj/deployment/src/main/java/org/apache/camel/quarkus/component/xj/deployment/{XjProcessor.java
 => XJProcessor.java} (71%)
 rename 
integration-tests/xj/src/main/java/org/apache/camel/quarkus/component/xj/it/{XjResource.java
 => XJResource.java} (51%)
 copy {integration-test-groups/foundation/bean => 
integration-tests/xj}/src/main/resources/application.properties (93%)
 copy 
integration-test-groups/xml/jvm/xslt-http/src/main/resources/xslt/classpath-transform.xsl
 => integration-tests/xj/src/main/resources/hellojson2xml.xsl (60%)
 copy 
integration-test-groups/xml/native/xslt-classpath/src/main/resources/xslt/include_not_existing_resource.xsl
 => integration-tests/xj/src/main/resources/helloxml2json.xsl (76%)
 rename 
integration-tests/xj/src/test/java/org/apache/camel/quarkus/component/xj/it/{XjIT.java
 => XJIT.java} (96%)
 create mode 100644 
integration-tests/xj/src/test/java/org/apache/camel/quarkus/component/xj/it/XJTest.java
 delete mode 100644 
integration-tests/xj/src/test/java/org/apache/camel/quarkus/component/xj/it/XjTest.java

Reply via email to