Commit Graph

2502 Commits

Author SHA1 Message Date
Marcus Hert Da Coregio
223a90ffbb Add SpringSessionBackedReactiveSessionRegistry
Closes gh-2824
2024-02-28 14:55:43 -03:00
debjit2001
203a10024c Fix typo in findByUsername guide 2024-02-27 11:32:04 -03:00
Marcus Hert Da Coregio
1fee9e60f0 Merge branch '3.2.x' 2024-02-27 07:44:24 -03:00
dependabot[bot]
57860f7148 Bump org-springframework-boot from 3.2.2 to 3.2.3
Bumps `org-springframework-boot` from 3.2.2 to 3.2.3.

Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.3)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.3)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 07:43:53 -03:00
dependabot[bot]
141565109f Bump org-springframework-boot from 3.2.2 to 3.2.3
Bumps `org-springframework-boot` from 3.2.2 to 3.2.3.

Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.3)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.2...v3.2.3)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 07:43:43 -03:00
Marcus Hert Da Coregio
ccf6daaa21 Merge branch '3.2.x'
Closes gh-2817
2024-02-23 14:18:13 -03:00
Marcus Hert Da Coregio
97c3853b12 Merge branch '3.1.x' into 3.2.x
Closes gh-2816
2024-02-23 14:17:57 -03:00
Marcus Hert Da Coregio
4920499bd2 Fix issue where application fails to start with multiple TransactionManager beans
Prior to this commit, if an application had multiple PlatformTransactionManager beans it would fail to start even when configuring a proper TransactionOperations qualified bean.
This commit introduces the @SpringSessionTransactionManager bean qualifier to specify which bean should be injected into Spring Session JDBC configuration, if no bean specified, it tries to resolve a unique PlatformTransactionManager bean from the application context to maintain backward compatibility.

Closes gh-2801
2024-02-23 14:15:14 -03:00
Marcus Hert Da Coregio
c46acef595 Merge branch '3.2.x' 2024-02-23 10:58:45 -03:00
Marcus Hert Da Coregio
5db2ea26cc Merge branch '3.1.x' into 3.2.x 2024-02-23 10:58:33 -03:00
dependabot[bot]
134dae5fc3 Bump org.springframework.security:spring-security-bom
Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.2.1...6.2.2)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 10:58:10 -03:00
dependabot[bot]
e3be498a9d Bump org.springframework.security:spring-security-bom
Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.1.6 to 6.1.7.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.1.6...6.1.7)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 10:57:45 -03:00
dependabot[bot]
5163756eec Bump org.springframework.data:spring-data-bom from 2023.1.2 to 2023.1.3
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2023.1.2 to 2023.1.3.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases)
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2023.1.2...2023.1.3)

---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 10:57:26 -03:00
dependabot[bot]
3a55b0e7f6 Bump org.postgresql:postgresql from 42.5.4 to 42.5.5
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.5.4 to 42.5.5.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.5.4...REL42.5.5)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 10:57:14 -03:00
dependabot[bot]
7d12270a2f Bump org.postgresql:postgresql from 42.6.0 to 42.6.1
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.6.0 to 42.6.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.6.0...REL42.6.1)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 10:57:02 -03:00
dependabot[bot]
0ad16f2863 Bump org.postgresql:postgresql from 42.6.0 to 42.6.1
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.6.0 to 42.6.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.6.0...REL42.6.1)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 10:56:53 -03:00
dependabot[bot]
db283326be Bump org-springframework-boot from 3.1.8 to 3.1.9
Bumps `org-springframework-boot` from 3.1.8 to 3.1.9.

Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.8 to 3.1.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.8...v3.1.9)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.1.8 to 3.1.9
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.8...v3.1.9)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-23 10:55:45 -03:00
github-actions[bot]
47bc27035f Next development version 2024-02-20 14:40:25 +00:00
github-actions[bot]
59f7f4d2d4 Release 3.3.0-M2 2024-02-20 14:26:48 +00:00
Marcus Hert Da Coregio
cadb0f52bb Update Spring Data to 2024.0.0-M1
Closes gh-2807
2024-02-20 11:12:50 -03:00
Marcus Hert Da Coregio
3958cba270 Update Spring Security to 6.3.0-M2
Closes gh-2806
2024-02-20 11:11:05 -03:00
Marcus Hert Da Coregio
0bc6a11649 Revert "Release 3.3.0-M2"
This reverts commit 5016938ad0.
2024-02-20 11:09:56 -03:00
github-actions[bot]
5016938ad0 Release 3.3.0-M2 2024-02-20 13:20:30 +00:00
Marcus Hert Da Coregio
813e59de1d Merge branch '3.2.x' 2024-02-16 11:16:28 -03:00
Marcus Hert Da Coregio
dffba62e2c Merge branch '3.1.x' into 3.2.x 2024-02-16 11:16:21 -03:00
dependabot[bot]
7e721ff056 Bump com.fasterxml.jackson:jackson-bom from 2.15.3 to 2.15.4
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.15.3 to 2.15.4.
- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.15.3...jackson-bom-2.15.4)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:15:44 -03:00
dependabot[bot]
5d3770e597 Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.15.4
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.15.4.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:15:20 -03:00
dependabot[bot]
81d5894d3a Bump org.aspectj:aspectjweaver from 1.9.21 to 1.9.21.1
Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.21 to 1.9.21.1.
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

---
updated-dependencies:
- dependency-name: org.aspectj:aspectjweaver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:15:07 -03:00
dependabot[bot]
5f86a7ef3b Bump org.aspectj:aspectjweaver from 1.9.21 to 1.9.21.1
Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.21 to 1.9.21.1.
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

