(Non voting)

-1

My unit tests are not passing with this build.  I'll start dropping JIRAs, but 
here's an easy one:


TestEntity e = new TestEntity();
em.persist(e);
em.flush();
em.detach(e);
Assert.assertTrue(em.contains(e) == false);  // FAILS





On Apr 19, 2010, at 2:46 PM, DWoods [via OpenJPA] wrote:

> I've staged a RC2 for OpenJPA 2.0.0 based on r935683 of the code in the 
> 2.0.x branch, which was tagged in svn to: 
> https://svn.apache.org/repos/asf/openjpa/tags/2.0.0/
> 
> The following issues were resolved since the first RC vote on April 11th 
> (svn r932976): 
>   OPENJPA-1091, OPENJPA-1605, OPENJPA-1628, OPENJPA-1630, OPENJPA-1631 
> 
> Release Notes: 
> http://svn.apache.org/viewvc/openjpa/tags/2.0.0/openjpa-project/RELEASE-NOTES.html?view=co
> 
> Maven staging repo: 
> http://people.apache.org/~dwoods/openjpa/2.0.0/staging-repo/
> 
> Site staging: 
> http://people.apache.org/~dwoods/openjpa/2.0.0/staging-site/
> 
> Distribution artifacts: 
> http://people.apache.org/~dwoods/openjpa/2.0.0/staging-site/apache-openjpa/downloads/
> 
> User's Guide: 
> http://people.apache.org/~dwoods/openjpa/2.0.0/staging-site/apache-openjpa/docs/
> 
> API Docs: 
> http://people.apache.org/~dwoods/openjpa/2.0.0/staging-site/apidocs/
> 
> 
> The RAT and IANAL build checks passed. 
> The openjpa and openjpa-all shaded jar content looks good. 
> The test-base, test-sources and tests jars are in the staging repo. 
> 
> 
> The vote will be open for 3 days. 
> 
> [ ] +1 
> [ ]  0 
> [ ] -1 (and reason why) 
> 
> 
> Thanks, 
> Donald 
> 
> 
> 
> View message @ 
> http://n2.nabble.com/VOTE-Apache-OpenJPA-2-0-0-release-candidate-2-tp4927203p4927203.html
>  
> To start a new topic under OpenJPA Users, email 
> ml-node+208411-1595610943-93...@n2.nabble.com 
> To unsubscribe from OpenJPA Users, click here.
> 


-- 
View this message in context: 
http://n2.nabble.com/VOTE-Apache-OpenJPA-2-0-0-release-candidate-2-tp4927203p4933416.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to