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 71ab766 Updated CHANGELOG.md
71ab766 is described below
commit 71ab766fe21be3cc0dd47741399e4852d70f03c2
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 11 03:35:58 2021 +0000
Updated CHANGELOG.md
---
CHANGELOG.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c68527..2683c48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,7 @@
- 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)
@@ -40,26 +41,32 @@
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)
- XChange native support
[\#769](https://github.com/apache/camel-quarkus/issues/769)
**Merged pull requests:**
+- Move RestBindingMode XML tests to rest itest module
[\#2563](https://github.com/apache/camel-quarkus/pull/2563)
([jamesnetherton](https://github.com/jamesnetherton))
+- Custom TypeConverter is not automatically registered \#2260
[\#2560](https://github.com/apache/camel-quarkus/pull/2560)
([JiriOndrusek](https://github.com/JiriOndrusek))
- \[fix\] \#2356 Test file language
[\#2559](https://github.com/apache/camel-quarkus/pull/2559)
([KurtStam](https://github.com/KurtStam))
- Explained how to override default build locale in bindy documentation…
[\#2557](https://github.com/apache/camel-quarkus/pull/2557)
([aldettinger](https://github.com/aldettinger))
- Update changelog action to v1.4
[\#2556](https://github.com/apache/camel-quarkus/pull/2556)
([jamesnetherton](https://github.com/jamesnetherton))
@@ -81,8 +88,10 @@
- Fix admonitions in adocs
[\#2516](https://github.com/apache/camel-quarkus/pull/2516)
([tadayosi](https://github.com/tadayosi))
- Fixed classpath and no prefix resources that were ignored in dev mode…
[\#2515](https://github.com/apache/camel-quarkus/pull/2515)
([aldettinger](https://github.com/aldettinger))
- Qute component improperly classified as other in Camel Quarkus Catalog
[\#2510](https://github.com/apache/camel-quarkus/pull/2510)
([ppalaga](https://github.com/ppalaga))
+- AtlasMap: Use jandex to discover the types we need to register for re…
[\#2509](https://github.com/apache/camel-quarkus/pull/2509)
([zbendhiba](https://github.com/zbendhiba))
- Add test coverage for Kafka with SASL\_SSL
[\#2507](https://github.com/apache/camel-quarkus/pull/2507)
([jamesnetherton](https://github.com/jamesnetherton))
- \#2490 fix camel-quarkus-hbase-integration-test
[\#2506](https://github.com/apache/camel-quarkus/pull/2506)
([ffang](https://github.com/ffang))
+- Google Storage support \#2421
[\#2505](https://github.com/apache/camel-quarkus/pull/2505)
([JiriOndrusek](https://github.com/JiriOndrusek))
- Add integration-tests-support-kafka module
[\#2504](https://github.com/apache/camel-quarkus/pull/2504)
([jamesnetherton](https://github.com/jamesnetherton))
- Replace references to camel master branch with main in antora playbooks
[\#2501](https://github.com/apache/camel-quarkus/pull/2501)
([jamesnetherton](https://github.com/jamesnetherton))
- Add test coverage for Kafka with SSL
[\#2500](https://github.com/apache/camel-quarkus/pull/2500)
([jamesnetherton](https://github.com/jamesnetherton))