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

danhaywood pushed a change to branch maint-1.16.2
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 826726c  Merge branch 'release-1.16.1-RC2' into maint-1.16.1
     new 1ff68a7  bumps maint-1.16.2 branch versions to 1.16.2-SNAPSHOT
     new 5b37fbc  ISIS-1876: converts applib module to inherit from 
ModuleAbstract
     new 7dce4f6  ISIS-1875: tiny fixes for logging.properties in archetypes 
(suppress noisy SQLWarnings)
     new 6adc5ed  ISIS-1874: adds guard against NPE, and ensures choices facet 
not installed on incompatible parameters
     new 0d92ae7  ISIS-1867: caches JAXBContext (backported from 2.0.0-M1)
     new 9bd76ac  ISIS-1867: caches JAXBContext (backported from 2.0.0-M1)

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:
 core/applib/pom.xml                                |  2 +-
 .../org/apache/isis/applib/IsisApplibModule.java   |  5 +-
 .../isis/applib/services/jaxb/JaxbService.java     | 25 ++++----
 .../java/org/apache/isis/applib/util/JaxbUtil.java | 24 +++++---
 .../apache/isis/schema/utils/ChangesDtoUtils.java  |  7 +--
 .../apache/isis/schema/utils/CommandDtoUtils.java  |  7 +--
 .../isis/schema/utils/InteractionDtoUtils.java     |  7 +--
 .../isis/schema/utils/MemberExecutionDtoUtils.java |  7 ++-
 core/integtestsupport/pom.xml                      |  2 +-
 core/log4j/pom.xml                                 |  2 +-
 core/maven-plugin/pom.xml                          |  2 +-
 core/mavendeps/intellij/pom.xml                    |  2 +-
 core/mavendeps/testing/pom.xml                     |  2 +-
 core/mavendeps/webapp/pom.xml                      |  2 +-
 core/metamodel/pom.xml                             |  2 +-
 ...onParameterDefaultsAndChoicesPostProcessor.java | 56 +++++++++++------
 .../services/grid/GridLoaderServiceDefault.java    | 43 ++++++++-----
 core/pom.xml                                       | 70 +++++++++++-----------
 core/runtime/pom.xml                               |  2 +-
 core/schema/pom.xml                                |  2 +-
 core/security-shiro/pom.xml                        |  6 +-
 core/security/pom.xml                              |  2 +-
 core/specsupport/pom.xml                           |  2 +-
 core/unittestsupport/pom.xml                       |  2 +-
 .../core/unittestsupport/jaxb/JaxbMatchers.java    | 25 +++++---
 core/viewer-restfulobjects-applib/pom.xml          |  2 +-
 core/viewer-restfulobjects-rendering/pom.xml       |  2 +-
 core/viewer-restfulobjects-server/pom.xml          |  2 +-
 core/viewer-wicket-applib/pom.xml                  |  2 +-
 core/viewer-wicket-impl/pom.xml                    |  2 +-
 core/viewer-wicket-model/pom.xml                   |  2 +-
 core/viewer-wicket-ui/pom.xml                      |  2 +-
 .../ui/components/collection/CollectionPanel.java  |  7 ++-
 core/webserver/pom.xml                             |  2 +-
 core/wrapper/pom.xml                               |  2 +-
 example/application/helloworld/pom.xml             |  4 +-
 .../application/logging-integtest.properties       | 10 ++++
 example/application/simpleapp/application/pom.xml  |  2 +-
 .../application/DomainAppApplicationModule.java    |  3 +
 .../module-simple/logging-integtest.properties     |  9 +++
 .../application/simpleapp/module-simple/pom.xml    |  2 +-
 .../domainapp/modules/simple/SimpleModule.java     |  5 +-
 example/application/simpleapp/pom.xml              |  4 +-
 example/application/simpleapp/webapp/pom.xml       |  2 +-
 example/archetype/simpleapp/pom.xml                |  2 +-
 45 files changed, 224 insertions(+), 152 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
danhayw...@apache.org.

Reply via email to