Skip to content

Commit 2c013f4

Browse files
Merge pull request #339 from Spring-Framework-Java-Apps/master
update branch to master
2 parents e8c56c4 + cf97e06 commit 2c013f4

File tree

179 files changed

+2623
-1262423
lines changed

Some content is hidden

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

179 files changed

+2623
-1262423
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These are supported funding model platforms
22

3-
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
3+
github: [ thomaswoehlke ] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
44
patreon: thomaswoehlke
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
# a pull request then we can checkout the head.
3737
fetch-depth: 2
3838

39-
- name: Set up JDK 15
39+
- name: Set up JDK 11
4040
uses: actions/setup-java@v1
4141
with:
42-
java-version: 15
42+
java-version: 11
4343

4444
# If this run was triggered by a pull request event, then checkout
4545
# the head of the pull request instead of the merge commit.

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up JDK 15
19+
- name: Set up JDK 11
2020
uses: actions/setup-java@v1
2121
with:
22-
java-version: 15
22+
java-version: 11
2323
- name: Build with Maven
2424
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

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ 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/common/error/x.txt
36+
/src/main/java/org/woehlke/simpleworklist/application/error/x.txt
3737
/src/main/java/org/woehlke/simpleworklist/searchRequest/x.txt
3838

3939
/simpleworklist.diff
4040
target
4141
.idea
42+
/x.txt
43+
/transaction-logs/

.idea/compiler.xml

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dataSources.local.xml

Lines changed: 2 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dataSources.xml

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)