While trying to set up a new employee's build, I found that Data JPA 1.1.0.RC1 depends on Data Commons Core 1.3.0.BUILD-SNAPSHOT. This is no longer being published on Spring Milestone, because Data Commons Core 1.3 just went to M1. I ended up uploading my local version of the 1.3.0.BUILD-SNAPSHOT to our local repository as a workaround.

Manually overriding with M1 didn't seem to work, as there was a No Such Method exception thrown in one of my mappings. I didn't pursue it much further than that.

Is there a rough timeline for RC2 to come out? and could it depend on Commons Core 1.3.0.M1? I don't really feel comfortable deploying a nightly build to local caches as a workaround.

thanks
Jeff