Commit Graph

1090 Commits

Author SHA1 Message Date
Joe Grandja
9e8d7fc233 Preserve manual formatting
Issue gh-1616
2024-05-16 04:56:29 -04:00
Joe Grandja
5505572de4 Remove property springJavaformatExcludePackages
Issue gh-1616
2024-05-16 04:56:22 -04:00
Joe Grandja
79de9097a6 Update to spring-javaformat 0.0.41
Issue gh-1616
2024-05-16 04:55:36 -04:00
Steve Riesenberg
2712c209ef Update to actions/checkout@v4
Issue gh-1605
2024-05-02 15:17:45 -05:00
Steve Riesenberg
38c2a504b3 Update to spring-security-release-plugin 1.0.3
Closes gh-1594
2024-04-17 17:08:02 -05:00
github-actions[bot]
4b31a5f085 Next development version 2024-04-16 15:38:58 +00:00
github-actions[bot]
3d4f2df493 Release 1.1.7 2024-04-16 15:20:34 +00:00
Joe Grandja
486c4deaac Update to Spring Security 6.1.9
Closes gh-1588
2024-04-15 16:09:42 -04:00
Joe Grandja
20ca313610 Update to Spring Framework 6.0.19
Closes gh-1587
2024-04-15 16:09:09 -04:00
github-actions[bot]
1ae23aaa2f Next development version 2024-03-19 15:40:12 +00:00
github-actions[bot]
1992d20c8e Release 1.1.6 2024-03-19 15:20:51 +00:00
Joe Grandja
a7035d22bd Update PKCE validation 2024-03-18 19:32:27 -04:00
Joe Grandja
e22d79c49b Update to jackson-bom 2.15.4
Closes gh-1566
2024-03-18 10:01:09 -04:00
Joe Grandja
204263a7bd Update to Spring Security 6.1.8
Closes gh-1565
2024-03-18 10:00:56 -04:00
Joe Grandja
02c4fbec2c Update to Spring Framework 6.0.18
Closes gh-1564
2024-03-18 10:00:02 -04: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
Steve Riesenberg
f6b426ddf5 Use release version of spring-security-release-plugin
Closes gh-1526
2024-01-26 16:18:38 -06: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
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
d879d40299 Update to spring-security-release-plugin 1.0.1
Closes gh-1491
2024-01-02 17:18:33 -06: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
github-actions[bot]
92b3e44ac1 Release 1.1.4 2023-12-19 15:20:23 +00: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
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
fb9a13b0ff Allow expired ID tokens on RP-initiated logout
Closes gh-1440
2023-12-12 07:05:58 -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
Joe Grandja
4fdd262e99 Merge branch '1.0.x' into 1.1.x 2023-12-06 10:18:40 -05:00
Joe Grandja
8d426f9fa9 Merge branch '0.4.x' into 1.0.x 2023-12-06 10:09:06 -05:00
Joe Grandja
30d6129117 Revert "Issuer should not support path component"
This reverts commit c3f86d11f8.
2023-12-06 10:02:10 -05:00
Joe Grandja
e3bf93c037 Merge branch '1.0.x' into 1.1.x 2023-11-20 11:12:08 -05:00
Joe Grandja
6544119a79 Merge branch '0.4.x' into 1.0.x 2023-11-20 11:08:35 -05:00
Joe Grandja
d52edb8f76 Update javadoc for JDBC implementations 2023-11-20 11:03:58 -05:00
Steve Riesenberg
4cb683fc17 Merge branch '1.0.x' into 1.1.x 2023-11-15 16:44:32 -06:00
Steve Riesenberg
d4a9698cee Fix release scheduling params
Issue gh-1426
2023-11-15 16:43:00 -06:00
Joe Grandja
1eaebcaf4b Remove org.webjars dependencies from demo-authorizationserver sample
Closes gh-1445
2023-11-14 06:01:50 -05:00
Joe Grandja
471c38a27f Remove unused dependency com.h2database:h2 2023-11-09 05:45:04 -05:00