This is an automated email from the ASF dual-hosted git repository.
danhaywood pushed a change to branch CAUSEWAY-3676
in repository https://gitbox.apache.org/repos/asf/causeway.git
discard 7f3d1f1e5a CAUSEWAY-3676: improves javadoc
discard cc63248260 CAUSEWAY-3676: introduces PrintSchemaIntegTestAbstract
discard 996d662949 CAUSEWAY-3676: moves
CausewayViewerGraphqlTestModuleIntegTestAbstract into testsupport module
add 221b004d83 Bump approvaltests 22.3.3->22.4.0, maven-compiler-plugin
3.11.0->3.12.1
add f4acce30ee CAUSEWAY-3687: unify managed-bean-adapter hierarchy into
single class (_SingletonBeanProvider)
add 135526f23e CAUSEWAY-3687: adds MM validation when UI contributing
proxy is detected
add a68a262ace Bump com.google.cloud.tools:jib-maven-plugin from 3.4.0 to
3.4.1
add dc04c99979 Merge pull request #2241 from
apache/dependabot/maven/master/com.google.cloud.tools-jib-maven-plugin-3.4.1
new 00fc42dd3e CAUSEWAY-3676: moves
CausewayViewerGraphqlTestModuleIntegTestAbstract into testsupport module
new 3fbbc94848 CAUSEWAY-3676: introduces PrintSchemaIntegTestAbstract
new bb869b33ca CAUSEWAY-3676: improves javadoc
new 9e10edf99e updates causeway stickers
new 844e772005 CAUSEWAY-3676: updates docs for graphql test support
new 56e073501e CAUSEWAY-3676: updates docs for graphql test support (2)
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 (7f3d1f1e5a)
\
N -- N -- N refs/heads/CAUSEWAY-3676 (56e073501e)
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.
The 6 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:
.../supplemental-ui/img/home/causeway-sticker.pdf | Bin 0 -> 19623 bytes
.../supplemental-ui/img/home/causeway-sticker.png | Bin 31368 -> 4066 bytes
.../supplemental-ui/img/home/causeway-sticker.pptx | Bin 0 -> 40064 bytes
.../org/apache/causeway/applib/id/LogicalType.java | 4 +
.../applib/services/registry/ServiceRegistry.java | 11 ++-
bom/pom.xml | 4 +-
commons/pom.xml | 8 +-
.../commons/internal/ioc/_IocContainer.java | 4 +-
.../commons/internal/ioc/_IocContainer_Spring.java | 22 ++---
.../commons/internal/ioc/_ManagedBeanAdapter.java | 50 ------------
.../internal/ioc/_ManagedBeanAdapter_Spring.java | 49 -----------
.../ioc/_ManagedBeanAdapter_forTestingLazy.java | 44 ----------
.../internal/ioc/_SingletonBeanProvider.java | 90 +++++++++++++++++++++
.../apache/causeway/commons/io/JsonUtilsTest.java | 11 +++
.../progmodel/ProgrammingModelConstants.java | 4 +
.../_testing/MetaModelContext_forTesting.java | 36 ++++-----
.../_testing/ServiceRegistry_forTesting.java | 18 ++---
.../context/MetaModelContext_usingSpring.java | 9 +--
.../DomainObjectAnnotationFacetFactory.java | 48 +++++++++--
.../core/metamodel/objectmanager/ObjectLoader.java | 6 +-
.../services/registry/ServiceRegistryDefault.java | 29 ++++---
.../title/TitlesAndTranslationsValidator.java | 3 +-
.../RuntimeServicesTestAbstract.java | 8 +-
pom.xml | 2 +-
.../SpringServiceProvisioningTest.java | 6 +-
starters/pom.xml | 4 +-
.../viewer/test/schema/PrintSchemaIntegTest.java | 9 +--
viewers/graphql/testsupport/pom.xml | 16 +---
.../CausewayViewerGraphqlIntegTestAbstract.java | 27 +++++++
.../schema/PrintSchemaIntegTestAbstract.java | 21 ++++-
30 files changed, 281 insertions(+), 262 deletions(-)
create mode 100644 antora/supplemental-ui/img/home/causeway-sticker.pdf
create mode 100644 antora/supplemental-ui/img/home/causeway-sticker.pptx
delete mode 100644
commons/src/main/java/org/apache/causeway/commons/internal/ioc/_ManagedBeanAdapter.java
delete mode 100644
commons/src/main/java/org/apache/causeway/commons/internal/ioc/_ManagedBeanAdapter_Spring.java
delete mode 100644
commons/src/main/java/org/apache/causeway/commons/internal/ioc/_ManagedBeanAdapter_forTestingLazy.java
create mode 100644
commons/src/main/java/org/apache/causeway/commons/internal/ioc/_SingletonBeanProvider.java