Skip to content

Mark TSERV_LAST_LOCATION_MODE as deprecated#3973

Merged
dlmarion merged 2 commits intoapache:mainfrom
dlmarion:3971-mark-last-location-deprecated
Nov 27, 2023
Merged

Mark TSERV_LAST_LOCATION_MODE as deprecated#3973
dlmarion merged 2 commits intoapache:mainfrom
dlmarion:3971-mark-last-location-deprecated

Conversation

@dlmarion
Copy link
Contributor

Fixes #3971

@dlmarion dlmarion self-assigned this Nov 21, 2023
Copy link
Member

@ctubbsii ctubbsii left a comment

Choose a reason for hiding this comment

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

Looks fine, but the property description should be updated to help the user understand the deprecation.

Also, for the warnings suppressions, I wouldn't bother putting DEPRECATED_ prefix on the variable name, like Property DEPRECATED_x = Property.x. I would just do Property x = Property.x. It just makes it shorter, and the name isn't really helping us locate it for removal later. The warnings suppression is already doing that for us. But this is a style choice, and it's up to you.

@dlmarion dlmarion merged commit dd98f5f into apache:main Nov 27, 2023
@dlmarion dlmarion deleted the 3971-mark-last-location-deprecated branch November 27, 2023 12:42
@ctubbsii ctubbsii added this to the 3.1.0 milestone Jul 12, 2024
@ctubbsii ctubbsii modified the milestones: 3.1.0, 4.0.0 Mar 14, 2025
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.

Mark property TSERV_LAST_LOCATION_MODE as deprecated

3 participants