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

jamesnetherton pushed a change to branch 2.13.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    from bdb624b475 Convert germanbooks-iso-8859-1.json to *nix line endings
     new a3d2b8047c Set explicit nofile ulimit for activemq-artemis-broker 
image to make it work also on system with low default nofile ulimit
     new 7d244ba580 Update Debezium to 1.9.6.Final
     new fc9b6a7017 Fix Netty integration tests on FIPS system
     new 29cab60278 Deprecated parameters in several annotations are ignored - 
inconsistent with other annotations.
     new b6a69d415f Upgrade Quarkus to 2.13.1.Final
     new aca9054232 Disable tests for native mode serialization due to #4148
     new f976fa1964 Disable XStream native tests due to #4149

The 7 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:
 docs/antora.yml                                    |   2 +-
 .../quarkus/core/deployment/ConsumeProcessor.java  |   3 +
 .../core/deployment/InjectionPointsProcessor.java  |  25 +-
 .../main/CamelMainDeprecatedConsumeTest.java       |  27 +-
 ... => CamelMainDeprecatedEndpointInjectTest.java} |  29 +-
 ...st.java => CamelMainDeprecatedProduceTest.java} |  29 +-
 .../support/activemq/ActiveMQTestResource.java     |   5 +-
 .../camel/quarkus/component/http/it/HttpTest.java  |   2 +
 .../messaging/jms/AbstractJmsMessagingTest.java    |   2 +
 integration-tests/netty/README.adoc                |  12 +
 integration-tests/netty/pom.xml                    |  39 +++
 .../quarkus/component/netty/NettyProducers.java    |  18 +-
 .../src/main/resources/application.properties      |  11 +-
 .../src/main/resources/ssl/fips-keystore.bcfks     | Bin 0 -> 2579 bytes
 .../src/main/resources/ssl/fips-truststore.bcfks   | Bin 0 -> 1188 bytes
 .../quarkus/component/xstream/it/XstreamTest.java  |   2 +
 pom.xml                                            |  15 +-
 poms/bom/src/main/generated/flattened-full-pom.xml | 322 ++++++++++-----------
 .../src/main/generated/flattened-reduced-pom.xml   |  34 +--
 .../generated/flattened-reduced-verbose-pom.xml    | 130 ++++-----
 20 files changed, 388 insertions(+), 319 deletions(-)
 copy 
extensions/opentracing/deployment/src/test/java/org/apache/camel/quarkus/component/opentracing/deployment/OpenTracingEnabledTest.java
 => 
extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/deployment/main/CamelMainDeprecatedConsumeTest.java
 (65%)
 copy 
extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/deployment/main/{CamelMainEventBridgeDisabledTest.java
 => CamelMainDeprecatedEndpointInjectTest.java} (60%)
 copy 
extensions-core/core/deployment/src/test/java/org/apache/camel/quarkus/core/deployment/main/{CamelMainEventBridgeDisabledTest.java
 => CamelMainDeprecatedProduceTest.java} (60%)
 create mode 100644 
integration-tests/netty/src/main/resources/ssl/fips-keystore.bcfks
 create mode 100644 
integration-tests/netty/src/main/resources/ssl/fips-truststore.bcfks

Reply via email to