avaje / avaje-config

Application configuration / properties loading for JVM applications
https://avaje.io/config
Apache License 2.0
47 stars 7 forks source link

Logging Enhancements/`System.getenv` Fallback/Add from Map #68

Closed SentryMan closed 1 year ago

SentryMan commented 1 year ago

Feel free to rename the functions.

We seem to be using IllegalStateException a lot, do you think there should be a custom exception just for config?

rbygrave commented 1 year ago

I think the getAs should have been a separate PR (as I don't think that works so can't be merged)

SentryMan commented 1 year ago

I have separated getAs into #69