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

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

commit 592f9b0365fce98463ba3600b4a23d8e206fba54
Author: Patrick (Gus) Heck <[email protected]>
AuthorDate: Fri Feb 6 14:54:13 2026 -0500

    [#1585] Jakarta namespace and java 17 for 3x (#2017)
    
    * SHIRO #1585 - Jakarta namespaces - WIP - compiles, TESTS FAIL Also 
addresses #1629 and #2006 since Guice moves to 7.0.0 (EE9), Spring moves to 
6.1.17 (EE10) and spring boot moves to 3.0.13 (EE10) Stuck on spring-boot 
autowire test. Also EasyMock -> 5.5 to support modern java class file formats 
Since Spring forces Java 17
    
    * SHIRO #1585 - builds and all but 13 integration tests pass. Failures seem 
to center around test harness construction (marked with @Disabled )
    
    * fix: revert unnecessary changes
    
    * more reverts
    
    * more reverts
    
    * review comment
    
    * fixed compilation error
    
    * more reverts
    
    ---------
    
    Co-authored-by: lprimak <[email protected]>
---
 integration-tests/guice/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/integration-tests/guice/pom.xml b/integration-tests/guice/pom.xml
index d93747057..dd3670ea4 100644
--- a/integration-tests/guice/pom.xml
+++ b/integration-tests/guice/pom.xml
@@ -27,9 +27,9 @@
         <version>999-SNAPSHOT</version>
     </parent>
 
-    <artifactId>shiro-its-guice</artifactId>
-    <name>Apache Shiro :: ITs :: Guice</name>
-    <packaging>war</packaging>
+       <artifactId>shiro-its-guice</artifactId>
+       <name>Apache Shiro :: ITs :: Guice</name>
+       <packaging>war</packaging>
 
     <properties>
         <groups>none()</groups>

Reply via email to