This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch 150final in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit cdb9bae9083352681adb19adc0a75d3a0798f2c7 Author: Claus Ibsen <[email protected]> AuthorDate: Sat May 30 11:58:53 2020 +0200 Upgrade to Quarkus 1.5.0.Final and regen --- docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc index 7f657c5..a2d37b8 100644 --- a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc +++ b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc @@ -764,7 +764,7 @@ Level | Since | Description == Miscellaneous Extensions // others: START -Number of miscellaneous extensions: 13 in 13 JAR artifacts (0 deprecated) +Number of miscellaneous extensions: 13 in 13 JAR artifacts (1 deprecated) [width="100%",cols="4,1,1,5",options="header"] |=== @@ -783,7 +783,7 @@ Number of miscellaneous extensions: 13 in 13 JAR artifacts (0 deprecated) Stable | 1.0.0-M3 | Code Camel endpoint URI using Java DSL instead of plain strings | xref:extensions/hystrix.adoc[camel-quarkus-hystrix] | Native + - Stable | 1.0.0-M1 | Circuit Breaker EIP using Netflix Hystrix + Stable | 1.0.0-M1 | *deprecated* Circuit Breaker EIP using Netflix Hystrix | xref:extensions/kotlin.adoc[camel-quarkus-kotlin] | Native + Stable | 1.0.0-M3 | Write Camel integration routes in Kotlin diff --git a/pom.xml b/pom.xml index 6915d9c..54a7607 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ <mongodb.version>4.0.1</mongodb.version> <okhttp.version>3.14.6</okhttp.version><!-- keep in sync with okio --> <okio.version>1.17.2</okio.version><!-- keep in sync with okhttp --> - <quarkus.version>1.5.0.CR1</quarkus.version> + <quarkus.version>1.5.0.Final</quarkus.version> <quarkus-qpid-jms.version>0.14.1</quarkus-qpid-jms.version> <protobuf.version>3.11.1</protobuf.version> <retrofit.version>2.5.0</retrofit.version>
