Reinstate no-arg constructor for AggregateApplicationBuilder
Fixes #636
This commit is contained in:
@@ -49,6 +49,10 @@ public class AggregateApplicationBuilder {
|
||||
|
||||
private ConfigurableApplicationContext parentContext;
|
||||
|
||||
public AggregateApplicationBuilder(String... args) {
|
||||
this(new Object[]{ParentConfiguration.class}, args);
|
||||
}
|
||||
|
||||
public AggregateApplicationBuilder(Object source, String... args) {
|
||||
this(new Object[]{source}, args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user