Joseph K. Strauss

Results 5 issues of Joseph K. Strauss

I tries cleaning with ``` regex:\r\n==>\n ``` However, instead of it replacing the CRLF with LF, I got literal `n`, and no newline at all.

I am trying to use --pretty=all or --pretty=colors to color my output that I am piping to `less -r`. However, the colors do not show. This could also be solved...

bug
windows
help wanted

**@ConstructorBinding annotated classes not refreshing** I am using Spring Cloud version Hoxton with Spring Boot 2.2.x Spring Boot 2.2.x introduced a an annotation `@ConstructorBinding` that allows defining `@ConfigurationProperties` classes strictly...

documentation

Added an option for BFG that allows users to change executable mode based on a file glob. This was inspired by a branch that you did as a quick fix...

Currently, Springdoc 3.0.0, which supports Spring Boot 4 (which in turn favors Jackson 3 over Jackson 2) is using Jackson 2. This is not desired for the following reasons -...