You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cl...@apache.org on 2022/12/20 20:24:08 UTC

[camel-website] branch main updated: Update the camel-k 1.11.0 release blog post with more information (#948)

This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/main by this push:
     new 8edc3138 Update the camel-k 1.11.0 release blog post with more information (#948)
8edc3138 is described below

commit 8edc3138e7b38feddb68d97f18b2ed8542aa5aef
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Tue Dec 20 17:24:02 2022 -0300

    Update the camel-k 1.11.0 release blog post with more information (#948)
---
 content/blog/2022/12/camel-k-release-1.11/index.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/content/blog/2022/12/camel-k-release-1.11/index.md b/content/blog/2022/12/camel-k-release-1.11/index.md
index 3bbdaf1d..da821d9a 100644
--- a/content/blog/2022/12/camel-k-release-1.11/index.md
+++ b/content/blog/2022/12/camel-k-release-1.11/index.md
@@ -36,11 +36,24 @@ quay.io/quarkus/ubi-quarkus-mandrel:22.2.0.0-Final-java11
 
 ## Updated Maven to 3.8.6
 
+Maven was changed from 3.8.4 to 3.8.6, this is not expected to affect Camel K users, since this is the internal maven version used to build the generated pom.xml for the integration.
+
 ## Deprecate kamel local and kamel init
 
 We have deprecated the `local` and `init` commands of `kamel` CLI due to overlapping of [camel jbang](/manual/camel-jbang.html).
 `camel jbang` may provide more features and a better developer experience to `kamel init` and `kamel local`, so we had to deprecate `kamel local`.
 
+## Removed deprecated code
+
+Some [deprecated code](https://github.com/apache/camel-k/pull/3819) were removed, a short summary:
+
+
+* No possibility to bundle resources in the `Integration` spec, as any resources should use the `mount` trait or persistence volume.
+* Removed `CASecret` from the Maven configuration, use the plural name `CASecrets`. This affects the IntegrationPlatform object.
+* Removal of old `dead-letter-channel` error handler type of KameletBinding
+* Removal of flow in Kamelets, a `template` should be used.
+* Removal of openapi resource type. Use the `ConfigMap` option of the `openapi` trait to store the openapi specification. Previsouly the openapi spec was stored as part of the IntegrationSpec object.
+
 ## Updated the Go Policy API to v1
 
 From `k8s.io/api/policy/v1beta1` to `k8s.io/api/policy/v1`