---
updated-dependencies:
- dependency-name: org.aspectj:aspectjweaver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:14:59 -03:00
dependabot[bot]
dd27b08f7a Bump org.aspectj:aspectjweaver from 1.9.21 to 1.9.21.1
Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.21 to 1.9.21.1.
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

---
updated-dependencies:
- dependency-name: org.aspectj:aspectjweaver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:14:52 -03:00
dependabot[bot]
c6fe729ba4 Bump io.projectreactor:reactor-bom from 2023.0.2 to 2023.0.3
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.2 to 2023.0.3.
- [Release notes](https://github.com/reactor/reactor/releases)
- [Commits](https://github.com/reactor/reactor/compare/2023.0.2...2023.0.3)

---
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>
2024-02-16 11:14:43 -03:00
dependabot[bot]
571b9bd0d1 Bump org.springframework:spring-framework-bom from 6.1.3 to 6.1.4
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.3...v6.1.4)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:14:30 -03:00
dependabot[bot]
3494352d31 Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.15.4
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.15.4.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:14:14 -03:00
dependabot[bot]
6bacdaa010 Bump io.projectreactor:reactor-bom from 2023.0.2 to 2023.0.3
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.2 to 2023.0.3.
- [Release notes](https://github.com/reactor/reactor/releases)
- [Commits](https://github.com/reactor/reactor/compare/2023.0.2...2023.0.3)

---
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>
2024-02-16 11:14:07 -03:00
dependabot[bot]
50f30ab4c6 Bump org.springframework:spring-framework-bom from 6.1.3 to 6.1.4
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.3 to 6.1.4.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.3...v6.1.4)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:13:55 -03:00
dependabot[bot]
bb0b57f906 Bump com.fasterxml.jackson:jackson-bom from 2.15.3 to 2.15.4
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.15.3 to 2.15.4.
- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.15.3...jackson-bom-2.15.4)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:13:39 -03:00
dependabot[bot]
5a535338a7 Bump org.springframework:spring-framework-bom from 6.0.16 to 6.0.17
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.0.16 to 6.0.17.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.16...v6.0.17)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 11:13:31 -03:00
dependabot[bot]
d417db88cd Bump io.projectreactor:reactor-bom from 2022.0.15 to 2022.0.16
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2022.0.15 to 2022.0.16.
- [Release notes](https://github.com/reactor/reactor/releases)
- [Commits](https://github.com/reactor/reactor/compare/2022.0.15...2022.0.16)

---
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>
2024-02-16 11:13:21 -03:00
Marcus Hert Da Coregio
15b222f1c9 Merge branch '3.2.x' 2024-02-07 10:49:57 -03:00
Marcus Hert Da Coregio
e6ff000bed Merge branch '3.1.x' into 3.2.x 2024-02-07 10:49:49 -03:00
dependabot[bot]
c8e2257dc9 Bump gradle/wrapper-validation-action from 1 to 2
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 2.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 10:49:36 -03:00
dependabot[bot]
999d164a3f Bump gradle/wrapper-validation-action from 1 to 2
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 2.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 10:49:25 -03:00
dependabot[bot]
9278e1e441 Bump gradle/wrapper-validation-action from 1 to 2
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 2.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 10:49:15 -03:00
dependabot[bot]
c2ad106d39 Bump org-slf4j from 2.0.11 to 2.0.12
Bumps `org-slf4j` from 2.0.11 to 2.0.12.

Updates `org.slf4j:jcl-over-slf4j` from 2.0.11 to 2.0.12

Updates `org.slf4j:log4j-over-slf4j` from 2.0.11 to 2.0.12

Updates `org.slf4j:slf4j-api` from 2.0.11 to 2.0.12

---
updated-dependencies:
- dependency-name: org.slf4j:jcl-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:log4j-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 10:49:05 -03:00
dependabot[bot]
fde40e395c Bump org-slf4j from 2.0.11 to 2.0.12
Bumps `org-slf4j` from 2.0.11 to 2.0.12.

Updates `org.slf4j:jcl-over-slf4j` from 2.0.11 to 2.0.12

Updates `org.slf4j:log4j-over-slf4j` from 2.0.11 to 2.0.12

Updates `org.slf4j:slf4j-api` from 2.0.11 to 2.0.12

---
updated-dependencies:
- dependency-name: org.slf4j:jcl-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:log4j-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 10:48:55 -03:00
dependabot[bot]
8101510367 Bump org-slf4j from 2.0.11 to 2.0.12
Bumps `org-slf4j` from 2.0.11 to 2.0.12.

Updates `org.slf4j:jcl-over-slf4j` from 2.0.11 to 2.0.12

Updates `org.slf4j:log4j-over-slf4j` from 2.0.11 to 2.0.12

Updates `org.slf4j:slf4j-api` from 2.0.11 to 2.0.12

---
updated-dependencies:
- dependency-name: org.slf4j:jcl-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:log4j-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 10:48:36 -03:00
Marcus Hert Da Coregio
d94804bbdf Merge branch '3.2.x' 2024-02-05 08:42:56 -03:00
Marcus Hert Da Coregio
a704388786 Remove unused plugin 2024-02-05 08:42:51 -03:00
Marcus Hert Da Coregio
30b077813c Merge branch '3.2.x'
Closes gh-2779
2024-02-05 08:40:18 -03:00
Marcus Hert Da Coregio
c49e198ddc Merge branch '3.1.x' into 3.2.x
Closes gh-2778
2024-02-05 08:40:10 -03:00