This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/master/spring-boot.version-3.0.0
in repository https://gitbox.apache.org/repos/asf/isis.git


 discard 62d1ba3d50 Bump spring-boot.version from 2.7.5 to 3.0.0
     add 4e859bdc0b ISIS-2445: dependabot: customized label for spring6 branch
     add 8057ee84f1 ISIS-2445: dependabot: customized label for master branch
     add 1bc93908c3 Bump prism from 1.28.0 to 1.29.0
     add 3881ffa078 Merge pull request #1232 from 
apache/dependabot/maven/master/org.webjars.bowergithub.prismjs-prism-1.29.0
     add 0057cd2fc2 ISIS-3293: update mignotes on ViewModel
     add 15c0d92649 ISIS-3295: FactoryService: java-doc polishing and minor 
code cleanup
     add 3875249322 ISIS-3295: fixes post-construct not called, when viewmodel 
new-ed up programmatically
     add c4b8b91b66 ISIS-3295: simplify PostConstruct method caching (use 
_ClassCache)
     add aba6384155 ISIS-3293: _ClassCache optimizations
     add 1c22a0ccfd ISIS-3293: _ClassCache API polishing
     add 442b269fe7 ISIS-3222: eclipse/intellij: add jakarta to import order
     add 089442d37f ISIS-2297: bug in RO's FailureUtil
     add 53aa9e1abe Bump slf4j-api from 2.0.4 to 2.0.5
     add 7005f6569c Merge pull request #1237 from 
apache/dependabot/maven/master/org.slf4j-slf4j-api-2.0.5
     add 27cd3d8b0d Bump spring-boot.version from 2.7.5 to 3.0.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (62d1ba3d50)
            \
             N -- N -- N   
refs/heads/dependabot/maven/master/spring-boot.version-3.0.0 (27cd3d8b0d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yml                             |  9 ++-
 .../attachments/Apache-Causeway.importorder        | 15 +++--
 .../attachments/Apache-Causeway-importorder.xml    | 16 ++---
 .../ROOT/pages/2022/2.0.0-RC1/mignotes.adoc        | 22 +++++++
 .../applib/services/factory/FactoryService.java    | 52 ++++++++-------
 bom/pom.xml                                        |  2 +-
 commons/src/main/java/module-info.java             |  1 +
 .../commons/internal/reflection/_ClassCache.java   | 62 +++++++++++++++---
 .../progmodel/ProgrammingModelConstants.java       | 20 +++---
 .../facets/HasPostConstructMethodCache.java        | 58 -----------------
 .../DomainObjectAnnotationFacetFactory.java        | 20 +-----
 .../facets/object/viewmodel/ViewModelFacet.java    |  7 ++
 .../object/viewmodel/ViewModelFacetAbstract.java   | 30 ++++-----
 .../object/viewmodel/ViewModelFacetFactory.java    | 23 ++-----
 .../ViewModelFacetForDomainObjectAnnotation.java   | 12 ++--
 .../ViewModelFacetForSerializableInterface.java    | 11 ++--
 .../ViewModelFacetForViewModelInterface.java       | 11 ++--
 .../ViewModelFacetForXmlRootElementAnnotation.java | 11 ++--
 .../core/metamodel/methods/MethodByClassMap.java   | 30 ---------
 .../dflt/ProgrammingModelFacetsJava11.java         |  7 +-
 .../metamodel/facets/MethodFinderUtilsTest.java    | 39 +++--------
 ...oicesFacetFromBoundedAnnotationFactoryTest.java |  3 +-
 .../DomainObjectAnnotationFacetFactoryTest.java    |  3 +-
 .../RecreatableObjectFacetFactoryTest.java         |  3 +-
 .../factory/FactoryServiceDefault.java             | 75 ++++++++++++----------
 .../testdomain/factory/ViewModelFactoryTest.java   | 30 ++++++++-
 viewers/commons/prism/pom.xml                      |  2 +-
 .../restfulobjects/viewer/mappers/FailureUtil.java |  2 +-
 28 files changed, 264 insertions(+), 312 deletions(-)
 delete mode 100644 
core/metamodel/src/main/java/org/apache/causeway/core/metamodel/facets/HasPostConstructMethodCache.java
 delete mode 100644 
core/metamodel/src/main/java/org/apache/causeway/core/metamodel/methods/MethodByClassMap.java

Reply via email to