This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard bfc989b Temporarily add netty-tcnative-boringssl-static to the BOM to
work around netty-bom issues
discard 4a240f3 Work around cassandraql depending on Quarkus Vert.x
extensions that no longer exist
discard ccab5b0 Upgrade Quarkus to 2.3.0.CR1
add 9411480 Updated CHANGELOG.md
add 57edc73 aws2-lambda: Added updateFunction and getFunction tests #2749
add 70b109d replicate more of the main camel website build: use
@djencks/asciidoctor-jsonpath and include quarkus examples
new 1ae14e3 Upgrade Quarkus to 2.3.0.CR1
new 27ce4f0 Work around cassandraql depending on Quarkus Vert.x
extensions that no longer exist
new 87743c0 Temporarily add netty-tcnative-boringssl-static to the BOM to
work around netty-bom issues
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 (bfc989b)
\
N -- N -- N refs/heads/quarkus-main (87743c0)
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 3 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/.pnp.js | 54 ++++++++++++++
docs/antora-playbook.yml | 14 +++-
docs/package.json | 1 +
docs/util/jsonpath-util.js | 82 ++++++++++++++++++++++
docs/yarn.lock | 63 +++++++++++++++--
.../aws2/lambda/it/Aws2LambdaResource.java | 50 ++++++++++---
.../component/aws2/lambda/it/Aws2LambdaTest.java | 54 ++++++++++----
8 files changed, 289 insertions(+), 31 deletions(-)
create mode 100644 docs/util/jsonpath-util.js