This is an automated email from the ASF dual-hosted git repository.
ppalaga pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
omit 9117018 Upgrade to Quarkus 2.0.0.Final
add 040da37 fix Unable to determine the status of the running process in
TimerIT without resteasy #2772
add 41098df Kafka - add Kafka Idempotent repository test Fixes #2626
add bd4bea4 Retry Solr cloud container 'is started' steps on failure
add 1eca8da Test setting MLLP default charset from system property for
native mode
add 3ef9512 Adapt Observability docs page to Quarkus 2.0.0
add 6e27fed Updated CHANGELOG.md
add 65669c8 Remove health configuration workaround
add c18de52 Fix typo in 2.0.0 migration guide follow->following
add 1b2a507 Fix typo in JIRA relationship name
add b8e1ba5 --fail-at-end in initial mvn install of Quarkus daily build
add 1bca457 Exclude org.bouncycastle:bcprov-debug-jdk15on from camel-as2
because we get a non-debug variant of it managed from Quarkus.
add 8f302f5 Deprecated @BuildTimeAvroDataFormat in favor of quarkus-avro
build time class generation #2513
add fece62a Updated CHANGELOG.md
add 4ca94cf Avoid leaking localstack containers when ryuk is disabled
add e4d2f9d Fixup #2658 Intermittent failures in
MongoDbTest.testTailingConsumer() and
MongoDbTest.testPersistentTailingConsumer()
add 3ce3329 Increase Maven's heap size in Quarkus daily job
new 723aee1 Upgrade to Quarkus 2.0.0.Final
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 (9117018)
\
N -- N -- N refs/heads/quarkus-main (723aee1)
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:
.github/workflows/quarkus-master-cron.yaml | 4 +-
CHANGELOG.md | 58 ++++++++++++++--------
docs/modules/ROOT/nav.adoc | 2 +
docs/modules/ROOT/pages/migration-guide/2.0.0.adoc | 11 ++++
docs/modules/ROOT/pages/migration-guide/index.adoc | 7 +++
.../ROOT/pages/reference/extensions/avro.adoc | 5 ++
.../reference/extensions/microprofile-health.adoc | 2 +-
.../reference/extensions/microprofile-metrics.adoc | 2 +-
.../ROOT/pages/user-guide/observability.adoc | 10 ++--
extensions/as2/runtime/pom.xml | 6 ++-
.../avro/runtime/src/main/doc/configuration.adoc | 5 ++
.../component/avro/BuildTimeAvroDataFormat.java | 8 +++
.../runtime/src/main/doc/usage.adoc | 2 +-
.../runtime/src/main/doc/usage.adoc | 2 +-
.../quarkus/component/timer/it/TimerProducers.java | 17 ++++++-
.../quarkus/component/timer/it/TimerTest.java | 2 +-
.../test/support/aws2/Aws2TestEnvContext.java | 4 ++
integration-tests/avro/pom.xml | 34 +++++++++++++
.../main/{resources/user.avsc => avro/admin.avsc} | 4 +-
.../quarkus/component/avro/it/AvroResource.java | 13 +++++
.../camel/quarkus/component/avro/it/AvroRoute.java | 4 ++
.../camel/quarkus/component/avro/it/AvroTest.java | 6 +++
.../quarkus/component/jira/it/JiraResource.java | 2 +-
integration-tests/kafka/pom.xml | 34 +++++++++++++
.../component/kafka/CamelKafkaResource.java | 34 +++++++++++++
.../quarkus/component/kafka/CamelKafkaRoutes.java | 24 +++++++++
.../quarkus/component/kafka/it/CamelKafkaTest.java | 26 +++++++++-
.../src/main/resources/application.properties | 4 --
.../camel/quarkus/component/mllp/it/MllpTest.java | 3 --
.../quarkus/component/mongodb/it/MongoDbTest.java | 23 ++++++---
.../component/solr/it/SolrTestResource.java | 19 ++++++-
31 files changed, 324 insertions(+), 53 deletions(-)
create mode 100644 docs/modules/ROOT/pages/migration-guide/2.0.0.adoc
create mode 100644 docs/modules/ROOT/pages/migration-guide/index.adoc
copy integration-tests/avro/src/main/{resources/user.avsc => avro/admin.avsc}
(84%)