[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
JodaCompatibleZonedDateTimeclass 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