8581 Commits

Author SHA1 Message Date
Eleftheria Stein
21c01084ab Upgrade jboss jandex to 2.0.5.Final
Closes gh-10622
2021-12-20 12:57:59 +02:00
Eleftheria Stein
8922103d12 Upgrade jboss logging to 3.3.3.Final
Closes gh-10623
2021-12-20 12:57:33 +02:00
Eleftheria Stein
c7727891e3 Update to hibernate-entitymanager 5.4.33
Closes gh-10624
2021-12-20 12:56:58 +02:00
Eleftheria Stein
ee4bb21f6a Upgrade httpmime to 4.5.13
Closes gh-10627
2021-12-20 12:56:13 +02:00
Eleftheria Stein
1739a4f339 Upgrade httpcore to 4.4.15
Closes gh-10626
2021-12-20 12:55:18 +02:00
Eleftheria Stein
9d9c8956e3 Upgrade attoparser to 2.0.5.RELEASE
Closes gh-10625
2021-12-20 12:54:53 +02:00
Eleftheria Stein
e11f90bb33 Upgrade Unbescape to 1.1.6.RELEASE
Closes gh-10621
2021-12-20 12:54:13 +02:00
Eleftheria Stein
0eb7ad597c Update to thymeleaf-spring5 3.0.14
Closes gh-10620
2021-12-20 12:40:53 +02:00
Eleftheria Stein
9c892c1c35 Update to embedded Tomcat websocket 8.5.73
Closes gh-10619
2021-12-20 12:37:39 +02:00
Eleftheria Stein
c92dd46378 Upgrade to embedded Apache Tomcat 9.0.56
Closes gh-10618
2021-12-20 12:35:51 +02:00
Eleftheria Stein
f3c28cca77 Upgrade Reactor to Dysprosium-SR25
Closes gh-10617
2021-12-20 12:33:19 +02:00
Eleftheria Stein
0f177a9964 Upgrade Spring Framework to 5.2.19.RELEASE
Closes gh-10616
2021-12-20 12:32:33 +02:00
Steve Riesenberg
65b3584ac6 Update copyright year
Issue gh-10557
2021-12-01 17:38:23 -06:00
Steve Riesenberg
1d814f95d5 Fix case sensitive headers comparison
Closes gh-10557
2021-12-01 17:03:18 -06:00
Marcus Da Coregio
01be7eca6e Improve log message when no CSRF token found
Closes gh-10436
2021-11-19 09:00:55 -03:00
Josh Cummings
ff7f8f913d Fix setJWTClaimSetJWSKeySelector Typo
Closes gh-10504
2021-11-16 15:35:34 -07:00
Josh Cummings
76aff9df62 Fix jwtDecoder Documentation Usage
Closes gh-10505
2021-11-16 15:22:55 -07:00
Joe Grandja
d963a13832 Next development version 2021-10-18 13:40:40 -04:00
Joe Grandja
01269e239d Release 5.2.13.RELEASE 5.2.13.RELEASE 2021-10-18 12:23:34 -04:00
Josh Cummings
21f0ccd088 Restructure SwitchUserFilter Logs
Issue gh-6311
2021-10-18 12:01:43 -04:00
Eleftheria Stein
b1588c3d73 Upgrade Spring Framework to 5.2.18.RELEASE
Close gh-10375
2021-10-14 15:07:50 +02:00
Eleftheria Stein
e74ae71382 Update to Jetty 9.4.44.v20210927
Closes gh-10378
2021-10-14 10:55:36 +02:00
Eleftheria Stein
302da19708 Update to embedded Tomcat websocket 8.5.72
Closes gh-10379
2021-10-14 10:55:13 +02:00
Eleftheria Stein
30fbc269b9 Upgrade Reactor to Dysprosium-SR24
Closes gh-10374
2021-10-14 10:54:49 +02:00
Eleftheria Stein
27866fb767 Update to nohttp 0.0.10
Closes gh-10377
2021-10-14 10:54:23 +02:00
Eleftheria Stein
006fa5ed70 Upgrade to embedded Apache Tomcat 9.0.54
Closes gh-10376
2021-10-14 10:33:56 +02:00
Rob Winch
f6f351f419 Remove Unsupported JDKs
The JDKs 9 and 10 are no longer supported by Oracle and the
CAs are not up to date, so removing from the build.

