logbook icon indicating copy to clipboard operation
logbook copied to clipboard

An extensible Java library for HTTP request and response logging

Results 201 logbook issues
Sort by recently updated
recently updated
newest added

Bumps [reactor-netty](https://github.com/reactor/reactor-netty) from 1.0.14 to 1.0.22. Release notes Sourced from reactor-netty's releases. v1.0.22 Reactor Netty 1.0.22 is part of 2020.0.22 Release Train. This is a recommended update for all Reactor...

dependencies

Is Spring Framework 6 / Spring Boot 3 Supported? I'm trying to use logbook with Spring Boot 3 - M4 (Spring MVC) and I am not getting any log output....

Feature

Support huge json values filtration (StackOverflowError fix) ## Description Regexp string value pattern updated ## Motivation and Context https://github.com/zalando/logbook/issues/1327 ## Types of changes - [x] Bug fix (non-breaking change which...

## Description OpenFeign's response object is nullable. All that is required here is to propagate the null where appropriate. ## Motivation and Context Notably a 404 with an empty response...

I am using 2.14.0, and when trying to log a particular XML response I get a stack overflow error. ## Description There appears to be several fixes around this already,...

Bug

Useless converting raw bytes from request(response) bodies broke protobuf model deserialization. ## Description Protobuf response body incorrect deserializing, because FilteredHttpRequest(FilteredHttpResponse).getBody() converts body to string and after that convert string to...

Bug
long-running
breaking-change

Bumps [netty-bom](https://github.com/netty/netty) from 4.1.74.Final to 4.1.79.Final. Commits aa59245 [maven-release-plugin] prepare release netty-4.1.79.Final 9728d62 Add support for LoongArch64 architecture (#12580) 1befae8 Only enable test if brotli is there (#12592) 15812da Offload...

dependencies

## Description The log files are filled with this: ``` java.lang.IllegalArgumentException: Illegal character in query at index 44: /libs/dam/merge/metadata.json;%0A.json?path=Rhack&;%0A.inc.js at java.base/java.net.URI.create(Unknown Source) at org.zalando.logbook.netty.Request.(Request.java:43) at org.zalando.logbook.netty.LogbookServerHandler.lambda$channelRead$0(LogbookServerHandler.java:45) at org.zalando.fauxpas.ThrowingConsumer.accept(ThrowingConsumer.java:19) at org.zalando.logbook.netty.Conditionals.runIf(Conditionals.java:17)...

I am not maintaining this project really and would like to exclude myself from the code owners list.

fixing the NPE in FeignLogbookLogger when the incoming body of an unsuccessful response is null ## Description When an unsuccessful response comes in feign.Client on line 131 we get InputStream...