markusthoemmes opened a new pull request #3185: Support size-in-bytes readings per PureConfig. URL: https://github.com/apache/incubator-openwhisk/pull/3185 Some additions to @duynguyen's work (Thanks for doing this ? ) TypesafeConfig supports size-in-bytes values (lightbend/config:HOCON.md@master#size-in-bytes-format). Instead of relying on our custom parsing code, this makes `ByteSize` compatible with the format specified by TypesafeConfig. In addition it adds support for `ByteSize` to be directly deserialized by PureConfig, making for denser, more readable configuration parsing.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
