- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.9k
Core: Change removal of deprecations to 1.12.0 #14392
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
base: main
Are you sure you want to change the base?
Conversation
|  | ||
| /** | ||
| * @deprecated will be removed in 2.0.0, use {@link #WRITE_DATA_LOCATION} instead. | ||
| * @deprecated will be removed in 1.12.0, use {@link #WRITE_DATA_LOCATION} instead. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit hesitant removing table properties earlier, since that would mean a behavioral change
|  | ||
| /** | ||
| * @deprecated will be removed in 2.0.0. Use {@link | ||
| * @deprecated will be removed in 1.12.0. Use {@link | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one should be fine to remove before 2.0.0, since the property was only moved to a different class
| private ThreadPools() {} | ||
|  | ||
| /** | ||
| * @deprecated Use {@link SystemConfigs#WORKER_THREAD_POOL_SIZE WORKER_THREAD_POOL_SIZE} instead; | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * @deprecated Use {@link SystemConfigs#WORKER_THREAD_POOL_SIZE WORKER_THREAD_POOL_SIZE} instead; | |
| * @deprecated Use {@link SystemConfigs#WORKER_THREAD_POOL_SIZE} instead; | 
| /** | ||
| * @deprecated Use {@link SystemConfigs#WORKER_THREAD_POOL_SIZE WORKER_THREAD_POOL_SIZE} instead; | ||
| * will be removed in 2.0.0 | ||
| * will be removed in 1.12.0 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be ok to remove earlier as well
No description provided.