Skip to content

Commit

Permalink
Ensure thread will have names at the logs, behavior changed since `3.…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
mageddo authored Jul 30, 2024
1 parent ae30d13 commit 0e538ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.25.1
* Ensure thread will have name at the logs, behavior changed since `3.25.0` #436.

## 3.25.0
* Optimize resource utilization by using Java Virtual Threads #436.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation('com.mageddo.commons:commons-lang:0.1.16')
implementation('org.apache.commons:commons-exec:1.3')

implementation('ch.qos.logback:logback-classic:1.4.5')
implementation('ch.qos.logback:logback-classic:1.5.6')
implementation('net.java.dev.jna:jna:5.13.0')
implementation('dnsjava:dnsjava:3.5.2')
implementation('org.apache.commons:commons-compress:1.22')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.25.0-snapshot
version=3.25.1-snapshot

0 comments on commit 0e538ed

Please sign in to comment.