18:13:02  * What went wrong:
18:13:02  Execution failed for task ':buildSrc:compileJava'.
18:13:02  > Could not resolve all files for configuration ':buildSrc:compileClasspath'.
18:13:02     > Could not resolve com.thaiopensource:trang:20091111.
18:13:02       Required by:
18:13:02           project :buildSrc
18:13:02        > Could not resolve com.thaiopensource:trang:20091111.
18:13:02           > Could not get resource 'https://repo.maven.apache.org/maven2/com/thaiopensource/trang/20091111/trang-20091111.pom'.
18:13:02              > Could not GET 'https://repo.maven.apache.org/maven2/com/thaiopensource/trang/20091111/trang-20091111.pom'.
18:13:02                 > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
18:13:02     > Could not resolve net.sourceforge.saxon:saxon:9.1.0.8.
18:13:02       Required by:
18:13:02           project :buildSrc
18:13:02        > Could not resolve net.sourceforge.saxon:saxon:9.1.0.8.
18:13:02           > Could not get resource 'https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom'.
18:13:02              > Could not GET 'https://repo.maven.apache.org/maven2/net/sourceforge/saxon/saxon/9.1.0.8/saxon-9.1.0.8.pom'.
18:13:02                 > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to request
2021-09-27 14:23:18 -05:00
heowc
dbe2ef8758 Fix typo
Closes gh-10276
2021-09-22 16:56:36 -06:00
Rob Winch
a15eb7eecf Remove finally block for junit
Allow this to be gathered by Gradle enterprise since if build is up to
date there will be no tests ran which causes failure. Additionally,
Gradle Enterprise displays the tests better than Jenkins.
2021-09-22 16:23:49 -05:00
Rob Winch
b53cab9204 Add jenkins user to Jenkinsfile 2021-09-22 16:21:55 -05:00
Fabio Guenci
9925c6a4c0
Preserve Null Claim Values
Prior to this commit ClaimTypeConverter returned the claims with the
original value for all the claims with a null converted value.
The changes allows ClaimTypeConverter to overwrite and return claims
with converted value of null.

Closes gh-10135
2021-08-16 08:44:27 -06:00
Eleftheria Stein
0de2a51184 Next development version 2021-08-16 11:10:04 +02:00
Eleftheria Stein
eaeb419d65 Release 5.2.12.RELEASE 5.2.12.RELEASE 2021-08-16 10:47:00 +02:00
Eleftheria Stein
060523292d Update to embedded Tomcat websocket 8.5.69
Closes gh-10170
2021-08-12 16:36:01 +02:00
Eleftheria Stein
523cdba8ae Update to org.slf4j 1.7.32
Closes gh-10168
2021-08-12 16:19:27 +02:00
Eleftheria Stein
e4165c4c80 Update to Jetty 9.4.43.v20210629
Closes gh-10167
2021-08-12 16:19:03 +02:00
Eleftheria Stein
7c622dba33 Update to embedded Apache Tomcat 9.0.52
Closes gh-10166
2021-08-12 16:18:36 +02:00
Eleftheria Stein
fb8672a31b Update to jaxb-impl 2.3.5
Closes gh-10165
2021-08-12 16:18:00 +02:00
Eleftheria Stein
7d92b7bda7 Update to Spring Framework 5.2.16.RELEASE
Closes gh-10164
2021-08-12 16:17:11 +02:00
Eleftheria Stein
410c891f75 Update to Reactor Dysprosium-SR22
Closes gh-10163
2021-08-12 16:16:43 +02:00
Eleftheria Stein
6bcf499884 Update to org.aspectj 1.9.7
Closes gh-10169
2021-08-12 16:16:13 +02:00
Steve Riesenberg
e1b6a7ba29 Revert "URL encode client credentials"
This reverts commit c0200512a7bd05faf5de5bc504a400b5eb2f998f.

Issue gh-9610 gh-9863
Closes gh-10018
2021-07-20 14:06:46 -05:00
Rob Winch
8bb69c4514 Update to use s01.oss.sonatype.org Maven Publishing
Closes gh-10024
2021-06-30 10:40:42 -05:00
Rob Winch
a752919cc9 Update to spring-build-conventions:0.0.23.2.RELEASE
Closes gh-10029
2021-06-30 10:27:53 -05:00
/usr/local/ΕΨΗΕΛΩΝ
2c1126c5aa Improve AuthenticationManagerBeanDefinitionParser XML parsing
Closes gh-7282
2021-06-28 13:42:02 +02:00
Marcus Da Coregio
a840aa7531 Next development version 2021-06-21 14:45:35 -03:00
Marcus Da Coregio
560fb35dc5 Relase 5.2.11.RELEASE 5.2.11.RELEASE 2021-06-21 08:45:10 -03:00
Eleftheria Stein
6753e1da68 Update to Spring LDAP Core 2.3.4.RELEASE
Closes gh-9968
2021-06-21 11:27:47 +02:00
Eleftheria Stein
703f1f1e04 Update to org.slf4j 1.7.31
Closes gh-9967
2021-06-21 11:26:11 +02:00
Eleftheria Stein
f0d208667b Update to HSQLDB 2.5.2
Closes gh-9966
2021-06-21 11:25:05 +02:00