Tighten up PropertiesLauncher's contract
The main changes are: - Switch to `loader.properties` instead of `application.properties` - Search for `loader.properties` in `loader.home` as well as in the classpath - Placeholder replacements in MANIFEST.MF (using `loader.properties` or system/env vars) See gh-7221 Closes gh-8346
This commit is contained in:
committed by
Andy Wilkinson
parent
5278baca01
commit
e4c807b884
@@ -1 +1 @@
|
||||
loader.main: demo.Application
|
||||
loader.main: demo.NoSuchApplication
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
loader.main: my.BootInfBarApplication
|
||||
@@ -0,0 +1 @@
|
||||
loader.main: demo.Application
|
||||
@@ -0,0 +1 @@
|
||||
loader.main: demo.HomeApplication
|
||||
@@ -0,0 +1 @@
|
||||
foo.main: demo.FooApplication
|
||||
Reference in New Issue
Block a user