bademux
bademux
**Given:** spring sleuth 3.1.3 lib application.properties ```properties spring.sleuth.propagation.type=B3,CUSTOM ``` and ```java public class Config { @Bean public PropagationFactorySupplier myCustomPropagator() { return MyCustomPropagator::new; } } ``` **When:** starting spring application **Then:**...
**Description** Docker pull/push to the same registry changes image digest pushed by another tool. looks like docker reformats manifest the way it like. The bug breaks `docker trust sign` process...
Parser doesn't follow [specification](https://github.com/raml-org/raml-spec/blob/master/raml-0.8.md#displayname) `If displayName is not specified, it defaults to the property's key` Aha! Link: https://mulesoft-roadmap.aha.io/features/APIRAML-137
Parser doesn`t provide abstraction for [nested resources](https://github.com/raml-org/raml-spec/blob/master/raml-0.8.md#resources-and-nested-resources) as it should. Basically it maps data to POJO and leaves you with handling specification on your own. Not the behavior I supposed...
Subj. There is no need to use [ParamType](https://github.com/raml-org/raml-java-parser/blob/master/src/main/java/org/raml/model/ParamType.java) JRE classes `String.class`, `Integer.class`, `Date.class`, `BigDecimal.class`, `Boolean.class`, `File.class` can be used directly. Simple backwardcompat. solution will be providing `Class ParamType#getJavaType()` for enum....
Hello, I had a problem with 15f4:0131 HanfTek. Tested on Xiaomi Mi8 and Xiaomi mibox S (android 8.1) Looks like it is the problem with new hardware rev based on...
Thanks for great life-simplifier it is really helpful! Unfortunately dev builds are not supported by plugin due to different naming convention (please note lack of "vm-" prefix): https://github.com/graalvm/graalvm-ce-dev-builds/releases/download/20.2.0-dev-20200718_0205/graalvm-ce-java11-linux-amd64-20.2.0-dev.tar.gz Please allow...
Hello, It isn't a bug, bug nasty behavior. I configure my [MappingJackson2HttpMessageConverter for using ObjectMapper and Hibernate4Module with SessionFactory](https://gist.github.com/bademux/8e084d56c7aae2283d66) Spring along @JsonView-aware Controller has been used see for more info:...
Hi, Is it possible to configure ```jooq.version``` while using gradle native bom suport: ```implementation enforcedPlatform("org.springframework.boot:spring-boot-dependencies:$springBootVersion")``` Thanks for simple and powerful tool!
Hello, I have several Smart Radiator Thermostat - eQ-3, Can you please guide me how to add basic functions to it like CurrentTemperature, homekit:HeatingCoolingMode, TargetTemperature ( [HomeKit](https://docs.openhab.org/addons/ios/homekit/readme.html)) [There is library](https://github.com/rytilahti/python-eq3bt)...