Spring Buildmaster
2c69092bdd
Release version 4.2.10.RELEASE
7 years ago
Spring Buildmaster
8e9f7e2f10
Release version 4.2.9.RELEASE
7 years ago
Spring Buildmaster
bf5a3a1aee
Fix to be latest SNAPSHOT
7 years ago
Spring Buildmaster
e0d95c7c8a
Release version 4.2.7.RELEASES
8 years ago
Spring Buildmaster
2d8b6650db
Release version 4.2.6.RELEASE
8 years ago
Rob Winch
c35c1c0643
Update Dependencies
8 years ago
Spring Buildmaster
0065b55a75
Release version 4.2.5.RELEASE
8 years ago
Rob Winch
5dedbb6283
Update to jackson-databind-2.8.11.1
...
Fixes: gh-5101
8 years ago
Josh Cummings
72080bb5fe
Authorities authenticate TestingAuthenticationToken
...
In other extensions of `AbstractAuthenticationToken`, the constructors
that include `authorities` call `setAuthenticated(true)`. This includes
`PreAuthenticated`-, `UsernamePassword`-, and
`RememberMeAuthenticationToken`.
This change brings `TestingAuthenticationToken` in line with that
convention.
Note that this was done once already to one of the constructors
(ee13be4) in `TestingAuthenticationToken` that takes an arity of
`authorities`. It was not propagated to the constructor that takes a
collection, which is what this commit remedies.
Fixes: gh-5097
8 years ago
Spring Buildmaster
d1669b909f
Release 4.2.4.RELEASE
8 years ago
Rob Winch
82168faf9d
Update to jsonassert 1.4.0
...
Fixes gh-4783
8 years ago
Rob Winch
9d0f8977a9
Update to slfj4 1.7.25
...
Fixes gh-4782
8 years ago
Rob Winch
5ae615f3b4
Update Jackson to 2.8.10
...
Fixes gh-4781
8 years ago
Rob Winch
092c5aecf7
Update to Ehcache 2.10.4
...
Fixes gh-4779
8 years ago
Rob Winch
0f546dcb07
Update to Spring 4.3.12
...
Fixes gh-4776
8 years ago
Rob Winch
da19435f21
Fix assertj
...
Fix for 4.2.x
8 years ago
Antoine
21efbb6ba7
Polish AssertJ assertions
...
Fixes gh-4770
8 years ago
Spring Buildmaster
9e8994a2b7
Release version 4.2.3.RELEASE
9 years ago
Rob Winch
8b2faff7ad
Update to Spring 4.3.9.RELEASE
...
Fixes gh-4375
9 years ago
Rob Winch
d2524eadfc
Update poms to new to SNAPSHOT version
9 years ago
Spring Buildmaster
081f0c4d94
Release version 4.2.2.RELEASE
9 years ago
Rob Winch
9c03571bbb
Use message in all Assert
...
This ensures compatibility with Spring 5.
Fixes gh-4193
9 years ago
Spring Buildmaster
7a7ce11ebb
Release version 4.2.1.RELEASE
9 years ago
Spring Buildmaster
24fcb6c45a
Release version 4.2.0.RELEASE
9 years ago
Rob Winch
f97f38fd57
jacksonDatavindVersion->jacksonDatabindVersion
...
Issue gh-4122
9 years ago
Rob Winch
f0a9421aa4
SecurityJacksonModules->SecurityJackson2Modules
...
Fixes gh-4121
9 years ago
Spring Buildmaster
97b4cb0b73
Release version 4.2.0.RC1
9 years ago
Spring Buildmaster
c1b8150439
Release version 4.2.0.M1
10 years ago
Rob Winch
8ad0003456
Polish Whitespace
...
Issue gh-3736
10 years ago
Rob Winch
3531cc93c2
JSON tests ObjectMapper Cleanup
...
* Move to @Setup
* Consistently extend from AbstractMixinTests and reuse ObjectMapper
Issue gh-3736
10 years ago
Rob Winch
bd925313af
Improve Readablility of JSON test strings
...
This improves the readability of the JSON strings used for
testing JSON serialize / deserialize of Spring Security
Issue gh-3736
10 years ago
Rob Winch
d4c48dd3e1
Remove MockitoJUnitRunner from JSON tests
...
Previously the JSON tests unnecessarily had MockitoJUnitRunner.
This commit removes MockitoJUnitRunner from the JSON tests.
Issue gh-3736
10 years ago
Rob Winch
df613ed4cc
JSON UserDetails deserializes null
...
JSON UserDetails null use to be treated as "".
This changes null to be treated as a null
Issue gh-3736
10 years ago
Rob Winch
3fb77f3b59
Polish SecurityJacksonModules
...
Issue gh-3736
* ClassLoader argument - this is required because we do not want to assume
the ClassLoader that should be used
* Clean up logging - logging is now at debug level because we don't expect
all of the modules are loaded (they are quite possibly off the ClassPath)
* Remove ObjectUtils as it was being used on methods that expect a
Collection or Array with non collection based objects
* Polish Javadoc warnings
10 years ago
Rob Winch
c2d8ea92d0
SimpleGrantedAuthorityMixin role->authority
...
Issue gh-3736
10 years ago
Rob Winch
6f2b24a62b
Polish JSON warnings / javadoc
...
Issue gh-3736
10 years ago
Rob Winch
6d2003722e
Polish JSON class scope
...
Use package scope when possible
Issue gh-3736
10 years ago
Rob Winch
03d8904a03
Polish constructor assertions
...
Previously the JSON modules didn't use Spring's Assert.
This commit changes the assertions to use Spring's Assert and does
some minor restructuring.
Issue gh-3736
10 years ago
Jitendra Singh Bisht
d77ca17e95
Add JSON Serialization
...
Fixes gh-3812
10 years ago
Rob Winch
4d02a5c0a0
Update pom.xml dependencies
10 years ago
Spring Buildmaster
919f000c80
Release version 4.1.1.RELEASE
10 years ago
Eddú Meléndez
a2ead4cf7a
Polish
...
Fixes gh-3892
10 years ago
Rob Winch
2d6051625f
Update pom.xml
10 years ago
Spring Buildmaster
001b05569a
Release version 4.1.0.RELEASE
10 years ago
Spring Buildmaster
24d0069668
Release version 4.1.0.RC2
10 years ago
Johnny Lim
933a7e8363
Remove duplicate words
...
Fixes gh-3826
10 years ago
Joe Grandja
b90242f2fa
Updates all POM versions to 4.1.0 snapshot build.
...
Fixes gh-3804
10 years ago
Spring Buildmaster
044acf7e27
Release version 4.1.0.RC1
10 years ago
Rob Winch
ec4e6c7453
Update pom.xml to 4.1.0.BUILD-SNAPSHOT
10 years ago
Rob Winch
f221920a19
Clean up code to conform to basic checkstyle
...
Issue gh-3746
10 years ago