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 2021/04/13 23:50:17 UTC

[isis] branch ISIS-2550 updated (50bbd8b -> a1548d7)

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

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


    from 50bbd8b  ISIS-2550: standardises names of services; updates docs
     add 477799d  ISIS-2484: adds sections in isis-tooling.yml for spring-security, viewer-common and fixes typo for sse extensoin
     add 3b7219f  ISIS-2550: adds consistent metadata for Object_ and Persistable_ mixins.
     add bdabe46  ISIS-2550: gets rid of the concept of blacklisted converters, doesn't work (would get ClassNotFoundException earlier, preventing bootstrapping).
     add a38cb9f  ISIS-2550: oauth2 no longer optional (doesn't work to try to make it so, get ClassNotFoundExceptions).
     add 3647816  ISIS-2550 : adds security-spring module to mavendeps
     add a1548d7  ISIS-2550 : minor doc edits is all

No new revisions were added by this update.

Summary of changes:
 .../pages/index/services/iactn/Interaction.adoc    |  2 +-
 .../impl/mixins/HasInteractionId_command.adoc      |  2 +-
 .../mixins/layout/Object_downloadLayoutXml.java    |  7 ++++--
 .../metamodel/Object_downloadMetamodelXml.java     | 11 +++++----
 .../mixins/metamodel/Object_objectIdentifier.java  |  6 ++++-
 .../applib/mixins/metamodel/Object_objectType.java |  6 ++++-
 .../mixins/metamodel/Object_rebuildMetamodel.java  |  7 ++++--
 .../applib/mixins/rest/Object_openRestApi.java     |  7 ++++--
 core/adoc/modules/_overview/pages/about.adoc       | 20 +++++++++-------
 .../metamodel/inspect/Object_inspectMetamodel.java | 14 +++++++----
 .../impl/mixins/Object_recentCommands.java         | 17 ++++++++-----
 .../primary/mixins/Object_openOnSecondary.java     | 18 +++++++++++---
 .../secondary/mixins/Object_openOnPrimary.java     | 18 +++++++++++---
 isis-tooling.yml                                   |  4 +++-
 mavendeps/webapp/pom.xml                           | 28 ++++++++++++----------
 .../mixins/Persistable_downloadJdoMetadata.java    | 11 +++++----
 security/spring/pom.xml                            |  1 -
 .../spring/webmodule/SpringSecurityFilter.java     | 21 ++++------------
 .../common/applib/mixins/Object_impersonate.java   |  4 ++--
 .../applib/mixins/Object_impersonateWithRoles.java |  5 ++--
 .../applib/mixins/Object_stopImpersonating.java    |  5 ++--
 .../wicket/viewer/mixins/Object_clearHints.java    |  7 ++++--
 22 files changed, 138 insertions(+), 83 deletions(-)