Skip to content

Commit 1d5b7d4

Browse files
authored
Merge branch 'main' into feature/redis-disposalbean-to-lifecycle-3.3.x
Signed-off-by: seunghun.ham <[email protected]>
2 parents cdca5cb + a3dd204 commit 1d5b7d4

File tree

542 files changed

+1745
-5181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

542 files changed

+1745
-5181
lines changed

.github/dco.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require:
2+
members: false

.github/dependabot.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ updates:
99

1010
- package-ecosystem: "gradle"
1111
target-branch: "main"
12-
milestone: 154
1312
directory: "/"
1413
schedule:
1514
interval: "daily"
@@ -24,11 +23,10 @@ updates:
2423
- dependency-name: "org.mockito:mockito-bom"
2524
update-types: [ "version-update:semver-major" ]
2625
- dependency-name: "*"
27-
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
26+
update-types: [ "version-update:semver-major" ]
2827

2928
- package-ecosystem: "gradle"
30-
target-branch: "3.2.x"
31-
milestone: 152
29+
target-branch: "3.3.x"
3230
directory: "/"
3331
schedule:
3432
interval: "daily"
@@ -46,8 +44,7 @@ updates:
4644
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
4745

4846
- package-ecosystem: "gradle"
49-
target-branch: "3.1.x"
50-
milestone: 151
47+
target-branch: "3.2.x"
5148
directory: "/"
5249
schedule:
5350
interval: "daily"
@@ -71,13 +68,13 @@ updates:
7168
schedule:
7269
interval: weekly
7370
- package-ecosystem: github-actions
74-
target-branch: "3.2.x"
71+
target-branch: "3.3.x"
7572
milestone: 152
7673
directory: "/"
7774
schedule:
7875
interval: weekly
7976
- package-ecosystem: github-actions
80-
target-branch: "3.1.x"
77+
target-branch: "3.2.x"
8178
milestone: 151
8279
directory: "/"
8380
schedule:
@@ -87,3 +84,9 @@ updates:
8784
directory: "/"
8885
schedule:
8986
interval: weekly
87+
88+
- package-ecosystem: npm
89+
target-branch: docs-build
90+
directory: /
91+
schedule:
92+
interval: weekly

.github/workflows/continuous-integration-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: spring-io/spring-security-release-tools/.github/workflows/deploy-artifacts.yml@v1
2828
with:
2929
should-deploy-artifacts: ${{ needs.build.outputs.should-deploy-artifacts }}
30+
default-publish-milestones-central: true
3031
secrets: inherit
3132
deploy-docs:
3233
name: Deploy Docs
@@ -42,7 +43,7 @@ jobs:
4243
with:
4344
should-perform-release: ${{ needs.deploy-artifacts.outputs.artifacts-deployed }}
4445
project-version: ${{ needs.deploy-artifacts.outputs.project-version }}
45-
milestone-repo-url: https://repo.spring.io/artifactory/milestone
46+
milestone-repo-url: https://repo1.maven.org/maven2
4647
release-repo-url: https://repo1.maven.org/maven2
4748
artifact-path: org/springframework/session/spring-session-core
4849
slack-announcing-id: spring-session-announcing

.github/workflows/release-scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# List of active maintenance branches.
17-
branch: [ main, 3.2.x, 3.1.x ]
17+
branch: [ main, 3.4.x, 3.3.x ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout

CONTRIBUTING.adoc

Lines changed: 3 additions & 3 deletions

buildSrc/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ dependencies {
6363

6464
implementation 'io.github.gradle-nexus:publish-plugin:1.3.0'
6565
implementation 'io.spring.gradle:dependency-management-plugin:1.1.7'
66-
implementation 'io.projectreactor:reactor-core:3.6.13'
66+
implementation 'io.projectreactor:reactor-core:3.6.18'
6767
implementation 'com.apollographql.apollo:apollo-runtime:2.5.14'
6868
implementation 'com.github.ben-manes:gradle-versions-plugin:0.51.0'
6969
implementation 'com.github.spullara.mustache.java:compiler:0.9.14'
70-
implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.43'
70+
implementation 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.47'
7171
implementation 'io.spring.nohttp:nohttp-gradle:0.0.11'
7272
implementation 'net.sourceforge.htmlunit:htmlunit:2.70.0'
7373
implementation 'org.hidetake:gradle-ssh-plugin:2.10.1'
74-
implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.33.23'
74+
implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.33.24'
7575
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.8.0.1969'
7676
implementation libs.com.squareup.okhttp3.okhttp
7777
implementation libs.io.spring.security.release.plugin

buildSrc/src/main/groovy/io/spring/gradle/IncludeRepoTask.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2021 the original author or authors.
2+
* Copyright 2014-present the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
55
* use this file except in compliance with the License. You may obtain a copy of

buildSrc/src/main/groovy/io/spring/gradle/convention/AbstractSpringJavaPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2016 the original author or authors.
2+
* Copyright 2014-present the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
55
* use this file except in compliance with the License. You may obtain a copy of

buildSrc/src/main/groovy/io/spring/gradle/convention/ArtifactoryPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2024 the original author or authors.
2+
* Copyright 2014-present the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
55
* use this file except in compliance with the License. You may obtain a copy of

buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2021 the original author or authors.
2+
* Copyright 2014-present the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
55
* use this file except in compliance with the License. You may obtain a copy of

0 commit comments

Comments
 (0)