François Staudt

Results 5 issues of François Staudt

In this article (https://reflectoring.io/validate-spring-boot-configuration-parameters-at-startup/ ), it is advised to implement Validator interface in class annotated with `@ConfigurationProperties` for complex checks. This mechanism works well when class is not annotated with...

type: bug

**Describe the bug** Since bump to 1.13.3, some unit tests fail with following error `NoSuchMethodError: 'void org.yaml.snakeyaml.parser.ParserImpl.(org.yaml.snakeyaml.reader.StreamReader, org.yaml.snakeyaml.LoaderOptions)'`. ``` 'void org.yaml.snakeyaml.parser.ParserImpl.(org.yaml.snakeyaml.reader.StreamReader, org.yaml.snakeyaml.LoaderOptions)' java.lang.NoSuchMethodError: 'void org.yaml.snakeyaml.parser.ParserImpl.(org.yaml.snakeyaml.reader.StreamReader, org.yaml.snakeyaml.LoaderOptions)' at com.fasterxml.jackson.dataformat.yaml.YAMLParser.(YAMLParser.java:193) at com.fasterxml.jackson.dataformat.yaml.YAMLFactory._createParser(YAMLFactory.java:504)...

bug
feedback required

When used with Hugo version 0.132.0 or above, hugo command fails due to usage of deprecated function `.Site.IsServer`: ``` Start building sites … hugo v0.132.0-005e895a386e59dd38418066b3280fd98a33c96b+extended windows/amd64 BuildDate=2024-08-12T15:21:36Z VendorInfo=gohugoio ERROR deprecated:...

**Please describe the feature request.** In [LoggingMeterRegistry](https://github.com/micrometer-metrics/micrometer/blob/main/micrometer-core/src/main/java/io/micrometer/core/instrument/logging/LoggingMeterRegistry.java), instruments such as counter, timer and histogram are logged only with a throughput (e.g. `throughput=0.016667/s`).\ I propose to add the count next to...

enhancement
module: micrometer-core