Stephen Joyner
Stephen Joyner
Given the toml document: ```jsonval = '{"msg":"This is invalid json"}'``` An invalid JSON document will be produced by a toJson() call. Generated JSON from example toml: ``` { "jsonval" :...
Updating the location of BaseNodeFilters and ExtNodeFilters classes.
Adding `@Refreshable` to the Factory class that uses `@EachBean` to create beans driven from `@EachProperty` configuration causes the app to break. ### Steps to Reproduce 1. Create a config class...