6134 Commits

Author SHA1 Message Date
Romil Patel
14e4a812a1
WebSecurityConfigurerAdapter JavaDoc
Closes gh-8784
2020-07-20 15:26:36 -06:00
Ellie Bahadori
be0759302f
Use Github Actions PR pipeline and remove Travis for 4.2.x
Closes gh-8715
2020-07-02 04:15:52 -04:00
Rob Winch
ff25799f36 Next Development Version 2020-06-03 11:46:10 -05:00
Rob Winch
54b28873ee Release 4.2.17.RELEASE 4.2.17.RELEASE 2020-06-03 11:34:37 -05:00
Josh Cummings
692ac213f9
Polish setAllowedHostnames
Added JavaDoc to method, including @since attribute

Issue gh-4310
2020-06-03 07:52:26 -06:00
Eddú Meléndez
e4e7363196
Add support for allowedHostnames in StrictHttpFirewall
Introduce a new method `setAllowedHostnames` which perform the validation
against untrusted hostnames.

Fixes gh-4310
2020-06-03 07:52:26 -06:00
Rob Winch
75e248344b uploadArchives dependsOn mavenBom
Closes gh-7975
2020-06-02 16:27:00 -05:00
Artyom Tarynin
3ae6cdf05f Update AntPathRequestMatcher.java
Fixes gh-8512
2020-05-14 11:00:04 -04:00
Dávid Kovács
a9c8b350b8 Document NoOpPasswordEncoder will not be removed
This commit adds extension to deprecation notice.

Fixes gh-8506
2020-05-13 12:57:23 -05:00
Rob Winch
da9eca223b Next Development Version 2020-05-06 13:01:59 -05:00
Rob Winch
c7e18db138 Stop clearing artifacts
Getting a NoSuchElement when signing releases
2020-05-06 11:51:27 -05:00
Rob Winch
9c181c58cb Revert "uploadArchives.dependsOn mavenBom"
This reverts commit a302106082c9861c2fd5215664e0596a21249aee.
2020-05-06 11:34:45 -05:00
Rob Winch
7b61962915 Release 4.2.16.RELEASE 4.2.16.RELEASE 2020-05-06 11:03:38 -05:00
Rob Winch
a302106082 uploadArchives.dependsOn mavenBom
Closes gh-7975
2020-05-06 10:41:55 -05:00
Eleftheria Stein
fe737cc67d Clean up Javadoc
Fixes gh-8480
2020-05-05 17:35:06 -04:00
Rob Winch
d4508858f3 Add ROLE_INFRASTRUCTURE to infrastructure beans
Closes gh-8407
2020-04-27 09:27:06 -05:00
Dávid Kovács
76432029c5 ActiveDirectoryLdapAuthenticationProvider uses InternalAuthenticationServiceException
Closes gh-2884
2020-04-24 10:57:53 -05:00
Rob Winch
0d0afb992e Fix example in javadoc of FilterChainProxy
Closes gh-8344
2020-04-08 09:16:08 -05:00
Rob Winch
b35d7e229d Next Development Version 2020-04-07 14:25:50 -05:00
Alan Czajkowski
3c81e122bd BCryptPasswordEncoder rawPassword cannot be null
Closes gh-8317
2020-04-07 13:48:29 -05:00
Josh Cummings
929a5de163
Release 4.2.15.RELEASE 4.2.15.RELEASE 2020-04-01 12:40:05 -06:00
Josh Cummings
ecac6cdfc1
Remove spring-framework-bom Manual Insertion
spring-io-plugin can do this now

Issue gh-8271
2020-04-01 12:01:09 -06:00
Josh Cummings
2ad73af130
Revert "Release 4.2.15.RELEASE"
This reverts commit 0aaefa2bb9dbe4b97f7059ae61497acede379503.
2020-04-01 09:19:36 -06:00
Josh Cummings
0aaefa2bb9
Release 4.2.15.RELEASE 2020-04-01 08:03:20 -06:00
Josh Cummings
21c70155a3
Update to spring-boot-gradle-plugin:1.5.22.RELEASE
Fixes gh-8262
2020-04-01 00:35:00 -06:00
Josh Cummings
7ca913dadf
Update to Groovy 2.4.19
Fixes gh-8263
2020-04-01 00:34:55 -06:00
Josh Cummings
7eb87b19b3
Update to asciidoctor-gradle-plugin:1.5.7
Fixes gh-8264
2020-04-01 00:34:49 -06:00
Josh Cummings
1683d30c2e
Update to Tomcat 7.0.103
Fixes gh-8265
2020-04-01 00:34:43 -06:00
Josh Cummings
adfb3ddf77
Update to Jetty 8.1.22.v20160922
Fixes gh-8266
2020-04-01 00:34:30 -06:00
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