Skip to content

Commit 9db33f3

Browse files
author
Steve Riesenberg
committed
Revert unnecessary merges on 6.0.x
This commit removes unnecessary main-branch merges starting from 8750608 and adds the following needed commit(s) that were made afterward: - 5dce82c
1 parent e9d4223 commit 9db33f3

File tree

676 files changed

+5986
-42929
lines changed

Some content is hidden

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

676 files changed

+5986
-42929
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 92 deletions
This file was deleted.

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

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,28 +69,21 @@ jobs:
6969
snapshot_tests:
7070
name: Test against snapshots
7171
needs: [prerequisites]
72-
strategy:
73-
matrix:
74-
include:
75-
- java-version: '21-ea'
76-
toolchain: '21'
77-
- java-version: '17'
78-
toolchain: '17'
7972
runs-on: ubuntu-latest
8073
if: needs.prerequisites.outputs.runjobs
8174
steps:
8275
- uses: actions/checkout@v3
8376
- name: Set up gradle
8477
uses: spring-io/spring-gradle-build-action@v1
8578
with:
86-
java-version: ${{ matrix.java-version }}
79+
java-version: '17'
8780
distribution: 'temurin'
8881
- name: Snapshot Tests
8982
run: |
9083
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
9184
export GRADLE_ENTERPRISE_CACHE_PASSWORD="$GRADLE_ENTERPRISE_CACHE_PASSWORD"
9285
export GRADLE_ENTERPRISE_ACCESS_KEY="$GRADLE_ENTERPRISE_SECRET_ACCESS_KEY"
93-
./gradlew test --refresh-dependencies -PartifactoryUsername="$ARTIFACTORY_USERNAME" -PartifactoryPassword="$ARTIFACTORY_PASSWORD" -PforceMavenRepositories=snapshot -PisOverrideVersionCatalog -PtestToolchain=${{ matrix.toolchain }} -PspringFrameworkVersion='6.1.+' -PreactorVersion='2023.0.+' -PspringDataVersion='2023.1.+' -PlocksDisabled --stacktrace
86+
./gradlew test --refresh-dependencies -PartifactoryUsername="$ARTIFACTORY_USERNAME" -PartifactoryPassword="$ARTIFACTORY_PASSWORD" -PforceMavenRepositories=snapshot -PisOverrideVersionCatalog -PspringFrameworkVersion='6.0.+' -PreactorVersion='2022.0.+' -PspringDataVersion='2022.0.+' -PlocksDisabled --stacktrace
9487
check_samples:
9588
name: Check Samples project
9689
needs: [prerequisites]

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
tags: '**'
88
repository_dispatch:
99
types: request-build-reference # legacy
10-
#schedule:
11-
#- cron: '0 10 * * *' # Once per day at 10am UTC
10+
schedule:
11+
- cron: '0 10 * * *' # Once per day at 10am UTC
1212
workflow_dispatch:
1313
permissions: read-all
1414
jobs:

.github/workflows/gradle-wrapper-upgrade-execution.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/release-scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
# List of active maintenance branches.
14-
branch: [ main, 6.1.x, 6.0.x, 5.8.x ]
14+
branch: [ main, 6.0.x, 5.8.x, 5.7.x, 5.6.x ]
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)