This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 1dc2f7a Updated CHANGELOG.md
1dc2f7a is described below
commit 1dc2f7a5258793d91d0485baf04cddb17f99495f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 23 03:11:12 2021 +0000
Updated CHANGELOG.md
---
CHANGELOG.md | 212 +++++++++++++++++++++++++++++++----------------------------
1 file changed, 112 insertions(+), 100 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 19671ec..8f393ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,51 +2,21 @@
## [Unreleased](https://github.com/apache/camel-quarkus/tree/HEAD)
-[Full Changelog](https://github.com/apache/camel-quarkus/compare/2.3.0...HEAD)
-
-**Fixed bugs:**
-
-- gRPC producers with TLS enabled do not work
[\#2966](https://github.com/apache/camel-quarkus/issues/2966)
-
-**Closed issues:**
-
-- doc: rephrase the section about charsets in native mode
[\#3219](https://github.com/apache/camel-quarkus/issues/3219)
-- `ShiroProcessor` is missing reflective class configuration for
`commons-beanutils` converters
[\#3208](https://github.com/apache/camel-quarkus/issues/3208)
-- Test AWS Kinesis with Quarkus client
[\#3200](https://github.com/apache/camel-quarkus/issues/3200)
-- Error: @antora/user-require-helper tried to access {requires}
[\#3184](https://github.com/apache/camel-quarkus/issues/3184)
-- AWS Aws2DdbQuarkusClientTest fails with real AWS
[\#3174](https://github.com/apache/camel-quarkus/issues/3174)
-- \[Quarkus 2.4.0\] Messaging tests fail with ambiguous dependencies for
`org.apache.camel.quarkus.component.messaging.it.util.scheme.ComponentScheme`
[\#3173](https://github.com/apache/camel-quarkus/issues/3173)
-- io.quarkus.deployment.builditem.CapabilityBuildItem\(name\) is deprecated
[\#3172](https://github.com/apache/camel-quarkus/issues/3172)
-- OpenAPI Java integration tests fail with Camel 3.13.0-SNAPSHOT
[\#3171](https://github.com/apache/camel-quarkus/issues/3171)
-- Test AWS S3 encryption using KMS
[\#3169](https://github.com/apache/camel-quarkus/issues/3169)
-- AWS S3 tests should delete all buckets they create
[\#3167](https://github.com/apache/camel-quarkus/issues/3167)
-- Aws2S3Test could fail with real AWS S3 service caused by bucket name
conflicts [\#3163](https://github.com/apache/camel-quarkus/issues/3163)
-- Split package usage warning with camel-quarkus
[\#3159](https://github.com/apache/camel-quarkus/issues/3159)
-- URL to the Kafka brokers must be configured with the brokers option in
native mode [\#3157](https://github.com/apache/camel-quarkus/issues/3157)
-- QuarkusKafkaClientFactoryDisabledViaPropertiesTest is broken
[\#3154](https://github.com/apache/camel-quarkus/issues/3154)
-- Unify package names for the for the test in camel-quarkus-examples
[\#3152](https://github.com/apache/camel-quarkus/issues/3152)
-- Register camel \<--\> CDI event bridges only when observers for the events
are detected [\#3149](https://github.com/apache/camel-quarkus/issues/3149)
-- Docs xref check failures
[\#3143](https://github.com/apache/camel-quarkus/issues/3143)
-- Google-Storage Extension: Cannot set serviceAccountKey because of
Quarkiverse extension
[\#3131](https://github.com/apache/camel-quarkus/issues/3131)
-- \[Quarkus 2.4.0\] AWT packages forced to be runtime initialized
[\#3130](https://github.com/apache/camel-quarkus/issues/3130)
-- \[Camel 3.12\] enable autoCreate CI integration tests
[\#3097](https://github.com/apache/camel-quarkus/issues/3097)
-- \[Camel 3.11.2, 3.12.0\] Consider usage of `IgnoreSplitPackageBuildItem`
[\#2997](https://github.com/apache/camel-quarkus/issues/2997)
-- \[Camel 3.12\] Subclasses of ServiceCallConfiguration should not need to be
registered for reflection
[\#2955](https://github.com/apache/camel-quarkus/issues/2955)
-- \[Camel 3.12\] UnmarshalTypeName should be renamed to unmarshalType
[\#2874](https://github.com/apache/camel-quarkus/issues/2874)
-- \[camel 3.12\] core: camel.threadpools.config\[\*\] properties should not
need reflection anymore
[\#2828](https://github.com/apache/camel-quarkus/issues/2828)
-- Expand AWS Lambda test coverage
[\#2749](https://github.com/apache/camel-quarkus/issues/2749)
-- DigitalOcean native support
[\#1594](https://github.com/apache/camel-quarkus/issues/1594)
+[Full Changelog](https://github.com/apache/camel-quarkus/compare/2.4.0...HEAD)
**Merged pull requests:**
- Upgrade Quarkus Qpid JMS to 0.29.0
[\#3221](https://github.com/apache/camel-quarkus/pull/3221)
([jamesnetherton](https://github.com/jamesnetherton))
- doc: rephrase the section about charsets in native mode to remove lin…
[\#3220](https://github.com/apache/camel-quarkus/pull/3220)
([aldettinger](https://github.com/aldettinger))
+- Fix \#3206 to produce RunTimeConfigurationDefaultBuildItem with camel.…
[\#3218](https://github.com/apache/camel-quarkus/pull/3218)
([zhfeng](https://github.com/zhfeng))
+- update to new indexer,jsonpath syntax
[\#3214](https://github.com/apache/camel-quarkus/pull/3214)
([djencks](https://github.com/djencks))
- Use JDK 17 in alternative JVM jobs
[\#3212](https://github.com/apache/camel-quarkus/pull/3212)
([jamesnetherton](https://github.com/jamesnetherton))
- Upgrade Quarkus to 2.4.0.Final
[\#3210](https://github.com/apache/camel-quarkus/pull/3210)
([jamesnetherton](https://github.com/jamesnetherton))
- Add missing shiro reflective class configuration for commons-beanutils
converters [\#3209](https://github.com/apache/camel-quarkus/pull/3209)
([jamesnetherton](https://github.com/jamesnetherton))
- Upgrade Quarkiverse Minio to 2.3.0
[\#3205](https://github.com/apache/camel-quarkus/pull/3205)
([jamesnetherton](https://github.com/jamesnetherton))
- Use log await strategy for ipfs container
[\#3202](https://github.com/apache/camel-quarkus/pull/3202)
([jamesnetherton](https://github.com/jamesnetherton))
- Fix \#3157 to make sure the brokers option is configured in native mode
[\#3198](https://github.com/apache/camel-quarkus/pull/3198)
([zhfeng](https://github.com/zhfeng))
+- Documentation and metadata improvements
[\#3197](https://github.com/apache/camel-quarkus/pull/3197)
([ppalaga](https://github.com/ppalaga))
- Remove quarkiverse-google-cloud-services dependencies
[\#3188](https://github.com/apache/camel-quarkus/pull/3188)
([jamesnetherton](https://github.com/jamesnetherton))
- Fixes \#3184: Add requires attribute to playbook
[\#3187](https://github.com/apache/camel-quarkus/pull/3187)
([djencks](https://github.com/djencks))
- Aws2-lambda: Add event source mapping test \#2749
[\#3186](https://github.com/apache/camel-quarkus/pull/3186)
([aldettinger](https://github.com/aldettinger))
@@ -828,6 +798,46 @@
- org.apache.camel.quarkus.main.CamelMainApplication should be registered for
reflection [\#1454](https://github.com/apache/camel-quarkus/pull/1454)
([lburgazzoli](https://github.com/lburgazzoli))
- Document how to use mock in JVM mode tests \#1449
[\#1452](https://github.com/apache/camel-quarkus/pull/1452)
([JiriOndrusek](https://github.com/JiriOndrusek))
+## [2.4.0](https://github.com/apache/camel-quarkus/tree/2.4.0) (2021-10-22)
+
+[Full Changelog](https://github.com/apache/camel-quarkus/compare/2.3.0...2.4.0)
+
+**Fixed bugs:**
+
+- gRPC producers with TLS enabled do not work
[\#2966](https://github.com/apache/camel-quarkus/issues/2966)
+
+**Closed issues:**
+
+- Test AWS Kinesis with Quarkus client
[\#3200](https://github.com/apache/camel-quarkus/issues/3200)
+- doc: rephrase the section about charsets in native mode
[\#3219](https://github.com/apache/camel-quarkus/issues/3219)
+- `ShiroProcessor` is missing reflective class configuration for
`commons-beanutils` converters
[\#3208](https://github.com/apache/camel-quarkus/issues/3208)
+- Investigate KafkaDevServicesDisabledTest failure test
[\#3206](https://github.com/apache/camel-quarkus/issues/3206)
+- Improve AWS2 DDB docs
[\#3195](https://github.com/apache/camel-quarkus/issues/3195)
+- Improve the Avro extension page
[\#3194](https://github.com/apache/camel-quarkus/issues/3194)
+- Improve the description of camel-quarkus-sql
[\#3193](https://github.com/apache/camel-quarkus/issues/3193)
+- Improve the description of camel-quarkus-openapi-java
[\#3192](https://github.com/apache/camel-quarkus/issues/3192)
+- Error: @antora/user-require-helper tried to access {requires}
[\#3184](https://github.com/apache/camel-quarkus/issues/3184)
+- AWS Aws2DdbQuarkusClientTest fails with real AWS
[\#3174](https://github.com/apache/camel-quarkus/issues/3174)
+- \[Quarkus 2.4.0\] Messaging tests fail with ambiguous dependencies for
`org.apache.camel.quarkus.component.messaging.it.util.scheme.ComponentScheme`
[\#3173](https://github.com/apache/camel-quarkus/issues/3173)
+- io.quarkus.deployment.builditem.CapabilityBuildItem\(name\) is deprecated
[\#3172](https://github.com/apache/camel-quarkus/issues/3172)
+- OpenAPI Java integration tests fail with Camel 3.13.0-SNAPSHOT
[\#3171](https://github.com/apache/camel-quarkus/issues/3171)
+- Test AWS S3 encryption using KMS
[\#3169](https://github.com/apache/camel-quarkus/issues/3169)
+- AWS S3 tests should delete all buckets they create
[\#3167](https://github.com/apache/camel-quarkus/issues/3167)
+- Aws2S3Test could fail with real AWS S3 service caused by bucket name
conflicts [\#3163](https://github.com/apache/camel-quarkus/issues/3163)
+- URL to the Kafka brokers must be configured with the brokers option in
native mode [\#3157](https://github.com/apache/camel-quarkus/issues/3157)
+- QuarkusKafkaClientFactoryDisabledViaPropertiesTest is broken
[\#3154](https://github.com/apache/camel-quarkus/issues/3154)
+- Unify package names for the for the test in camel-quarkus-examples
[\#3152](https://github.com/apache/camel-quarkus/issues/3152)
+- Register camel \<--\> CDI event bridges only when observers for the events
are detected [\#3149](https://github.com/apache/camel-quarkus/issues/3149)
+- Docs xref check failures
[\#3143](https://github.com/apache/camel-quarkus/issues/3143)
+- \[Camel 3.12\] Remove the reflection register for
SunJaxb21NamespacePrefixMapper
[\#3132](https://github.com/apache/camel-quarkus/issues/3132)
+- Google-Storage Extension: Cannot set serviceAccountKey because of
Quarkiverse extension
[\#3131](https://github.com/apache/camel-quarkus/issues/3131)
+- \[Quarkus 2.4.0\] AWT packages forced to be runtime initialized
[\#3130](https://github.com/apache/camel-quarkus/issues/3130)
+- \[Camel 3.12\] enable autoCreate CI integration tests
[\#3097](https://github.com/apache/camel-quarkus/issues/3097)
+- \[Camel 3.12\] Subclasses of ServiceCallConfiguration should not need to be
registered for reflection
[\#2955](https://github.com/apache/camel-quarkus/issues/2955)
+- \[Camel 3.12\] UnmarshalTypeName should be renamed to unmarshalType
[\#2874](https://github.com/apache/camel-quarkus/issues/2874)
+- \[camel 3.12\] core: camel.threadpools.config\[\*\] properties should not
need reflection anymore
[\#2828](https://github.com/apache/camel-quarkus/issues/2828)
+- Expand AWS Lambda test coverage
[\#2749](https://github.com/apache/camel-quarkus/issues/2749)
+
## [2.3.0](https://github.com/apache/camel-quarkus/tree/2.3.0) (2021-10-01)
[Full Changelog](https://github.com/apache/camel-quarkus/compare/2.2.0...2.3.0)
@@ -840,25 +850,28 @@
**Closed issues:**
- RestClient and Opentracing runs into StackOverflowError
[\#3145](https://github.com/apache/camel-quarkus/issues/3145)
-- \[Camel 3.12\] Remove the reflection register for
SunJaxb21NamespacePrefixMapper
[\#3132](https://github.com/apache/camel-quarkus/issues/3132)
- Make integration tests runnable against Quarkus Platform BOM
[\#3123](https://github.com/apache/camel-quarkus/issues/3123)
-- Split MongoDB test into MongoDB and Mongo Grid FS
[\#3089](https://github.com/apache/camel-quarkus/issues/3089)
- Split Quartz test into Quartz and Cron
[\#3086](https://github.com/apache/camel-quarkus/issues/3086)
- JdbcAggregationRepository build error by spring JtaTransactionManager
[\#3054](https://github.com/apache/camel-quarkus/issues/3054)
-- Sql - enable test with different databases
[\#3053](https://github.com/apache/camel-quarkus/issues/3053)
-- Unsatisfying test coverage of binding mode in rest component
[\#3028](https://github.com/apache/camel-quarkus/issues/3028)
- Examples should have use Quarkus Main Application
[\#1280](https://github.com/apache/camel-quarkus/issues/1280)
+- Split package usage warning with camel-quarkus
[\#3159](https://github.com/apache/camel-quarkus/issues/3159)
- Improve Kafka integration with Quarkus dev services
[\#3121](https://github.com/apache/camel-quarkus/issues/3121)
- Finish expanding of AWS DDB tests
[\#3114](https://github.com/apache/camel-quarkus/issues/3114)
- Docs xref check failures
[\#3109](https://github.com/apache/camel-quarkus/issues/3109)
- Salesforce integration tests: possible failures
[\#3103](https://github.com/apache/camel-quarkus/issues/3103)
- Test `platform-http` with SSL enabled
[\#3093](https://github.com/apache/camel-quarkus/issues/3093)
- Improve handling of `quarkus.*.enabled` configuration properties
[\#3091](https://github.com/apache/camel-quarkus/issues/3091)
+- Split MongoDB test into MongoDB and Mongo Grid FS
[\#3089](https://github.com/apache/camel-quarkus/issues/3089)
- Improve native support for `org.apache.http.impl.client.BasicAuthCache`
[\#3079](https://github.com/apache/camel-quarkus/issues/3079)
- \[Camel 3.11.2 / Camel 3.12.0\] Enable tests for OpenApi license and contact
info [\#3076](https://github.com/apache/camel-quarkus/issues/3076)
- Expand OpenAPI Java test coverage
[\#3072](https://github.com/apache/camel-quarkus/issues/3072)
- Salesforce : Impossible to custom fields for Platform events
[\#3067](https://github.com/apache/camel-quarkus/issues/3067)
+- Sql - enable test with different databases
[\#3053](https://github.com/apache/camel-quarkus/issues/3053)
- Expand REST DSL test coverage
[\#3036](https://github.com/apache/camel-quarkus/issues/3036)
+- Unsatisfying test coverage of binding mode in rest component
[\#3028](https://github.com/apache/camel-quarkus/issues/3028)
+- \[Quarkus 2.3.0\] `GooglePubSubTest` failure
[\#3027](https://github.com/apache/camel-quarkus/issues/3027)
+- `CoreTest.testCamelContextAwareRegistryBeansInitialized` failing after
RouteBuilder started implementing CamelContextAware
[\#3002](https://github.com/apache/camel-quarkus/issues/3002)
+- \[Camel 3.11.2, 3.12.0\] Consider usage of `IgnoreSplitPackageBuildItem`
[\#2997](https://github.com/apache/camel-quarkus/issues/2997)
- Salesforce : add test coverage
[\#2938](https://github.com/apache/camel-quarkus/issues/2938)
- Expand AWS S3 test coverage
[\#2745](https://github.com/apache/camel-quarkus/issues/2745)
- Kafka - add test coverage
[\#2627](https://github.com/apache/camel-quarkus/issues/2627)
@@ -880,22 +893,8 @@
**Closed issues:**
- xchange native itests failure
[\#3042](https://github.com/apache/camel-quarkus/issues/3042)
-- \[Quarkus 2.3.0\] `GooglePubSubTest` failure
[\#3027](https://github.com/apache/camel-quarkus/issues/3027)
- Exception when configuring camel-kafka with environment variables in native
mode [\#3017](https://github.com/apache/camel-quarkus/issues/3017)
-- `CoreTest.testCamelContextAwareRegistryBeansInitialized` failing after
RouteBuilder started implementing CamelContextAware
[\#3002](https://github.com/apache/camel-quarkus/issues/3002)
-- Reduce console log output from `EipTest.throttle`
[\#3001](https://github.com/apache/camel-quarkus/issues/3001)
-- creation of extension on windows failed
[\#2999](https://github.com/apache/camel-quarkus/issues/2999)
-- Skip querying Jandex for quarkus.camel.native.reflection.include-patterns
that have no wildcards
[\#2970](https://github.com/apache/camel-quarkus/issues/2970)
-- SolrTest failure when using CloundContainer
[\#2967](https://github.com/apache/camel-quarkus/issues/2967)
-- Multiple gRPC consumers for the same service class does not work
[\#2954](https://github.com/apache/camel-quarkus/issues/2954)
-- NPE when testing serviceCall EIP
[\#2952](https://github.com/apache/camel-quarkus/issues/2952)
- Solr: Investigate, why native tests fail in openjdk 11 \(not in graalvm
jdk\) [\#2941](https://github.com/apache/camel-quarkus/issues/2941)
-- Provide a common set of JMS tests to test different combinations of JMS
extension, client & broker
[\#2914](https://github.com/apache/camel-quarkus/issues/2914)
-- Cannot convert buffer types in platform-http
[\#2838](https://github.com/apache/camel-quarkus/issues/2838)
-- Box native integration test failure
[\#2830](https://github.com/apache/camel-quarkus/issues/2830)
-- Apple M1 cannot build the camel-quarkus project
[\#2762](https://github.com/apache/camel-quarkus/issues/2762)
-- Add ability to test HL7 extension with multiple HAPI implementations
[\#2744](https://github.com/apache/camel-quarkus/issues/2744)
-- Quarkus Native: SQS to Mongo fails to compile with NoClassDefFoundError:
jnr/unixsocket/UnixSocket
[\#2678](https://github.com/apache/camel-quarkus/issues/2678)
- Test creating a subscription of an SQS Queue to an SNS Topic
[\#2624](https://github.com/apache/camel-quarkus/issues/2624)
- \[CI\] - Camel Master Branch Build Failure
[\#2393](https://github.com/apache/camel-quarkus/issues/2393)
- \[CI\] - Quarkus Master Branch Build Failure
[\#2375](https://github.com/apache/camel-quarkus/issues/2375)
@@ -907,18 +906,28 @@
- Salesforce test failure
[\#3022](https://github.com/apache/camel-quarkus/issues/3022)
- `property` attribute with `@Consume` does not work
[\#3021](https://github.com/apache/camel-quarkus/issues/3021)
- Add test coverage to messaging extesnions
[\#3018](https://github.com/apache/camel-quarkus/issues/3018)
+- Reduce console log output from `EipTest.throttle`
[\#3001](https://github.com/apache/camel-quarkus/issues/3001)
+- creation of extension on windows failed
[\#2999](https://github.com/apache/camel-quarkus/issues/2999)
- Upgrade to to GraalVM 21.2
[\#2981](https://github.com/apache/camel-quarkus/issues/2981)
- \[Quarkus 2.2.0\] XmlSecurity itests fail in native mode
[\#2977](https://github.com/apache/camel-quarkus/issues/2977)
+- Skip querying Jandex for quarkus.camel.native.reflection.include-patterns
that have no wildcards
[\#2970](https://github.com/apache/camel-quarkus/issues/2970)
+- SolrTest failure when using CloundContainer
[\#2967](https://github.com/apache/camel-quarkus/issues/2967)
- Automatically register for reflection:
org.apache.camel.converter.jaxb.mapper.SunJaxb21NamespacePrefixMapper
[\#2965](https://github.com/apache/camel-quarkus/issues/2965)
+- Multiple gRPC consumers for the same service class does not work
[\#2954](https://github.com/apache/camel-quarkus/issues/2954)
+- Provide a common set of JMS tests to test different combinations of JMS
extension, client & broker
[\#2914](https://github.com/apache/camel-quarkus/issues/2914)
- Read-lock tests are flawed
[\#2888](https://github.com/apache/camel-quarkus/issues/2888)
- AWS2 ddb-streams integration tests failures
[\#2860](https://github.com/apache/camel-quarkus/issues/2860)
- Make `quarkus.google.cloud.project-id` optional
[\#2858](https://github.com/apache/camel-quarkus/issues/2858)
- Have each release on a \<major\>.\<minor\>.x branch to make Antora happy
[\#2853](https://github.com/apache/camel-quarkus/issues/2853)
- Set the version in docs/antora.yml when tagging a release
[\#2852](https://github.com/apache/camel-quarkus/issues/2852)
+- Cannot convert buffer types in platform-http
[\#2838](https://github.com/apache/camel-quarkus/issues/2838)
+- Box native integration test failure
[\#2830](https://github.com/apache/camel-quarkus/issues/2830)
- Expand ElasticSearch REST test coverage
[\#2819](https://github.com/apache/camel-quarkus/issues/2819)
- \[Camel 3.11\] Solr cloud integration tests are failing
[\#2814](https://github.com/apache/camel-quarkus/issues/2814)
- Google PubSub Extension is not working in camel-k
[\#2796](https://github.com/apache/camel-quarkus/issues/2796)
- Expand AWS DDB tests
[\#2776](https://github.com/apache/camel-quarkus/issues/2776)
+- Apple M1 cannot build the camel-quarkus project
[\#2762](https://github.com/apache/camel-quarkus/issues/2762)
+- Add ability to test HL7 extension with multiple HAPI implementations
[\#2744](https://github.com/apache/camel-quarkus/issues/2744)
- \[elastic-search\] Test both camel and quarkus configuration of underlying
component quarkus client
[\#2714](https://github.com/apache/camel-quarkus/issues/2714)
- Test EIPs DSL methods
[\#2628](https://github.com/apache/camel-quarkus/issues/2628)
- Test sending messages to an SNS FIFO topic
[\#2625](https://github.com/apache/camel-quarkus/issues/2625)
@@ -938,23 +947,20 @@
**Closed issues:**
-- can't build camel-fhir extension native image
[\#2906](https://github.com/apache/camel-quarkus/issues/2906)
- Revise DefaultExchangeHolder
[\#2905](https://github.com/apache/camel-quarkus/issues/2905)
- openapi-java failure when building native-image
[\#2892](https://github.com/apache/camel-quarkus/issues/2892)
-- camel-quarkus-kafka : Kafka oauth authentication issue with
kafka-oauth-client 0.8.x versions
[\#2878](https://github.com/apache/camel-quarkus/issues/2878)
-- Combine build sanity checks into a single script
[\#2869](https://github.com/apache/camel-quarkus/issues/2869)
- string-template:bean Bean Injection: camel quarkus cannot find resource
error [\#2849](https://github.com/apache/camel-quarkus/issues/2849)
- Document the need of @RegisterForReflection in Bean doc
[\#2844](https://github.com/apache/camel-quarkus/issues/2844)
-- InfinispanTest failed on Mac
[\#2840](https://github.com/apache/camel-quarkus/issues/2840)
- add affinity dependency in a mac profile for camel-hazelcast extension
[\#2800](https://github.com/apache/camel-quarkus/issues/2800)
- Intermittent failure of testJmsTransaction
[\#2767](https://github.com/apache/camel-quarkus/issues/2767)
-- Automatic check to ensure that camel.quarkus.jvmSince and
camel.quarkus.nativeSince are not newer than the current SNAPSHOT
[\#2763](https://github.com/apache/camel-quarkus/issues/2763)
- Test both camel and quarkus configuration of underlying component quarkus
client [\#2712](https://github.com/apache/camel-quarkus/issues/2712)
- Split with AggregationStrategy
[\#2690](https://github.com/apache/camel-quarkus/issues/2690)
- No consumers available on endpoint
[\#2632](https://github.com/apache/camel-quarkus/issues/2632)
- Autowiring of beans can cause warning and problem "bean was marked as unused
and removed during build"
[\#2519](https://github.com/apache/camel-quarkus/issues/2519)
- Turn off bean removal by ArC
[\#1387](https://github.com/apache/camel-quarkus/issues/1387)
+- NPE when testing serviceCall EIP
[\#2952](https://github.com/apache/camel-quarkus/issues/2952)
- js-dsl integration test failure
[\#2908](https://github.com/apache/camel-quarkus/issues/2908)
+- can't build camel-fhir extension native image
[\#2906](https://github.com/apache/camel-quarkus/issues/2906)
- kudu: remove the useless test harness logic dedicated to Java 8
[\#2885](https://github.com/apache/camel-quarkus/issues/2885)
- Avoid producing `FeatureBuildItem` in support extensions
[\#2873](https://github.com/apache/camel-quarkus/issues/2873)
- Promote tags to GitHub releases
[\#2864](https://github.com/apache/camel-quarkus/issues/2864)
@@ -964,6 +970,7 @@
- Leverage catalog metadata to discover unremovable bean types
[\#2822](https://github.com/apache/camel-quarkus/issues/2822)
- Update the Command mode docs page
[\#2782](https://github.com/apache/camel-quarkus/issues/2782)
- Test camel.faulttolerance.\* set of properties
[\#2780](https://github.com/apache/camel-quarkus/issues/2780)
+- Automatic check to ensure that camel.quarkus.jvmSince and
camel.quarkus.nativeSince are not newer than the current SNAPSHOT
[\#2763](https://github.com/apache/camel-quarkus/issues/2763)
- Refactor registration of serialization once support is present in Quarkus
[\#2755](https://github.com/apache/camel-quarkus/issues/2755)
- Add Kamelet example
[\#2731](https://github.com/apache/camel-quarkus/issues/2731)
- camel-quarkus-minio: "quarkus.minio.url" is mandatory and must be a valid
url [\#2721](https://github.com/apache/camel-quarkus/issues/2721)
@@ -993,18 +1000,14 @@
**Closed issues:**
- onException in xml dsl
[\#2842](https://github.com/apache/camel-quarkus/issues/2842)
-- Add a section about mocking remote endpoints to Testing page of user guide
[\#2834](https://github.com/apache/camel-quarkus/issues/2834)
-- Salesforce native integration tests throw CNFE for `java.io.InputStream`
[\#2831](https://github.com/apache/camel-quarkus/issues/2831)
- Ability to retrieve traceId for observability in routes
[\#2802](https://github.com/apache/camel-quarkus/issues/2802)
-- Unable to determine the status of the running process in TimerIT without
resteasy [\#2772](https://github.com/apache/camel-quarkus/issues/2772)
-- Solr test doesn't work on RHEL 8
[\#2766](https://github.com/apache/camel-quarkus/issues/2766)
-- Fix JSON Jackson jacksonConversionPojo test
[\#2726](https://github.com/apache/camel-quarkus/issues/2726)
-- cassandra-driver-core 3.5.0 managed in Debezium BOM too old for
testcontainers 1.15.3
[\#2724](https://github.com/apache/camel-quarkus/issues/2724)
-- hazelcast integration-test failed in native mode\(On Mac\)
[\#2719](https://github.com/apache/camel-quarkus/issues/2719)
- camel-kamelet-reify native support
[\#2617](https://github.com/apache/camel-quarkus/issues/2617)
-- Add a section about testing to the Contributor guide
[\#2607](https://github.com/apache/camel-quarkus/issues/2607)
-- Salesforce fails to start because loginUrl configuration is ignored
[\#2499](https://github.com/apache/camel-quarkus/issues/2499)
- Use in an example: autowiring of beans available in the CDI container to
CamelContext and components
[\#2351](https://github.com/apache/camel-quarkus/issues/2351)
+- camel-quarkus-kafka : Kafka oauth authentication issue with
kafka-oauth-client 0.8.x versions
[\#2878](https://github.com/apache/camel-quarkus/issues/2878)
+- Combine build sanity checks into a single script
[\#2869](https://github.com/apache/camel-quarkus/issues/2869)
+- InfinispanTest failed on Mac
[\#2840](https://github.com/apache/camel-quarkus/issues/2840)
+- Add a section about mocking remote endpoints to Testing page of user guide
[\#2834](https://github.com/apache/camel-quarkus/issues/2834)
+- Salesforce native integration tests throw CNFE for `java.io.InputStream`
[\#2831](https://github.com/apache/camel-quarkus/issues/2831)
- Let quarkus-google-cloud-services or com.google.cloud:libraries-bom align
opencensus, perfmark & Co.
[\#2816](https://github.com/apache/camel-quarkus/issues/2816)
- Manage Groovy dependencies with `groovy-bom` import
[\#2812](https://github.com/apache/camel-quarkus/issues/2812)
- CNFE MapperResultProducerService when
com.datastax.oss:java-driver-mapper-runtime is not in the class path
[\#2801](https://github.com/apache/camel-quarkus/issues/2801)
@@ -1013,10 +1016,15 @@
- Expand jsonpath test coverage
[\#2783](https://github.com/apache/camel-quarkus/issues/2783)
- Test camel.threadpool.\* set of properties
[\#2781](https://github.com/apache/camel-quarkus/issues/2781)
- Test specifying custom beans in application.properties
[\#2778](https://github.com/apache/camel-quarkus/issues/2778)
+- Unable to determine the status of the running process in TimerIT without
resteasy [\#2772](https://github.com/apache/camel-quarkus/issues/2772)
+- Solr test doesn't work on RHEL 8
[\#2766](https://github.com/apache/camel-quarkus/issues/2766)
- camel.main.dump-routes = true does not work
[\#2761](https://github.com/apache/camel-quarkus/issues/2761)
- Avoid duplicating code in `org.apache.camel.quarkus.core.BaseModel`
[\#2752](https://github.com/apache/camel-quarkus/issues/2752)
- kubernetes integration-test failure in native mode
[\#2730](https://github.com/apache/camel-quarkus/issues/2730)
- Use EmbeddedActiveMQ in messaging and jta integration tests
[\#2727](https://github.com/apache/camel-quarkus/issues/2727)
+- Fix JSON Jackson jacksonConversionPojo test
[\#2726](https://github.com/apache/camel-quarkus/issues/2726)
+- cassandra-driver-core 3.5.0 managed in Debezium BOM too old for
testcontainers 1.15.3
[\#2724](https://github.com/apache/camel-quarkus/issues/2724)
+- hazelcast integration-test failed in native mode\(On Mac\)
[\#2719](https://github.com/apache/camel-quarkus/issues/2719)
- \[infinispan\] Test both camel and quarkus configuration of underlying
component quarkus client
[\#2713](https://github.com/apache/camel-quarkus/issues/2713)
- Register all @JsonView array elements for reflection
[\#2708](https://github.com/apache/camel-quarkus/issues/2708)
- demonstrate how to configure quarkus-jackson extension's own ObjectMapper
instance and reuse it in our jackson test
[\#2706](https://github.com/apache/camel-quarkus/issues/2706)
@@ -1028,6 +1036,7 @@
- Unmanage unnecessary google dependencies
[\#2689](https://github.com/apache/camel-quarkus/issues/2689)
- Problem with dashed queryParams
[\#2685](https://github.com/apache/camel-quarkus/issues/2685)
- camel-quarkus-jacksonxml:JsonView annotations take no effect in native mode
[\#2681](https://github.com/apache/camel-quarkus/issues/2681)
+- Quarkus Native: SQS to Mongo fails to compile with NoClassDefFoundError:
jnr/unixsocket/UnixSocket
[\#2678](https://github.com/apache/camel-quarkus/issues/2678)
- Intermittent failures in MllpIT
[\#2671](https://github.com/apache/camel-quarkus/issues/2671)
- AWS2 test: org.apache.log4j.Priority required via netty, although netty
should not be in the class path at all
[\#2670](https://github.com/apache/camel-quarkus/issues/2670)
- Adapt Observability docs page to Quarkus 2.0.0
[\#2659](https://github.com/apache/camel-quarkus/issues/2659)
@@ -1043,8 +1052,10 @@
- \[camel 3.10\] load selected list of kamelets definitions at build time
[\#2618](https://github.com/apache/camel-quarkus/issues/2618)
- camel-jackson-protobuf data format native support
[\#2615](https://github.com/apache/camel-quarkus/issues/2615)
- camel-jackson-avro data format native support
[\#2610](https://github.com/apache/camel-quarkus/issues/2610)
+- Add a section about testing to the Contributor guide
[\#2607](https://github.com/apache/camel-quarkus/issues/2607)
- \[camel 3.10\] Test setting MLLP default charset from system property for
native mode [\#2554](https://github.com/apache/camel-quarkus/issues/2554)
- \[Quarkus 2.0\] Consider following the way how Quarkus handles Avro schemas
[\#2513](https://github.com/apache/camel-quarkus/issues/2513)
+- Salesforce fails to start because loginUrl configuration is ignored
[\#2499](https://github.com/apache/camel-quarkus/issues/2499)
- \[Camel 3.10\] Improve KafkaClientFactory integration
[\#2486](https://github.com/apache/camel-quarkus/issues/2486)
- \[Camel 3.10\] jsonpath: Getting rid of json-smart as explicit and
transitive dependency
[\#2435](https://github.com/apache/camel-quarkus/issues/2435)
- Remove camel-quarkus-main
[\#2391](https://github.com/apache/camel-quarkus/issues/2391)
@@ -1107,40 +1118,11 @@
- package org.apache.camel.builder does not exist when using fast-jar in
application.properties
[\#2612](https://github.com/apache/camel-quarkus/issues/2612)
- \[Quarkus 2.0.0.Alpha2\] : quarkus-bootstrap-maven-plugin
[\#2568](https://github.com/apache/camel-quarkus/issues/2568)
- Datasonnet language not supported?
[\#2546](https://github.com/apache/camel-quarkus/issues/2546)
-- org.apache.camel.quarkus.component.splunk.it.SplunkTest failure if system
timezone isn't UTC [\#2542](https://github.com/apache/camel-quarkus/issues/2542)
- SetHeader does not create a Map when using \[\]
[\#2540](https://github.com/apache/camel-quarkus/issues/2540)
- CDI: programmatic lookup problem detected
io.quarkus.arc.impl.ArcContainerImpl getMatchingBeans
[\#2532](https://github.com/apache/camel-quarkus/issues/2532)
-- org.apache.camel.quarkus.component.lra.it.LraTest failed on non-linux
machines [\#2523](https://github.com/apache/camel-quarkus/issues/2523)
-- Qute component improperly classified as "other" in Camel Quarkus Catalog
[\#2508](https://github.com/apache/camel-quarkus/issues/2508)
-- Stop testing JavaScript DSL in native mode
[\#2481](https://github.com/apache/camel-quarkus/issues/2481)
- Investigate need of @ApplicationScoped annotation
[\#2471](https://github.com/apache/camel-quarkus/issues/2471)
-- Add info about Camel IDE plugins to the documentation
[\#2470](https://github.com/apache/camel-quarkus/issues/2470)
-- Improve MongoDB extension documentation of named clients
[\#2466](https://github.com/apache/camel-quarkus/issues/2466)
-- Intermittent failure in native MicroprofileMetricsIT
[\#2460](https://github.com/apache/camel-quarkus/issues/2460)
- HBase testcontainer fails with UnknownHostException:
\<myhostname\>.localdomain: Name or service not known
[\#2458](https://github.com/apache/camel-quarkus/issues/2458)
-- \[camel 3.10\] kotlin-dsl Enforcer rules have failed
[\#2451](https://github.com/apache/camel-quarkus/issues/2451)
- Issue with Camel FHIR extension when upgrading to 1.13.0.Final
[\#2450](https://github.com/apache/camel-quarkus/issues/2450)
-- camel-quarkus-dozer Error when running native executable
[\#2449](https://github.com/apache/camel-quarkus/issues/2449)
-- \[Camel 3.10\] Missing EndpointKey
[\#2447](https://github.com/apache/camel-quarkus/issues/2447)
-- Unable to add camel-quarkus-microprofile-metrics when using
camel-quarkus-azure-eventhubs components
[\#2442](https://github.com/apache/camel-quarkus/issues/2442)
-- Unable to start Quarkus with Camel FHIR
[\#2441](https://github.com/apache/camel-quarkus/issues/2441)
-- Add code.quarkus.io badges on extension pages
[\#2433](https://github.com/apache/camel-quarkus/issues/2433)
-- camel-quarkus-cassandraql : build failure in camel-master branch
[\#2424](https://github.com/apache/camel-quarkus/issues/2424)
-- Google Storage support
[\#2421](https://github.com/apache/camel-quarkus/issues/2421)
-- Tests skipped in native mode should be executed on default Java version at
least [\#2389](https://github.com/apache/camel-quarkus/issues/2389)
-- Adapt examples to the merger of main into core
[\#2377](https://github.com/apache/camel-quarkus/issues/2377)
-- Adjust the documentation after the merger of main into core
[\#2374](https://github.com/apache/camel-quarkus/issues/2374)
-- kafka: better integration with quarkus kafka extension
[\#2333](https://github.com/apache/camel-quarkus/issues/2333)
-- couchbase JVM : add integration tests
[\#2326](https://github.com/apache/camel-quarkus/issues/2326)
-- \[camel-master\] Support for new DSLs
[\#2301](https://github.com/apache/camel-quarkus/issues/2301)
-- Show deprecation info in Extensions reference
[\#2266](https://github.com/apache/camel-quarkus/issues/2266)
-- Custom TypeConverter is not automatically registered
[\#2260](https://github.com/apache/camel-quarkus/issues/2260)
-- AtlasMap: Use jandex to discover the types we need to register for
reflection [\#2241](https://github.com/apache/camel-quarkus/issues/2241)
-- AWS2 components have to set client.endpointOverride\(\) to work on
Localstack [\#2216](https://github.com/apache/camel-quarkus/issues/2216)
-- Startup log of bootstrap runtime
[\#2164](https://github.com/apache/camel-quarkus/issues/2164)
-- Use AsciiDoc variable for Quarkus version in the documentation
[\#2163](https://github.com/apache/camel-quarkus/issues/2163)
-- Document correct BoM usage
[\#2136](https://github.com/apache/camel-quarkus/issues/2136)
-- Add a filter to discard AnnotationTypeConverterLoader
[\#1896](https://github.com/apache/camel-quarkus/issues/1896)
- GraalVM 21.1, KafkaSaslSslIT: ClassNotFoundException:
org.apache.kafka.common.security.scram.internals.ScramSaslClient$ScramSaslClientFactory
[\#2674](https://github.com/apache/camel-quarkus/issues/2674)
- Eagerly initialized Random in various extensions
[\#2664](https://github.com/apache/camel-quarkus/issues/2664)
- Use `CamelContextCustomizer` from camel-api
[\#2637](https://github.com/apache/camel-quarkus/issues/2637)
@@ -1162,35 +1144,69 @@
- Expand SOAP extension test coverage
[\#2561](https://github.com/apache/camel-quarkus/issues/2561)
- several integration-test failure in native mode
[\#2550](https://github.com/apache/camel-quarkus/issues/2550)
- Test XPath [\#2547](https://github.com/apache/camel-quarkus/issues/2547)
+- org.apache.camel.quarkus.component.splunk.it.SplunkTest failure if system
timezone isn't UTC [\#2542](https://github.com/apache/camel-quarkus/issues/2542)
- Test TypeConverters
[\#2537](https://github.com/apache/camel-quarkus/issues/2537)
- Test simple language
[\#2533](https://github.com/apache/camel-quarkus/issues/2533)
- Expand REST test coverage
[\#2529](https://github.com/apache/camel-quarkus/issues/2529)
- REST JSON example should use the Camel REST DSL
[\#2528](https://github.com/apache/camel-quarkus/issues/2528)
+- org.apache.camel.quarkus.component.lra.it.LraTest failed on non-linux
machines [\#2523](https://github.com/apache/camel-quarkus/issues/2523)
- Document locale limitations in native mode
[\#2522](https://github.com/apache/camel-quarkus/issues/2522)
- Adapt MicroProfile Health to Camel 3.10
[\#2521](https://github.com/apache/camel-quarkus/issues/2521)
- Expand HL7 test coverage
[\#2520](https://github.com/apache/camel-quarkus/issues/2520)
- Expand MLLP test coverage
[\#2518](https://github.com/apache/camel-quarkus/issues/2518)
- quarkus.test.flat-class-path=true required to run Avro tests
[\#2514](https://github.com/apache/camel-quarkus/issues/2514)
- Test Batch Consumer, charset, filter and sortby options of the file
component [\#2512](https://github.com/apache/camel-quarkus/issues/2512)
+- Qute component improperly classified as "other" in Camel Quarkus Catalog
[\#2508](https://github.com/apache/camel-quarkus/issues/2508)
- Test bean binding
[\#2492](https://github.com/apache/camel-quarkus/issues/2492)
- Document the possibility to use CDI beans with camel bean component
[\#2491](https://github.com/apache/camel-quarkus/issues/2491)
- Unable to build mongo-to-slack in native with 1.13 quarkus
[\#2489](https://github.com/apache/camel-quarkus/issues/2489)
- Add test coverage for Kafka with SSL
[\#2484](https://github.com/apache/camel-quarkus/issues/2484)
+- Stop testing JavaScript DSL in native mode
[\#2481](https://github.com/apache/camel-quarkus/issues/2481)
- Dev Mode: rests xml resources seems ignored
[\#2476](https://github.com/apache/camel-quarkus/issues/2476)
+- Add info about Camel IDE plugins to the documentation
[\#2470](https://github.com/apache/camel-quarkus/issues/2470)
+- Improve MongoDB extension documentation of named clients
[\#2466](https://github.com/apache/camel-quarkus/issues/2466)
+- Intermittent failure in native MicroprofileMetricsIT
[\#2460](https://github.com/apache/camel-quarkus/issues/2460)
+- \[camel 3.10\] kotlin-dsl Enforcer rules have failed
[\#2451](https://github.com/apache/camel-quarkus/issues/2451)
+- camel-quarkus-dozer Error when running native executable
[\#2449](https://github.com/apache/camel-quarkus/issues/2449)
+- \[Camel 3.10\] Missing EndpointKey
[\#2447](https://github.com/apache/camel-quarkus/issues/2447)
- FixedLengthWithLocaleTest.marshalFixedLengthWithLocaleShouldSucceed fails on
Java 8 [\#2445](https://github.com/apache/camel-quarkus/issues/2445)
+- Unable to add camel-quarkus-microprofile-metrics when using
camel-quarkus-azure-eventhubs components
[\#2442](https://github.com/apache/camel-quarkus/issues/2442)
+- Unable to start Quarkus with Camel FHIR
[\#2441](https://github.com/apache/camel-quarkus/issues/2441)
+- Add code.quarkus.io badges on extension pages
[\#2433](https://github.com/apache/camel-quarkus/issues/2433)
- Upgrade CassandraQL quarkus extension to 1.0.1
[\#2423](https://github.com/apache/camel-quarkus/issues/2423)
+- Google Storage support
[\#2421](https://github.com/apache/camel-quarkus/issues/2421)
- Kafka with SASL\_SSL does not work in quarkus native mode
[\#2409](https://github.com/apache/camel-quarkus/issues/2409)
- \[Camel 3.10\] jsonpath : Missing property in path $\['room'\]
[\#2395](https://github.com/apache/camel-quarkus/issues/2395)
+- Tests skipped in native mode should be executed on default Java version at
least [\#2389](https://github.com/apache/camel-quarkus/issues/2389)
- Add integration tests for Digitalocean
[\#2388](https://github.com/apache/camel-quarkus/issues/2388)
+- Adapt examples to the merger of main into core
[\#2377](https://github.com/apache/camel-quarkus/issues/2377)
+- Adjust the documentation after the merger of main into core
[\#2374](https://github.com/apache/camel-quarkus/issues/2374)
- Store the association between Camel Quarkus Catalog items and Camel Catalog
items [\#2368](https://github.com/apache/camel-quarkus/issues/2368)
- Revisit core, main and foundation integration tests
[\#2362](https://github.com/apache/camel-quarkus/issues/2362)
- Test class component, test bean language
[\#2361](https://github.com/apache/camel-quarkus/issues/2361)
- Test file language
[\#2356](https://github.com/apache/camel-quarkus/issues/2356)
+- kafka: better integration with quarkus kafka extension
[\#2333](https://github.com/apache/camel-quarkus/issues/2333)
+- couchbase JVM : add integration tests
[\#2326](https://github.com/apache/camel-quarkus/issues/2326)
+- \[camel-master\] Support for new DSLs
[\#2301](https://github.com/apache/camel-quarkus/issues/2301)
- FileTest fails on the platform
[\#2278](https://github.com/apache/camel-quarkus/issues/2278)
+- Show deprecation info in Extensions reference
[\#2266](https://github.com/apache/camel-quarkus/issues/2266)
+- Custom TypeConverter is not automatically registered
[\#2260](https://github.com/apache/camel-quarkus/issues/2260)
+- AtlasMap: Use jandex to discover the types we need to register for
reflection [\#2241](https://github.com/apache/camel-quarkus/issues/2241)
+- AWS2 components have to set client.endpointOverride\(\) to work on
Localstack [\#2216](https://github.com/apache/camel-quarkus/issues/2216)
+- Startup log of bootstrap runtime
[\#2164](https://github.com/apache/camel-quarkus/issues/2164)
+- Use AsciiDoc variable for Quarkus version in the documentation
[\#2163](https://github.com/apache/camel-quarkus/issues/2163)
+- Document correct BoM usage
[\#2136](https://github.com/apache/camel-quarkus/issues/2136)
- Using Camel's @Produce injection
[\#2066](https://github.com/apache/camel-quarkus/issues/2066)
- Openstack native support
[\#1943](https://github.com/apache/camel-quarkus/issues/1943)
+- Add a filter to discard AnnotationTypeConverterLoader
[\#1896](https://github.com/apache/camel-quarkus/issues/1896)
- Add integration tests for camel-quarkus-kafka + sasl
[\#1783](https://github.com/apache/camel-quarkus/issues/1783)
- XQuery component and language native support
[\#1710](https://github.com/apache/camel-quarkus/issues/1710)
+- DigitalOcean native support
[\#1594](https://github.com/apache/camel-quarkus/issues/1594)
+- REST OpenApi native support
[\#1235](https://github.com/apache/camel-quarkus/issues/1235)
+- Add support for MicroProfile Fault Tolerance
[\#1234](https://github.com/apache/camel-quarkus/issues/1234)
+- NullPointerException with telegram webhook
[\#1200](https://github.com/apache/camel-quarkus/issues/1200)
+- ClassNotFoundException: CamelCronService
[\#1195](https://github.com/apache/camel-quarkus/issues/1195)
+- Remove Elasticsearch Rest doc title fix when upgrading to Camel 3.3.0
[\#1167](https://github.com/apache/camel-quarkus/issues/1167)
- XChange native support
[\#769](https://github.com/apache/camel-quarkus/issues/769)
## [1.8.1](https://github.com/apache/camel-quarkus/tree/1.8.1) (2021-04-01)
@@ -1208,6 +1224,7 @@
- camel-nats intermittently failing on quarkus-platform
[\#2061](https://github.com/apache/camel-quarkus/issues/2061)
- Make camel-quarkus-xml-io work again after we broke it with
camel-quarkus-xml-io-dsl in 1.8.0
[\#2431](https://github.com/apache/camel-quarkus/issues/2431)
- Consume kubernetes-client-bom via Quarkus BoM
[\#2426](https://github.com/apache/camel-quarkus/issues/2426)
+- camel-quarkus-cassandraql : build failure in camel-master branch
[\#2424](https://github.com/apache/camel-quarkus/issues/2424)
- docs: add xref support for adoc file sourced from javadoc
[\#2417](https://github.com/apache/camel-quarkus/issues/2417)
- bindy: do not embed useless resources
[\#2413](https://github.com/apache/camel-quarkus/issues/2413)
- NPE if Qute template can't be found
[\#2410](https://github.com/apache/camel-quarkus/issues/2410)
@@ -1915,17 +1932,12 @@
- Unregister unnecessary Camel configuration classes from reflection
[\#1266](https://github.com/apache/camel-quarkus/issues/1266)
- \[CI\] - Camel Master Branch Build Failure
[\#1261](https://github.com/apache/camel-quarkus/issues/1261)
- \[CI\] - Quarkus Master Branch Build Failure
[\#1251](https://github.com/apache/camel-quarkus/issues/1251)
-- REST OpenApi native support
[\#1235](https://github.com/apache/camel-quarkus/issues/1235)
-- Add support for MicroProfile Fault Tolerance
[\#1234](https://github.com/apache/camel-quarkus/issues/1234)
- \[CI\] - Quarkus Master Branch Build Failure
[\#1218](https://github.com/apache/camel-quarkus/issues/1218)
- \[CI\] - Quarkus Master Branch Build Failure
[\#1210](https://github.com/apache/camel-quarkus/issues/1210)
- Kudu IT failing [\#1206](https://github.com/apache/camel-quarkus/issues/1206)
- \[CI\] - Camel Master Branch Build Failure
[\#1205](https://github.com/apache/camel-quarkus/issues/1205)
-- NullPointerException with telegram webhook
[\#1200](https://github.com/apache/camel-quarkus/issues/1200)
-- ClassNotFoundException: CamelCronService
[\#1195](https://github.com/apache/camel-quarkus/issues/1195)
- \[CI\] - Quarkus Master Branch Build Failure
[\#1179](https://github.com/apache/camel-quarkus/issues/1179)
- \[CI\] - Camel Master Branch Build Failure
[\#1174](https://github.com/apache/camel-quarkus/issues/1174)
-- Remove Elasticsearch Rest doc title fix when upgrading to Camel 3.3.0
[\#1167](https://github.com/apache/camel-quarkus/issues/1167)
- ActiveMQ XalanXPathEvaluator CNFE warning
[\#1160](https://github.com/apache/camel-quarkus/issues/1160)
- \[CI\] - Quarkus Master Branch Build Failure
[\#1148](https://github.com/apache/camel-quarkus/issues/1148)
- MethodAccessorGenerator reachable error in camel-activemq tests with
jdk11u-dev [\#1145](https://github.com/apache/camel-quarkus/issues/1145)