Tran Ngoc Nhan
aced3bcf16
Encode Introspection clientId and clientSecret
...
Closes gh-15988
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 year ago
Marco Haase
7c4448c588
Fix broken link to MockMvc documentation
...
Link to Test chapter of Spring Framework documentation is broken,
this commit fixes it.
Signed-off-by: Marco Haase <marco.haase@de.bosch.com>
1 year ago
2-say
33ecb443ea
Suggest replacing size() == 0 with isEmpty() for collection check
...
Consider using isEmpty() instead of size() == 0 to improve code readability
and follow modern Java practices.
Signed-off-by: 2-say <dev2say@gmail.com>
1 year ago
Max Batischev
17fb4d1c0d
Fixed typo in WebAuthnDsl
...
Signed-off-by: Max Batischev <mblancer@mail.ru>
1 year ago
Josh Cummings
352a6a0d53
Add Breaking Change Section for 6.5
...
Issue gh-16422
1 year ago
DingHao
45f22a46e3
Use spring.security prefix instead of security.security
...
Closes gh-16422
Signed-off-by: DingHao <dh.hiekn@gmail.com>
1 year ago
Tran Ngoc Nhan
38006fea2c
Fix broken link
...
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
1 year ago
Max Batischev
ed3f3d17b2
Add support customizing redirect URI
...
Closes gh-14778
1 year ago
Josh Cummings
7b8ff72c4e
Fix MVC Documentation for Kotlin
...
Closes gh-16426
1 year ago
Josh Cummings
443af32314
Move Servlet Mocks to Web
...
Issue gh-13551
1 year ago
Josh Cummings
8827b2e564
Polish Using Request ServletContext
...
Issue gh-14418
1 year ago
Josh Cummings
75a35793dc
Polish requestMatchers Logic
...
Issue gh-13551
1 year ago
Steve Riesenberg
ddca7dc629
Merge branch '6.4.x'
...
Closes gh-16425
1 year ago
Steve Riesenberg
b4befb4263
Merge branch '6.3.x' into 6.4.x
...
Closes gh-16424
1 year ago
Steve Riesenberg
a3f6825f9c
Fix missing GChat notifications with workaround
...
This fix was suggested by GitHub Support as a workaround for a bug where
`failure()` is not working for reusable workflows that will be fixed in
a few months.
Closes gh-16423
1 year ago
github-actions[bot]
c78ac116f9
Merge branch '6.4.x'
1 year ago
dependabot[bot]
ce38162c86
Bump io.projectreactor:reactor-bom from 2023.0.13 to 2023.0.14
...
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor ) from 2023.0.13 to 2023.0.14.
- [Release notes](https://github.com/reactor/reactor/releases )
- [Commits](https://github.com/reactor/reactor/compare/2023.0.13...2023.0.14 )
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
github-actions[bot]
1cb775ba0b
Merge branch '6.4.x'
1 year ago
github-actions[bot]
2e5c5fffc4
Merge branch '6.3.x' into 6.4.x
1 year ago
dependabot[bot]
ea0ec9e662
Bump io.projectreactor:reactor-bom from 2023.0.13 to 2023.0.14
...
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor ) from 2023.0.13 to 2023.0.14.
- [Release notes](https://github.com/reactor/reactor/releases )
- [Commits](https://github.com/reactor/reactor/compare/2023.0.13...2023.0.14 )
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
25109cffb5
Bump io.projectreactor:reactor-bom from 2023.0.13 to 2023.0.14
...
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor ) from 2023.0.13 to 2023.0.14.
- [Release notes](https://github.com/reactor/reactor/releases )
- [Commits](https://github.com/reactor/reactor/compare/2023.0.13...2023.0.14 )
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
360c6b3c80
Bump org-bouncycastle from 1.79 to 1.80
...
Bumps `org-bouncycastle` from 1.79 to 1.80.
Updates `org.bouncycastle:bcpkix-jdk18on` from 1.79 to 1.80
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html )
- [Commits](https://github.com/bcgit/bc-java/commits )
Updates `org.bouncycastle:bcprov-jdk18on` from 1.79 to 1.80
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html )
- [Commits](https://github.com/bcgit/bc-java/commits )
---
updated-dependencies:
- dependency-name: org.bouncycastle:bcpkix-jdk18on
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bcprov-jdk18on
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Josh Cummings
6019803064
Merge branch '6.4.x'
1 year ago
Josh Cummings
244fd2eb51
Support Serialization in Exceptions
...
Issue gh-16276
1 year ago
Josh Cummings
acd1bb1777
Merge branch '6.4.x'
1 year ago
Josh Cummings
8e59fa1719
Don't Support Serialization for Jackson (De)serializers
...
Issue gh-16276
1 year ago
Josh Cummings
0af4cdbf5c
Merge branch '6.4.x'
1 year ago
Josh Cummings
8735368d9e
Don't Support Serialization of Jackson Modules
...
Issu gh-16276
1 year ago
Josh Cummings
8035815e56
Merge branch '6.4.x'
1 year ago
Josh Cummings
feea103050
Formatting
...
Issue gh-16276
1 year ago
Josh Cummings
28644aa966
Merge branch '6.4.x'
1 year ago
Josh Cummings
6f379aa907
Add Serializable to Csrf Components
...
Issue gh-16276
1 year ago
dependabot[bot]
a11944e19a
Bump io.micrometer:micrometer-observation from 1.14.2 to 1.14.3
...
Bumps [io.micrometer:micrometer-observation](https://github.com/micrometer-metrics/micrometer ) from 1.14.2 to 1.14.3.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.14.2...v1.14.3 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-observation
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
github-actions[bot]
1d688a9ea3
Merge branch '6.4.x'
1 year ago
dependabot[bot]
ca2c617946
Bump io.micrometer:micrometer-observation from 1.14.2 to 1.14.3
...
Bumps [io.micrometer:micrometer-observation](https://github.com/micrometer-metrics/micrometer ) from 1.14.2 to 1.14.3.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.14.2...v1.14.3 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-observation
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Max Batischev
7fae738a9b
Add support fullyAuthenticated to Kotlin DSL
...
Closes gh-16162
1 year ago
Rob Winch
bb38fd3483
Merge branch '6.4.x'
...
Closes gh-16409
1 year ago
Toshiaki Maki
5075869418
Fix for JdbcOneTimeTokenService cleanupExpiredTokens failing with PostgreSQL
...
Closes gh-16344
1 year ago
Steve Riesenberg
071e414bbc
Update release-scheduler.yml
...
Remove 5.8.x and 6.2.x branches from release-scheduler.yml
Signed-off-by: Steve Riesenberg <5248162+sjohnr@users.noreply.github.com>
1 year ago
github-actions[bot]
b63e8f50a5
Merge branch '6.4.x'
1 year ago
dependabot[bot]
b9b29edbeb
Bump io.mockk:mockk from 1.13.14 to 1.13.16
...
Bumps [io.mockk:mockk](https://github.com/mockk/mockk ) from 1.13.14 to 1.13.16.
- [Release notes](https://github.com/mockk/mockk/releases )
- [Commits](https://github.com/mockk/mockk/compare/1.13.14...1.13.16 )
---
updated-dependencies:
- dependency-name: io.mockk:mockk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Muhammad N. Fadhil
b7b915d7c9
Improved sentence phrasing in the docs.
1 year ago
Muhammad N. Fadhil
a78e888ce0
Fixed grammatical mistakes in the docs.
1 year ago
Muhammad N. Fadhil
fdd50ca3bf
Fixed a grammatical mistake in the docs.
1 year ago
Rob Winch
85b854c61c
Merge branch '6.4.x'
...
- Fix Kotlin DSL webAuthn { }
- Add Support disableDefaultRegistrationPage to WebAuthnDsl
Closes gh-16403
Closes gh-16404
1 year ago
Max Batischev
decf4def95
Add Support disableDefaultRegistrationPage to WebAuthnDsl
...
Closes gh-16395
Signed-off-by: Max Batischev <mblancer@mail.ru>
1 year ago
Max Batischev
882766e54f
Fix Kotlin webAuthn {}
...
Fixes the default configuration for WebAuthn Kotlin DSL
Closes gh-16338
Signed-off-by: Max Batischev <mblancer@mail.ru>
1 year ago
dependabot[bot]
cc481a1bb3
Bump org.htmlunit:htmlunit from 4.7.0 to 4.8.0
...
Bumps [org.htmlunit:htmlunit](https://github.com/HtmlUnit/htmlunit ) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases )
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/4.7.0...4.8.0 )
---
updated-dependencies:
- dependency-name: org.htmlunit:htmlunit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
05b63cfed9
Bump io.mockk:mockk from 1.13.14 to 1.13.16
...
Bumps [io.mockk:mockk](https://github.com/mockk/mockk ) from 1.13.14 to 1.13.16.
- [Release notes](https://github.com/mockk/mockk/releases )
- [Commits](https://github.com/mockk/mockk/compare/1.13.14...1.13.16 )
---
updated-dependencies:
- dependency-name: io.mockk:mockk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
github-actions[bot]
d457e0b59d
Merge branch '6.3.x' into 6.4.x
1 year ago