Karen Asmarian

Results 4 issues of Karen Asmarian

## Description This change introduces 2 different fallback mechanisms (possible overlapping): - in httpclient(5), okhttp(2) and spring interceptors. Where in case of exceptions, logbook will fall back to noop stage...

## Description ## Motivation and Context Add support for Jackson 3 as part of the migration to Spring Boot 4. This change makes Jackson 3 as the primary JSON parsing...

breaking-change
major

## Description This pull request completes the Spring Boot 4 and Spring 7 migration for the Logbook project, bringing the entire codebase to the latest Spring ecosystem versions. This is...

breaking-change
major

## Description In Logbook's Servlet implementation, `RemoteRequest` wrapper returns the same object of ServletInputStream when getInputStream() is called. When/If an interceptor reads the request input stream before the request reaches...

bugfix