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 3548ffb3d4 Upgrade Quarkus to 3.28.0.CR1
add b949c81ba7 Add section for observability-services extension to
observability documentation
add cb6bb871b0 Remove spring-rabbitmq native limitations doc
add 43155b3ff4 [relates #4069] Enable ContinuousDevTest
add 09bd9a40d7 Remove native workaround from FOP extension docs
add 877631ee4e Remove Google PubSub Micrometer workaround
add 617900b322 Move RUNTIME_INIT CamelContext customizations to
CamelContextCustomizers
new 2c3f32cf7b Upgrade Quarkus to 3.28.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 (3548ffb3d4)
\
N -- N -- N refs/heads/quarkus-main (2c3f32cf7b)
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:
.../ROOT/pages/reference/extensions/fop.adoc | 9 +----
.../reference/extensions/spring-rabbitmq.adoc | 13 --------
.../ROOT/pages/user-guide/observability.adoc | 6 +++-
.../core/deployment/CamelContextProcessor.java | 7 ++--
.../camel/quarkus/core/CamelContextRecorder.java | 12 ++++---
.../fop/runtime/src/main/doc/limitations.adoc | 9 +----
.../fop/PDFRendererOptionsConfigSubstitution.java | 31 ------------------
extensions/google-pubsub/runtime/pom.xml | 16 ---------
.../component/ldap/deployment/LdapProcessor.java | 10 ++----
.../quarkus/component/ldap/CamelLdapRecorder.java | 38 ++++++++++++----------
.../runtime/src/main/doc/limitations.adoc | 8 -----
.../extensions/continousDev/ContinuousDevTest.java | 2 --
12 files changed, 41 insertions(+), 120 deletions(-)
delete mode 100644
extensions/fop/runtime/src/main/java/org/apache/camel/quarkus/component/fop/PDFRendererOptionsConfigSubstitution.java
delete mode 100644
extensions/spring-rabbitmq/runtime/src/main/doc/limitations.adoc