[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[eclipselink-dev] Announcing Milestone RC4.2
|
All,
On Monday, EclipseLink was included in a blocking bug to fix IP issues
due to missing files in many bundles (the bug was Helios-wide, and
included some 230 bundles of which 2 were ours; antlr and asm). I fixed
the issue Monday, but was awaiting test result triage before I posted.
Yesterday I posted a new build of 2.1 as RC4.2. The milestone table was
updated on the download site, and the Helios buildfiles were also
updated to renew our contribution.
The milestone is based on build:
2.1.0.v20100614-r7608
the only changes to the codebase were:
------------------------------------------------------------------------
r7608 | egwin | 2010-06-14 16:45:59 -0400 (Mon, 14 Jun 2010)
Changed paths:
M /branches/2.1/trunk/plugins/org.eclipse.persistence.antlr/org.eclipse.persistence.antlr.bnd
M /branches/2.1/trunk/plugins/org.eclipse.persistence.asm/org.eclipse.persistence.asm.bnd
------------------------------------------------------------------------
r7602 | ailitchev | 2010-06-14 09:58:00 -0400 (Mon, 14 Jun 2010)
Changed paths:
M /branches/2.1/trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java
------------------------------------------------------------------------
r7596 | dclarke | 2010-06-11 08:53:53 -0400 (Fri, 11 Jun 2010)
Changed paths:
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/.classpath
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/.settings/org.eclipse.jpt.core.prefs
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/.settings/org.eclipse.wst.common.component
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/createDDL.jdbc
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/dropDDL.jdbc
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/eclipselink-impl-src/example/where/service/impl/EclipseLinkServiceFactory.java
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/Group_.java
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/Location_.java
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/User_.java
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/AdminDivision_.java
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/Continent_.java
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/CountryLanguage_.java
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/Country_.java
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/Feature_.java
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/Language_.java
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/Point_.java
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/model-gen/example/where/model/geonames/TimeZone_.java
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/src/META-INF/persistence.xml
------------------------------------------------------------------------
r7582 | dclarke | 2010-06-10 06:49:05 -0400 (Thu, 10 Jun 2010)
Changed paths:
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations
D /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes
------------------------------------------------------------------------
r7581 | dclarke | 2010-06-10 06:46:58 -0400 (Thu, 10 Jun 2010)
Changed paths:
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/.classpath
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/.settings/org.eclipse.wst.common.component
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/META-INF
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/META-INF/MANIFEST.MF
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/META-INF/persistence.xml
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example/JavaSEExample.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example/Queries.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example/Sample$EmployeeComparator.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example/Sample.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example/Transactions.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example/util
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/example/util/ExamplePropertiesLoader.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/Address.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/Address_.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/Employee.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/Employee_.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/EmploymentPeriod.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/EmploymentPeriod_.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/Gender.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/LargeProject.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/LargeProject_.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/PhoneNumber$ID.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/PhoneNumber.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/PhoneNumber_.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/Project.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/Project_.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/SmallProject.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/model/SmallProject_.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/testing
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/testing/AllTests.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/testing/ConfigTests.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/testing/CreateDatabase.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/testing/QueryTests.class
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/classes/testing/TransactionTests.class
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/modelgen/model/Employee_.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/modelgen/model/PhoneNumber_.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/src/META-INF/persistence.xml
D /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/src/example/Example.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/src/example/Transactions.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/src/model/Employee.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/src/model/PhoneNumber.java
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/test-src
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/test-src/testing
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/test-src/testing/AllTests.java
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/test-src/testing/ConfigTests.java
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/test-src/testing/CreateDatabase.java
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/test-src/testing/QueryTests.java
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/test-src/testing/TransactionTests.java
D /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.testing
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/.classpath
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/.settings/org.eclipse.wst.common.component
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/model-gen/model/PhoneNumber_.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/META-INF/eclipselink-orm.xml
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/example/JavaSEExample.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/example/Queries.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/example/Sample.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/example/Transactions.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/example/util/ExamplePropertiesLoader.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/model/Employee.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/model/PhoneNumber.java
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/test-src
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/test-src/testing
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/test-src/testing/AllTests.java
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/test-src/testing/ConfigTests.java
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/test-src/testing/CreateDatabase.java
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/test-src/testing/QueryTests.java
A /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/test-src/testing/TransactionTests.java
------------------------------------------------------------------------
r7578 | dclarke | 2010-06-10 02:57:16 -0400 (Thu, 10 Jun 2010)
Changed paths:
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.testing/src/testing/TransactionTests.java
D /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/META-INF/MANIFEST.MF
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/example/Transactions.java
------------------------------------------------------------------------
r7577 | dclarke | 2010-06-10 02:39:52 -0400 (Thu, 10 Jun 2010)
Changed paths:
M /branches/2.1/trunk/examples/dynamic/org.eclipse.persistence.example.dynamic.employee
M /branches/2.1/trunk/examples/dynamic/org.eclipse.persistence.example.dynamic.employee/.classpath
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/.classpath
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/modelgen/model/LargeProject_.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.annotations/modelgen/model/SmallProject_.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.testing/.classpath
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.testing/src/testing/ConfigTests.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.testing/src/testing/QueryTests.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.testing/src/testing/TransactionTests.java
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/.classpath
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/META-INF/eclipselink-orm.xml
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/META-INF/persistence.xml
M /branches/2.1/trunk/examples/jpa.employee/eclipselink.example.jpa.employee.xml/src/example/Transactions.java
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.20.employee.annotations/.classpath
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.20.employee.annotations/.settings/org.eclipse.jpt.core.prefs
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.20.employee.annotations/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.20.employee.annotations/.settings/org.eclipse.wst.common.project.facet.core.xml
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.advanced.inheritance/.classpath
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.advanced.inheritance/.settings/org.eclipse.jpt.core.prefs
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.advanced.inheritance/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.advanced.inheritance/.settings/org.eclipse.wst.common.project.facet.core.xml
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.advanced.inheritance/src/META-INF/persistence.xml
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.common/.classpath
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.dynamic/.classpath
D /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.employee.annotations
D /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.employee.xml
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.inheritance/.classpath
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.inheritance/.settings/org.eclipse.jpt.core.prefs
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.inheritance/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.inheritance/.settings/org.eclipse.wst.common.project.facet.core.xml
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.spatial/.classpath
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.spatial/.settings/org.eclipse.jpt.core.prefs
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.spatial/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.spatial/.settings/org.eclipse.wst.common.project.facet.core.xml
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/.classpath
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/.settings/org.eclipse.jpt.core.prefs
A /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/.settings/org.eclipse.wst.common.project.facet.core.prefs.xml
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/.settings/org.eclipse.wst.common.project.facet.core.xml
M /branches/2.1/trunk/examples/org.eclipse.persistence.example.jpa.where/eclipselink-impl-src/META-INF/eclipselink-orm.xml
------------------------------------------------------------------------
r7574 | egwin | 2010-06-09 17:30:34 -0400 (Wed, 09 Jun 2010)
Changed paths:
M /branches/2.1/trunk/eclipselink-src.zip
M /branches/2.1/trunk/eclipselink.jar
------------------------------------------------------------------------
--
-Eric
Oracle <http://www.oracle.com>
Eric Gwin | Senior Software Developer
Phone: +613 288 4622 <tel:+613%20288%204622> | | Fax: +613 2382818
<fax:+613%202382818> | | Mobile: +613 8582347 <tel:+613%208582347>
Oracle Java Server Technologies
ORACLE Canada | 45 O'Connor St., Ottawa, Ontario | K1P 6L2
Green Oracle <http://www.oracle.com/commitment> Oracle is committed to
developing practices and products that help protect the environment