Skip to content

Commit 13ca0d0

Browse files
committed
docs: deprecate QOSDK's ObjectMapper customization mechanism
1 parent a9d66a9 commit 13ca0d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Please also refer to the https://javaoperatorsdk.io/docs/getting-started[JOSDK d
2525
- Supports micrometer registry extensions (adding a Quarkus-supported micrometer registry extension will automatically inject said registry into the operator)
2626
- Automatically adds a SmallRye health check
2727
- Sets up reflection for native binary generation
28-
- Customize the JSON serialization that the Fabric8 client relies on by providing an `ObjectMapperCustomizer` implementation, qualified with the `@KubernetesClientSerializationCustomizer` annotation
28+
- [Deprecated] Customize the JSON serialization that the Fabric8 client relies on by providing an `ObjectMapperCustomizer` implementation, qualified with the `@KubernetesClientSerializationCustomizer` annotation
29+
* The Quarkus kubernetes client extension now provides an official mechanism to do so by implementing the `io.quarkus.kubernetes.client.KubernetesClientObjectMapperCustomizer` interface instead so this mechanism should be used moving forward.
2930

3031
== Installation
3132

0 commit comments

Comments
 (0)