This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a change to branch website
in repository https://gitbox.apache.org/repos/asf/camel.git.
discard 38c7715 [CAMEL-11492] New website - Fix pom version (#2658)
omit ce58c1c CAMEL-11492: Upgrade node and yarn
omit d2f21e6 CAMEL-11492: Upgrade Asciidoctor and Webpack ve...
omit a972a08 CAMEL-11492: Fix headings
omit bad4d49 CAMEL-11492: Incorporate user manual
omit 71cf381 CAMEL-11492 New Camel website
omit b13be91 [CAMEL-11495] New Camel website: Incorporate logo (#2539)
omit d17c301 CAMEL-11492 Test website Jenkinsfile
omit 2f6af6d Update website to 2.23.0-SNAPSHOT
omit 835643d CAMEL-11492 New Camel website - version upgrades
omit 63a46cf CAMEL-11492 New Camel website - added README.md
omit fbfd715 CAMEL-11492 New Camel website
omit 3328124 CAMEL-11492 New Camel website
add 3f3cc07 Upgrade Vertx to version 3.6.0
add 8c7d405 Avoid potentially conflicting jetty port during test execution
add 65e2f2f CAMEL-12944 - externalize configs as PR #2549 tried to avoid
potentially conflicting jetty port during test execution
add cffca91 Fix camel-micrometer documentation references to
METRICS_REGISTRY_NAME
add be4aa04 Upgrade Zipkin to version 2.11.9
add a37983a Upgrade Zipkin Reporter to version 2.7.12
add a5ad137 CAMEL-12973: Init deferred to first call when WIH uses
Deployment-scoped context in combination with Singleton RuntimeStrategy.
Removed redundant double slash from 'direct' URL.
add e59f4d5 CAMEL-12973 - Fixed CS
add 593e64d [CAMEL-12605] Added further tests and fixes for compression
add 86f45f1 Upgrade Infinispan to version 9.4.3.Final
add 1211e9b Upgrade Zipkin to version 2.11.10
add 5e61804 Upgrade Zipkin Reporter to version 2.7.13
add 68c0f33 Upgrade Brave to version 5.5.2
add c323af6 Fixed wrong default mentioned in docs. Thanks to Bjoern Ohm
for spotting this.
add 0e8ca76 CAMEL-12979 - support for service beans with custom lifecycle
on CxfRsEndpoint, Thanks to Jens Kleine-Herzbruch
add 4b49871 Regen docs
add c8be940 CAMEL-12919 - Camel AWS-SQS: Creating Amazon SQS Queue with
Server-Side Encryption
add 7ba07d8 CAMEL-12919 - Fixed CS
add f131c7a CAMEL-12919 - Related docs added
add d0ef71a Regen docs
add 4a7d785 Regen
add 09fba59 CAMEL-12982: Added unit test
add 31da33c Polished
add a294b8a Upgrade Fastjson and related bundle to version 1.2.54
add abab73c Upgrade Kafka and related bundle to version 2.1.0
add 2fa0000 Upgrade AWS SDK and related bundle to version 1.11.461
add 773ea33 Upgrade Saxon and related bundle to version 9.9.0
add 31af99b Fixed Range for Saxon Karaf feature
add 8133417 Upgrade Braintree to version 2.89.0
add 8679217 Added test based on user forum issue
add f0d50d9 Added test based on user forum issue
add 05bb44b Upgrade Cglib and related bundle to version 3.2.9
add 7a39095 CAMEL-12978 - Add support to configure CamelContext created
by KIE-Server extension
add 75f7199 CAMEL-12978 - Fixed CS
add bbe4b5d Upgrade Kotlin
add 03a72b7 Upgrade Jsch and related bundle to version 0.1.55
new 2e17399 CAMEL-11492 New Camel website
new 149ae1e CAMEL-11492 New Camel website
new 4e775d1 CAMEL-11492 New Camel website - added README.md
new 32e5aaa CAMEL-11492 New Camel website - version upgrades
new 1cd7e8b Update website to 2.23.0-SNAPSHOT
new 5236a1d CAMEL-11492 Test website Jenkinsfile
new 9822af0 [CAMEL-11495] New Camel website: Incorporate logo (#2539)
new e68fe46 CAMEL-11492 New Camel website
new f0422d9 CAMEL-11492: Incorporate user manual
new 71967ca CAMEL-11492: Fix headings
new 1baa2da CAMEL-11492: Upgrade Asciidoctor and Webpack ve...
new 974c525 CAMEL-11492: Upgrade node and yarn
new edeeb9a [CAMEL-11492] New website - Fix pom version (#2658)
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 (38c7715)
\
N -- N -- N refs/heads/website (edeeb9a)
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 13 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:
camel-core/src/main/docs/file-component.adoc | 2 +-
.../camel/component/file/GenericFileEndpoint.java | 2 +-
.../issues/EndpointWithRawUriParameterTest.java | 31 ++++
.../camel/processor/RouteStartupOrderLastTest.java | 72 ++++++++
.../camel/component/as2/api/AS2ClientManager.java | 4 +-
.../component/as2/api/AS2MessageStructure.java | 2 +-
.../component/as2/api/entity/EntityParser.java | 4 +-
.../camel/component/as2/api/AS2MessageTest.java | 80 +++++++++
.../camel-aws/src/main/docs/aws-sqs-component.adoc | 15 +-
.../camel/component/aws/sqs/SqsConfiguration.java | 41 +++++
.../camel/component/aws/sqs/SqsEndpoint.java | 16 ++
.../camel/component/aws/sqs/SqsEndpointTest.java | 59 ++++++
.../camel-cxf/src/main/docs/cxfrs-component.adoc | 3 +-
.../camel/component/cxf/jaxrs/CxfRsEndpoint.java | 32 ++++
.../component/cxf/jaxrs/CxfRsConsumerTest.java | 22 ++-
.../camel-ftp/src/main/docs/ftp-component.adoc | 2 +-
.../camel-ftp/src/main/docs/ftps-component.adoc | 2 +-
.../camel-ftp/src/main/docs/sftp-component.adoc | 2 +-
.../apache/camel/component/jbpm/JBPMConstants.java | 2 +
.../component/jbpm/config/CamelContextBuilder.java | 35 ++++
.../jbpm/server/CamelKieServerExtension.java | 69 +++++++-
.../jbpm/workitem/AbstractCamelCommand.java | 4 +-
.../workitem/AbstractCamelWorkItemHandler.java | 52 ++++--
.../jbpm/server/CamelKieServerExtensionTest.java | 197 +++++++++++++++++++++
.../CamelWorkItemHandlerIntegrationTests.java | 4 +
.../DeploymentContextCamelCommandTest.java | 62 ++++---
.../workitem/GlobalContextCamelCommandTest.java | 36 ++--
.../workitem/InOnlyCamelWorkItemHandlerTest.java | 40 +++--
.../workitem/InOutCamelWorkItemHandlerTest.java | 145 +++++++++++----
.../camel-jbpm/src/test/resources/camel-routes.xml | 25 +++
.../src/test/resources/global-camel-routes.xml | 25 +++
components/camel-mail/pom.xml | 2 +-
.../component/mail/MailSplitAttachmentsTest.java | 1 -
...st.java => SpringMailSplitAttachmentsTest.java} | 37 ++--
.../mail/SpringMailSplitAttachmentsTest.xml} | 41 ++---
.../src/main/docs/micrometer-component.adoc | 6 +-
.../cloud/SpringRibbonServiceCallRouteTest.java | 16 +-
.../cloud/SpringBeanRibbonServiceCallRouteTest.xml | 18 +-
...ringDslRibbonPropertiesServiceCallRouteTest.xml | 18 +-
.../cloud/SpringDslRibbonServiceCallRouteTest.xml | 18 +-
...springbeanribbonservicecallroutetest.properties | 19 ++
...ribbonpropertiesservicecallroutetest.properties | 19 ++
.../springdslribbonservicecallroutetest.properties | 19 ++
.../camel/component/xquery/XQueryBuilder.java | 5 +-
.../xslt/SaxonXsltMessageTerminateTest.java | 2 +-
examples/camel-example-kotlin/pom.xml | 2 +-
parent/pom.xml | 38 ++--
.../sqs/springboot/SqsComponentConfiguration.java | 42 +++++
48 files changed, 1159 insertions(+), 231 deletions(-)
create mode 100644
camel-core/src/test/java/org/apache/camel/processor/RouteStartupOrderLastTest.java
create mode 100644
components/camel-jbpm/src/main/java/org/apache/camel/component/jbpm/config/CamelContextBuilder.java
create mode 100644
components/camel-jbpm/src/test/java/org/apache/camel/component/jbpm/server/CamelKieServerExtensionTest.java
create mode 100644 components/camel-jbpm/src/test/resources/camel-routes.xml
create mode 100644
components/camel-jbpm/src/test/resources/global-camel-routes.xml
copy
components/camel-mail/src/test/java/org/apache/camel/component/mail/{MailSplitAttachmentsTest.java
=> SpringMailSplitAttachmentsTest.java} (79%)
copy
components/{camel-ribbon/src/test/resources/org/apache/camel/component/ribbon/cloud/SpringDslRibbonPropertiesServiceCallRouteTest.xml
=>
camel-mail/src/test/resources/org/apache/camel/component/mail/SpringMailSplitAttachmentsTest.xml}
(54%)
create mode 100644
components/camel-ribbon/src/test/resources/springbeanribbonservicecallroutetest.properties
create mode 100644
components/camel-ribbon/src/test/resources/springdslribbonpropertiesservicecallroutetest.properties
create mode 100644
components/camel-ribbon/src/test/resources/springdslribbonservicecallroutetest.properties