Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: v4.10.0 #996

Merged
merged 39 commits into from
Dec 30, 2024
Merged
Changes from 2 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
da49775
Edit qodana ci config
ForteScarlet Dec 4, 2024
0eeeb24
Edit qodana ci config
ForteScarlet Dec 4, 2024
4a8b8e3
Edit qodana ci config
ForteScarlet Dec 4, 2024
f70c90b
checkout@v3?
ForteScarlet Dec 4, 2024
10e15c4
setup gradle?
ForteScarlet Dec 4, 2024
e418d7f
setup gradle?
ForteScarlet Dec 4, 2024
ad984a2
setup gradle?
ForteScarlet Dec 4, 2024
1fec545
setup gradle?
ForteScarlet Dec 4, 2024
793d51c
setup gradle?
ForteScarlet Dec 4, 2024
c2f9f14
setup gradle?
ForteScarlet Dec 4, 2024
46e3be5
Merge pull request #981 from simple-robot/fix-qodana-ci
ForteScarlet Dec 4, 2024
e4e447f
Qodana CI?
ForteScarlet Dec 4, 2024
be1b162
Merge branch 'fix-qodana-ci' into v4-dev
ForteScarlet Dec 4, 2024
3307c6c
Qodana CI?
ForteScarlet Dec 4, 2024
d7b6f73
Qodana CI?
ForteScarlet Dec 4, 2024
2272847
checkout for v4
ForteScarlet Dec 4, 2024
66e42a0
Next version: 4.10.0
ForteScarlet Dec 5, 2024
32a0e32
基于KotlinxIO改善Resource[部分]
ForteScarlet Dec 5, 2024
1849abd
build(deps): bump io.projectreactor:reactor-test from 3.7.0 to 3.7.1
dependabot[bot] Dec 10, 2024
ae51930
build(deps): bump io.projectreactor:reactor-core from 3.7.0 to 3.7.1
dependabot[bot] Dec 10, 2024
6309e9a
基于KotlinxIO改善Resource[部分]
ForteScarlet Dec 11, 2024
98967d4
Merge pull request #985 from simple-robot/dependabot/gradle/v4-dev/io…
ForteScarlet Dec 12, 2024
48865b0
Merge pull request #984 from simple-robot/dependabot/gradle/v4-dev/io…
ForteScarlet Dec 12, 2024
fb70149
Next version: 4.10.0
ForteScarlet Dec 5, 2024
fed5311
基于KotlinxIO改善Resource[部分]
ForteScarlet Dec 5, 2024
1e697fe
基于KotlinxIO改善Resource[部分]
ForteScarlet Dec 11, 2024
158313a
Merge remote-tracking branch 'origin/pref-resurce-io' into pref-resur…
ForteScarlet Dec 12, 2024
9b281b5
build(deps): bump org.jetbrains.kotlinx.kover from 0.8.3 to 0.9.0
dependabot[bot] Dec 12, 2024
c7fa3d0
Merge pull request #986 from simple-robot/dependabot/gradle/v4-dev/or…
ForteScarlet Dec 14, 2024
e56f51e
build(deps): bump io.spring.dependency-management from 1.1.5 to 1.1.7
dependabot[bot] Dec 17, 2024
3be7413
build(deps): bump io.mockk:mockk from 1.13.13 to 1.13.14
dependabot[bot] Dec 20, 2024
3433d15
Merge pull request #992 from simple-robot/dependabot/gradle/v4-dev/io…
ForteScarlet Dec 21, 2024
7e2e2b0
Merge pull request #988 from simple-robot/dependabot/gradle/v4-dev/io…
ForteScarlet Dec 21, 2024
de36fc6
调整部分Resource API
ForteScarlet Dec 21, 2024
0d9e287
Fix tests (remove some tests)
ForteScarlet Dec 22, 2024
fdcb4df
Merge pull request #993 from simple-robot/pref-resurce-io
ForteScarlet Dec 22, 2024
66d34de
feat: 简化ContentTrimEventInterceptorFactory.create实现
LightQuanta Dec 28, 2024
d3e1f0e
Merge pull request #995 from LightQuanta/v4-dev
ForteScarlet Dec 28, 2024
9caf702
release: v4.10.0
ForteScarlet Dec 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -123,7 +123,7 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
# Kover
# https://www.jetbrains.com/help/qodana/code-coverage.html
# https://github.com/Kotlin/kotlinx-kover
kotlinxKover = { id = "org.jetbrains.kotlinx.kover", version = "0.8.3" }
kotlinxKover = { id = "org.jetbrains.kotlinx.kover", version = "0.9.0" }
# binary-compatibility-validator
# https://github.com/Kotlin/binary-compatibility-validator
kotlinxBinaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.3" }
Loading