Eleftheria Stein
eecad9ee9a
Update to hibernate-validator 6.0.19.Final
...
Fixes gh-8303
2020-04-01 11:49:42 -04:00
Eleftheria Stein
0191e1f11e
Update to reactive-streams 1.0.3
...
Fixes gh-8302
2020-04-01 11:49:06 -04:00
Eleftheria Stein
d73f0c5fb9
Update to hibernate-core 5.2.18.Final
...
Fixes gh-8301
2020-04-01 11:48:44 -04:00
Eleftheria Stein
8d07698d94
Update to groovy 2.4.19
...
Fixes gh-8300
2020-04-01 11:48:03 -04:00
Eleftheria Stein
c9c9532447
Update to unboundid-ldapsdk 4.0.14
...
Fixes gh-8299
2020-04-01 11:47:24 -04:00
Eleftheria Stein
d2d9ce9e6b
Update to okhttp 3.12.10
...
Fixes gh-8298
2020-04-01 11:46:46 -04:00
Eleftheria Stein
df6e58ca1d
Update to mockwebserver 3.12.10
...
Fixes gh-8297
2020-04-01 11:46:12 -04:00
Eleftheria Stein
ffa1bc8083
Update to org.powermock 2.0.6
...
Fixes gh-8296
2020-04-01 11:45:29 -04:00
Eleftheria Stein
c91e456ae7
Update to GAE 1.9.79
...
Fixes gh-8295
2020-04-01 11:44:43 -04:00
Rob Winch
45d81ffc49
Fix HttpServlet3RequestFactory Logout Handlers
...
Previously there was a problem with Servlet API logout integration
when Servlet API was configured before log out.
This ensures that logout handlers is a reference to the logout handlers
vs copying the logout handlers. This ensures that the ordering does not
matter.
Closes gh-4760
2020-03-30 22:19:58 -05:00
Josh Cummings
3a787e2c4f
Add Missing Import
...
Restored an import that was lost during a backport
Issue gh-4183
2020-03-27 15:07:57 -06:00
Josh Cummings
b50e511745
SwitchUserFilter Defaults to POST
...
Fixes gh-4183
2020-03-27 14:43:10 -06:00
Eleftheria Stein
e3a11c98bd
Update Encryptors documentation
...
Fixes gh-8208
2020-03-27 11:23:55 -04:00
Erik van Paassen
d4ceabd7ac
Fix typo in Javadoc of HttpSecurity#csrf()
...
`HttpSecurity#csrf()` obviously returns a `CsrfConfigurer`, while the Javadoc states that it returns the `ServletApiConfigurer`.
2020-03-17 13:38:04 -06:00
Markus Engelbrecht
475a53233d
Fix typo 'properites' in documentation
...
Fixes gh-8095
2020-03-11 11:05:06 -06:00
AmitB
d245b0466a
Fix typo in AntPathRequestMatcher contructor comment
...
Closes gh-8042
2020-03-02 07:22:31 -06:00
LeeHainie
d1162c39ce
Remove unwanted code
...
Remove unwanted code
2020-02-20 12:31:21 -07:00
Joe Grandja
888aa15e20
Add release-notes-sections.yml
2020-02-05 15:21:20 -05:00
Joe Grandja
b92f105f35
Next Development Version
2020-02-05 08:40:27 -05:00
Joe Grandja
8febecd43f
Release 5.0.14.RELEASE
5.0.14.RELEASE
2020-02-05 07:27:13 -05:00
Joe Grandja
425b7783b5
Update to org.slf4j 1.7.30
...
Fixes gh-7934
2020-02-04 20:34:15 -05:00
Joe Grandja
b7ee7136b2
Update to org.powermock 2.0.5
...
Fixes gh-7933
2020-02-04 20:30:32 -05:00
Joe Grandja
0d331b08b9
Update to hibernate-validator 6.0.18.Final
...
Fixes gh-7932
2020-02-04 20:26:20 -05:00
Joe Grandja
c47d72fd12
Update to org.bouncycastle:bcprov-jdk15on 1.64
...
Fixes gh-7931
2020-02-04 20:23:01 -05:00
Joe Grandja
248c956962
Update to org.bouncycastle:bcpkix-jdk15on 1.64
...
Fixes gh-7930
2020-02-04 20:21:09 -05:00
Joe Grandja
530def3af0
Update to org.aspectj 1.9.5
...
Fixes gh-7929
2020-02-04 20:18:20 -05:00
Joe Grandja
e6049fce26
Update to httpclient 4.5.11
...
Fixes gh-7928
2020-02-04 20:16:00 -05:00
Joe Grandja
0105e95ba2
Update to com.squareup.okhttp3 3.12.8
...
Fixes gh-7927
2020-02-04 20:13:30 -05:00
Joe Grandja
ded544de14
Update to Jackson 2.9.10
...
Fixes gh-7926
2020-02-04 20:06:52 -05:00
Joe Grandja
7d845b6872
Update to Spring Framework 5.0.16
...
Fixes gh-7924
2020-02-04 17:26:18 -05:00
Eleftheria Stein
97818ebb22
Load LDIF file from classpath in unboundId mode
...
Fixes: gh-7833
2020-01-21 17:49:58 +01:00
Filip Hanik
f2ee151d63
Build using openjdk8
...
Fixes gh-7169
[closes #7169 ]
2020-01-13 10:34:08 -07:00
Rob Winch
8da27b5f41
CompositeServerHttpHeadersWriter Executes Sequentially
...
Fixes gh-7731
2019-12-12 14:44:57 -06:00
Jeffrey Morlan
466b8a1d82
Fix race condition in SessionRegistryImpl
...
Adding/removing sessions from principals wasn't atomic. If one thread
removed the last session from a principal while another thread added a
new one, the addition could be lost.
Fixes gh-3189
2019-08-06 13:47:45 -05:00
Rob Winch
0532b6e665
Next Development Version
2019-08-05 12:15:43 -05:00
Rob Winch
c94a79c3a9
Release 5.0.13.RELEASE
5.0.13.RELEASE
2019-08-05 12:15:04 -05:00
Rob Winch
09343eb240
Update to Bouncy Castle 1.62
...
Fixes gh-7194
2019-08-05 11:55:45 -05:00
Rob Winch
90c509d3c5
Update to httpclient 4.5.9
...
Fixes gh-7193
2019-08-05 11:55:45 -05:00
Rob Winch
3b79bff44d
Update to Unboundid 4.0.11
...
Fixes gh-7192
2019-08-05 11:55:45 -05:00
Rob Winch
3d8819447f
Update to AspectJ 1.9.4
...
Fixes gh-7191
2019-08-05 11:55:45 -05:00
Rob Winch
863e45ca6c
Update to Spring Boot 2.0.9.RELEASE
...
Fixes gh-7190
2019-08-05 11:55:45 -05:00
Rob Winch
b520d36abb
Update to Powermock 2.0.2
...
Fixes gh-7189
2019-08-05 11:55:45 -05:00
Rob Winch
b03fdd8e25
Update to cglib 3.2.12
...
Fixes gh-7195
2019-08-05 11:55:39 -05:00
Rob Winch
0f5e37172d
Update to Spring Framework 5.0.15.RELEASE
...
Fixes gh-7188
2019-08-05 11:52:34 -05:00
Rob Winch
7498248910
Update to GAE 1.9.76
...
Fixes gh-7187
2019-08-05 11:52:19 -05:00
Josh Cummings
f3a90df1ef
Release Scripts
...
Added a script for polling Maven Central to notify when release is
uploaded.
2019-06-19 13:40:15 -06:00
Josh Cummings
c3b4cabb9f
Reinstate docs and schema deployments
...
Fixes: gh-6929
2019-05-31 21:52:18 -06:00
Josh Cummings
8e3678c79d
Temporarily remove docs and schema deployments
...
Issue: gh-6929
2019-05-31 14:04:30 -06:00
Josh Cummings
facc7299e3
Adding JAVA_HOME for JDK 8
...
Fixes: gh-6928
2019-05-31 14:03:54 -06:00
Joe Grandja
b94e4c0197
Next Development Version
2019-04-02 12:47:48 -04:00