-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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] JodaCompatibleZonedDateTime #9355
[Remove] JodaCompatibleZonedDateTime #9355
Conversation
Gradle Check (Jenkins) Run Completed with:
|
Compatibility status:
|
6481daf
to
8969d2d
Compare
Compatibility status:
|
Compatibility status:
|
Compatibility status:Checks if related components are compatible with change 23fd9a5 Incompatible componentsIncompatible components: [https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/security-analytics.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/geospatial.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/opensearch-oci-object-storage.git, https://github.com/opensearch-project/performance-analyzer-rca.git] |
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
@@ Coverage Diff @@
## main #9355 +/- ##
==========================================
Coverage 71.13% 71.14%
+ Complexity 57473 57357 -116
==========================================
Files 4777 4776 -1
Lines 270822 270594 -228
Branches 39586 39553 -33
==========================================
- Hits 192659 192518 -141
+ Misses 61941 61905 -36
+ Partials 16222 16171 -51
|
Gradle Check (Jenkins) Run Completed with:
|
Unrelated failure:
|
Gradle Check (Jenkins) Run Completed with:
|
8969d2d
to
80e7045
Compare
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
This commit removes the JodaCompatibleZonedDateTime class and tests in favor of Java time. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
80e7045
to
2eb907b
Compare
Flagging as needs review.... |
Gradle Check (Jenkins) Run Completed with:
|
This commit removes the JodaCompatibleZonedDateTime class and tests in favor of Java time. Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
This commit removes the JodaCompatibleZonedDateTime class and tests in favor of Java time. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> Signed-off-by: Kiran Reddy <kkreddy@amazon.com>
This commit removes the JodaCompatibleZonedDateTime class and tests in favor of Java time. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
This commit removes the JodaCompatibleZonedDateTime class and tests in favor of Java time. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> Signed-off-by: Ivan Brusic <ivan.brusic@flocksafety.com>
This commit removes the JodaCompatibleZonedDateTime class and tests in favor of Java time. Signed-off-by: Nicholas Walter Knize <nknize@apache.org> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
This PR removes the
JodaCompatibleZonedDateTime
class and tests in favor of Java time. This class has long been deprecated since Legacy 7.0. Removing this class is more of a formality and cleanup and does not break wire BWC.dependency of #9350
relates #5910
relates #8110