Commit Graph

2725 Commits

Author SHA1 Message Date
github-actions[bot]
780d6dcc63 Merge branch '3.2.x' 2024-05-15 03:43:32 +00:00
dependabot[bot]
0da473cc2d Bump io.projectreactor:reactor-bom from 2023.0.5 to 2023.0.6
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2023.0.5 to 2023.0.6.
- [Release notes](https://github.com/reactor/reactor/releases)
- [Commits](https://github.com/reactor/reactor/compare/2023.0.5...2023.0.6)

---
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-05-14 20:42:54 -07:00
dependabot[bot]
653d073fc5 Bump com.gradle.develocity from 3.17.2 to 3.17.3
Bumps com.gradle.develocity from 3.17.2 to 3.17.3.

---
updated-dependencies:
- dependency-name: com.gradle.develocity
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 20:57:22 -07:00
github-actions[bot]
9c2a50c7ec Merge branch '3.2.x' 2024-05-14 03:40:13 +00:00
dependabot[bot]
4248237828 Bump com.gradle.develocity from 3.17.2 to 3.17.3
Bumps com.gradle.develocity from 3.17.2 to 3.17.3.

---
updated-dependencies:
- dependency-name: com.gradle.develocity
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 20:39:40 -07:00
github-actions[bot]
8f4cf0b19b Merge branch '3.2.x' 2024-05-14 03:38:01 +00:00
github-actions[bot]
9c65b13eb4 Merge branch '3.1.x' into 3.2.x 2024-05-14 03:38:01 +00:00
dependabot[bot]
b5a0d285f2 Bump com.gradle.develocity from 3.17.2 to 3.17.3
Bumps com.gradle.develocity from 3.17.2 to 3.17.3.

---
updated-dependencies:
- dependency-name: com.gradle.develocity
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 20:37:20 -07:00
github-actions[bot]
dee3ec2ecd Merge branch '3.2.x' 2024-05-13 17:44:48 +00:00
dependabot[bot]
4e55dd2749 Bump io.spring.ge.conventions from 0.0.16 to 0.0.17
Bumps [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions) from 0.0.16 to 0.0.17.
- [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases)
- [Commits](https://github.com/spring-io/gradle-enterprise-conventions/compare/v0.0.16...v0.0.17)

---
updated-dependencies:
- dependency-name: io.spring.ge.conventions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 10:44:15 -07:00
dependabot[bot]
967cfae359 Bump io.spring.ge.conventions from 0.0.16 to 0.0.17
Bumps [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions) from 0.0.16 to 0.0.17.
- [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases)
- [Commits](https://github.com/spring-io/gradle-enterprise-conventions/compare/v0.0.16...v0.0.17)

---
updated-dependencies:
- dependency-name: io.spring.ge.conventions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 10:44:14 -07:00
github-actions[bot]
cd4c80e533 Merge branch '3.1.x' into 3.2.x 2024-05-13 17:43:50 +00:00
github-actions[bot]
076285c0d6 Merge branch '3.2.x' 2024-05-13 17:43:50 +00:00
dependabot[bot]
77ef2b8339 Bump io.spring.ge.conventions from 0.0.16 to 0.0.17
Bumps [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions) from 0.0.16 to 0.0.17.
- [Release notes](https://github.com/spring-io/gradle-enterprise-conventions/releases)
- [Commits](https://github.com/spring-io/gradle-enterprise-conventions/compare/v0.0.16...v0.0.17)

---
updated-dependencies:
- dependency-name: io.spring.ge.conventions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-13 10:43:07 -07:00
Marcus Hert Da Coregio
50f2ab338c Merge branch '3.2.x'
Closes gh-2974
2024-05-13 14:32:39 -03:00
Marcus Hert Da Coregio
f20ebbe931 Merge branch '3.1.x' into 3.2.x
Closes gh-2973
2024-05-13 14:32:24 -03:00
Marcus Hert Da Coregio
a19248f0ff Migrate to com.gradle.develocity plugin
Closes gh-2972
2024-05-13 14:32:08 -03:00
Marcus Hert Da Coregio
21260787d3 Polish
Closes gh-2917
2024-05-13 10:46:47 -03:00
Stephen Kinser
44a6da43fa Redis reads session once not twice during cleanup
I noticed that the session gets read twice at 4dc81ec10d/spring-session-data-redis/src/main/java/org/springframework/session/data/redis/ReactiveRedisIndexedSessionRepository.java (L441-L442). This alters the code to only read it once.
2024-05-13 10:41:21 -03:00
Marcus Hert Da Coregio
9dbf18a5ab Merge branch '3.2.x' 2024-05-13 10:31:14 -03:00
Marcus Hert Da Coregio
1f90336df4 Merge branch '3.1.x' into 3.2.x 2024-05-13 10:31:09 -03:00
Stephen Kinser
8b485b6020 Doc cautions about index repo with Redis Cluster
Due to https://github.com/spring-projects/spring-data-redis/issues/1111, applications can suffer from missing important Keyspace events as described at https://github.com/spring-projects/spring-session/issues/2230.

This adds a caution to the docs to help others avoid running into this problem and suggests an alternative.

Mitigates #2230.
2024-05-13 10:29:27 -03:00
dependabot[bot]
c235d9a313 Bump org.aspectj:aspectjweaver from 1.9.22 to 1.9.22.1
Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.22 to 1.9.22.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-05-12 21:16:04 -07:00
github-actions[bot]
821109f436 Merge branch '3.1.x' into 3.2.x 2024-05-13 03:58:20 +00:00
github-actions[bot]
1f20d5dd2e Merge branch '3.2.x' 2024-05-13 03:58:20 +00:00
dependabot[bot]
0db644b620 Bump org.aspectj:aspectjweaver from 1.9.22 to 1.9.22.1
Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.22 to 1.9.22.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-05-12 20:57:41 -07:00
github-actions[bot]
a9f73b254c Merge branch '3.2.x' 2024-05-13 03:28:46 +00:00
dependabot[bot]
2f1db9ecb5 Bump org.aspectj:aspectjweaver from 1.9.22 to 1.9.22.1
Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.22 to 1.9.22.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-05-12 20:28:14 -07:00
dependabot[bot]
4701220f48 Bump org.testcontainers:testcontainers-bom from 1.19.7 to 1.19.8
Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.19.7 to 1.19.8.
- [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.19.7...1.19.8)

---
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>
2024-05-09 21:12:23 -07:00
Marcus Hert Da Coregio
ee667bb688 Merge branch '3.2.x' 2024-05-09 09:08:04 -03:00
Marcus Hert Da Coregio
3534dc462f Merge branch '3.1.x' into 3.2.x 2024-05-09 09:07:57 -03:00
K Siva Prasad Reddy
628eaedc32 Improve documentation for JDBC JSON serialization. 2024-05-09 09:07:15 -03:00
dependabot[bot]
540a078a38 Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.0 to 2.17.1.
- [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-05-05 20:53:32 -07:00
dependabot[bot]
396f9b912d Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.0 to 2.17.1.
- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.17.0...jackson-bom-2.17.1)

---
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-05-05 20:43:13 -07:00
github-actions[bot]
772351c639 Merge branch '3.1.x' into 3.2.x 2024-05-03 03:29:53 +00:00
github-actions[bot]
1372e11f19 Merge branch '3.2.x' 2024-05-03 03:29:53 +00:00
dependabot[bot]
6e789c7693 Bump com.github.spullara.mustache.java:compiler from 0.9.12 to 0.9.13
Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) from 0.9.12 to 0.9.13.
- [Commits](https://github.com/spullara/mustache.java/compare/mustache.java-0.9.12...mustache.java-0.9.13)

---
updated-dependencies:
- dependency-name: com.github.spullara.mustache.java:compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 20:29:16 -07:00
github-actions[bot]
41e0269093 Merge branch '3.2.x' 2024-05-03 03:27:42 +00:00
dependabot[bot]
d520b8c962 Bump com.github.spullara.mustache.java:compiler from 0.9.12 to 0.9.13
Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) from 0.9.12 to 0.9.13.
- [Commits](https://github.com/spullara/mustache.java/compare/mustache.java-0.9.12...mustache.java-0.9.13)

---
updated-dependencies:
- dependency-name: com.github.spullara.mustache.java:compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 20:27:02 -07:00
dependabot[bot]
35f1e23126 Bump com.github.spullara.mustache.java:compiler from 0.9.11 to 0.9.13
Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) from 0.9.11 to 0.9.13.
- [Commits](https://github.com/spullara/mustache.java/compare/mustache.java-0.9.11...mustache.java-0.9.13)

---
updated-dependencies:
- dependency-name: com.github.spullara.mustache.java:compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 20:22:17 -07:00
github-actions[bot]
40738627cc Merge branch '3.1.x' into 3.2.x 2024-05-02 13:53:10 +00:00
github-actions[bot]
30308c2a12 Merge branch '3.2.x' 2024-05-02 13:53:10 +00:00
dependabot[bot]
1c52ac6276 Bump com.github.spullara.mustache.java:compiler from 0.9.11 to 0.9.12
Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) from 0.9.11 to 0.9.12.
- [Commits](https://github.com/spullara/mustache.java/compare/mustache.java-0.9.11...mustache.java-0.9.12)

---
updated-dependencies:
- dependency-name: com.github.spullara.mustache.java:compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 06:52:34 -07:00
dependabot[bot]
e46992f4dc Bump com.github.spullara.mustache.java:compiler from 0.9.11 to 0.9.12
Bumps [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) from 0.9.11 to 0.9.12.
- [Commits](https://github.com/spullara/mustache.java/compare/mustache.java-0.9.11...mustache.java-0.9.12)

---
updated-dependencies:
- dependency-name: com.github.spullara.mustache.java:compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 06:52:29 -07:00
dependabot[bot]
9edbd3b34a Bump ch-qos-logback from 1.5.5 to 1.5.6
Bumps `ch-qos-logback` from 1.5.5 to 1.5.6.

Updates `ch.qos.logback:logback-classic` from 1.5.5 to 1.5.6
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.5...v_1.5.6)

Updates `ch.qos.logback:logback-core` from 1.5.5 to 1.5.6
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.5...v_1.5.6)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 10:43:51 -03:00
dependabot[bot]
4aace4714b Bump io.spring.gradle:spring-security-release-plugin from 1.0.2 to 1.0.3
Bumps [io.spring.gradle:spring-security-release-plugin](https://github.com/spring-io/spring-security-release-tools) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/spring-io/spring-security-release-tools/releases)
- [Commits](https://github.com/spring-io/spring-security-release-tools/compare/v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: io.spring.gradle:spring-security-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 10:43:40 -03:00
dependabot[bot]
594d31cb84 Bump org-springframework-boot from 3.2.4 to 3.2.5
Bumps `org-springframework-boot` from 3.2.4 to 3.2.5.

Updates `org.springframework.boot:spring-boot-dependencies` from 3.2.4 to 3.2.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.4...v3.2.5)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.2.4 to 3.2.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.4...v3.2.5)

---
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-05-02 10:43:30 -03:00
dependabot[bot]
3a4527528c Bump org.jfrog.buildinfo:build-info-extractor-gradle
Bumps [org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/build-info) from 4.33.13 to 4.33.15.
- [Release notes](https://github.com/jfrog/build-info/releases)
- [Changelog](https://github.com/jfrog/build-info/blob/master/RELEASE.md)
- [Commits](https://github.com/jfrog/build-info/compare/build-info-gradle-extractor-4.33.13...build-info-gradle-extractor-4.33.15)

---
updated-dependencies:
- dependency-name: org.jfrog.buildinfo:build-info-extractor-gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 10:43:16 -03:00
oliviarla
112239f630 Fix typos 2024-04-30 10:03:16 -03:00
github-actions[bot]
40c48178c0 Merge branch '3.1.x' into 3.2.x 2024-04-19 03:56:28 +00:00