You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/01/31 10:20:16 UTC

[isis] branch master updated (45cabc1 -> 08aa2ee)

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

ahuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 45cabc1  ISIS-2504: rename config option isis.persistence.jpa -> isis.persistence.schema
     add 08aa2ee  ISIS-2504: move datasource inspection logic to 'config'

No new revisions were added by this update.

Summary of changes:
 core/config/pom.xml                                |  12 ++
 .../apache/isis/core/config/IsisConfiguration.java | 228 ---------------------
 .../isis/core/config/IsisModuleCoreConfig.java     |   2 +
 .../config/beans/IsisBeanTypeRegistryDefault.java  |   2 +-
 .../DataSourceIntrospectionService.java            | 102 +++++++++
 .../PatternOptionalStringConstraintValidator.java  |   8 -
 .../jdo/datanucleus/schema/_DnApplication.java     |   2 -
 .../schema/_DnApplicationComponents.java           |  16 +-
 .../jpa/eclipselink/IsisModuleJpaEclipselink.java  |   4 +-
 testing/h2console/ui/pom.xml                       |   7 -
 .../h2console/ui/webmodule/WebModuleH2Console.java |  57 +-----
 .../hsqldbmgr/dom/services/HsqlDbManagerMenu.java  |  21 +-
 12 files changed, 148 insertions(+), 313 deletions(-)
 create mode 100644 core/config/src/main/java/org/apache/isis/core/config/datasources/DataSourceIntrospectionService.java