Skip to content

Remove AbstractComponent from AbstractLifecycleComponent#35560

Merged
AthenaEryma merged 4 commits intoelastic:masterfrom
AthenaEryma:refactor/remove-abstractcomponent-from-abstractlifecyclecomponent
Nov 19, 2018
Merged

Remove AbstractComponent from AbstractLifecycleComponent#35560
AthenaEryma merged 4 commits intoelastic:masterfrom
AthenaEryma:refactor/remove-abstractcomponent-from-abstractlifecyclecomponent

Conversation

@AthenaEryma
Copy link
Copy Markdown
Contributor

AbstractLifecycleComponent now no longer extends AbstractComponent. In
order to accomplish this, many, many classes now instantiate their own
logger.

Relates to #34488

AbstractLifecycleComponent now no longer extends AbstractComponent. In
order to accomplish this, many, many classes now instantiate their own
logger.
@AthenaEryma AthenaEryma added >non-issue :Core/Infra/Core Core issues without another label v7.0.0 labels Nov 14, 2018
@AthenaEryma AthenaEryma requested a review from nik9000 November 14, 2018 19:27
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-core-infra

Copy link
Copy Markdown
Member

@rjernst rjernst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Copy Markdown
Member

@nik9000 nik9000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM2.

@AthenaEryma AthenaEryma merged commit b205713 into elastic:master Nov 19, 2018
AthenaEryma added a commit to AthenaEryma/elasticsearch that referenced this pull request Nov 19, 2018
AbstractLifecycleComponent now no longer extends AbstractComponent. In
order to accomplish this, many, many classes now instantiate their own
logger.
AthenaEryma added a commit that referenced this pull request Nov 19, 2018
AbstractLifecycleComponent now no longer extends AbstractComponent. In
order to accomplish this, many, many classes now instantiate their own
logger.
@ricardojaferreira
Copy link
Copy Markdown
Contributor

Removed the last usages from AbstractComponent here: #35898

@AthenaEryma AthenaEryma deleted the refactor/remove-abstractcomponent-from-abstractlifecyclecomponent branch December 7, 2018 04:57
pgomulka added a commit that referenced this pull request Jan 16, 2019
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
pgomulka added a commit to pgomulka/elasticsearch that referenced this pull request Jan 16, 2019
…elastic#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 elastic#35560

relates elastic#34488
pgomulka added a commit that referenced this pull request Jan 17, 2019
Adding the migration guide and removing the deprecated in 6.x
constructor

relates #35560
relates #34488
pgomulka added a commit that referenced this pull request Jan 17, 2019
…88 (#37522)

The AbstractLifecycleComponent used to extend AbstractComponent, so it had to pass settings to the constructor of its supper class.
It no longer extends the AbstractComponent so there is no need for this constructor
There is also no need for AbstractLifecycleComponent 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
mpereira added a commit to d2iq-archive/elasticsearch-statsd-plugin that referenced this pull request Mar 11, 2019
`AbstractLifecycleComponent` doesn't extend `AbstractComponent`
anymore, so the logging facilities are unavailable. The changes in the
Elasticsearch codebase now make classes instantiate their own logger
objects.

See more details in
elastic/elasticsearch#35560.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants