-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Upgrading Joda version #3935
Upgrading Joda version #3935
Conversation
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
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.
Looks straightforward 😄 You're good to go once Gradle check passes
@reta you've made a PR to remove deprecated methods. [1] Is it safe to remove this compatibility wrapper since we are with JDK 17 on 3.0 which at the most should be compatible with OpenSearch 2.0 ? Are there any reasons why we shouldn't? [1] #3346 |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Looks very related. Will take a look. |
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
Signed-off-by: Sarat Vemulapalli <vemulapallisarat@gmail.com>
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
@saratvemulapalli apologies for the delay (was off this week), I think we could consider removing Joda compatibility wrapper. I don't see any reasons to keep it. |
No worries. Thanks @reta. I would like to pick this up. |
Signed-off-by: Sarat Vemulapalli vemulapallisarat@gmail.com
Description
Joda was a standard implementation for versions < Java 8.
Since Java 8, we use
Java.time
but we still use Joda for BWC to talk to old nodes.Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.