Skip to content

Spring Framework 3.0.0 binding should include Joda as a dependency in the POM [SPR-6512] #11178

Closed
@spring-projects-issues

Description

@spring-projects-issues

Ben Alex opened SPR-6512 and commented

Spring Framework 3 binding infrastructure (specifically the org.springframework.format.datetime.joda package) has runtime dependencies on the Joda library for advanced date handling. It may therefore be useful if the following dependency was therefore added to the relevant POM:

<dependency>
<groupId>org.joda</groupId>
<artifactId>com.springsource.org.joda.time</artifactId>
<version>1.6.0</version>
</dependency>
A benefit of this is you specify the Joda version you've designed and tested the org.springframework.format.datetime.joda against, which will help ensure end user projects (which would rarely use Joda themselves and have a specific version preference) can receive the correct dependency in a transitive manner.


Affects: 3.0 RC3

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions