11371 Commits

Author SHA1 Message Date
Josh Cummings
b2fe9149cf Use noNullElements
Collection#contains(null) does not work for all collection types

Issue gh-10703
2022-01-14 14:33:17 -07:00
Steve Riesenberg
7efbc9d5f7 Next Development Version 2022-01-14 12:51:23 -06:00
Steve Riesenberg
a8457b518f Release 5.7.0-M1 5.7.0-M1 2022-01-14 12:16:08 -06:00
Steve Riesenberg
4fd5c7ffa3 Update spring-ldap-core to 2.4.0-M1
Closes gh-10732
2022-01-14 11:58:45 -06:00
Steve Riesenberg
ce35bee1bd Update org.springframework.data to 2021.2.0-M1
Closes gh-10731
2022-01-14 11:58:45 -06:00
Steve Riesenberg
28ea347b5a Update org.springframework to 5.3.15
Closes gh-10730
2022-01-14 11:58:45 -06:00
Steve Riesenberg
8aa7b5897a Update org.slf4j to 1.7.33
Closes gh-10729
2022-01-14 11:58:45 -06:00
Steve Riesenberg
29bc6745e8 Update htmlunit-driver to 2.56.0
Closes gh-10728
2022-01-14 11:58:45 -06:00
Steve Riesenberg
08bc7a53d6 Update junit-bom to 5.8.2
Closes gh-10726
2022-01-14 11:58:45 -06:00
Steve Riesenberg
e5212926a1 Update org.jetbrains.kotlinx to 1.6.0
Closes gh-10725
2022-01-14 11:58:45 -06:00
Marcus Da Coregio
2ed93ec0cf Rename integrationTestCompile/Runtime configurations
The kotlin-gradle-plugin is changing some configuration's properties from configurations that has the same prefix as the sourceSet.
It is enforcing the canBeResolved property to false. See https://youtrack.jetbrains.com/issue/KT-50748.
This commits changes the suffix to compile -> compileClasspath, runtime -> runtimeClasspath to workaround this issue.

Issue gh-10350
2022-01-14 11:58:45 -06:00
Steve Riesenberg
bb9d9d7f9d Update org.jetbrains.kotlin to 1.6.10
Closes gh-10724
2022-01-14 11:58:45 -06:00
Steve Riesenberg
815891d6f0 Update cas-client-core to 3.6.4
Closes gh-10723
2022-01-14 11:58:45 -06:00
Steve Riesenberg
5187bea5ea Update hibernate-entitymanager to 5.6.3.Final
Closes gh-10722
2022-01-14 11:58:45 -06:00
Steve Riesenberg
c6c27d795b Update org.bouncycastle to 1.70
Closes gh-10721
2022-01-14 11:58:45 -06:00
Steve Riesenberg
f8c8d049c3 Update assertj-core to 3.22.0
Closes gh-10720
2022-01-14 11:58:45 -06:00
Steve Riesenberg
bb92dd3cc5 Update org.aspectj to 1.9.8.RC3
Closes gh-10719
2022-01-14 11:58:45 -06:00
Steve Riesenberg
60653ddf19 Update htmlunit to 2.56.0
Closes gh-10718
2022-01-14 11:58:45 -06:00
Steve Riesenberg
7c54f98944 Update io.r2dbc to 0.9.0.RELEASE
Closes gh-10717
2022-01-14 11:58:45 -06:00
Steve Riesenberg
5cd7c71923 Update io.projectreactor to 2020.0.15
Closes gh-10715
2022-01-14 11:58:45 -06:00
Steve Riesenberg
7d0185f051 Update mockk to 1.12.2
Closes gh-10714
2022-01-14 11:58:45 -06:00
Steve Riesenberg
b91d38752a Update com.nimbusds to 9.22
Closes gh-10713
2022-01-14 11:58:45 -06:00
Steve Riesenberg
9b12616913 Update jackson-bom to 2.13.1
Closes gh-10710
2022-01-14 11:58:45 -06:00
Steve Riesenberg
08139cf9f4 Update logback-classic to 1.2.10
Closes gh-10709
2022-01-14 11:58:45 -06:00
Steve Riesenberg
801dcfdcb4 Allow milestones and release candidates in version upgrades 2022-01-14 11:58:45 -06:00
Marcus Da Coregio
e20449a542 Upgrade to Kotlin Coroutines 1.6.0
Closes gh-10707
2022-01-14 11:29:43 -03:00
Marcus Da Coregio
bac793e719 Upgrade to Spring Framework 6.0.0-M2
Closes gh-10706
2022-01-14 11:27:14 -03:00
Steve Riesenberg
4939331501 Fix inconsistency in hasProperty check 2022-01-13 17:39:37 -06:00
Steve Riesenberg
8abd4e999f Add GitHubReleasePlugin with createGitHubRelease task
Closes gh-10456
Closes gh-10457
2022-01-13 17:39:36 -06:00
Marcus Da Coregio
4a976faea3 Fix remaining failing tests
Issue gh-10702
2022-01-13 13:53:04 -03:00
Marcus Da Coregio
7fd0530009 Change Kotlin tests that are using mockkObject with a lambda interface implementation
Closes gh-10702
2022-01-13 11:38:44 -03:00
Marcus Da Coregio
9dd9e6bd61 Rename integrationTestCompile/Runtime configurations
The kotlin-gradle-plugin is changing some configuration's properties from configurations that has the same prefix as the sourceSet.
It is enforcing the canBeResolved property to false. See https://youtrack.jetbrains.com/issue/KT-50748.
This commits changes the suffix to compile -> compileClasspath, runtime -> runtimeClasspath to workaround this issue.

