This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-caconfig-mock-plugin.git
from f501478 [maven-release-plugin] prepare for next development iteration
new fd5f9e1 SLING-12284 Update to Parent 60, Java 11 Minimum Version
new 1468f9e SLING-12284 apply spotless code formatting
The 2 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:
.sling-module.json | 5 +
pom.xml | 38 ++++----
.../mock/caconfig/ConfigurationDataParts.java | 19 ++--
.../mock/caconfig/ConfigurationMetadataUtil.java | 20 ++--
.../mock/caconfig/ConfigurationPersistHelper.java | 45 ++++++---
.../testing/mock/caconfig/ContextPlugins.java | 108 ++++++++++++---------
.../mock/caconfig/MockContextAwareConfig.java | 45 ++++++---
.../testing/mock/caconfig/ContextPluginsTest.java | 37 ++++---
.../mock/caconfig/MockContextAwareConfigTest.java | 105 ++++++++++++--------
...kContextAwareConfig_CustomPersistence2Test.java | 8 +-
...kContextAwareConfig_CustomPersistence3Test.java | 8 +-
...ckContextAwareConfig_CustomPersistenceTest.java | 8 +-
.../testing/mock/caconfig/example/ListConfig.java | 1 -
.../mock/caconfig/example/NestedConfig.java | 9 +-
.../mock/caconfig/example/NestedConfigSub.java | 9 +-
.../mock/caconfig/example/NestedConfigSub2.java | 7 +-
.../mock/caconfig/example/NestedListConfig.java | 9 +-
.../mock/caconfig/example/SimpleConfig.java | 1 -
.../CustomConfigurationPersistenceStrategy.java | 39 ++++----
.../CustomConfigurationPersistenceStrategy2.java | 63 ++++++------
.../CustomConfigurationPersistenceStrategy3.java | 45 +++++----
21 files changed, 357 insertions(+), 272 deletions(-)
create mode 100644 .sling-module.json