Skip to content
Oliver Gierke edited this page Jul 9, 2012 · 31 revisions

Spring Data Commons

Release planning

  • x - Done or already released
  • o - Currently in progress
  • (o) - Scheduled for that release but not in progress yet
Date Jun 2012 Jul 2012 Aug 2012 Sep 2012 Oct 2012 / Spring One
Commons 1.3.0 GA 1.4.0 M1 1.4.0 RC 1.4.0 GA 1.5.0 M1
JavaConfig - - - -
Repo initializers - x - - -
Developer guide - (o) - - -
Marshaled domain classes - o - - -
JPA 1.1.0 GA 1.2.0 M1 1.2.0 RC 1.2.0 GA 1.3.0 M1
CDI x - - - -
JavaConfig - o - - -
MongoDB 1.1.0 M1 1.1.0 M2 1.1.0 RC1 1.1.0 GA 1.2.0 M1
GridFS x - - - -
JSR-303 x - - - -
CDI x - - - -
JavaConfig - o - - -
Neo4j 2.1.0 RC1 2.1.0 RC2 2.1.0 GA 2.2.0 M1
JavaConfig - o - - -
CDI - (o) - - -
Gemfire 1.2.0 M1 1.2.0 M2 1.2.0 RC1 1.2.0 GA 1.3.0 M1
Mapping support x - - - -
Repository support x - - - -
JavaConfig - (o) - - -
Cache namespace - o - - -
Keywords - (o) - - -
CDI (?) - - - - -
REST exporters 1.0.0 RC1 1.0.0 RC2 1.0.0 GA 1.1.0 M1
Pagination x - - - -
Non-JPA repositories - - - - -
Non-CrudRepositories - - - - (o)

Major themes

Overall

  • Consolidate release process for Maven based projects (all except Gemfire)
    • Consolidate distribution assemblies being built by special profile instead of Maven site
    • Create additional assembly distributions for static artifacts (distribution, javadoc, reference docs)

Commons 1.4

  • O - JavaConfig for repositories
  • X - Repository initializers
  • O - Out-of-the-box marshaling of domain classes
  • Developer guide

JPA 1.2

  • O - JavaConfig for repositories (Upgrade to Spring Data Commons 1.4)

MongoDB 1.1

  • O - JavaConfig for repositories (Upgrade to Spring Data Commons 1.4)
  • X - GridFS support
  • X - JSR-303 validation
  • X - CDI integration
  • X - Keywords: Start(s|ing)With, End(s|ing)With, Contain(s|ing), After, Before

Neo4j 2.1

  • O - JavaConfig for repositories (Upgrade to Spring Data Commons 1.4)
  • CDI integration
  • Keywords: Start(s|ing)With, End(s|ing)With, Contain(s|ing), After, Before

Gemfire 1.2

  • O - JavaConfig for repositories Upgrade to Spring Data Commons 1.4
  • X - Initial support for commons mapping (PDX)
  • X - Initial repository support
  • Keywords: Start(s|ing)With, End(s|ing)With, Contain(s|ing), After, Before
  • Complete cache namespace
  • CDI (?)

REST exporters 1.0

  • x - Pagination
  • Support non-JPA repositories
  • Support non CrudRepositories
Clone this wiki locally