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

zregvart pushed a change to branch java-10-test
in repository https://gitbox.apache.org/repos/asf/camel.git.


 discard 231910bc CAMEL-12618: Additional dependencies needed on ...
 discard d2278b0  CAMEL-12618: Use Groovy 3.0.0-SNAPSHOT for gmav...
 discard 3386d01  CAMEL-12618: Use fork of maven-plugin-plugin th...
 discard 89ecfa0  CAMEL-12618: Use fork of MVEL that supports Jav...
 discard e576088  Temporary disable JDK 9 and karaf-itest builds
     add 6f449df  CAMEL-12597: camel-servlet now allows to specify accepted 
filename ext via a new whitelist option.
     add 73b7e23  Upgrade Drill to version 1.14.0
     add 6601c5c  Upgrade Flink to version 1.6.0
     add faa082a  Added Camel-Drill Spring-boot integration test
     add 49024bd  Upgrade Hibernate Bean Validator to version 6.0.12.Final
     add 0080aeb  Upgrade OkHttp Client and related bundle to version 3.11.0
     add dccf438  Upgrade Okio and related bundle to version 1.15.0
     add 7636739  Upgrade Atmosphere Websocket to version 2.4.30
     add 2d06c75  Upgrade Maven Owasp plugin to version 3.3.1
     add 307632b  Update micrometer-component.adoc (#2486)
     add cb85e25  [CAMEL-12706] added documentation for new options. (#2485)
     add e9e5437  CAMEL-12706: camel-as2 added missing options into component 
docs. Polished a bit. We only need to document the setter method, and make it 
use just plain text so the spring boot docs are also nice - do not use too much 
html tags.
     add 54a6985  CAMEL-12740: HttpAsyncClientBuilder is now used when no 
ClientBuilder is specified (#2487)
     add f68af36  CAMEL-12736 Create FHIR authorization and transaction 
quickstart (#2484)
     add ff138c9  Polished examples a bit with a new health care category.
     add 568925e  Regen
     add 6b692cb  Regen and updated component docs
     add 5c554fc  Regen and updated component docs
     add ee42401  [CAMEL-12605] First cut at mime envelope entity (#2489)
     add 4c3785e  Fixed CS
     add a533dcc  Fixed test in camel-web3j as the hash operation is using 
numbers as input.
     add 0aaa636  Update (c) year
     add 85fe5a9  Upgrade Qpid-jms client to version 0.36.0
     add e4a0e32  Upgrade Proton-j to version 0.29.0
     add 8c2fd46  Fixed camel-web3j Karaf feature after Quorum dependency has 
been added
     add 495c1ad  Use the Web3j Quorum version declared in Parent POM for Karaf 
feature
     add dc95c9c  Upgrade Rest Assured to version 3.1.1
     add 6b63347  Added a note to camel-ignite Karaf feature details
     add 4fa2b43  Upgrade Json schema validator to version 0.1.21
     add d32b269  Upgrade Commons-compress to version 1.18
     add e9a0ac3  CAMEL-12745: NullPointerException in APT IOHelper
     add 6a35c60  CAMEL-12744: use SSL configuration in Restlet c...
     add 015761d  Remove unused import
     add 33ed7c8  Upgrade Kubernetes-model to version 3.0.2
     add 259cbe7  Upgrade Kubernetes client to version 4.0.4
     add ec5f5a9  Camel-Kubernetes: Align component to the new kubernetes-model
     new 684633e  Temporary disable JDK 9 and karaf-itest builds
     new e0b68e4  CAMEL-12618: Use fork of MVEL that supports Jav...
     new 3de4223  CAMEL-12618: Use fork of maven-plugin-plugin th...
     new 6243155  CAMEL-12618: Use Groovy 3.0.0-SNAPSHOT for gmav...
     new 4cbcdc1  CAMEL-12618: Additional dependencies needed on ...

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   (231910bc)
            \
             N -- N -- N   refs/heads/java-10-test (4cbcdc1)

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 5 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:
 ...natureEntity.java => ApplicationPkcs7Mime.java} |  91 +++++------
 .../entity/ApplicationPkcs7SignatureEntity.java    |   7 +-
 .../component/as2/api/entity/EntityParser.java     |   2 +-
 .../src/main/docs/as2-component.adoc               |  74 ++++++---
 .../apache/camel/component/as2/AS2Component.java   |   6 +-
 .../camel/component/as2/AS2Configuration.java      | 179 +++++++++------------
 .../apache/camel/component/as2/AS2Endpoint.java    |  24 +--
 .../main/docs/atmosphere-websocket-component.adoc  |  17 +-
 .../camel/http/common/DefaultHttpBinding.java      |  28 +++-
 .../org/apache/camel/http/common/HttpBinding.java  |  14 ++
 .../services/KubernetesServicesConsumer.java       |   3 +-
 .../services/KubernetesServicesProducer.java       |   3 +-
 .../src/main/docs/micrometer-component.adoc        |   6 +-
 .../HttpServerMultiplexChannelHandler.java         |   1 -
 .../camel/component/olingo2/Olingo2Component.java  |   2 +
 .../camel/component/olingo4/Olingo4Component.java  |   2 +
 .../camel/component/restlet/RestletProducer.java   |  45 +++++-
 .../src/main/docs/servlet-component.adoc           |  13 +-
 .../component/servlet/AttachmentHttpBinding.java   |  36 ++++-
 .../camel/component/servlet/ServletComponent.java  |  28 +++-
 .../camel/component/servlet/ServletEndpoint.java   |  16 ++
 .../component/web3j/Web3jQuorumProducerTest.java   |  14 +-
 components/readme.adoc                             |   2 +-
 doap.rdf                                           |   2 +-
 examples/README.adoc                               |  28 ++--
 .../pom.xml                                        |   8 +-
 .../readme.adoc                                    |  79 +++++++++
 .../src/main/data/patients.csv                     |   2 +
 .../main/java/sample/camel/MyCamelApplication.java |  37 +++++
 .../src/main/java/sample/camel/MyCamelRouter.java  |  64 ++++++++
 .../src/main/resources/application.properties      |  56 +++++++
 .../java/sample/camel/MyCamelApplicationTest.java  |  55 +++++++
 examples/camel-example-fhir-osgi/pom.xml           |   2 +-
 examples/camel-example-fhir-spring-boot/pom.xml    |   2 +-
 .../src/main/java/sample/camel/MyCamelRouter.java  |   2 +-
 examples/camel-example-fhir/pom.xml                |   1 +
 examples/camel-example-widget-gadget-cdi/pom.xml   |   2 +-
 examples/camel-example-widget-gadget-java/pom.xml  |   2 +-
 examples/camel-example-widget-gadget-xml/pom.xml   |   2 +-
 examples/pom.xml                                   |   1 +
 parent/pom.xml                                     |  30 ++--
 .../karaf/features/src/main/resources/features.xml |   3 +-
 .../as2/springboot/AS2ComponentConfiguration.java  | 106 +++++++-----
 .../WebsocketComponentConfiguration.java           |  15 +-
 .../springboot/ServletComponentConfiguration.java  |  15 +-
 .../camel-spring-boot-dependencies/pom.xml         |   2 +-
 .../camel/itest/springboot/CamelDrillTest.java     |  48 ++++++
 .../apache/camel/tools/apt/helper/IOHelper.java    |   4 +-
 tooling/maven/camel-package-maven-plugin/pom.xml   |   4 +-
 49 files changed, 854 insertions(+), 331 deletions(-)
 copy 
components/camel-as2/camel-as2-api/src/main/java/org/apache/camel/component/as2/api/entity/{ApplicationPkcs7SignatureEntity.java
 => ApplicationPkcs7Mime.java} (53%)
 copy examples/{camel-example-fhir-spring-boot => 
camel-example-fhir-auth-tx-spring-boot}/pom.xml (94%)
 create mode 100644 examples/camel-example-fhir-auth-tx-spring-boot/readme.adoc
 create mode 100644 
examples/camel-example-fhir-auth-tx-spring-boot/src/main/data/patients.csv
 create mode 100644 
examples/camel-example-fhir-auth-tx-spring-boot/src/main/java/sample/camel/MyCamelApplication.java
 create mode 100644 
examples/camel-example-fhir-auth-tx-spring-boot/src/main/java/sample/camel/MyCamelRouter.java
 create mode 100644 
examples/camel-example-fhir-auth-tx-spring-boot/src/main/resources/application.properties
 create mode 100644 
examples/camel-example-fhir-auth-tx-spring-boot/src/test/java/sample/camel/MyCamelApplicationTest.java
 create mode 100644 
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelDrillTest.java

Reply via email to