Karen Asmarian
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...
## 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...
## 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...