Skip to content

Commit b7b078d

Browse files
committed
Remove Joda-Time support
Closes gh-27426
1 parent b74e938 commit b7b078d

34 files changed

+126
-3003
lines changed

spring-context/src/main/java/org/springframework/format/annotation/DateTimeFormat.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
* @author Sam Brannen
6767
* @since 3.0
6868
* @see java.time.format.DateTimeFormatter
69-
* @see org.joda.time.format.DateTimeFormat
7069
*/
7170
@Documented
7271
@Retention(RetentionPolicy.RUNTIME)

spring-context/src/main/java/org/springframework/format/datetime/DateFormatterRegistrar.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2017 the original author or authors.
2+
* Copyright 2002-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -38,7 +38,6 @@
3838
* @author Phillip Webb
3939
* @since 3.2
4040
* @see org.springframework.format.datetime.standard.DateTimeFormatterRegistrar
41-
* @see org.springframework.format.datetime.joda.JodaTimeFormatterRegistrar
4241
* @see FormatterRegistrar#registerFormatters
4342
*/
4443
public class DateFormatterRegistrar implements FormatterRegistrar {

spring-context/src/main/java/org/springframework/format/datetime/DateTimeFormatAnnotationFormatterFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
* @author Phillip Webb
3939
* @author Sam Brannen
4040
* @since 3.2
41-
* @see org.springframework.format.datetime.joda.JodaDateTimeFormatAnnotationFormatterFactory
4241
*/
4342
public class DateTimeFormatAnnotationFormatterFactory extends EmbeddedValueResolutionSupport
4443
implements AnnotationFormatterFactory<DateTimeFormat> {

spring-context/src/main/java/org/springframework/format/datetime/joda/DateTimeFormatterFactory.java

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

spring-context/src/main/java/org/springframework/format/datetime/joda/DateTimeFormatterFactoryBean.java

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

spring-context/src/main/java/org/springframework/format/datetime/joda/DateTimeParser.java

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

spring-context/src/main/java/org/springframework/format/datetime/joda/DurationFormatter.java

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

0 commit comments

Comments
 (0)