OpenSearch/plugins/discovery-gce
Przemyslaw Gomulka 5e94f384c4
Remove the use of AbstracLifecycleComponent constructor #37488 (#37488)
The AbstracLifecycleComponent used to extend AbstractComponent, so it had to pass settings to the constractor of its supper class.
It no longer extends the AbstractComponent so there is no need for this constructor
There is also no need for AbstracLifecycleComponent subclasses to have Settings in their constructors if they were only passing it over to super constructor.
This is part 1. which will be backported to 6.x with a migration guide/deprecation log.
part 2 will have this constructor removed in 7
relates #35560

relates #34488
2019-01-16 09:05:30 +01:00
..
licenses Update Google SDK to version 1.23 (#27381) 2017-11-15 15:30:27 +01:00
qa [GCE Discovery] Automatically set project-id and zone (#33721) 2018-10-03 11:37:36 +02:00
src Remove the use of AbstracLifecycleComponent constructor #37488 (#37488) 2019-01-16 09:05:30 +01:00
build.gradle Split third party audit exclusions by type (#36763) 2019-01-07 17:24:19 +02:00