Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove AbstractComponent from AbstractLifecycleComponent #35560

Conversation

gwbrown
Copy link
Contributor

@gwbrown gwbrown commented Nov 14, 2018

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.
@gwbrown gwbrown added >non-issue :Core/Infra/Core Core issues without another label v7.0.0 labels Nov 14, 2018
@gwbrown gwbrown requested a review from nik9000 November 14, 2018 19:27
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@gwbrown gwbrown added the v6.6.0 label Nov 14, 2018
Copy link
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
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.

@gwbrown gwbrown merged commit b205713 into elastic:master Nov 19, 2018
gwbrown added a commit to gwbrown/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.
gwbrown 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
Contributor

Removed the last usages from AbstractComponent here: #35898

@gwbrown gwbrown 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 mesosphere/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