Skip to content

Commit 8c34e59

Browse files
committed
using new version of the java publisher
1 parent cb7f553 commit 8c34e59

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,14 @@ jobs:
146146

147147
all-tests:
148148
runs-on: ubuntu-latest
149-
needs: [test-mssql, test-mssql-virtual, test-mariadb, test-postgres, test-postgres-virtual]
149+
needs:
150+
[
151+
test-mssql,
152+
test-mssql-virtual,
153+
test-mariadb,
154+
test-postgres,
155+
test-postgres-virtual,
156+
]
150157
steps:
151158
- name: All test done
152159
run: echo "All test succeeded."
@@ -172,7 +179,7 @@ jobs:
172179
distribution: "temurin"
173180
cache: maven
174181
- name: Deploy JavaDoc 🚀
175-
uses: MathieuSoysal/Javadoc-publisher.yml@v2.5.0
182+
uses: MathieuSoysal/Javadoc-publisher.yml@v3.0.2
176183
with:
177184
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
178185
javadoc-branch: javadoc

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Changelog
22

3-
## v1.7.0
3+
## v1.7.0 - (2025-06-01)
4+
5+
### New features:
46

57
- Added support for a virtual thread factory
68
- Added support to configure a custom thread factory
79

8-
### New features:
10+
## v1.6.7 - (2025-04-01)
911

1012
### Bug fixes:
1113

0 commit comments

Comments
 (0)