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 final from class declaration #1859

Merged
merged 1 commit into from
Apr 12, 2024
Merged

Remove final from class declaration #1859

merged 1 commit into from
Apr 12, 2024

Conversation

felds
Copy link
Contributor

@felds felds commented Dec 2, 2023

Most (if not all) other classes in the project are not marked as final.

Although it's possible to extend the functionality of this class by using composition, it goes against how the rest of the library works for no apparent reason.

In my use case, I was trying to add a field linking the log entry to a request as described in the Cloud Logging documentation.

Most (if not all) other classes in the project are not marked as final.

Although it's possible to extend the functionality of this class by using composition, it goes against how the rest of the library works for no apparent reason.

In my use case, I was trying to add a field linking the log entry to a request [as described in the Cloud Logging documentation](https://cloud.google.com/run/docs/logging#correlate-logs).
@Seldaek Seldaek merged commit ee7e2fa into Seldaek:main Apr 12, 2024
@Seldaek
Copy link
Owner

Seldaek commented Apr 12, 2024

Sure, thanks

@Seldaek Seldaek added this to the 3.x milestone Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants