You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/07/08 07:03:02 UTC

[camel-quarkus] branch 5056/replace-classProxy-v2 updated (0a1f0e8d03 -> f6e599d0d3)

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

nfilotto pushed a change to branch 5056/replace-classProxy-v2
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    omit 0a1f0e8d03 Ref #5056: Improve the replacement of RecorderContext#classProxy
     add e97f3885c2 Bump os-maven-plugin from 1.7.0 to 1.7.1
     add a57ae34b5a Use NativeImageFeatureBuildItem instead of deprecated AutomaticFeature annotation
     add da6b251c87 Register additional JDK classes for serialization required by Nitrite
     add 4f5c96c3e2 chore: Add git diff when there are uncommitted changes (#5076)
     add 5cd05244e4 Updated CHANGELOG.md
     add 1dc19a9b98 Ref #5067: Make expression extractor supports properties (#5079)
     add f6e599d0d3 Ref #5056: Improve the replacement of RecorderContext#classProxy

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   (0a1f0e8d03)
            \
             N -- N -- N   refs/heads/5056/replace-classProxy-v2 (f6e599d0d3)

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.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/camel-master-cron.yaml           |  4 +--
 .github/workflows/ci-build.yaml                    |  4 +--
 .github/workflows/quarkus-master-cron.yaml         |  4 +--
 CHANGELOG.md                                       | 29 +++++++++++------
 .../deployment/CamelSerializationProcessor.java    |  8 +++--
 extensions-support/language/deployment/pom.xml     | 10 ++++++
 .../language/deployment/dm/DryModeComponent.java   |  9 +++++-
 .../language/deployment/dm/DryModeEndpoint.java    |  5 +++
 .../language/deployment/PropertiesToSetTest.java   | 36 +++++++++++++---------
 .../deployment/XalanNativeImageProcessor.java      |  9 ++++--
 pom.xml                                            |  2 +-
 11 files changed, 84 insertions(+), 36 deletions(-)
 copy extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/deployment/main/CamelMainRoutesDiscoveryTest.java => extensions-support/language/deployment/src/test/java/org/apache/camel/quarkus/support/language/deployment/PropertiesToSetTest.java (68%)