Juno 5.1.0.12 is a minor update.
Core
- Fixed
ConfigFile.isEmpty()method.
- Changed behavior on {@link oaj.uon.UonParser} to not treat '~' characters as escapes
unless followed by one of the following characters: ( ) , $ = ~.
Client
- New class
RestCallInterceptor.
Allows responses to be inspected and modified before being processed.
Replaces RestClientListener class.
- Minor connection cleanup fixes.