File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ This library serves as a bridge between the Reactor Netty HTTP logging mechanism
1717- Comprehensive HTTP request/response logging
1818- Lazy-loaded access event properties for optimal performance
1919- Support for headers, cookies, and request parameters logging
20- - Debug mode for troubleshooting
2120- Configurable through system properties or external configuration files
21+ - Debug mode for troubleshooting
2222
2323## Dependencies
2424
2525- Java 17+
26- - Kotlin Standard Library 2.1.20
27- - Logback-access 2.0.6
26+ - Kotlin Standard Library 2.1.21
2827- Reactor Netty HTTP Server 1.2.6
28+ - Logback-access 2.0.6
2929- SLF4J 2.0.17
3030
3131## Usage
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ tasks.jar {
3030jreleaser {
3131 release {
3232 github {
33+ changelog {
34+ enabled = false
35+ }
3336 skipTag = true
3437 skipRelease = true
3538 token = " -"
Original file line number Diff line number Diff line change 1- version =1.0.2
1+ version =1.0.3-RC1
22org.gradle.caching =true
33org.gradle.configuration-cache =false
44org.gradle.jvmargs =-Xmx2g
You can’t perform that action at this time.
0 commit comments