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 4bb8c7c  Temporary hacks to handle version misalignment of 
smallrye-health and smallrye-faulttolerance in Quarkus & Camel
 discard 69eef21  Upgrade to Quarkus 2.8.0.CR1
     add 0b7c1fd  Updated CHANGELOG.md
     add a7b0531  Fix #3548 to exclude geronimo-jta_1.1_spec in camel-activemq 
(#3550)
     add fcdff37  Updated CHANGELOG.md
     add 39de94a  Improve available port discovery in tests
     add aec0df1  gson: complete doc and test coverage #3556
     new 84a0c1d  Upgrade to Quarkus 2.8.0.CR1
     new 09b5970  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   (4bb8c7c)
            \
             N -- N -- N   refs/heads/quarkus-main (09b5970)

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                                       |  5 +++
 .../ROOT/pages/reference/extensions/gson.adoc      |  9 +++++
 .../gson/runtime/src/main/doc/configuration.adoc   |  5 +++
 .../camel/quarkus/test/AvailablePortFinder.java    | 40 ++++++++++++++++++++--
 .../quarkus/component/as2/it/As2TestResource.java  |  1 +
 .../component/avro/rpc/it/AvroRpcTestResource.java |  1 +
 .../dataformats/json/JsonDataformatsResource.java  |  2 +-
 .../dataformats/json/JsonDataformatsRoute.java     |  7 +++-
 .../dataformats/json/model/DummyObject.java        | 12 +++++++
 .../dataformats/json/JsonComponentsTest.java       |  7 ++--
 .../quarkus/component/ftp/it/FtpTestResource.java  |  2 ++
 .../component/sftp/it/SftpTestResource.java        |  2 ++
 .../component/grpc/it/GrpcServerTestResource.java  |  1 +
 .../quarkus/component/hl7/it/Hl7TestResource.java  |  2 +-
 .../component/http/it/HttpTestResource.java        |  1 +
 .../component/hystrix/it/HystrixTestResource.java  |  1 +
 .../quarkus/component/lra/it/LraTestResource.java  |  1 +
 .../lumberjack/it/LumberjackTestResource.java      |  2 +-
 .../quarkus/component/mllp/it/MllpResource.java    |  4 ++-
 .../quarkus/component/mllp/it/MllpRoutes.java      | 11 +++---
 .../camel/quarkus/component/mllp/it/MllpTest.java  |  2 ++
 .../component/mllp/it/MllpTestResource.java}       | 11 +++---
 .../component/nagios/it/NagiosTestResource.java    |  1 +
 .../component/netty/tcp/NettyTcpTestResource.java  |  1 +
 .../component/oaipmh/it/MockOaipmhServer.java      |  1 +
 .../sap/netweaver/it/SapNetweaverTestResource.java |  1 +
 .../component/syslog/it/SyslogTestResource.java    |  2 +-
 poms/bom/pom.xml                                   |  4 +++
 28 files changed, 118 insertions(+), 21 deletions(-)
 create mode 100644 extensions/gson/runtime/src/main/doc/configuration.adoc
 copy 
integration-tests/{syslog/src/test/java/org/apache/camel/quarkus/component/syslog/it/SyslogTestResource.java
 => 
mllp/src/test/java/org/apache/camel/quarkus/component/mllp/it/MllpTestResource.java}
 (76%)

Reply via email to