Skip to content

Commit 6fcaa0a

Browse files
rename : move to inner folder (#1473)
* rename : move to inner folder * polish documentation
1 parent f377322 commit 6fcaa0a

File tree

62 files changed

+44
-29
lines changed

Some content is hidden

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

62 files changed

+44
-29
lines changed

.github/labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
- changed-files:
6767
- any-glob-to-any-file:
6868
- jpa/boot-data-envers/**/*
69-
"component: keyset-pagination":
69+
"component: keyset-pagination-blaze":
7070
- changed-files:
7171
- any-glob-to-any-file:
72-
- jpa/boot-data-keyset-pagination/**/*
72+
- jpa/boot-data-keyset-pagination/blaze-persistence/**/*
7373
"component: multiple-datasources":
7474
- changed-files:
7575
- any-glob-to-any-file:
@@ -139,7 +139,7 @@
139139
- jmh-benchmark/pom.xml
140140
- jpa/boot-data-customsequence/pom.xml
141141
- jpa/boot-data-envers/pom.xml
142-
- jpa/boot-data-keyset-pagination/pom.xml
142+
- jpa/boot-data-keyset-pagination/blaze-persistence/pom.xml
143143
- jpa/boot-data-multipledatasources/pom.xml
144144
- jpa/boot-hibernate2ndlevelcache-sample/pom.xml
145145
- jpa/boot-data-jpa-locks/pom.xml

.github/workflows/boot-jpa-keyset-pagination.yml renamed to .github/workflows/boot-jpa-keyset-pagination-blaze.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: boot-data-keyset-pagination
1+
name: boot-data-keyset-pagination-blaze
22

33
on:
44
push:
55
paths:
6-
- "jpa/boot-data-keyset-pagination/**"
6+
- "jpa/boot-data-keyset-pagination/blaze-persistence/**"
77
branches: [main]
88
pull_request:
99
paths:
10-
- "jpa/boot-data-keyset-pagination/**"
10+
- "jpa/boot-data-keyset-pagination/blaze-persistence/**"
1111
types:
1212
- opened
1313
- synchronize
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
defaults:
2121
run:
22-
working-directory: "jpa/boot-data-keyset-pagination"
22+
working-directory: "jpa/boot-data-keyset-pagination/blaze-persistence"
2323
steps:
2424
- uses: actions/checkout@v4
2525
with:

README.md

Lines changed: 1 addition & 0 deletions

SUMMARY.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)