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 369b12a1d7 Fixed core eip tests throttling + generated files
 discard 2f779e0f88 Quick fix of fhir + fixed compilation + generated stuff
 discard 6fec4c84dd Resolved conflit + generated files
 discard 33627d7cbd Fixed compilation issue in fhir
 discard da177ff200 Generated files
 discard 0ae4493c8b Disabled tarfile tests #5538
 discard d9ca596f5e Different fix of http version conflict, CAMEL-20142
 discard c72336e5c1 Fixed Joor because of CAMEL-20137
 discard dc65fe591a Fixed compilation issues with fhir, http + generated stuff
 discard 516624cd30 Upgrade Camel to 4.3.0
     add 7b3449a249 Enable Dependabot updates of GitHub actions
     add 834583897a Use native builder image pull strategy 'missing' to reduce 
interactions with quay.io
     add 80178e822f Bump actions/setup-java from 3 to 4
     add 377ad61131 Bump peter-evans/create-pull-request from 4 to 5
     add 871212cbf7 Bump actions/github-script from 6 to 7
     add 0697ce5739 Bump actions/checkout from 1 to 4
     add 2f8865e13c Convert KotlinFeature from Kotlin to Java source
     new 87e7564fba Upgrade Camel to 4.3.0
     new b808053904 Fixed compilation issues with fhir, http + generated stuff
     new cf2f605883 Fixed Joor because of CAMEL-20137
     new e205da2f2d Different fix of http version conflict, CAMEL-20142
     new 78ce5ac0a3 Disabled tarfile tests #5538
     new 5a2069e8db Generated files
     new 5e191925d1 Fixed compilation issue in fhir
     new cb66f17af3 Resolved conflit + generated files
     new 1ef26f9496 Quick fix of fhir + fixed compilation + generated stuff
     new 46be93865c Fixed core eip tests throttling + generated files
     new 66a3fd9578 Fix of upgraded spring-version to 6.1.1

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   (369b12a1d7)
            \
             N -- N -- N   refs/heads/camel-main (66a3fd9578)

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 11 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:
 .github/dependabot.yml                             |  4 ++
 .github/workflows/assign-issue-milestone.yaml      |  2 +-
 .../workflows/assign-wontfix-issue-milestone.yaml  |  2 +-
 .github/workflows/camel-master-cron.yaml           | 16 +++--
 .github/workflows/ci-build.yaml                    | 16 +++--
 .github/workflows/generate-jvm-extension.yaml      |  2 +-
 .github/workflows/generate-sbom-main.yml           |  4 +-
 .github/workflows/label-issue.yaml                 |  2 +-
 .github/workflows/pr-validate.yml                  |  4 +-
 .github/workflows/quarkus-master-cron.yaml         | 16 +++--
 .../workflows/synchronize-dependabot-branch.yaml   |  4 +-
 .../spring/graal/SpringKotlinSubstitutions.java    | 16 -----
 .../support/spring/graal/SpringSubstitutions.java  |  5 --
 extensions-support/spring/shade/beans/pom.xml      |  1 +
 extensions/kotlin/deployment/pom.xml               | 83 +++-------------------
 .../quarkus/kotlin/deployment/KotlinFeature.java}  |  9 ++-
 .../quarkus/kotlin/deployment/KotlinFeature.kt     | 31 --------
 17 files changed, 55 insertions(+), 162 deletions(-)
 copy 
extensions/{amqp/deployment/src/main/java/org/apache/camel/quarkus/component/amqp/deployment/AmqpProcessor.java
 => 
kotlin/deployment/src/main/java/org/apache/camel/quarkus/kotlin/deployment/KotlinFeature.java}
 (84%)
 delete mode 100644 
extensions/kotlin/deployment/src/main/kotlin/org/apache/camel/quarkus/kotlin/deployment/KotlinFeature.kt

Reply via email to