Skip to content

v1.0.1 - Use Errors instead of RuntimeException to prevent booting

Compare
Choose a tag to compare
@fredboutin fredboutin released this 14 Jan 17:51

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!