Skip to content

Commit 833109c

Browse files
Merge pull request #332 from Spring-Framework-Java-Apps/master
deploy Release 2.3.34
2 parents aeb14fd + b6a68b0 commit 833109c

File tree

151 files changed

+1646
-1483
lines changed

Some content is hidden

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

151 files changed

+1646
-1483
lines changed

.github/workflows/codacy-analysis.yml

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

.github/workflows/codeql-analysis.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: "CodeQL"
77

88
on:
99
push:
10-
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
10+
branches: [ 'master' ]
1111
pull_request:
1212
# The branches below must be a subset of the branches above
13-
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
13+
branches: [ 'master' ]
1414
schedule:
1515
- cron: '0 19 * * 2'
1616

@@ -36,10 +36,15 @@ jobs:
3636
# a pull request then we can checkout the head.
3737
fetch-depth: 2
3838

39+
- name: Set up JDK 15
40+
uses: actions/setup-java@v1
41+
with:
42+
java-version: 15
43+
3944
# If this run was triggered by a pull request event, then checkout
4045
# the head of the pull request instead of the merge commit.
41-
- run: git checkout HEAD^2
42-
if: ${{ github.event_name == 'pull_request' }}
46+
#- run: git checkout HEAD^2
47+
# if: ${{ github.event_name == 'pull_request' }}
4348

4449
# Initializes the CodeQL tools for scanning.
4550
- name: Initialize CodeQL
@@ -53,8 +58,8 @@ jobs:
5358

5459
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5560
# If this step fails, then you should remove it and run the build manually (see below)
56-
- name: Autobuild
57-
uses: github/codeql-action/autobuild@v1
61+
#- name: Autobuild
62+
# uses: github/codeql-action/autobuild@v1
5863

5964
# ℹ️ Command-line programs to run using the OS shell.
6065
# 📚 https://git.io/JvXDl
@@ -64,7 +69,7 @@ jobs:
6469
# uses a compiled language
6570

6671
- run: |
67-
./mvnw -B -DskipTests clean dependency:purge-local-repository dependency:resolve dependency:resolve-plugins dependency:sources dependency:tree package spring-boot:repackage site --file pom.xml
72+
./mvnw -B -DskipTests clean dependency:purge-local-repository dependency:resolve dependency:resolve-plugins dependency:sources dependency:tree package spring-boot:repackage --file pom.xml
6873
# make release
6974

7075
- name: Perform CodeQL Analysis

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Java CI with Maven
55

66
on:
77
push:
8-
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
8+
branches: [ 'master' ]
99
pull_request:
10-
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
10+
branches: [ 'master' ]
1111

1212
jobs:
1313
build:
@@ -21,4 +21,4 @@ jobs:
2121
with:
2222
java-version: 15
2323
- name: Build with Maven
24-
run: ./mvnw -B -DskipTests clean dependency:purge-local-repository dependency:resolve dependency:resolve-plugins dependency:sources dependency:tree package spring-boot:repackage site --file pom.xml
24+
run: ./mvnw -B -DskipTests clean dependency:purge-local-repository dependency:resolve dependency:resolve-plugins dependency:sources dependency:tree package spring-boot:repackage --file pom.xml

.github/workflows/ossar-analysis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: OSSAR
55

66
on:
77
push:
8-
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
8+
branches: [ 'master' ]
99
pull_request:
10-
branches: [ 'master', 'heroku-deployment', 'branch-2.3-MVC' ]
10+
branches: [ 'master' ]
1111

1212
jobs:
1313
OSSAR-Scan:
@@ -24,6 +24,11 @@ jobs:
2424
# a pull request then we can checkout the head.
2525
fetch-depth: 2
2626

27+
- name: Set up JDK 15
28+
uses: actions/setup-java@v1
29+
with:
30+
java-version: 15
31+
2732
# If this run was triggered by a pull request event, then checkout
2833
# the head of the pull request instead of the merge commit.
2934
- run: git checkout HEAD^2

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ setenv.cmd
3333
/src/main/java/org/woehlke/simpleworklist/project/x.txt
3434
/src/main/java/org/woehlke/simpleworklist/task/x.txt
3535
/src/main/java/org/woehlke/simpleworklist/context/x.txt
36-
/src/main/java/org/woehlke/simpleworklist/application/error/x.txt
36+
/src/main/java/org/woehlke/simpleworklist/common/error/x.txt
3737
/src/main/java/org/woehlke/simpleworklist/searchRequest/x.txt
3838

3939
/simpleworklist.diff

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dataSources.local.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)