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

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


    from 48913cb6ed Upgrade Camel to 4.0.0-M3
     new 54ffce4cea Ref #4384: Groovy DSL - Add support of Groovy extensions
     new a05ac38269 Ref #4624: Upgrade to Groovy 4.x

The 2 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:
 .../pages/reference/extensions/groovy-dsl.adoc     |   6 -
 .../dsl/groovy/deployment/GroovyDslProcessor.java  |  65 +++++++-
 .../runtime/src/main/doc/limitations.adoc          |   1 -
 .../groovy/runtime/graal/GroovySubstitutions.java  | 130 +++++++++++----
 integration-tests/groovy-dsl/pom.xml               |  54 +++++-
 .../quarkus/dsl/groovy/GroovyDslResource.java      |   6 +
 .../main/resources/routes/routes-with-eip.groovy   |  27 +--
 .../camel/quarkus/dsl/groovy/GroovyDslTest.java    | 181 +++++++++++++++------
 8 files changed, 362 insertions(+), 108 deletions(-)
 delete mode 100644 extensions/groovy-dsl/runtime/src/main/doc/limitations.adoc
 copy 
extensions-core/core/deployment/src/main/java/org/apache/camel/quarkus/core/deployment/spi/BuildTimeCamelCatalogBuildItem.java
 => 
integration-tests/groovy-dsl/src/main/resources/routes/routes-with-eip.groovy 
(57%)

Reply via email to