This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a change to branch docs
in repository https://gitbox.apache.org/repos/asf/juneau.git
from 42c53f8b38 docs(9.5): document TODO-21 Bean→Marshalled rename,
MarshalledAs, @Bean inject annotation
new e5453b9e00 docs(9.5): document MarshallingInterceptor ->
commons.bean.BeanInterceptor move (Phase 5a)
new cc4058caf2 docs(release-notes): add 9.5.0 entry for BeanConfigContext
(Phase 5b of bean-layer split)
new 65a81f529b docs: remove @MarshalledProp(properties) documentation +
add breaking change note for 9.5.0
new af0d9707b5 docs: TODO-5 close-out — release-notes/migration-guide + 58
topic-page sweep
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pages/release-notes/9.5.0.md | 139 ++++++++++++++++++++-
pages/topics/01.02.Marshalling.md | 10 +-
pages/topics/01.04.RestServer.md | 8 +-
pages/topics/02.03.SerializersAndParsers.md | 6 +-
pages/topics/02.04.02.JavaBeansSupport.md | 48 +++----
pages/topics/02.04.02a.JavaRecordsSupport.md | 42 +++----
pages/topics/02.04.03.BeanAnnotation.md | 4 +-
pages/topics/02.04.04.BeanpAnnotation.md | 26 ----
pages/topics/02.04.05.BeancAnnotation.md | 4 +-
pages/topics/02.04.09.PojoBuilders.md | 6 +-
pages/topics/02.04.10.BypassSerialization.md | 4 +-
pages/topics/02.06.ContextSettings.md | 2 +-
pages/topics/02.07.ContextAnnotations.md | 30 ++---
pages/topics/02.09.ComplexDataTypes.md | 2 +-
pages/topics/02.11.01.SwapBasics.md | 6 +-
pages/topics/02.11.03.AutoSwaps.md | 26 ++--
pages/topics/02.11.04.PerMediaTypeSwaps.md | 6 +-
pages/topics/02.11.05.OneWaySwaps.md | 2 +-
pages/topics/02.11.06.SwapAnnotation.md | 8 +-
pages/topics/02.11.07.TemplatedSwaps.md | 2 +-
.../topics/02.12.DynamicallyAppliedAnnotations.md | 19 +--
pages/topics/02.13.01.BeanDictionaryBasics.md | 36 +++---
pages/topics/02.13.02.BeanSubTypes.md | 6 +-
pages/topics/02.14.VirtualBeans.md | 8 +-
pages/topics/02.15.Recursion.md | 4 +-
pages/topics/02.17a.LargeDatasetStreaming.md | 16 +--
pages/topics/02.19.JacksonComparison.md | 16 +--
pages/topics/02.20.PojoCategories.md | 6 +-
pages/topics/02.24.03.JsonSerializers.md | 4 +-
pages/topics/02.24.05.JsonParsers.md | 2 +-
pages/topics/02.26.01.XmlBasics.md | 4 +-
pages/topics/02.26.03.XmlSerializers.md | 4 +-
pages/topics/02.26.04.XmlParsers.md | 2 +-
pages/topics/02.26.05.XmlBeanTypeNameAnnotation.md | 30 ++---
pages/topics/02.26.07.XmlFormatAnnotation.md | 46 +++----
pages/topics/02.26.08.XmlNamespaces.md | 4 +-
pages/topics/02.27.03.HtmlSerializers.md | 4 +-
pages/topics/02.27.04.HtmlParsers.md | 2 +-
pages/topics/02.27.07.HtmlDocSerializer.md | 4 +-
pages/topics/02.29.03.UonSerializers.md | 4 +-
pages/topics/02.29.04.UonParsers.md | 2 +-
pages/topics/02.30.03.UrlEncSerializers.md | 4 +-
pages/topics/02.30.04.UrlEncParsers.md | 2 +-
pages/topics/02.31.02.MsgPackSerializers.md | 4 +-
pages/topics/02.31.03.MsgPackParsers.md | 2 +-
pages/topics/02.32.03.OpenApiSerializers.md | 4 +-
pages/topics/02.32.04.OpenApiParsers.md | 2 +-
pages/topics/02.34.03.YamlSerializers.md | 4 +-
pages/topics/02.34.04.YamlParsers.md | 2 +-
pages/topics/02.34.BestPractices.md | 2 +-
pages/topics/02.35.02.CsvSerializers.md | 4 +-
pages/topics/02.35.03.CsvParsers.md | 2 +-
pages/topics/04.05.JuneauBeanOpenApi3.md | 4 +-
pages/topics/04.08.JuneauBeanMcp.md | 8 +-
pages/topics/10.02.RestServerOverview.md | 2 +-
pages/topics/10.06.Marshalling.md | 10 +-
pages/topics/10.16.02.BasicRestServletSwagger.md | 2 +-
.../10.18.01.HtmlDocConfigAnnotationBasics.md | 2 +-
pages/topics/18.03.JuneauPetstoreApi.md | 5 +-
pages/topics/18.05.JuneauPetstoreServer.md | 2 +-
pages/topics/21.02.MarshallingSecurity.md | 2 +-
pages/topics/23.01.V9.5-migration-guide.md | 124 +++++++++++++++++-
62 files changed, 516 insertions(+), 281 deletions(-)