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 2788c29adc Fixed version conflict + substitution in json-validator
discard c3b0f4fc1a fixed optaplanner version conflict + generated files
discard 83dabb52c0 synced + generated files
discard 96b37daa29 Upgrade Camel to 4.0.0
add 9faa615581 Fixup 141ad67 Re-add activemq extension after it was added
back in Camel 4.0.0-RC1 fix #5087
add d54c3abec1 Velocity $foreach.index, $foreach.count and
$foreach.hasNext do not work in native mode fix #5080
add 125a6b2ed6 Add a note to the contributor guide about keeping junit &
Co. in Maven test scope
add 9b0a2baa08 Updated CHANGELOG.md
new cc3bfee2eb Upgrade Camel to 4.0.0
new 229ef2ee81 synced + generated files
new 5b30f1ccb5 fixed optaplanner version conflict + generated files
new 3787905936 Fixed version conflict + substitution in json-validator
new 386a307c9e fixed debezium version problem
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 (2788c29adc)
\
N -- N -- N refs/heads/camel-main (386a307c9e)
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 5 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 | 3 +
catalog/pom.xml | 13 +
.../pages/contributor-guide/extension-testing.adoc | 7 +-
.../main/resources/META-INF/quarkus-extension.yaml | 1 +
.../velocity/deployment/VelocityProcessor.java | 19 +-
.../quarkus/component/velocity/it/Person.java | 5 +
.../component/velocity/it/VelocityResource.java | 21 +
.../template/{BodyAsDomainObject.vm => foreach.vm} | 4 +-
.../component/velocity/it/VelocityTest.java | 17 +
pom.xml | 1 -
poms/bom/pom.xml | 2 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 423 +++++++++++----------
.../src/main/generated/flattened-reduced-pom.xml | 28 +-
.../generated/flattened-reduced-verbose-pom.xml | 132 +++----
14 files changed, 376 insertions(+), 300 deletions(-)
copy
integration-tests/velocity/src/main/resources/template/{BodyAsDomainObject.vm
=> foreach.vm} (89%)