Eleftheria Stein
913f558ff4
Fix release instructions for generating changelog
2021-07-19 13:35:03 +02:00
Eleftheria Stein
21af328349
Next development version
2021-07-19 11:22:06 +02:00
Eleftheria Stein
38d2b21967
Release 5.6.0-M1
2021-07-19 10:43:10 +02:00
Eleftheria Stein
7c7b82f627
Update org.springframework.data to 2021.1.0-M1
...
Closes gh-10105
2021-07-19 10:02:57 +02:00
dmitrilc
a4431264e6
Update oauth2-resourceserver.adoc
...
fix the name of the parameter, from failure to badCredentials
Replaces AuthenticationFailureEvent
Remove AuthenticationFailureEvent Reference
Closes gh-10062
2021-07-16 11:56:57 -06:00
Eleftheria Stein
36454d3f91
Update org.springframework to 5.3.9
...
Closes gh-10104
2021-07-16 17:18:09 +02:00
Eleftheria Stein
0bec620ec0
Update org.slf4j to 1.7.31
...
Closes gh-10103
2021-07-16 17:18:09 +02:00
Eleftheria Stein
16ed212e73
Update htmlunit-driver to 2.51.0
...
Closes gh-10102
2021-07-16 17:18:09 +02:00
Eleftheria Stein
1b5127c775
Update org.jetbrains.kotlinx to 1.5.1
...
Closes gh-10101
2021-07-16 17:18:08 +02:00
Eleftheria Stein
278f8ce551
Update org.jetbrains.kotlin to 1.5.21
...
Closes gh-10100
2021-07-16 17:18:08 +02:00
Eleftheria Stein
10ec357322
Update hibernate-entitymanager to 5.5.3.Final
...
Closes gh-10099
2021-07-16 17:18:08 +02:00
Eleftheria Stein
302e5f5943
Update org.eclipse.jetty to 9.4.43.v20210629
...
Closes gh-10098
2021-07-16 17:18:08 +02:00
Eleftheria Stein
d65e0d278f
Update org.bouncycastle to 1.69
...
Closes gh-10097
2021-07-16 17:18:07 +02:00
Eleftheria Stein
8980f4a69d
Update assertj-core to 3.20.2
...
Closes gh-10096
2021-07-16 17:18:07 +02:00
Eleftheria Stein
aa413edc95
Update org.aspectj to 1.9.7
...
Closes gh-10095
2021-07-16 17:18:07 +02:00
Eleftheria Stein
749bba30f7
Update htmlunit to 2.51.0
...
Closes gh-10094
2021-07-16 17:18:07 +02:00
Eleftheria Stein
c15d694da2
Update io.rsocket to 1.1.1
...
Closes gh-10093
2021-07-16 17:18:06 +02:00
Eleftheria Stein
abb7df1cc4
Update io.projectreactor to 2020.0.9
...
Closes gh-10091
2021-07-16 17:18:06 +02:00
Eleftheria Stein
d9d394030e
Update mockk to 1.12.0
...
Closes gh-10090
2021-07-16 17:18:06 +02:00
Eleftheria Stein
2656b1412c
Update com.nimbusds to 9.10.1
...
Closes gh-10089
2021-07-16 17:18:05 +02:00
Eleftheria Stein
6bc511312f
Update jackson-bom to 2.12.4
...
Closes gh-10086
2021-07-16 17:18:05 +02:00
Eleftheria Stein
9adcfebbdf
Include minor version bump
2021-07-16 17:12:37 +02:00
Nick McKinney
5c8fb254c2
Add AuthenticationDetailsSource to OAuth2 Login Kotlin DSL
...
Closes gh-9838
2021-07-16 15:42:00 +02:00
Nick McKinney
b1612b1283
Add AuthenticationDetailsSource to Form Login Kotlin DSL
...
Closes gh-9837
2021-07-16 15:42:00 +02:00
Rob Winch
c71498ae5f
Disable ApacheDSContainerTests on Windows
...
Closes gh-10084
2021-07-15 20:28:57 -05:00
Rob Winch
715f06c4c2
useJUnitPlatform for integration tests
...
Issue gh-9467
2021-07-15 14:12:12 -05:00
Eleftheria Stein
bff377904a
Fix Javadoc formatting
2021-07-14 12:53:06 +02:00
Eleftheria Stein
bfc9d2a5c1
Add missing LDAP setAuthoritiesMapper Javadoc
2021-07-13 18:58:56 +02:00
Steve Riesenberg
f5266c7511
Remove wildcard from generics in converter
...
Polish gh-9779
2021-07-12 23:42:47 -05:00
Josh Cummings
c4e53e51d7
Close zip file
...
Issue gh-9467
2021-07-12 15:12:54 -06:00
Rob Winch
f73f213f50
Remove DependencySetPlugin
...
Closes gh-10070
2021-07-12 15:31:38 -05:00
Josh Cummings
01af7877ea
Polish RsaKeyConverters
...
- Remove potential for returning null
- Remove potential for parsing more than one header
Issue gh-9736
2021-07-12 14:21:23 -06:00
shazin
5f7d871258
Add X.509 Certificate Support
...
Closes gh-9736
2021-07-12 14:21:08 -06:00
Rob Winch
c173e801c5
Convert buildSrc to JUnit 5
...
Closes gh-9467
2021-07-12 11:43:31 -05:00
Rob Winch
5cf40ab9da
Migrate to JUnit 5
...
Issue gh-9467
2021-07-09 16:11:06 -05:00
Rob Winch
f800d2c993
Add hamcrest dependency
2021-07-09 15:57:21 -05:00
Rob Winch
793cd71a5e
Remove remaining junit code
2021-07-09 15:57:21 -05:00
Rob Winch
04fbe03a9e
remove junit
2021-07-09 15:57:21 -05:00
Rob Winch
342884e851
kotlin uses @ExtendWith(SpringTestContextExtension::class)
...
cd config/src/test/kotlin
rg 'SpringTestContext' -l | xargs sed -i '/^import org.junit.jupiter.api.Test/a import org.junit.jupiter.api.extension.ExtendWith'
rg 'SpringTestContext' -l | xargs sed -i '/^import org.springframework.security.config.test.SpringTestContext/a import org.springframework.security.config.test.SpringTestContextExtension'
rg 'SpringTestContext' -l | xargs sed -i '/^class .*/i @ExtendWith(SpringTestContextExtension::class)'
2021-07-09 15:57:21 -05:00
Rob Winch
cc732bda3b
Use @ExtendWith(SpringExtension::class)
2021-07-09 15:57:21 -05:00
Rob Winch
3b3ccb962d
Fix @Test(expected =
2021-07-09 15:57:21 -05:00
Rob Winch
2bd55f0f62
@Test to JUnit 5 for kotlin
...
rg -g "*.kt" "import org.junit.Test" -l | xargs sed -i 's/import org.junit.Test/import org.junit.jupiter.api.Test/'
2021-07-09 15:57:21 -05:00
Rob Winch
98bd772b67
format
2021-07-09 14:49:47 -05:00
Rob Winch
e251abb1ae
more import cleanup
2021-07-09 14:49:47 -05:00
Rob Winch
3c4e15264c
Add @ExtendWith(SpringTestContextExtension.class)
...
rg 'import org.springframework.security.config.test.SpringTestContext' -l -g "*.java" | xargs rg '@ExtendWith' --files-without-match | xargs sed -i '/^public class/i @ExtendWith(SpringTestContextExtension.class)'
2021-07-09 14:49:46 -05:00
Rob Winch
7dfd169ece
Add import ExtendWith
...
rg 'import org.springframework.security.config.test.SpringTestContext' -l -g "*.java" | xargs rg '@ExtendWith' --files-without-match | xargs sed -i '/^import org.junit.jupiter.api.Test;/a import org.junit.jupiter.api.extension.ExtendWith;'
2021-07-09 14:49:45 -05:00
Rob Winch
e4b09f62f0
Add SpringTestContextExtension to existing ExtendWith
...
rg 'import org.springframework.security.config.test.SpringTestContext' -l -g "*.java" | xargs rg '@ExtendWith' -l | xargs sed -E -i 's/@ExtendWith\((.*)\)/@ExtendWith({ \1, SpringTestContextExtension.class })/'
2021-07-09 14:49:42 -05:00
Rob Winch
5133340bf8
Add import SpringTestContextExtension
...
rg 'import org.springframework.security.config.test.SpringTestContext' -l -g "*.java" | xargs sed -i '/^import org.springframework.security.config.test.SpringTestContext;/a import org.springframework.security.config.test.SpringTestContextExtension;'
2021-07-09 14:47:54 -05:00
Rob Winch
60078df62a
remove @Rule
...
rg '@Rule' -g '!buildSrc/**' -l | xargs sed -i '/@Rule/d'
rg 'import org.junit.Rule' -g '!buildSrc/**' -l | xargs sed -i '/import org.junit.Rule/d'
2021-07-09 14:46:51 -05:00
Rob Winch
671040bb27
SpringTestRule to SpringTestContext
...
rg 'new SpringTestRule()' -l | xargs sed -i 's/new SpringTestRule()/new SpringTestContext(this)/'
rg 'val spring = SpringTestRule()' -l | xargs sed -i 's/val spring = SpringTestRule()/val spring = SpringTestContext(this)/'
2021-07-09 14:41:51 -05:00