This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new 85ac9fb Updated CHANGELOG.md 85ac9fb is described below commit 85ac9fbe4ccb2010a295e1f4e74f2ca10a8ee756 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Nov 20 03:04:58 2020 +0000 Updated CHANGELOG.md --- CHANGELOG.md | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ed997..a6f1c95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [Unreleased](https://github.com/apache/camel-quarkus/tree/HEAD) +## [1.4.0](https://github.com/apache/camel-quarkus/tree/1.4.0) (2020-11-19) -[Full Changelog](https://github.com/apache/camel-quarkus/compare/1.3.0...HEAD) +[Full Changelog](https://github.com/apache/camel-quarkus/compare/1.3.0...1.4.0) **Fixed bugs:** @@ -15,39 +15,43 @@ - Antora xref check fails on camel-master branch [\#1996](https://github.com/apache/camel-quarkus/issues/1996) - Make UpdateExtensionDocPageMojo generate cross reference URLs [\#1986](https://github.com/apache/camel-quarkus/issues/1986) - Data Format : Unable marshal LinkedHashMap to Protobuf [\#1983](https://github.com/apache/camel-quarkus/issues/1983) -- PDF integration tests failing with Camel 3.7.0-SNAPSHOT [\#1979](https://github.com/apache/camel-quarkus/issues/1979) - Olingo integration test is throwing SSLPeerUnverifiedException [\#1972](https://github.com/apache/camel-quarkus/issues/1972) -- Configuration option \(not\) to start the runtime [\#1969](https://github.com/apache/camel-quarkus/issues/1969) -- json-validator native build fails with Camel 3.7.0-SNAPSHOT [\#1961](https://github.com/apache/camel-quarkus/issues/1961) -- lumberjack : move client payload sending to test [\#1949](https://github.com/apache/camel-quarkus/issues/1949) - LevelDB extension does not compile with Camel 3.7.0-SNAPSHOT [\#1948](https://github.com/apache/camel-quarkus/issues/1948) -- ActiveMQ Default XPath evaluator could not be loaded [\#1933](https://github.com/apache/camel-quarkus/issues/1933) - FOP tests fail in Quarkus Platform [\#1930](https://github.com/apache/camel-quarkus/issues/1930) -- Document Spark peculiarities [\#1928](https://github.com/apache/camel-quarkus/issues/1928) - How to add startHistoryId queryParameter to google-mail:history/list \(camel-quarkus-google-mail\) [\#1927](https://github.com/apache/camel-quarkus/issues/1927) - Unreleased Resource: Streams [\#1913](https://github.com/apache/camel-quarkus/issues/1913) - SnappyCompression fails while building native image [\#1910](https://github.com/apache/camel-quarkus/issues/1910) - PostgresSQL Event : add usage of Quarkus AgroalDatasource [\#1909](https://github.com/apache/camel-quarkus/issues/1909) +- Log with KafkaProducer does not work [\#1862](https://github.com/apache/camel-quarkus/issues/1862) +- Revert PR \#1667 once kudu-client stops shading Netty [\#1669](https://github.com/apache/camel-quarkus/issues/1669) +- Hipchat native support [\#1652](https://github.com/apache/camel-quarkus/issues/1652) +- Provide a quick profile [\#1607](https://github.com/apache/camel-quarkus/issues/1607) +- Automate the process of creating jvm only extensions [\#1561](https://github.com/apache/camel-quarkus/issues/1561) +- Cron component not initialized when used with Endpoint DSL \(since Quarkus 1.7.0.Final\) [\#1553](https://github.com/apache/camel-quarkus/issues/1553) +- Need an archetype for Camel Quarkus [\#1173](https://github.com/apache/camel-quarkus/issues/1173) +- PDF integration tests failing with Camel 3.7.0-SNAPSHOT [\#1979](https://github.com/apache/camel-quarkus/issues/1979) +- Configuration option \(not\) to start the runtime [\#1969](https://github.com/apache/camel-quarkus/issues/1969) +- json-validator native build fails with Camel 3.7.0-SNAPSHOT [\#1961](https://github.com/apache/camel-quarkus/issues/1961) +- lumberjack : move client payload sending to test [\#1949](https://github.com/apache/camel-quarkus/issues/1949) +- ActiveMQ Default XPath evaluator could not be loaded [\#1933](https://github.com/apache/camel-quarkus/issues/1933) +- Document Spark peculiarities [\#1928](https://github.com/apache/camel-quarkus/issues/1928) - \[Camel Quarkus 1.2\] Remove quarkus.camel.native.resources.include-patterns = routes/\*.xml in examples [\#1901](https://github.com/apache/camel-quarkus/issues/1901) - Crypto extension requires reflective access to DigitalSignatureConstants [\#1881](https://github.com/apache/camel-quarkus/issues/1881) - Fix usage of deprecated GitHub actions commands [\#1876](https://github.com/apache/camel-quarkus/issues/1876) -- Log with KafkaProducer does not work [\#1862](https://github.com/apache/camel-quarkus/issues/1862) - \[Quarkus 1.9\] leverage Quarkus JAXP extension where applicable [\#1806](https://github.com/apache/camel-quarkus/issues/1806) - JSLT native support [\#1740](https://github.com/apache/camel-quarkus/issues/1740) +- Lumberjack native support [\#1732](https://github.com/apache/camel-quarkus/issues/1732) - MSV native support [\#1728](https://github.com/apache/camel-quarkus/issues/1728) - Nagios native support [\#1726](https://github.com/apache/camel-quarkus/issues/1726) -- Revert PR \#1667 once kudu-client stops shading Netty [\#1669](https://github.com/apache/camel-quarkus/issues/1669) -- Hipchat native support [\#1652](https://github.com/apache/camel-quarkus/issues/1652) - Twilio native support [\#1633](https://github.com/apache/camel-quarkus/issues/1633) - Zendesk native support [\#1613](https://github.com/apache/camel-quarkus/issues/1613) -- Provide a quick profile [\#1607](https://github.com/apache/camel-quarkus/issues/1607) -- Automate the process of creating jvm only extensions [\#1561](https://github.com/apache/camel-quarkus/issues/1561) -- Cron component not initialized when used with Endpoint DSL \(since Quarkus 1.7.0.Final\) [\#1553](https://github.com/apache/camel-quarkus/issues/1553) -- Need an archetype for Camel Quarkus [\#1173](https://github.com/apache/camel-quarkus/issues/1173) - Leverage camel-platform-http-vertx in platform-http extension [\#1144](https://github.com/apache/camel-quarkus/issues/1144) +- Saga native support [\#819](https://github.com/apache/camel-quarkus/issues/819) **Merged pull requests:** +- Upgrade Quarkus Qpid JMS to 0.20.0 [\#2017](https://github.com/apache/camel-quarkus/pull/2017) ([jamesnetherton](https://github.com/jamesnetherton)) +- Upgrade Quarkus to 1.10.0.Final [\#2016](https://github.com/apache/camel-quarkus/pull/2016) ([jamesnetherton](https://github.com/jamesnetherton)) - Added key [\#2015](https://github.com/apache/camel-quarkus/pull/2015) ([aldettinger](https://github.com/aldettinger)) - Added JSLT native support \#1740 [\#2010](https://github.com/apache/camel-quarkus/pull/2010) ([aldettinger](https://github.com/aldettinger)) - Fix github itest to use oauth token instead username/password [\#2009](https://github.com/apache/camel-quarkus/pull/2009) ([llowinge](https://github.com/llowinge)) @@ -128,8 +132,6 @@ - IllegalArgumentException thrown on itest application startup [\#1891](https://github.com/apache/camel-quarkus/issues/1891) - NATS tests do not work on the platform [\#1803](https://github.com/apache/camel-quarkus/issues/1803) -- Lumberjack native support [\#1732](https://github.com/apache/camel-quarkus/issues/1732) -- Saga native support [\#819](https://github.com/apache/camel-quarkus/issues/819) - Add more examples [\#310](https://github.com/apache/camel-quarkus/issues/310) - Add Camel-Aws-SSM extension [\#108](https://github.com/apache/camel-quarkus/issues/108) - \[QUARKUS 1.9\] Remove the driver registration workaround from Postgres Replication Slot extension [\#1885](https://github.com/apache/camel-quarkus/issues/1885) @@ -899,7 +901,6 @@ - Automatic sync branch master to quarkus-master [\#1062](https://github.com/apache/camel-quarkus/pull/1062) ([github-actions[bot]](https://github.com/apps/github-actions)) - Use test resources instead of system properties for easy testing within the quarkus platform [\#1060](https://github.com/apache/camel-quarkus/pull/1060) ([lburgazzoli](https://github.com/lburgazzoli)) - CI build improvements [\#1059](https://github.com/apache/camel-quarkus/pull/1059) ([jamesnetherton](https://github.com/jamesnetherton)) -- InfluxDB native support \#1036 [\#1050](https://github.com/apache/camel-quarkus/pull/1050) ([JiriOndrusek](https://github.com/JiriOndrusek)) ## [1.0.0-M6](https://github.com/apache/camel-quarkus/tree/1.0.0-M6) (2020-04-09) @@ -1009,6 +1010,7 @@ - Bump Quarkus to version 1.3.2.Final [\#1056](https://github.com/apache/camel-quarkus/pull/1056) ([oscerd](https://github.com/oscerd)) - Moved the guide to promote a JVM Only extension to native to a dedica… [\#1052](https://github.com/apache/camel-quarkus/pull/1052) ([aldettinger](https://github.com/aldettinger)) - Completed the contributor guide with a section to promote JVM Only ex… [\#1051](https://github.com/apache/camel-quarkus/pull/1051) ([aldettinger](https://github.com/aldettinger)) +- InfluxDB native support \#1036 [\#1050](https://github.com/apache/camel-quarkus/pull/1050) ([JiriOndrusek](https://github.com/JiriOndrusek)) - CI build improvements [\#1049](https://github.com/apache/camel-quarkus/pull/1049) ([jamesnetherton](https://github.com/jamesnetherton)) - Webhook component support [\#1048](https://github.com/apache/camel-quarkus/pull/1048) ([jamesnetherton](https://github.com/jamesnetherton)) - Servlet tests \#853 \#854 [\#1046](https://github.com/apache/camel-quarkus/pull/1046) ([ppalaga](https://github.com/ppalaga)) @@ -1247,7 +1249,6 @@ - Use camel-quarkus-support-httpclient in slack extension [\#703](https://github.com/apache/camel-quarkus/pull/703) ([jamesnetherton](https://github.com/jamesnetherton)) - Add olingo4 itest to project list [\#702](https://github.com/apache/camel-quarkus/pull/702) ([jamesnetherton](https://github.com/jamesnetherton)) - Remove enableJni from integration tests as JNI si always enabled on GraalVM 19.3.1 [\#701](https://github.com/apache/camel-quarkus/pull/701) ([lburgazzoli](https://github.com/lburgazzoli)) -- Camel master update [\#698](https://github.com/apache/camel-quarkus/pull/698) ([ppalaga](https://github.com/ppalaga)) - Fix \#696 Test HTTPS with the HTTP clients [\#697](https://github.com/apache/camel-quarkus/pull/697) ([ppalaga](https://github.com/ppalaga)) - Add olingo4 extension [\#693](https://github.com/apache/camel-quarkus/pull/693) ([jamesnetherton](https://github.com/jamesnetherton)) - Cleanup: Declare quarkus-development-mode-spi as a nonExtensionArtifact [\#691](https://github.com/apache/camel-quarkus/pull/691) ([ppalaga](https://github.com/ppalaga))