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/03/24 12:49:30 UTC

[camel-quarkus] branch 1746/groovy-language-native-support updated (e6834ba6f5 -> c2871c9fc1)

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

nfilotto pushed a change to branch 1746/groovy-language-native-support
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


 discard e6834ba6f5 Ref #1746: Groovy language native support
 discard 9f140a27d4 Add support of expressions referring an external resource
 discard e5f8cda4c1 Upgrade Camel to 4.0.0-M3
 discard 34ebade496 Ref #4624: Upgrade to Groovy 4.x
 discard 73fcc43b2c Ref #4384: Groovy DSL - Add support of Groovy extensions
     add 97b4aabedf Update Migration guide : add missing removed dependencies
     add 40b5c1e3ef Updated CHANGELOG.md
     add 155a0695b3 Enable back Telegram mp3, mp4 and pdf integration tests Fixes #4513
     add e91579b754 Add back DataSonnet Fixes #4685
     add e5689f2b16 Ref #4384: Groovy DSL - Add support of Groovy extensions
     add 650a489b0e Ref #4624: Upgrade to Groovy 4.x
     add 360ee249e4 Upgrade Camel to 4.0.0-M3
     add bcd47fa931 Add support of expressions referring an external resource
     add c2871c9fc1 Ref #1746: Groovy language native support

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   (e6834ba6f5)
            \
             N -- N -- N   refs/heads/1746/groovy-language-native-support (c2871c9fc1)

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:
 CHANGELOG.md                                       |  1 +
 .../modules/ROOT/examples/languages/datasonnet.yml | 13 +++++++
 docs/modules/ROOT/nav.adoc                         |  1 +
 docs/modules/ROOT/pages/migration-guide/3.0.0.adoc | 31 ++++++++++------
 .../{groovy-dsl.adoc => datasonnet.adoc}           | 26 +++++++-------
 .../datasonnet/deployment/DatasonnetProcessor.java | 15 ++++++--
 .../camel-quarkus-datasonnet/reflect-config.json   | 10 ------
 extensions/pom.xml                                 |  2 +-
 .../datasonnet/it/DatasonnetResource.java          |  1 -
 integration-tests/pom.xml                          |  2 +-
 .../component/telegram/it/TelegramTest.java        |  4 ---
 pom.xml                                            |  2 +-
 poms/bom/pom.xml                                   | 37 +++++++++++++++++++
 poms/bom/src/main/generated/flattened-full-pom.xml | 37 +++++++++++++++++++
 .../src/main/generated/flattened-reduced-pom.xml   | 42 ++++++++++++++++++++++
 .../generated/flattened-reduced-verbose-pom.xml    | 42 ++++++++++++++++++++++
 tooling/scripts/test-categories.yaml               |  1 +
 17 files changed, 224 insertions(+), 43 deletions(-)
 create mode 100644 docs/modules/ROOT/examples/languages/datasonnet.yml
 copy docs/modules/ROOT/pages/reference/extensions/{groovy-dsl.adoc => datasonnet.adoc} (55%)
 delete mode 100644 extensions/datasonnet/runtime/src/main/resources/META-INF/native-image/org.apache.camel.quarkus/camel-quarkus-datasonnet/reflect-config.json