v1.0.1 - Use Errors instead of RuntimeException to prevent booting
Few scenarios in spring's initialization catch RuntimeExceptions when resolving property sources, in those cases, the haltBoot flag would not work. The work around is to use Errors instead of RuntimeExceptions.
Thanks to @fdeschodt for this PR!