Skip to content

Commit 5c00d16

Browse files
andreaTPmanusa
authored andcommitted
[java-generator] Remove preview and deprecate Camel-k extension
1 parent f4149be commit 5c00d16

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#### Dependency Upgrade
1010
* Fix #4989: Upgrade Tekton Model to v0.47.0
11+
* Fix #5107: The Camel-k extension has been deprecated in favor of the official release of the generated one
1112

1213
#### New Features
1314

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ All the resource objects used here will be according to OpenShift 3.9.0 and Kub
621621
- [Volcano](https://github.com/fabric8io/kubernetes-client/tree/master/extensions/volcano)
622622
- [Istio](https://github.com/fabric8io/kubernetes-client/tree/master/extensions/istio)
623623
- [Open Cluster Management](https://github.com/fabric8io/kubernetes-client/tree/master/extensions/open-cluster-management)
624+
- ~~[Camel-k](https://github.com/fabric8io/kubernetes-client/tree/master/extensions/camel-k)~~ deprecated in favor of the [official extension](https://github.com/apache/camel-k/blob/main/docs/modules/ROOT/pages/apis/java.adoc)
624625

625626
Frameworks/Libraries/Tools:
626627
- [Arquillian Cube](http://arquillian.org/arquillian-cube/)

doc/java-generation-from-CRD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Java generation from CRD (preview)
1+
# Java generation from CRD
22

33
This document shows how to generate java sources from CRD manifests.
44

0 commit comments

Comments
 (0)