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

Difference between revisions of "EclipseLink/Development/DevMeetings"

m (MOXy / SDO)
Line 157: Line 157:
  
 
2.4
 
2.4
* Bugs
+
* JAXB RI extension support
** Behavioural difference from JAXB RI when handling empty/null collections
+
** Behavioural difference from JAXB RI - choiceCollectionMapping issue
 +
** Adding in support for NamespacePrefixMapper property extension.
 
** EE6 CTS tests seen on JDK1.7.0
 
** EE6 CTS tests seen on JDK1.7.0
 
* JSON support
 
* JSON support
 
** [http://wiki.eclipse.org/EclipseLink/DesignDocs/350483 JSON Design Doc]
 
** [http://wiki.eclipse.org/EclipseLink/DesignDocs/350483 JSON Design Doc]
 
** Discussion with GF team on configuring Jersey to use EclipseLink JSON binding.
 
** Discussion with GF team on configuring Jersey to use EclipseLink JSON binding.
* JAXB RI extension support
 
** Implemented NamespacePrefixMapper property.  Will need more performant solution.
 
 
* Performance
 
* Performance
 
** Using SpecJ2010 benchmark to identify improvements
 
** Using SpecJ2010 benchmark to identify improvements

Revision as of 15:30, 1 February 2012



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
    • M14 - Feb 22
    • M15 - Mar 7
    • 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

  • Kick off meeting completed
    • Full SVN migrated as test mid-December.
      • Is ~800 Mb, and takes roughly 35-50 minutes to clone
    • Migration of Incubator in progress.
    • Migration of javax.persistence pending.
    • oracleddlparser already in Git
  • Migration tooling
    • Webmaster having difficulty migrating full branch history with subcomponents
      • I am investigating use of another tool
        • Have full copy of SVN repo (yesterdays), will use for migrations of subcomponents
  • 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 12-19, 2012:

  • EclipseLink Nightly Results (Updated on 2012-01-19)
    • trunk - jpa Oracle extension testing build failed with missing dependency - investigating; DBWS examples failed on all application servers, due to dependency change - developer is still working on it. (the last results is 2012-01-19)
    • 2.3.2 - 5 new failures with jpa no-weave testing - investigating; SDO server-testing failed on WAS 8 - not specific for 2.3.2, dev only fixed in trunk, need to be decided by management if or when the fix will be backported to 2.3 stream. (the last build is 2012-01-18)
    • 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
    • Investigated jpa/xmltest & ddlgeneraton test model failures on GlassFish V2 for Main, enter bug 368763
  • Test Dev
    • JAX-RS: integrating into nightly process - in progress
  • This week:
    • Add MongoDB and and Oracle NoSQL tests into the nightly
    • Investigate performance/OOM issues in JAXB tests
    • Review 2.4 features; planning for 2.4 certification testing
    • on hold - infra enhancement: Migrate configuration files to the central location for better maintenance
    • Schedule JAX-RS tests into nightly runs

Build

Jan 19, 2012:

  • Milestone Releases
    • M12: Jan 26 (2.4.0.v20120126-r10746)
    • Next:
  • API scanner - need to review (hold til Doug returns)
  • add Hermes test bundle to build/ship? - working on plan
  • Tycho (New Build)
    • OracleDDL now deploys to P2
      • need to complete final linkage (publish to download site, and materialize locally for Eclipselink build)
  • Git
    • General strategy outlined - awaiting project lead feedback then will publish for general comment
    • Examples and Incubator migration in progress.
      • Running into migration issues
    • Will split out javax.persistence as soon as we decide on a name
    • Working on Git version of current build to facilitate migration of runtime.
  • 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
  • NoSQL
    • Once CQ is approved will move Mongo fragment to eclipse-side build.
      • Still awaiting CQ approval

JPA

  • 2.4
    • Schema provisioning
      • extend through alter table - Checkin friday Jan 27th
    • RCM support for refreshMetadata
      • Checked in Jan 20th
    • JPA 2.1
      • API jar checked in
      • Changes to Eclipselink to compile forthcoming
      • Stored procedure support
      • SQL result set mapping - new constructor support.


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
      • 362002 - DBWSBuilder should generate CREATE and DROP DDL for 'shadow' JDBC types
      • 325124 - DBWS should support weakly-typed package REF CURSOR
      • 339721 - DBWS should support strongly-typed package REF CURSOR
      • 363535 - DBWSBuilder should set javaClassName for Object/Varray/ObjectTable types to NOT be in Java's default package
      • 329435 - DBWS does not handle %ROWTYPE mix of PL/SQL types and JDBC Advanced types=
      • 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

  • JAXB RI extension support
    • Behavioural difference from JAXB RI - choiceCollectionMapping issue
    • Adding in support for NamespacePrefixMapper property extension.
    • EE6 CTS tests seen on JDK1.7.0
  • JSON support
    • JSON Design Doc
    • Discussion with GF team on configuring Jersey to use EclipseLink JSON binding.
  • Performance
    • Using SpecJ2010 benchmark to identify improvements
  • QA, Testing
    • JAX-RS tests: passing in GF3.1.2
    • Need SDO server tests running in GF3.1.x

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