Ignacio Rodriguez
Ignacio Rodriguez
## Expected Behavior On version 0.4.7 the exception message was something like `"[ADD Operation] parent is not a container in source, path provided : //num/- | node : 100`" And...
Replacing and extending PR https://github.com/lightbend/config/pull/614 - Added simple support for more than just Map when building a bean from the config - Added support for map keys with dots -...
Naive simple implementation to add support for beans with fields of array types
_Continuation of https://github.com/lightbend/config/pull/602. Taking into account the feedback, etc_ The purpose of this change is to provide a mechanism to configure the bean factory internal workings, and in this particular...
https://github.com/pukkaone/logback-gelf/blob/73a6c972ecd07d979446e894c3b289e68a5ef404/src/main/java/com/github/pukkaone/gelf/protocol/GelfSender.java#L17 As it is not using try-with-resources or properly handling close on finally() there is a risk of memory leak on "off-heap" memory. See: http://www.evanjones.ca/java-native-leak-bug.html