Coney

Results 3 issues of Coney

## Bug Report `LettuceConnectionFactory.SharedConnection#resetConnection` hangs forever and cause deadlock #### Current Behavior I have enabled validateConnection for Lettuce connection factory, and occasionally my service can't serve any incoming request. The...

status: pending-design-work
theme: 4.0

My DTOs are auto generated. each field is generated with an setter(setXXX) and chained accessor(withXXX). I wrote a customized `AccessorNamingStrategy` SPI to exclude those methods start with `with` and added...

enhancement
feature

**Describe the bug** version: spring-cloud-contract-wiremock-3.1.3 I'm using spring cloud contract wiremock for integration testing. Sometimes my application context couldn't be created due to the exception thrown during the bean initialization...

bug