[camel-quarkus] 01/01: Upgrade Quarkus to 3.3.0.CR1

2023-06-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 994c02bd0c632d481c977fed205307b425262842
Author: James Netherton 
AuthorDate: Mon Jun 26 06:43:18 2023 +0100

Upgrade Quarkus to 3.3.0.CR1
---
 docs/antora.yml|  2 +-
 .../ROOT/pages/reference/extensions/core.adoc  | 76 +++---
 .../ROOT/pages/reference/extensions/kamelet.adoc   |  3 +-
 .../pages/reference/extensions/opentelemetry.adoc  | 12 +++-
 pom.xml|  2 +-
 5 files changed, 65 insertions(+), 30 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index bd94cfd27a..001cce4822 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -30,7 +30,7 @@ asciidoc:
 # Project versions
 camel-version: 4.0.0-M3 # replace ${camel.version}
 camel-docs-version: ""
-quarkus-version: 3.2.0.CR1 # replace ${quarkus.version}
+quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
 graalvm-version: 22.3.2 # replace ${graalvm.version}
 graalvm-docs-version: 22.3
 min-maven-version: 3.8.2 # replace ${min-maven-version}
diff --git a/docs/modules/ROOT/pages/reference/extensions/core.adoc 
b/docs/modules/ROOT/pages/reference/extensions/core.adoc
index 075d04dc79..bb6b9f352e 100644
--- a/docs/modules/ROOT/pages/reference/extensions/core.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/core.adoc
@@ -137,60 +137,72 @@ When set to true, the `CamelRuntime` will be started 
automatically.
 
 |icon:lock[title=Fixed at build time] 
[[quarkus.camel.service.discovery.exclude-patterns]]`link:#quarkus.camel.service.discovery.exclude-patterns[quarkus.camel.service.discovery.exclude-patterns]`
 
-A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be discoverable via the **`org.apache.camel.spi.FactoryFinder` 
mechanism. 
-The excludes have higher precedence than includes. The excludes defined here 
can also be used to veto the discoverability of services included by Camel 
Quarkus extensions. 
+A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be discoverable via the **`org.apache.camel.spi.FactoryFinder` 
mechanism.
+
+The excludes have higher precedence than includes. The excludes defined here 
can also be used to veto the discoverability of services included by Camel 
Quarkus extensions.
+
 Example values: 
`META-INF/services/org/apache/camel/foo/++*++,META-INF/services/org/apache/camel/foo/++**++/bar`
 | `string`
 | 
 
 |icon:lock[title=Fixed at build time] 
[[quarkus.camel.service.discovery.include-patterns]]`link:#quarkus.camel.service.discovery.include-patterns[quarkus.camel.service.discovery.include-patterns]`
 
-A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will be discoverable via the `org.apache.camel.spi.FactoryFinder` mechanism 
unless the given file is excluded via `exclude-patterns`. 
-Note that Camel Quarkus extensions may include some services by default. The 
services selected here added to those services and the exclusions defined in 
`exclude-patterns` are applied to the union set. 
+A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will be discoverable via the `org.apache.camel.spi.FactoryFinder` mechanism 
unless the given file is excluded via `exclude-patterns`.
+
+Note that Camel Quarkus extensions may include some services by default. The 
services selected here added to those services and the exclusions defined in 
`exclude-patterns` are applied to the union set.
+
 Example values: 
`META-INF/services/org/apache/camel/foo/++*++,META-INF/services/org/apache/camel/foo/++**++/bar`
 | `string`
 | 
 
 |icon:lock[title=Fixed at build time] 
[[quarkus.camel.service.registry.exclude-patterns]]`link:#quarkus.camel.service.registry.exclude-patterns[quarkus.camel.service.registry.exclude-patterns]`
 
-A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be added to Camel registry during application's static 
initialization. 
-The excludes have higher precedence than includes. The excludes defined here 
can also be used to veto the registration of services included by Camel Quarkus 
extensions. 
+A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be added to Camel registry during application's static 
initialization.
+
+The excludes have

[camel-quarkus] 01/01: Upgrade Quarkus to 3.3.0.CR1

2023-06-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 3906b057d236cdf8be41a0e498fd86d9bf767909
Author: James Netherton 
AuthorDate: Mon Jun 26 06:43:18 2023 +0100

