This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch quarkus-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


 discard f64229a  Set quarkus.version to 999-SNAPSHOT
     add f06b2fb  Add rest and restapi to the list of discoverable factories 
#1287
     add ea5144c  Fix #1288: automatically set content-length or chunked on 
platform-http replies
     add 498d6b5  Drop the Jaxb based XMLRoutesDefinitionLoader #1291
     new 8dfac19  Set quarkus.version to 999-SNAPSHOT

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   (f64229a)
            \
             N -- N -- N   refs/heads/quarkus-master (8dfac19)

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:
 .../core/DisabledXMLRoutesDefinitionLoader.java    |  6 +--
 extensions-core/xml-io/deployment/pom.xml          | 47 ++++++++++++++++++++++
 .../xml/io}/deployment/CamelDevModeTest.java       |  2 +-
 .../xml/io}/deployment/CamelSupportResource.java   |  2 +-
 .../deployment/src/test/resources/routes.1         |  0
 .../deployment/src/test/resources/routes.2         |  0
 extensions-core/xml-jaxb/deployment/pom.xml        | 46 ---------------------
 .../xml/jaxb/deployment/XmlJaxbProcessor.java      |  7 ----
 .../component/xml/jaxb/XmlJaxbRecorder.java        |  6 ---
 .../http/runtime/QuarkusPlatformHttpConsumer.java  | 20 +++++++++
 .../component/rest/deployment/RestProcessor.java   | 10 +++++
 integration-tests/dataformats-json/pom.xml         |  4 ++
 .../camel/quarkus/core/CoreMainXmlIoResource.java  |  7 +---
 .../camel/quarkus/core/CoreMainXmlIoTest.java      |  1 +
 integration-tests/main-xml-jaxb/pom.xml            |  4 ++
 .../quarkus/core/CoreMainXmlJaxbResource.java      |  7 +---
 .../camel/quarkus/core/CoreMainXmlJaxbTest.java    |  5 ++-
 17 files changed, 96 insertions(+), 78 deletions(-)
 rename 
extensions-core/{xml-jaxb/deployment/src/test/java/org/apache/camel/quarkus/component/xml/jaxb
 => 
xml-io/deployment/src/test/java/org/apache/camel/quarkus/component/xml/io}/deployment/CamelDevModeTest.java
 (98%)
 rename 
extensions-core/{xml-jaxb/deployment/src/test/java/org/apache/camel/quarkus/component/xml/jaxb
 => 
xml-io/deployment/src/test/java/org/apache/camel/quarkus/component/xml/io}/deployment/CamelSupportResource.java
 (96%)
 rename extensions-core/{xml-jaxb => 
xml-io}/deployment/src/test/resources/routes.1 (100%)
 rename extensions-core/{xml-jaxb => 
xml-io}/deployment/src/test/resources/routes.2 (100%)

Reply via email to