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 2bfec7ebf bugfix: fix security context handling in JAX-RS support for
methods isSecure() and getAuthenticationScheme() - was throwing stack overflow
errors
new 4a52195b7 bugfix(aspectj): added handling for annotations for class
with static methods
new b8b883cc2 bugfix(aop): make annotation processing consistent in all
cases (method annotations override class ones, not add)
The 2 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:
.../shiro/aop/DefaultAnnotationResolver.java | 4 ++--
.../org/apache/shiro/aspectj/DummyServiceTest.java | 7 +++++++
.../{DummyService.java => StaticDummyService.java} | 24 ++++++++--------------
.../main/java/org/apache/shiro/cdi/AopHelper.java | 23 ++++++++-------------
.../web/jaxrs/ShiroAnnotationFilterFeature.java | 7 +++----
5 files changed, 30 insertions(+), 35 deletions(-)
copy support/aspectj/src/test/java/org/apache/shiro/aspectj/{DummyService.java
=> StaticDummyService.java} (77%)