Upgrade Quarkus to 3.3.0.CR1
---
 docs/antora.yml|  2 +-
 .../ROOT/pages/reference/extensions/core.adoc  | 76 +++---
 .../ROOT/pages/reference/extensions/kamelet.adoc   |  3 +-
 .../pages/reference/extensions/opentelemetry.adoc  | 12 +++-
 pom.xml|  2 +-
 5 files changed, 65 insertions(+), 30 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index bd94cfd27a..001cce4822 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -30,7 +30,7 @@ asciidoc:
 # Project versions
 camel-version: 4.0.0-M3 # replace ${camel.version}
 camel-docs-version: ""
-quarkus-version: 3.2.0.CR1 # replace ${quarkus.version}
+quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
 graalvm-version: 22.3.2 # replace ${graalvm.version}
 graalvm-docs-version: 22.3
 min-maven-version: 3.8.2 # replace ${min-maven-version}
diff --git a/docs/modules/ROOT/pages/reference/extensions/core.adoc 
b/docs/modules/ROOT/pages/reference/extensions/core.adoc
index 075d04dc79..bb6b9f352e 100644
--- a/docs/modules/ROOT/pages/reference/extensions/core.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/core.adoc
@@ -137,60 +137,72 @@ When set to true, the `CamelRuntime` will be started 
automatically.
 
 |icon:lock[title=Fixed at build time] 
[[quarkus.camel.service.discovery.exclude-patterns]]`link:#quarkus.camel.service.discovery.exclude-patterns[quarkus.camel.service.discovery.exclude-patterns]`
 
-A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be discoverable via the **`org.apache.camel.spi.FactoryFinder` 
mechanism. 
-The excludes have higher precedence than includes. The excludes defined here 
can also be used to veto the discoverability of services included by Camel 
Quarkus extensions. 
+A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be discoverable via the **`org.apache.camel.spi.FactoryFinder` 
mechanism.
+
+The excludes have higher precedence than includes. The excludes defined here 
can also be used to veto the discoverability of services included by Camel 
Quarkus extensions.
+
 Example values: 
`META-INF/services/org/apache/camel/foo/++*++,META-INF/services/org/apache/camel/foo/++**++/bar`
 | `string`
 | 
 
 |icon:lock[title=Fixed at build time] 
[[quarkus.camel.service.discovery.include-patterns]]`link:#quarkus.camel.service.discovery.include-patterns[quarkus.camel.service.discovery.include-patterns]`
 
-A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will be discoverable via the `org.apache.camel.spi.FactoryFinder` mechanism 
unless the given file is excluded via `exclude-patterns`. 
-Note that Camel Quarkus extensions may include some services by default. The 
services selected here added to those services and the exclusions defined in 
`exclude-patterns` are applied to the union set. 
+A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will be discoverable via the `org.apache.camel.spi.FactoryFinder` mechanism 
unless the given file is excluded via `exclude-patterns`.
+
+Note that Camel Quarkus extensions may include some services by default. The 
services selected here added to those services and the exclusions defined in 
`exclude-patterns` are applied to the union set.
+
 Example values: 
`META-INF/services/org/apache/camel/foo/++*++,META-INF/services/org/apache/camel/foo/++**++/bar`
 | `string`
 | 
 
 |icon:lock[title=Fixed at build time] 
[[quarkus.camel.service.registry.exclude-patterns]]`link:#quarkus.camel.service.registry.exclude-patterns[quarkus.camel.service.registry.exclude-patterns]`
 
-A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be added to Camel registry during application's static 
initialization. 
-The excludes have higher precedence than includes. The excludes defined here 
can also be used to veto the registration of services included by Camel Quarkus 
extensions. 
+A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be added to Camel registry during application's static 
initialization.
+
+The excludes have

[camel-quarkus] 01/01: Upgrade Quarkus to 3.3.0.CR1

2023-06-26 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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

commit 6fe51f12c10f497ae7e5a2fede3182979abbf922
Author: James Netherton 
AuthorDate: Mon Jun 26 06:43:18 2023 +0100

Upgrade Quarkus to 3.3.0.CR1
---
 docs/antora.yml|  2 +-
 .../ROOT/pages/reference/extensions/core.adoc  | 76 +++---
 .../ROOT/pages/reference/extensions/kamelet.adoc   |  3 +-
 .../pages/reference/extensions/opentelemetry.adoc  | 12 +++-
 pom.xml|  2 +-
 5 files changed, 65 insertions(+), 30 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index bd94cfd27a..001cce4822 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -30,7 +30,7 @@ asciidoc:
 # Project versions
 camel-version: 4.0.0-M3 # replace ${camel.version}
 camel-docs-version: ""
