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 5513df2 Upgrade Quarkus to 2.3.0.CR1
add 6224538 Updated CHANGELOG.md
add e5e768a Fixup 5cf60953 SolrTest failure when using CloundContainer
#2967 - do not assume the class path resource is accessible via filesystem
add 2d84693 mvn -Papache-release javadoc:javadoc -DskipTests fails in
GRPC test module
add df8579c Set the version in docs/antora.yml when tagging a release
#2852
add a13e585 Remove reference to camel-quarkus-attachments from
platform-http docs as it is a non-optional transitive dependency
add be5af70 Have each release on a <major>.<minor>.x branch to make
Antora happy #2853
add 5f71941 Fix branch names in CI builds section
add d430e50 Document the usage of partial Quarkus BOMs #3023
add 2f67fa5 Upgrade to OptaPlanner Quarkus 8.9.1.Final
add a6fd391 Polish dependency management
add b3dc133 Add/fix some version scripting to the Release Guide
add 0cd03d8 Remove <pushChanges>false</pushChanges> in the release profile
new b63a349 Upgrade Quarkus to 2.3.0.CR1
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 (5513df2)
\
N -- N -- N refs/heads/quarkus-main (b63a349)
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 1 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 | 7 ++
README.adoc | 6 +-
.../pages/contributor-guide/release-guide.adoc | 29 +++++---
.../pages/reference/extensions/platform-http.adoc | 11 ---
.../pages/user-guide/dependency-management.adoc | 86 +++++++++++++---------
extensions-jvm/stitch/deployment/pom.xml | 4 +
extensions-jvm/stitch/runtime/pom.xml | 4 +
extensions-support/reactor-netty/runtime/pom.xml | 6 ++
.../platform-http/runtime/src/main/doc/usage.adoc | 11 ---
integration-tests/grpc/pom.xml | 14 +++-
integration-tests/pom.xml | 10 ---
.../component/solr/it/SolrTestResource.java | 23 +++---
pom.xml | 71 ++++++++++++++++--
tooling/scripts/update-antora-config.groovy | 10 ++-
tooling/scripts/update-antora-yaml.groovy | 46 ++++++++++++
15 files changed, 237 insertions(+), 101 deletions(-)
create mode 100644 tooling/scripts/update-antora-yaml.groovy