You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2020/09/29 06:33:57 UTC

[isis] branch ISIS-2222 updated (53b09aa -> dfaeb14)

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

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


    from 53b09aa  ISIS-2341: remove commons-logging deps. (if breaks anything can always revert)
     add 228ea18  Bump assertj-core from 3.16.1 to 3.17.2
     add 18cb928  Merge pull request #220 from apache/dependabot/maven/org.assertj-assertj-core-3.17.2
     add f334410  Bump maven-war-plugin from 3.2.2 to 3.3.1
     add 6e9d237  Merge pull request #219 from apache/dependabot/maven/org.apache.maven.plugins-maven-war-plugin-3.3.1
     add 8278f22  ISIS-2438: SecMan: don't enforce 'isissecurity' schema creation
     add a279ac8  ISIS-2438: revert prev. commit, rename 'isissecurity' -> 'isisExtensionsSecman'
     add 41299eb  ISIS-2438: update adoc: 'isissecurity' -> 'isisExtensionsSecman'
     add dfaeb14  ISIS-2222: adds docker-compose.yml file

No new revisions were added by this update.

Summary of changes:
 .../isis/commons/internal/context/_Context.java      |  2 --
 examples/demo/docker-compose.yml                     | 20 ++++++++++++++++++++
 examples/demo/domain/pom.xml                         |  2 +-
 .../jdo/dom/permission/ApplicationPermission.java    |  2 +-
 .../secman/jdo/dom/role/ApplicationRole.java         |  2 +-
 .../secman/jdo/dom/tenancy/ApplicationTenancy.java   |  2 +-
 .../secman/jdo/dom/user/ApplicationUser.java         |  2 +-
 isis-parent/pom.xml                                  |  2 +-
 .../jdo/adoc/modules/ROOT/pages/db-schemas.adoc      |  4 ++--
 9 files changed, 28 insertions(+), 10 deletions(-)
 create mode 100644 examples/demo/docker-compose.yml