This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch spring6
in repository https://gitbox.apache.org/repos/asf/isis.git
from 0a55a90bf6 ISIS-3275: [Incubating] Migrate from Spring Framework 5.x
to 6.x
add 8ead825d78 ISIS-3316: JaxbService: remove potentially ambiguous
methods from API
add 8a5af84c41 ISIS-3316: use _ClassCache for check on presence of
XmlRootElement annot.
new 5a519fca58 Merge remote-tracking branch 'origin/master' into spring6
The 1 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:
.../causeway/applib/services/jaxb/JaxbService.java | 142 ++++++---------------
.../commons/internal/reflection/_ClassCache.java | 21 ++-
.../org/apache/causeway/commons/io/JaxbUtils.java | 49 ++++---
.../beans/CausewayBeanTypeClassifierDefault.java | 5 +-
.../object/viewmodel/ViewModelFacetFactory.java | 6 +-
.../ViewModelFacetForXmlRootElementAnnotation.java | 10 +-
.../bootstrap/GridMarshallerServiceBootstrap.java | 32 ++---
.../runtimeservices/jaxb/JaxbServiceDefault.java | 55 +++-----
.../conneg/ContentNegotiationServiceAbstract.java | 4 +-
9 files changed, 126 insertions(+), 198 deletions(-)