-quarkus-version: 3.2.0.CR1 # replace ${quarkus.version}
+quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
 graalvm-version: 22.3.2 # replace ${graalvm.version}
 graalvm-docs-version: 22.3
 min-maven-version: 3.8.2 # replace ${min-maven-version}
diff --git a/docs/modules/ROOT/pages/reference/extensions/core.adoc 
b/docs/modules/ROOT/pages/reference/extensions/core.adoc
index 075d04dc79..bb6b9f352e 100644
--- a/docs/modules/ROOT/pages/reference/extensions/core.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/core.adoc
@@ -137,60 +137,72 @@ When set to true, the `CamelRuntime` will be started 
automatically.
 
 |icon:lock[title=Fixed at build time] 
[[quarkus.camel.service.discovery.exclude-patterns]]`link:#quarkus.camel.service.discovery.exclude-patterns[quarkus.camel.service.discovery.exclude-patterns]`
 
-A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be discoverable via the **`org.apache.camel.spi.FactoryFinder` 
mechanism. 
-The excludes have higher precedence than includes. The excludes defined here 
can also be used to veto the discoverability of services included by Camel 
Quarkus extensions. 
+A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be discoverable via the **`org.apache.camel.spi.FactoryFinder` 
mechanism.
+
+The excludes have higher precedence than includes. The excludes defined here 
can also be used to veto the discoverability of services included by Camel 
Quarkus extensions.
+
 Example values: 
`META-INF/services/org/apache/camel/foo/++*++,META-INF/services/org/apache/camel/foo/++**++/bar`
 | `string`
 | 
 
 |icon:lock[title=Fixed at build time] 
[[quarkus.camel.service.discovery.include-patterns]]`link:#quarkus.camel.service.discovery.include-patterns[quarkus.camel.service.discovery.include-patterns]`
 
-A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will be discoverable via the `org.apache.camel.spi.FactoryFinder` mechanism 
unless the given file is excluded via `exclude-patterns`. 
-Note that Camel Quarkus extensions may include some services by default. The 
services selected here added to those services and the exclusions defined in 
`exclude-patterns` are applied to the union set. 
+A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will be discoverable via the `org.apache.camel.spi.FactoryFinder` mechanism 
unless the given file is excluded via `exclude-patterns`.
+
+Note that Camel Quarkus extensions may include some services by default. The 
services selected here added to those services and the exclusions defined in 
`exclude-patterns` are applied to the union set.
+
 Example values: 
`META-INF/services/org/apache/camel/foo/++*++,META-INF/services/org/apache/camel/foo/++**++/bar`
 | `string`
 | 
 
 |icon:lock[title=Fixed at build time] 
[[quarkus.camel.service.registry.exclude-patterns]]`link:#quarkus.camel.service.registry.exclude-patterns[quarkus.camel.service.registry.exclude-patterns]`
 
-A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be added to Camel registry during application's static 
initialization. 
-The excludes have higher precedence than includes. The excludes defined here 
can also be used to veto the registration of services included by Camel Quarkus 
extensions. 
+A comma-separated list of Ant-path style patterns to match Camel service 
definition files in the classpath. The services defined in the matching files 
will *not* be added to Camel registry during application's static 
initialization.
+
+The excludes 

[camel-quarkus] 01/01: Upgrade Quarkus to 3.3.0.CR1

2023-06-25 Thread jamesnetherton
This is an automated email from the ASF dual-hosted git repository.

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

commit 851f34d520519f00312d848c7c846c8057581be0
Author: James Netherton 
AuthorDate: Mon Jun 26 06:43:18 2023 +0100

Upgrade Quarkus to 3.3.0.CR1
---
 docs/antora.yml | 2 +-
 pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/antora.yml b/docs/antora.yml
index bd94cfd27a..001cce4822 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -30,7 +30,7 @@ asciidoc:
 # Project versions
 camel-version: 4.0.0-M3 # replace ${camel.version}
 camel-docs-version: ""
-quarkus-version: 3.2.0.CR1 # replace ${quarkus.version}
+quarkus-version: 999-SNAPSHOT # replace ${quarkus.version}
 graalvm-version: 22.3.2 # replace ${graalvm.version}
 graalvm-docs-version: 22.3
 min-maven-version: 3.8.2 # replace ${min-maven-version}
diff --git a/pom.xml b/pom.xml
index 3ecd1920bb..7f396a7765 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
 2.0.0
 
2.0.1
 2.0.0
-3.2.0.CR1
+999-SNAPSHOT
 
4.0.0
 2.2.0