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

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


    from 36f6cfd2f9 Merge pull request #1409 from 
apache/dependabot/maven/spring6/org.apache.maven.plugins-maven-deploy-plugin-3.1.0
     add 0163ff7a0c CAUSEWAY-3345: adding offical source ref.
     add 7d50336a2c Revert "CAUSEWAY-3345: adding offical source ref."
     add 2eba2da311 Bump maven-deploy-plugin from 3.0.0 to 3.1.0
     add 7a9537067d Merge pull request #1407 from 
apache/dependabot/maven/master/org.apache.maven.plugins-maven-deploy-plugin-3.1.0
     add bf8ee401a4 Bump vaadin.version from 23.3.5 to 23.3.6
     add 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
     add 25c3274d51 Merge pull request #1410 from 
apache/3358-allow_safe_act_w_view_perm
     new 9404a48423 Merge remote-tracking branch 'origin/master' into spring6

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