dependabot[bot]
bb06f2d1b9
Bump org.testcontainers:testcontainers-bom from 1.17.3 to 1.17.6
...
Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java ) from 1.17.3 to 1.17.6.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.3...1.17.6 )
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-18 15:00:50 -03:00
dependabot[bot]
3181c92159
Bump jakarta-websocket from 2.1.0 to 2.1.1
...
Bumps `jakarta-websocket` from 2.1.0 to 2.1.1.
Updates `jakarta.websocket:jakarta.websocket-api` from 2.1.0 to 2.1.1
- [Changelog](https://github.com/jakartaee/websocket/blob/master/websocket-1.1-changes.txt )
- [Commits](https://github.com/eclipse-ee4j/websocket-api/commits )
Updates `jakarta.websocket:jakarta.websocket-client-api` from 2.1.0 to 2.1.1
- [Changelog](https://github.com/jakartaee/websocket/blob/master/websocket-1.1-changes.txt )
- [Commits](https://github.com/eclipse-ee4j/websocket-api/commits )
---
updated-dependencies:
- dependency-name: jakarta.websocket:jakarta.websocket-api
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: jakarta.websocket:jakarta.websocket-client-api
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-18 15:00:37 -03:00
Marcus Da Coregio
cf1827a56d
Move tests to dynamic configuration tests
...
(cherry picked from commit bf5f04f40c )
2023-10-18 14:38:26 -03:00
Marcus Da Coregio
5453543377
Fix branches-ignore rule
...
Issue gh-2493
2023-10-18 14:07:08 -03:00
Marcus Da Coregio
69c2856c85
Do not run CI and Deploy Docs for Dependabot Branches
...
Issue gh-2493
2023-10-18 14:03:52 -03:00
Marcus Da Coregio
047839e3f2
Use Gradle Version Catalog
...
Closes gh-2490
2023-10-18 11:01:56 -03:00
Marcus Da Coregio
9ca247a95b
Merge branch '2.7.x' into 3.0.x
2023-10-17 15:43:16 -03:00
Marcus Da Coregio
ddc918c687
Next development version
2023-10-17 09:44:56 -03:00
Marcus Da Coregio
4151b79865
Next development version
2023-10-17 09:44:38 -03:00
Marcus Da Coregio
2df90aea9d
Release 3.0.4
2023-10-17 08:53:32 -03:00
Marcus Da Coregio
502311a2f0
Release 2.7.4
2023-10-17 08:52:43 -03:00
Marcus Da Coregio
7a026b2ee1
Update org.springframework.data:spring-data-bom to 2022.0.11
...
Issue gh-2479
2023-10-16 15:02:42 -03:00
Marcus Da Coregio
e2d35eddf8
Merge branch '2.7.x' into 3.0.x
...
Closes gh-dry-run
2023-10-16 14:51:32 -03:00
Marcus Da Coregio
1056f65bea
Update org.springframework.security:spring-security-bom to 6.0.8
...
Closes gh-2480
2023-10-16 14:42:47 -03:00
Marcus Da Coregio
8e4bb2c4fd
Update org.springframework.data:spring-data-bom to 2022.0.12
...
Closes gh-2479
2023-10-16 14:42:21 -03:00
Marcus Da Coregio
f746dc97fb
Update org.springframework:spring-framework-bom to 6.0.13
...
Closes gh-2478
2023-10-16 14:41:49 -03:00
Marcus Da Coregio
85c5c12afa
Update io.projectreactor:reactor-bom to 2022.0.12
...
Closes gh-2477
2023-10-16 14:41:15 -03:00
Marcus Da Coregio
9ee0614954
Update to org.springframework.security:spring-security-bom to 5.7.11
...
Closes gh-2476
2023-10-16 14:37:55 -03:00
Marcus Da Coregio
ead7755389
Update to org.springframework.data:spring-data-bom to 2021.2.17
...
Closes gh-2475
2023-10-16 14:37:20 -03:00
Marcus Da Coregio
5181072072
Update org.springframework:spring-framework-bom to 5.3.30
...
Closes gh-2474
2023-10-16 14:36:45 -03:00
Marcus Da Coregio
d6294a13a7
Merge branch '2.7.x' into 3.0.x
...
Closes gh-2470
2023-10-16 10:48:37 -03:00
Marcus Da Coregio
5614a7d765
Fix Reactive Redis Sessions Never Expiring
...
Prior to this commit, we were using Mono#and(Mono) to execute operations sequentially on Redis. However, the and(...) operator does not guarantee that the operations will run sequentially. This commit changes from Mono#and to Mono#flatMap
Closes gh-2464
2023-10-16 10:47:55 -03:00
Marcus Da Coregio
4602eaa194
Add Customizing Cookie to Common Configurations
...
Closes gh-2456
2023-10-10 10:32:05 -03:00
Marcus Da Coregio
57d2eb157d
Add guides to navigation list
...
Issue gh-2456
2023-10-10 10:31:25 -03:00
Marcus Da Coregio
4a78329999
Uncomment Hazelcast Configuration on Docs
...
Closes gh-2461
2023-10-10 09:08:41 -03:00
Marcus Da Coregio
3550a6fb74
Re-enable ClientServerHazelcastIndexedSessionRepositoryITests
...
Issue gh-1958
2023-10-09 11:22:48 -03:00
70825
67e838f9cf
Update reference site link
2023-10-03 10:13:31 -03:00
Yanming Zhou
5ed2bd3fc6
Change charset in .editorconfig to utf-8
2023-09-01 15:09:51 -03:00
Kirk Lin
46ed262503
ci: fix GitHub Actions Deprecating save-state and set-output commands
2023-09-01 14:22:36 -03:00
Marcus Da Coregio
bf2037eb07
Merge branch '2.7.x' into 3.0.x
2023-08-18 18:08:59 -03:00
Marcus Da Coregio
07eae3a5b9
Merge branch '2.6.x' into 2.7.x
2023-08-18 18:08:26 -03:00
Marcus Da Coregio
0a1700b29e
Next development version
2023-08-18 18:08:21 -03:00
Marcus Da Coregio
e19beec5ea
Next development version
2023-08-18 18:08:01 -03:00
Marcus Da Coregio
f4d846be59
Next development version
2023-08-18 18:05:54 -03:00
Marcus Da Coregio
243a633194
Release 3.0.3
2023-08-18 17:12:24 -03:00
Marcus Da Coregio
f5578c13bd
Update org.springframework.data to 2022.0.9
...
Closes gh-2424
2023-08-18 14:59:57 -03:00
Marcus Da Coregio
1b40591f89
Update org.springframework to 6.0.11
...
Closes gh-2422
2023-08-18 14:59:57 -03:00
Marcus Da Coregio
1739715dc3
Update Spring Security to 6.0.5
...
Closes gh-2425
2023-08-18 14:59:56 -03:00
Marcus Da Coregio
a189e98630
Release 2.7.3
2023-08-18 10:31:34 -03:00
Marcus Da Coregio
c55a646180
Release 2.6.4
2023-08-18 10:20:44 -03:00
Marcus Da Coregio
e907e4d007
Update Spring Security to 5.7.10
...
Closes gh-2405
2023-08-18 10:08:34 -03:00
Marcus Da Coregio
a8d5920bf0
Update Spring Data to 2021.2.14
...
Closes gh-2404
2023-08-18 10:07:26 -03:00
Marcus Da Coregio
14aff3f96a
Update Spring Framework to 5.3.29
...
Closes gh-2403
2023-08-18 10:06:30 -03:00
Marcus Da Coregio
45206bb6d1
Update Spring Security to 5.6.12
...
Closes gh-2402
2023-08-18 09:50:58 -03:00
Marcus Da Coregio
493db334d4
Update Spring Data to 2021.1.10
...
Closes gh-2401
2023-08-18 09:50:07 -03:00
Marcus Da Coregio
3109e34983
Update Spring Framework to 5.3.29
...
Closes gh-2400
2023-08-18 09:49:51 -03:00
Marcus Da Coregio
12d08e21bf
Upgrade to Gradle 8.2.1
...
Closes gh-2388
2023-07-24 14:54:34 -03:00
Marcus Da Coregio
e89364cd95
Consider CheckstylePlugin in updateDependencies
2023-07-19 09:45:57 -03:00
Marcus Da Coregio
a3feea3e1c
Do not upgrade Gradle in updateDependencies
...
Closes gh-2382
2023-07-19 09:43:53 -03:00
Marcus Da Coregio
39c27ea9e0
Only consider dependency-management.gradle when updating dependencies
2023-07-19 09:42:17 -03:00