Ed Statham

Results 4 issues of Ed Statham

Feign logging FULL is very verbose, up to 16 log messages per REST call (depending on headers). Is there any chance of an option to produce just two log messages...

Hi, please consider this pull request that adds a `multipart/mixed` feign decoder. This new decoder is based on the existing multipart form decoder. Ideally a common Multipart decoder abstract class...

An example: ``` @Togglz(allDisabled = Features) class BogusSpec extends Specification { def 'test the name: #name'(TestFeatureManager testFeatureManager) { expect: name == 'bugs' where: name | status 'bugs' | true }...

I am in my project root directory (a Java 17 maven reactor). I'm running this ``` java --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.base/java.io=ALL-UNNAMED -jar spring-boot-upgrade.jar . ``` but all i get as...

type: bug