Issue gh-10350
2022-01-13 08:44:57 -03:00
Marcus Da Coregio
9cfafdaa43 Upgrade to Kotlin 1.6.10
Closes gh-10350
2022-01-13 08:44:57 -03:00
Marcus Da Coregio
e1cb375fbf Make source code compatible with JDK 8
Closes gh-10695
2022-01-12 16:39:50 -03:00
Josh Cummings
0ae41ff873 Update Structure101 binaries link
Closes gh-10697
2022-01-11 10:04:08 -07:00
Josh Cummings
6706512b3a Pull most recent Structure101 version
Closes gh-10696
2022-01-11 10:03:57 -07:00
Josh Cummings
194eaf8491 Pull most recent Structure101 version
Closes gh-10696
2022-01-11 10:03:13 -07:00
Marcus Da Coregio
60ed3602f6 Make source code compatible with JDK 8
Closes gh-10695
2022-01-11 09:19:41 -03:00
Joe Grandja
525f40490c Allow Jwt assertion to be resolved
Closes gh-9812
2022-01-10 10:59:14 -05:00
Joe Grandja
214cfe807e Allow Jwt assertion to be resolved
Closes gh-9812
2022-01-10 10:42:10 -05:00
heowc
6c5fd38a3f Fix typo 2022-01-10 16:24:53 +01:00
heowc
1ab0705b47 Fix typo 2022-01-10 16:17:42 +01:00
Rob Winch
5598a6a9e1 Update to org.jfrog.buildinfo:build-info-extractor-gradle:4.26.1 2022-01-07 12:44:55 -06:00
Marcus Da Coregio
e7e3f06044 Fix @since tag
Issue gh-10590, gh-10554
2022-01-06 13:22:13 -03:00
Marcus Da Coregio
750dcafbd2 Fix @since tag
Issue gh-10590, gh-10554
2022-01-06 13:21:26 -03:00
Marcus Da Coregio
f04cd641b0 Fix @since tag
Issue gh-10590, gh-10554
2022-01-06 13:18:25 -03:00
Rob Winch
96e5e67737 Update to Antora 3.0.0 2022-01-05 11:22:34 -06:00
Marcus Da Coregio
994e93741b Configure WebInvocationPrivilegeEvaluator bean for multiple filter chains
Closes gh-10554
2022-01-05 14:06:47 -03:00
Marcus Da Coregio
04e1a11e35 Add RequestMatcherEntry 2022-01-05 14:06:47 -03:00
Marcus Da Coregio
547056d5cc Introduce AuthorizationManagerWebInvocationPrivilegeEvaluator
Closes gh-10590
2022-01-05 14:06:47 -03:00