You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lp...@apache.org on 2023/03/30 17:40:44 UTC

[shiro] branch main updated (5ec0e69a -> b18f099f)

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

lprimak pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git


    from 5ec0e69a Merge pull request #817 from apache/dependabot/maven/org.apache.commons-commons-configuration2-2.9.0
     new 560b0e0a reworked CDI principal injection
     new ba2681f6 Removed ShiroPrincipal. Usage now: ShiroPrincipal -> Supplier
     new b18f099f Merge pull request #815 from lprimak/principal-injection-holder

The 2637 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:
 .../org/apache/shiro/testing/cdi/ComponentInjectionBean.java  |  4 ++--
 .../org/apache/shiro/testing/cdi/ComponentInjectionIT.java    |  5 +++--
 .../java/org/apache/shiro/cdi/ShiroComponentProducer.java     | 11 ++++++++---
 .../main/java/org/apache/shiro/cdi/annotations/Principal.java |  5 ++++-
 4 files changed, 17 insertions(+), 8 deletions(-)