Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Development/DevMeetings

< EclipseLink‎ | Development
Revision as of 15:35, 22 February 2012 by David.twelves.oracle.com (Talk | contribs) (MOXy / SDO)



Dial In Info:

  • please contact Peter Krogh for dial in information.


The EclipseLink committers have a regular meeting (currently weekly) to discuss ongoing development issues and projects. All interested parties are welcome to attend. If you have any additional items you wished discussed please add them at the bottom of the agenda including a brief description and any relevant links. Alternatively development issues can be discussed on the EclipseLink Dev mailing list.

* When adding agenda items please send an email to the eclipselink-dev@eclipse.org list notifying attendees. This will ensure attendees are aware of agenda items prior to the meeting.

Call Schedule

The calendar is available in the following formats:
Ical.gifiCal,Xml.gifATOM News Feed,Html.gifHTML



Agenda Jan 26, 2012

11 am EST, Thurs


Ad Hoc

Release Planning

  • 2.3.3 - GA ??
    • M1 - Jan 11 (Complete)
    • M2 - Feb 8
  • 2.4.0 - GA April/June
    • M12 - Jan 26 (Complete)
    • M13 - Feb 8 (skipped)
    • M13 - Feb 16
    • M14 - Feb 29
    • Git Migration - March/April
  • Indigo SR2 - GA Feb 24, 2012
    • RC1+0 - Jan 16 (Missed)
    • RC2+0 - Jan 30 (2.3.2 Release)
    • RC3+0 - Feb 8
    • RC4+0 - Feb 13
  • Juno - GA Jun 2012
    • M1+1 - Missed
    • M2+1 - Sept 26 (2.4.0-M3) (Complete)
    • M3+1 - Nov 7 (backed-out M5)
    • M4+1 - Dec 12 (2.4.0-M8) (Complete)
    • M5+1 - Jan 30 (2.4.0-M12)(Complete)

Migration to Git

  • Git Migration Plan Meeting held
    • Phase 1 Plan approved.
    • Phase 2 (post 2.5/3.0 release): will need evaluation later.
    • Action Items:
      • update wiki with plan documentation
      • add needed how-to's to wiki
      • clearly state available 'scratch' repositories
    • Migration of Incubator - complete.
    • Migration of javax.persistence - complete (pending public availability).
  • Migration tooling
    • Have full copy of SVN repo (from early Jan), am using for migrations of subcomponents
      • working on building Git repo layout for build migration (ant-svn to ant-git)
  • Git demo (later)
  • Transition targeted for early March
    • Maven build/directory migration to follow
    • infrastructure and transition plan in the works.
      • Am translating build for Git use (change in qualifiers)
      • Once prototype build complete and have migration tooling configured:
        • will proceed with migration
        • will overlay modified build.
        • hope to keep downtime to a few days.

QA

Jan 26 - Feb 2, 2012:

  • EclipseLink Nightly Results (Updated on 2012-02-02)
    • trunk - 2 new failures with jpa no-weave-testing \-  investigating; 1 jpa test (DDLGenerationTestSuite.testPrimaryKeyJoinColumns) with JavaSE failed on all no-Oracle DB - investigating (the last results is 2012-02-02)
    • 2.3.3 \-  1 jpa test (EntityManagerJUnitTestSuite.testSequenceObjectWithSchemaName) with JavaSE failed on Derby and DB2 - investigating (the last build is 2012-02-01)
    • 2.2.2 - no new build (the last build is 2011-09-28)
    • 2.1.4 - no new build (the last build is 2011-09-27)
    • 2.0.3 - no new build (the last build is 2010-11-25)
    • 1.2.1 - no new build (the last build is 2011-09-30)
  • Testing
    • 7 new failures with jpa-no-weave testing - 6 intermitent, working with dev on remaining 1
    • Verify 368867 - support for Oracle DMS - found NPE when running jpa/advanced tests when DMS feature enabled
    • DBWS Examples - 3 examples failed; 1 at build stage, other 2 due to doc mismatch - investigating
    • IMongoDB tests compile issue in nightly testing - resolved; compile error on MongoPlatform - fix in progress
    • JPA Derby - 2 new failures - investigating
    • JPA Postgre - 2 new failures - investigating
    • 1 new issue found with Sybase - bug 370154
    • 2.3 - investigated testSequenceObjectWithSchemaName() test failure on non-Oracle databases - fix in progress
  • Test Dev
  • Test infrastructure
    • both Oracle NoSQL and MongoDB are now enabled in nightly testing
  • This week:
    • Investigate JPA locking testing time out on SQL Server
    • infra enhancement: Migrate configuration files to the central location for better maintenance (on hold)
    • optimize setup/teardown of JAXB junit testcases (on hold)

Build

Feb 16, 2012:

  • Milestone Releases
    • Next: M13: Feb 17
  • API scanner - need to review (hold til Doug returns)
  • add Hermes test bundle to build/ship? - working on plan
  • JPA 2.1
    • Added jar last week not hooked up to build
    • Fixed typo yesterday and re-released
    • JPA team using modified build process to facilitate dev
  • Dynamic dependency checking bug
    • fixed early this morning
  • NoSQL
    • Once CQ is approved will move Mongo fragment to eclipse-side build.
      • CQ approved, but awaiting Orbit availability

JPA

  • 2.4
    • Schema provisioning
      • Checked in Early Feb
    • RCM support for refreshMetadata
      • Checked in Jan 20th
    • JPA 2.1
      • initial checkin: Stored procedure support
      • initial checkin: SQL result set mapping - new constructor support.
    • Metadata caching
      • Prototyping underway

DBWS

DBWS Development DBWS Roadmap

2.4

  • Feature: Parse DDL to extract database metadata
    • DDL Parser now available through Maven repository
    • Reviewed priorities for 2.4 release
      • 325124 - DBWS should support weakly-typed package REF CURSOR
      • 339721 - DBWS should support strongly-typed package REF CURSOR
      • DBWS should handle Anchored types (%ROWTYPE, %TYPE)
      • 339909 - DBWS should support optional argument queries
    • DBWS server tests: Re-checked into SVN, need to review and update with latest standalone tests

MOXy / SDO

RoadMap

2.4

  • Bugs
  • JSON support
    • JSON Design Doc
    • Discussion with GF team on configuring Jersey to use EclipseLink JSON binding.
  • JAXB RI extension support
    • NamespacePrefixMapper property extension: checked in
    • IDResolver - need to support Sun property names
    • EE6 CTS tests seen on JDK1.7.0
  • QA, Testing
    • JAX-RS tests: passing in GF3.1.2

EclipseLink Incubator

EclipseLink/Development/Incubation

  • Time to create separate sub-project for incubator
    • Increase community of committers
    • Try out GIT & eGit/jGit tooling in incubator?

Documentation

Preparing for 2.4 items. Ben put the EL doc plan on the wiki at http://wiki.eclipse.org/EclipseLink/Development/Documentation/2.4

Considering process improvements

JPA Doc: http://wiki.eclipse.org/EclipseLink/UserGuide/JPA

MOXy/JAXB Doc: http://wiki.eclipse.org/EclipseLink/UserGuide/MOXy

DBWS Doc: http://wiki.eclipse.org/EclipseLink/UserGuide/DBWS

Bug Status

Bug reports

Foundation and JPA

Bugs By Target and Priority

Resolved Bugs

Created Bugs


EclipseLink/Development/DevMeetings/ArchiveBugReports

Back to the top