Rob Bygrave
Rob Bygrave
Refer: https://github.com/spring-projects/spring-framework/commit/a8fb16b47cc64d77ffdd83275aa7038a92cef767 ```java /** * Is this bean a candidate for getting autowired into some other bean based on * the plain type, without any further indications such as a...
This is a place I'd like to gather notes on things I learn as I go through my first use with JStachio as the templating engine for a HTMX application....
…roperties This is needed to support native-image compilation. The dogstatsd/version.properties resource is read when creating the NonBlockingStatsDClient at: NonBlockingStatsDClient.(NonBlockingStatsDClient.java:309) Adding the `META-INF/native-image/com.datadoghq/dogstatsd-client/resource-config.json` is the fix to avoid the following stack...