Commit Graph

1190 Commits

Author SHA1 Message Date
Joe Grandja
eaefaba5eb Update to junit-jupiter 5.10.2
Closes gh-1571
2024-03-18 11:28:20 -04:00
Joe Grandja
3116af93c9 Update to jackson-bom 2.16.2
Closes gh-1570
2024-03-18 11:28:04 -04:00
Joe Grandja
38fcd80a7c Update to Spring Security 6.2.3
Closes gh-1569
2024-03-18 11:27:53 -04:00
Joe Grandja
24667fd6a5 Update to Spring Framework 6.1.5
Closes gh-1568
2024-03-18 11:27:11 -04:00
Joe Grandja
73288317a0 Merge branch '1.1.x' into 1.2.x 2024-02-21 06:30:30 -05:00
github-actions[bot]
a5125788f4 Next development version 2024-02-20 15:31:28 +00:00
github-actions[bot]
eb10a4bcfd Next development version 2024-02-20 15:31:19 +00:00
github-actions[bot]
0e134b6939 Release 1.1.5 2024-02-20 15:19:11 +00:00
github-actions[bot]
0e12b2a320 Release 1.2.2 2024-02-20 15:19:05 +00:00
Joe Grandja
2fbe717f44 Remove gradle.properties from samples 2024-01-31 14:18:52 -05:00
Joe Grandja
979fee1752 Update to Spring Boot 3.2.2
Closes gh-1528
2024-01-30 07:06:26 -05:00
Steve Riesenberg
bf295315d3 Merge branch '1.1.x' into 1.2.x 2024-01-26 16:18:57 -06:00
Steve Riesenberg
f6b426ddf5 Use release version of spring-security-release-plugin
Closes gh-1526
2024-01-26 16:18:38 -06:00
Joe Grandja
9d478759fb Merge branch '1.1.x' into 1.2.x
Closes gh-1521
2024-01-22 16:45:16 -05:00
Ger Roza
6b04022f2a Update application.yml in Getting Started guide
Issue gh-1186

Closes gh-1519
2024-01-22 16:37:39 -05:00
Joe Grandja
faad0be153 Add test for refresh_token grant with public client
Related gh-1432
2024-01-10 14:03:09 -05:00
Steve Riesenberg
e76fde806f Merge branch '1.1.x' into 1.2.x 2024-01-02 17:33:45 -06:00
Eric Haag
f6b07f5649 Exclude build directories from nohttp task
Before this commit, build directories were considered when running the
checkstyleNohttp Gradle task.

Given that many tasks write their outputs to the build directory, this
could lead to incorrect results being produced, depending on what order
the tasks are executed. As a result, Gradle will disable some build
optimizations, such as build caching, to ensure correctness.

After this commit, build directories are ignored by the
checkstyleNohttp task.
2024-01-02 17:31:19 -06:00
Steve Riesenberg
d003c783e9 Merge branch '1.1.x' into 1.2.x
Closes gh-1493
2024-01-02 17:19:47 -06:00
Steve Riesenberg
d879d40299 Update to spring-security-release-plugin 1.0.1
Closes gh-1491
2024-01-02 17:18:33 -06:00
Joe Grandja
bd881c2cd7 Merge branch '1.1.x' 2023-12-19 15:00:09 -05:00
Joe Grandja
cf70dc8725 Merge branch '1.0.x' into 1.1.x 2023-12-19 14:55:29 -05:00
Joe Grandja
58d41bd5a3 Merge branch '0.4.x' into 1.0.x 2023-12-19 14:48:27 -05:00
Joe Grandja
9126064fc8 Next Development Version 2023-12-19 13:31:16 -05:00
Joe Grandja
e9b94b1f1e Release 0.4.5 2023-12-19 13:28:29 -05:00
Joe Grandja
fb8500cf6c Next Development Version 2023-12-19 12:20:23 -05:00
Joe Grandja
70f2991d43 Next Development Version 2023-12-19 12:01:22 -05:00
github-actions[bot]
92b3e44ac1 Release 1.1.4 2023-12-19 15:20:23 +00:00
github-actions[bot]
6a820fb722 Release 1.2.1 2023-12-19 15:20:21 +00:00
Joe Grandja
81890a85b3 Update to nimbus-jose-jwt 9.37.3
Closes gh-1484
2023-12-18 15:36:43 -05:00
Joe Grandja
06dd01ed9c Update to Spring Security 6.2.1
Closes gh-1483
2023-12-18 15:36:31 -05:00
Joe Grandja
9198d76ac7 Update to Spring Framework 6.1.2
Closes gh-1482
2023-12-18 15:35:50 -05:00
Joe Grandja
686e111e8d Update to Spring Security 6.1.6
Closes gh-1481
2023-12-18 15:24:36 -05:00
Joe Grandja
82efc12d93 Update to Spring Framework 6.0.15
Closes gh-1480
2023-12-18 15:24:15 -05:00
Joe Grandja
0af2308005 Update to Spring Security 5.8.9
Closes gh-1479
2023-12-18 15:07:19 -05:00
Joe Grandja
a1c4a2ced5 Update to Spring Framework 5.3.31
Closes gh-1478
2023-12-18 15:06:53 -05:00
Joe Grandja
2aaf6121c3 Fix tests
Related gh-1468
2023-12-18 14:14:42 -05:00
Joe Grandja
8e8dd22d64 Merge branch '1.1.x'
Closes gh-1477
2023-12-18 14:08:03 -05:00
Joe Grandja
c86ddacbca Additional polish gh-1468 2023-12-18 14:02:06 -05:00
Joe Grandja
d915f0ab79 Merge branch '1.0.x' into 1.1.x
Closes gh-1476
2023-12-18 12:10:16 -05:00
Joe Grandja
c3e20e98e6 Merge branch '0.4.x' into 1.0.x 2023-12-18 11:24:16 -05:00
Joe Grandja
f0a6a4c0bf Polish gh-1468 2023-12-18 11:00:07 -05:00
Greg Li
4bc0df5ef8 Fix to ensure endpoints distinguish between form and query parameters
Closes gh-1451
2023-12-15 16:06:05 -05:00
Joe Grandja
68d1691b8a Merge branch '1.1.x'
Closes gh-1474
2023-12-12 12:10:05 -05:00
Joe Grandja
fb9a13b0ff Allow expired ID tokens on RP-initiated logout
Closes gh-1440
2023-12-12 07:05:58 -05:00
Oskar Krishna Shrestha
f003d7e78f Update reference documentation link
Closes gh-1470
2023-12-08 10:55:40 -05:00
Joe Grandja
8f256a4511 Merge branch '1.1.x' 2023-12-08 09:28:05 -05:00
Joe Grandja
59d510b3ab Merge branch '1.0.x' into 1.1.x 2023-12-08 08:58:17 -05:00
Joe Grandja
042885cd8c Merge branch '0.4.x' into 1.0.x 2023-12-08 08:54:47 -05:00
Joe Grandja
639fe93544 Remove unused OAuth2EndpointUtils 2023-12-08 08:38:25 -05:00