Brian Demers

Results 48 issues of Brian Demers

Instead of now + skew - expired Fixes: #660

… ObjectMapper Jackson 2.10+ recommend using `ObjectReader` and `ObjectWriter` as opposed to `ObjectMapper` https://cowtowncoder.medium.com/jackson-3-0-immutability-w-builders-d9c532860d88

Sets the default encoding in `GsonDeserializer` to `UTF_8` Previously this was unset, and used the system default

Conditional beans whose properties are defined by an `EnvironmentPostProcessor` are not available. For example, if I create a `EnvironmentPostProcessor` that adds a `PropertySource` containing the property `foo`: ```java public class...

type: bug

This will allow for any JCache implementation to work with Shiro, as well as new versions of EhCache & Hazelcast. Fixes: [SHIRO-816](https://issues.apache.org/jira/browse/SHIRO-816) Fixes: [SHIRO-479](https://issues.apache.org/jira/browse/SHIRO-479) **NOTE:** This currently targets 1.8 (which...

Fixes: SHIRO-671 NOTE: this is the first pass, and uncovered a few issues with the differences between the JSR-250 and Shiro Annotations. - `RolesAllowed` only supports a logical OR, `RequiresRoles`...

It was the result of a few late nights of hacking around. I was originally trying to see if there some base code we could reuse for Spring, Guice, and...

I'm not sure this should be part of Shiro, as exposing the`Subject` as a `java.security.Principal` in web and jaxrs modules _should_ allow this functionality to work without needing code in...