Only that one. I've already read the comment on SubjectAwareExecutorService. For now I stopped using 1.1.0, I'm using Shiro 1.0 and I'll wait for 1.1.1 or 1.2.
About DelegatingSubjectTest, it works with Java 1.5, but only if you run it alone. I didn't try using -Dmaven.surefire.debug to find the problem. mvn -Dtest=org.apache.shiro.subject.DelegatingSubjectTest test [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Shiro :: Core 1.1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ shiro-core --- [INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'. [INFO] Setting property: velocimacro.messages.on => 'false'. [INFO] Setting property: resource.loader => 'classpath'. [INFO] Setting property: resource.manager.logwhenfound => 'false'. [INFO] [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ shiro-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ shiro-core --- [INFO] Compiling 30 source files to /home/p6aqcd/workspace/shiro-readonly/core/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ shiro-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ shiro-core --- [INFO] Compiling 1 source file to /home/p6aqcd/workspace/shiro-readonly/core/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ shiro-core --- [INFO] Surefire report directory: /home/p6aqcd/workspace/shiro-readonly/core/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.shiro.subject.DelegatingSubjectTest SessionsSecurityManager.destro() SessionsSecurityManager.destro() Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 sec Results : Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.727s [INFO] Finished at: Fri Oct 29 15:57:31 ART 2010 [INFO] Final Memory: 11M/64M [INFO] ------------------------------------------------------------------------ On Fri, Oct 29, 2010 at 2:03 PM, Les Hazlewood <[email protected]> wrote: > Hi there, > > Do you know of any other problems? Or just that one? > > Thanks, > > -- > Les Hazlewood > Founder, Katasoft, Inc. > Application Security Products & Professional Apache Shiro Support and > Training: > http://www.katasoft.com >
