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 55585e7cf4 Fixed compilation error linked to getModelToXMLDumper()
discard c36be76708 Fixed KameletProcessor.java compilation error
discard 9dce813e80 Disabled several foundation tests + fixin runtinme because
of CAMEL-15105
discard 98d6eaa39c Fixed compilation failures because of CAMEL-15105
discard d103375f66 Fixed getter/setter on ExtendedCamelContext - CAMEL-15105
discard 0db39812b2 [camel-main] fixed salesforce (CAMEL-18551),
cxf-soap-client (updates in image)
discard a4aa234b38 Revert "Temporarily disable dataformat integration tests
due to #4662"
discard cb1d54c6c9 Generated flattened pom + add more information into
cxf-soap-client assert
discard b8b263f0d2 Fuxed Cxf-soap-client:missing licence in wsdl
discard 0086d22bc1 Fixed micrometer and opentelemtry test because of
CAMEL-19124, CAMEL-19193
discard c1e953b745 Fix in cxf-soap-client
discard ddeb7917d2 Fix in http component (caused by upgrade of httpclient)
discard 2320cf04fe Ref #1746: Groovy language native support
discard a9e77d4d23 Add support of expressions referring an external resource
discard 4a825cac04 Upgrade Camel to 4.0.0-M3
discard d88afe0e10 Ref #4624: Upgrade to Groovy 4.x
discard 7a03f5d3b3 Ref #4384: Groovy DSL - Add support of Groovy extensions
add 3c74f0ee3d Ref #4731: java-joor-dsl - Add support of anonymous classes
add 6a6e4bc13e Ref #4716: java-joor-dsl - Support RegisterForReflection
for the current class
add 350ea5cef6 Ref #4447: java-joor-dsl - Improve the test coverage
add a7721e02ff Updated CHANGELOG.md
add cd4de40d66 Revert "Work around Tika version incompatibilities between
Quarkus Tika & Camel Tika #3599"
add f1fce0adaa Fix #4470 to add back camel-quarkus-tika
new a75a7a5539 Ref #4384: Groovy DSL - Add support of Groovy extensions
new 1a2ebf430e Ref #4624: Upgrade to Groovy 4.x
new cd9b3060c1 Upgrade Camel to 4.0.0-M3
new 3e40178ced Add support of expressions referring an external resource
new dee755e07d Ref #1746: Groovy language native support
new cd9ffdd9d0 Fix in http component (caused by upgrade of httpclient)
new f2c4c11ff0 Fix in cxf-soap-client
new 860a629ff3 Fixed micrometer and opentelemtry test because of
CAMEL-19124, CAMEL-19193
new 065debd3aa Fuxed Cxf-soap-client:missing licence in wsdl
new a5a625b86a Generated flattened pom + add more information into
cxf-soap-client assert
new ea323a8031 Revert "Temporarily disable dataformat integration tests
due to #4662"
new 0bba52640d [camel-main] fixed salesforce (CAMEL-18551),
cxf-soap-client (updates in image)
new 5719ff8595 Fixed getter/setter on ExtendedCamelContext - CAMEL-15105
new 238333f8a8 Fixed compilation failures because of CAMEL-15105
new d3e411965b Disabled several foundation tests + fixin runtinme because
of CAMEL-15105
new 8100f749d1 Fixed KameletProcessor.java compilation error
new 83d00cff09 Fixed compilation error linked to getModelToXMLDumper()
new 161101a112 Fixed #4735 and auto-generated changes
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 (55585e7cf4)
\
N -- N -- N refs/heads/camel-main (161101a112)
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 18 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 | 2 +
docs/modules/ROOT/examples/components/tika.yml | 13 ++++
docs/modules/ROOT/nav.adoc | 1 +
.../ROOT/pages/reference/extensions/tika.adoc | 78 ++++++++++++++++++++++
.../java/joor/deployment/JavaJoorDslProcessor.java | 46 +++++++++----
extensions/pom.xml | 2 +-
extensions/tika/runtime/pom.xml | 5 --
.../camel/quarkus/component/tika/TikaRecorder.java | 33 +--------
.../tika/graalvm/TikaProducerSubstitutions.java | 77 ---------------------
.../camel/quarkus/component/bean/BeanRoutes.java | 2 +-
.../camel/quarkus/component/bean/BeanTest.java | 2 -
integration-tests/java-joor-dsl/pom.xml | 51 ++++++++++++++
.../quarkus/dsl/java/joor/JavaJoorDslResource.java | 21 ++++++
.../src/main/resources/application.properties | 2 +-
.../src/main/resources/routes/MyBar.java | 15 +++--
.../src/main/resources/routes/MyBarEcho.java} | 14 ++--
.../src/main/resources/routes/MyBarRoute.java | 12 ++--
.../main/resources/routes/MyRoutesWithBeans.java} | 29 ++++----
.../main/resources/routes/MyRoutesWithModel.java | 27 ++++----
.../resources/routes/MyRoutesWithNestedClass.java} | 27 +++++---
.../src/main/resources/routes/MyUser.java} | 18 +++--
.../quarkus/dsl/java/joor/JavaJoorDslTest.java | 21 +++++-
integration-tests/pom.xml | 2 +-
.../quarkus/component/tika/it/TikaResource.java | 1 -
pom.xml | 2 +-
poms/bom/pom.xml | 14 ++--
poms/bom/src/main/generated/flattened-full-pom.xml | 40 ++++++++++-
.../src/main/generated/flattened-reduced-pom.xml | 46 +++++++++++++
.../generated/flattened-reduced-verbose-pom.xml | 46 +++++++++++++
tooling/scripts/test-categories.yaml | 1 +
30 files changed, 447 insertions(+), 203 deletions(-)
create mode 100644 docs/modules/ROOT/examples/components/tika.yml
create mode 100644 docs/modules/ROOT/pages/reference/extensions/tika.adoc
delete mode 100644
extensions/tika/runtime/src/main/java/org/apache/camel/quarkus/component/tika/graalvm/TikaProducerSubstitutions.java
copy
integration-test-groups/foundation/browse/src/test/java/org/apache/camel/quarkus/component/browse/it/BrowseIT.java
=> integration-tests/java-joor-dsl/src/main/resources/routes/MyBar.java (82%)
copy
integration-tests/{jslt/src/main/java/org/apache/camel/quarkus/component/jslt/it/MathFunctionStub.java
=> java-joor-dsl/src/main/resources/routes/MyBarEcho.java} (80%)
copy
integration-test-groups/foundation/browse/src/main/java/org/apache/camel/quarkus/component/browse/it/BrowseRoutes.java
=> integration-tests/java-joor-dsl/src/main/resources/routes/MyBarRoute.java
(79%)
copy
integration-tests/{exec/src/main/java/org/apache/camel/quarkus/component/exec/it/ExecRoutes.java
=> java-joor-dsl/src/main/resources/routes/MyRoutesWithBeans.java} (64%)
copy
extensions/openapi-java/deployment/src/test/java/org/apache/camel/quarkus/component/openapi/java/deployment/RestRoutes.java
=>
integration-tests/java-joor-dsl/src/main/resources/routes/MyRoutesWithModel.java
(62%)
copy
integration-tests/{platform-http-proxy/src/main/java/org/apache/camel/quarkus/component/platform/http/proxy/it/Routes.java
=> java-joor-dsl/src/main/resources/routes/MyRoutesWithNestedClass.java} (59%)
copy
integration-tests/{xstream/src/main/java/org/apache/camel/quarkus/component/xstream/it/PojoA.java
=> java-joor-dsl/src/main/resources/routes/MyUser.java} (83%)