Skip to content

Commit 0e538ed

Browse files
authored
Ensure thread will have names at the logs, behavior changed since 3.25.0 (#520)
* release notes * [Gradle Release Plugin] - new version commit: '3.25.1-snapshot'. * upgrading logback to be compatible with virtual threads at logging, see qos-ch/logback#737 * release notes
1 parent ae30d13 commit 0e538ed

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

RELEASE-NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.25.1
2+
* Ensure thread will have name at the logs, behavior changed since `3.25.0` #436.
3+
14
## 3.25.0
25
* Optimize resource utilization by using Java Virtual Threads #436.
36

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
implementation('com.mageddo.commons:commons-lang:0.1.16')
5858
implementation('org.apache.commons:commons-exec:1.3')
5959

60-
implementation('ch.qos.logback:logback-classic:1.4.5')
60+
implementation('ch.qos.logback:logback-classic:1.5.6')
6161
implementation('net.java.dev.jna:jna:5.13.0')
6262
implementation('dnsjava:dnsjava:3.5.2')
6363
implementation('org.apache.commons:commons-compress:1.22')

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.25.0-snapshot
1+
version=3.25.1-snapshot

0 commit comments

Comments
 (0)