This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard 4b819ff Temporary hacks to handle version misalignment of
smallrye-health and smallrye-faulttolerance in Quarkus & Camel
discard cdf2033 Upgrade to Quarkus 2.8.0.CR1
add d50aaef Updated CHANGELOG.md
add 7dbf83c Remote println from SQS test
add 13fdba1 Disable flaky GrpcTest.forwardOnError
add 3224de2 Fix cassandraql itests failing on quarkus-platform #3621
add f9b58c6 📝Slack test : update Readme with new Oauth Configuration and
set a channel name that isn't dependent on user slack language
add e60c2f7 Update integration-tests/slack/README.adoc
add 26ab5de Fix #3606 to add reflection configs for Schema and its
subClasses (#3624)
add 4898c42 Updated CHANGELOG.md
new 8667eed Upgrade to Quarkus 2.8.0.CR1
new c4f8134 Temporary hacks to handle version misalignment of
smallrye-health and smallrye-faulttolerance in Quarkus & Camel
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 (4b819ff)
\
N -- N -- N refs/heads/quarkus-main (c4f8134)
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 2 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 | 12 ++++++++++
.../java/deployment/OpenApiJavaProcessor.java | 22 ++++++++++++++++++
.../deployment/OpenTelemetryProcessor.java | 4 ++--
.../quarkus/component/aws2/sqs/it/Aws2SqsTest.java | 1 -
.../cassandraql/it/CustomLoadBalancingPolicy.java | 5 ++--
.../camel/quarkus/component/grpc/it/GrpcTest.java | 2 ++
.../component/openapijava/it/OpenApiRoutes.java | 5 ++--
.../component/openapijava/it/model/Fruit.java | 4 +++-
.../component/openapijava/it/v2/OpenApiV2Test.java | 16 +++++++++++++
.../component/openapijava/it/v3/OpenApiV3Test.java | 16 +++++++++++++
integration-tests/slack/README.adoc | 27 +++++++++++++++++++++-
.../quarkus/component/slack/it/SlackResource.java | 4 ++--
.../resources/mappings/slackChatPostMessage.json | 2 +-
.../mappings/slackGetConversationHistory.json | 2 +-
.../mappings/slackGetConversationsList.json | 2 +-
15 files changed, 109 insertions(+), 15 deletions(-)