Skip to content

Commit bddf1ce

Browse files
authored
Remove Joda support from date formatters (#78990)
This commit removes the last bit of support for Joda from date math and backcompat support. It does not yet remove the dependency.
1 parent 29a46b5 commit bddf1ce

File tree

14 files changed

+2
-3356
lines changed

14 files changed

+2
-3356
lines changed

benchmarks/src/main/java/org/elasticsearch/benchmark/time/DateFormatterBenchmark.java

Lines changed: 0 additions & 46 deletions
This file was deleted.

server/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,6 @@ tasks.named('splitPackagesAudit').configure {
261261
// but this should be fixed in Lucene 9
262262
'org.apache.lucene.index.LazySoftDeletesDirectoryReaderWrapper',
263263

264-
// Joda should own its own packages! This should be a simple move.
265-
'org.joda.time.format.StrictISODateTimeFormat',
266-
267264
// cli is owned by the libs/cli, so these should be moved to o.e.server.cli
268265
'org.elasticsearch.cli.CommandLoggingConfigurator',
269266
'org.elasticsearch.cli.EnvironmentAwareCommand',

server/src/main/java/org/elasticsearch/common/joda/Joda.java

Lines changed: 0 additions & 474 deletions
This file was deleted.

server/src/main/java/org/elasticsearch/common/joda/JodaDateFormatter.java

Lines changed: 0 additions & 130 deletions
This file was deleted.

server/src/main/java/org/elasticsearch/common/joda/JodaDateMathParser.java

Lines changed: 0 additions & 209 deletions
This file was deleted.

0 commit comments

Comments
 (0)