From 370f7aa1a8aff37c8a4baf12b953241deab8c05b Mon Sep 17 00:00:00 2001 From: Sergio del Amo Date: Wed, 7 Feb 2024 14:51:52 +0100 Subject: [PATCH] doc: dont consider bean-introspection experimental --- .../guide/ioc/introspection/jacksonAndBeanIntrospection.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/docs/guide/ioc/introspection/jacksonAndBeanIntrospection.adoc b/src/main/docs/guide/ioc/introspection/jacksonAndBeanIntrospection.adoc index 89863724eb5..816e738f39e 100644 --- a/src/main/docs/guide/ioc/introspection/jacksonAndBeanIntrospection.adoc +++ b/src/main/docs/guide/ioc/introspection/jacksonAndBeanIntrospection.adoc @@ -3,5 +3,3 @@ Jackson is configured to use the api:core.beans.BeanIntrospection[] API to read This feature is enabled by default; disable it by setting the `jackson.bean-introspection-module` configuration to `false`. NOTE: Currently only bean properties (private field with public getter/setter) are supported and usage of public fields is not supported. - -NOTE: This feature is currently experimental and may be subject to change in the future.