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/causeway.git


    from 6312311e0b Merge pull request #1408 from 
apache/dependabot/maven/master/vaadin.version-23.3.6
     add 18ff04ca21 CAUSEWAY-3358: modifies AuthorizationManager to consider 
action semantics
     add 5c3307bb5d CAUSEWAY-3358: adding regr. tests
     add 66ac50fa0c CAUSEWAY-3358: polishing
     add b014fd992b CAUSEWAY-3358: typo
     new 25c3274d51 Merge pull request #1410 from 
apache/3358-allow_safe_act_w_view_perm

The 1 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/config/CausewayConfiguration.java         |  12 +++
 .../specloader/SpecificationLoaderDefault.java     |  20 +++-
 core/security/src/main/java/module-info.java       |   1 +
 ...orChooser.java => ActionSemanticsResolver.java} |  20 ++--
 .../manager/AuthorizationManager.java              |  21 ++++
 ...InteractionTest_notUsingAllowSafeSemantics.java | 105 ++++++++++++++++++++
 ...ionInteractionTest_usingAllowSafeSemantics.java | 107 +++++++++++++++++++++
 .../model/interaction/InteractionDemo.java         |  13 +++
 8 files changed, 287 insertions(+), 12 deletions(-)
 copy 
core/security/src/main/java/org/apache/causeway/core/security/authorization/manager/{AuthorizorChooser.java
 => ActionSemanticsResolver.java} (64%)
 create mode 100644 
regressiontests/stable-interact/src/test/java/org/apache/causeway/testdomain/interact/ActionInteractionTest_notUsingAllowSafeSemantics.java
 create mode 100644 
regressiontests/stable-interact/src/test/java/org/apache/causeway/testdomain/interact/ActionInteractionTest_usingAllowSafeSemantics.java

Reply via email to