Josh Cummings
1ba1fb61a7
Update to taglibs-standard-jstlel:1.2.5
...
Fixes gh-8267
2020-04-01 00:34:21 -06:00
Josh Cummings
e3a1fa2f86
Update to httpclient:4.2.6
...
Fixes gh-8268
2020-04-01 00:34:14 -06:00
Josh Cummings
ac657a32a6
Update to thymeleaf-layout-dialect:2.0.5
...
Fixes gh-8269
2020-04-01 00:34:03 -06:00
Josh Cummings
6c98a49010
Update to nekohtml:1.9.22
...
Fixes gh-8270
2020-04-01 00:33:48 -06:00
Josh Cummings
f2db4b6cdb
Update to spring-io-plugin:0.0.8.RELEASE
...
Fixes gh-8271
2020-04-01 00:33:41 -06:00
Josh Cummings
9156d3bce3
Update to appengine:1.9.79
...
Fixes gh-8272
2020-04-01 00:33:21 -06:00
Josh Cummings
327c52d650
Update to jackson-databind:2.8.11.6
...
Fixes gh-8273
2020-04-01 00:31:51 -06:00
Rob Winch
d98d23e5ef
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:20:20 -05:00
Rob Winch
f892746c00
uploadArchives customizePom for bom
...
Previously the bom was not being customized for the uploadArchives task.
This commit enhances the bom plugin to support uploadArchives.
Closes gh-7975
2020-03-30 09:47:52 -05:00
Josh Cummings
b95ccc211b
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
820b2046fb
SwitchUserFilter Defaults to POST
...
Fixes gh-4183
2020-03-27 14:44:00 -06:00
Eleftheria Stein
bde423524b
Update Encryptors documentation
...
Fixes gh-8208
2020-03-27 11:24:53 -04:00
Markus Engelbrecht
78d8b9fa71
Fix typo 'properites' in documentation
...
Fixes gh-8095
2020-03-11 11:06:30 -06:00
Rob Winch
35bbccad3c
Add release-notes-sections.yml
2020-02-06 07:54:37 -06:00
Rob Winch
04cc0d486b
Next Development Version
2020-02-06 07:28:00 -06:00
Rob Winch
e7b43f14c8
Release 4.2.14.RELEASE
4.2.14.RELEASE
2020-02-06 07:27:15 -06:00
Rob Winch
0629ecbb00
uploadArchives customizePom
2020-02-05 22:51:04 -06:00
Rob Winch
93557505c0
Apply signing plugin
2020-02-05 22:51:04 -06:00
Rob Winch
8facc74da2
gradle-nexus-staging-plugin:0.10.0
...
Avoid NoClassDefFoundError: org/gradle/api/provider/Property
2020-02-05 22:51:04 -06:00
Rob Winch
c0f16908a1
Revert "Release 4.2.14.RELEASE"
...
This reverts commit 8be0691e8f1ba08f35c03bba99ad63bf2949796e.
The release failed and we need to apply some fixes.
2020-02-05 22:50:44 -06:00
Rob Winch
8be0691e8f
Release 4.2.14.RELEASE
2020-02-05 21:30:27 -06:00
Rob Winch
e794dcd203
Update to Thymeleaf 3.0.11.RELEASE
...
Fixes gh-7948
2020-02-05 21:22:41 -06:00
Rob Winch
dbaeb2fdd9
Update to Spring Boot 1.5.22.RELEASE
...
Fixes gh-7947
2020-02-05 21:22:25 -06:00
Rob Winch
ae2809634f
Update to Spring Session 1.3.5.RELEASE
...
Fixes gh-7946
2020-02-05 21:22:21 -06:00
Rob Winch
8fd5cca501
Update to Spring Data Redis 1.8.23.RELEASE
...
Fixes gh-7945
2020-02-05 21:22:17 -06:00
Rob Winch
a867f92416
Update to Spring Data JPA 1.11.23.RELEASE
...
Fixes gh-7944
2020-02-05 21:21:57 -06:00
Rob Winch
a1a61d3259
Update to Spring Data Commons 1.13.23.RELEASE
...
Fixes gh-7943
2020-02-05 21:21:50 -06:00
Rob Winch
fbf3c7d083
Update to CGLIB 3.2.12
...
Fixes gh-7942
2020-02-05 21:21:42 -06:00
Rob Winch
76a869995e
Update to Spring Framework 4.3.26.RELEASE
...
Fixes gh-7941
2020-02-05 21:21:42 -06:00
Rob Winch
702ec17a5f
Add Jenkinsfile
...
Fixes gh-7940
2020-02-05 21:21:18 -06:00
Rob Winch
ba4953b057
Add Deploy Artifacts Support
...
Fixes gh-7939
2020-02-05 21:21:18 -06:00
Filip Hanik
b87ea1373d
Build using openjdk8
...
Fixes gh-7169
[closes #7169 ]
2020-01-13 10:35:21 -07:00
Josh Cummings
7754a11a4a
Add file extension to wait-for-done
2019-06-19 13:54:19 -06:00
Josh Cummings
409ef7d5e1
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
d01b6fc6b1
Release Scripts
...
Added scripts for pushing released artifacts to the appropriate
repositories.
2019-06-19 13:32:25 -06:00
Spring Buildmaster
0994a64830
Next development version
2019-06-19 18:35:05 +00:00
Spring Buildmaster
d3d5836da4
Release version 4.2.13.RELEASE
4.2.13.RELEASE
2019-06-19 18:35:00 +00:00
Rob Winch
b2d4fec361
PlaintextPasswordEncoder ignores null encoded passwords
...
Fixes gh-7023
2019-06-19 12:48:55 -05:00
Spring Buildmaster
4a7bdc1d65
Next development version
2019-04-02 18:58:51 +00:00
Spring Buildmaster
f154c7d9dc
Release version 4.2.12.RELEASE
4.2.12.RELEASE
2019-04-02 18:58:47 +00:00
Joe Grandja
fbac953f10
Revert "Release 4.2.12.RELEASE"
...
This reverts commit 504c28ec0181c4314cd8c7d237bd66fe2fc51452.
2019-04-02 14:14:51 -04:00
Joe Grandja
504c28ec01
Release 4.2.12.RELEASE
2019-04-02 13:24:45 -04:00
Joe Grandja
613464cda0
Update to Spring Data Ingalls-SR20
...
Fixes gh-6718
2019-04-02 13:04:12 -04:00
Josh Cummings
6f02f690ac
Align Code with Javadoc
...
Fixes: gh-6734
2019-04-02 09:36:46 -06:00
Joe Grandja
14c4ac75ec
Update to Spring 4.3.23
...
Fixes gh-6716
2019-04-01 10:49:02 -04:00
Rob Winch
b46f5f69ac
Manual URL Cleanup
2019-03-29 12:12:29 -04:00
Joe Grandja
28afc38c8f
Update to Spring Boot 1.5.19
...
Fixes gh-6715
2019-03-27 15:27:07 -04:00
Joe Grandja
9f19541484
Update to bouncycastle:bcpkix-jdk15on 1.61
...
Fixes gh-6714
2019-03-27 14:56:16 -04:00
Joe Grandja
df075a8c7c
Update to aspectj 1.8.14
...
Fixes gh-6713
2019-03-27 14:52:19 -04:00
Joe Grandja
ff24cd0b8c
Update to commons-codec 1.12
...
Fixes gh-6712
2019-03-27 14:23:20 -04:00