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"

(Migration to Git)
m (DBWS)
Line 136: Line 136:
 
** DDL Parser now available through Maven repository
 
** DDL Parser now available through Maven repository
 
** Reviewed priorities for 2.4 release
 
** 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)  
 
*** DBWS should handle Anchored types (%ROWTYPE, %TYPE)  
*** 339909 - DBWS should support optional argument queries
+
*** 339721 - DBWS should support strongly-typed package REF CURSOR
 
** Testing
 
** Testing
 
*** Issue running EclipseLink 2.4 with Glassfish 3.1.2 - debugging
 
*** Issue running EclipseLink 2.4 with Glassfish 3.1.2 - debugging
 
*** Reviewing Web Service test plan for completeness
 
*** Reviewing Web Service test plan for completeness
 +
*** Reviewing IDE test scenarios
  
 
== MOXy / SDO  ==
 
== MOXy / SDO  ==

Revision as of 11:07, 21 March 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
    • M15 - Mar 8 (Complete)
    • M16 - Mar 19
    • M17 - Apr 3
    • Git Migration - April
  • 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)
    • M6+1 - Mar 19 (2.4.0-M16)
    • M7+1 - May 7
    • RC1+1 - May 21
    • RC2+1 - May 28
    • RC1+1 - June 4
    • RC2+1 - June 11

Migration to Git

  • Dev process FAQ
  • Git demo (later)
  • Transition targeted for early April
    • 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.
  • Status
    • SVN to Git translation having trouble properly rooting branches
      • means transactions are there, but state at branch is not
      • tried several tools.
      • am looking at 'rebuilding' repository rather than migrating
        • migrate to branch point, branch, migrate to next, branch...,then importing branch transactions from an existing import

QA

Feb 23 - Mar 1, 2012:

  • EclipseLink Nightly Results (Updated on 2012-03-01)
    • trunk - 4 new failures with jaxb on jdk15 - investigating; several new failures with jpa on postgresql-9 with jdk16 - investigating; 1 new failure with DBWS on all application servers, and 2 more DBWS testing failures only on JBoss-6 - developer is investigating; all DBWS examples failed on GlassFish - developer is investigating (the last build is 2012-03-01)
    • 2.3.3 - 1 new failure with Oracle extension testing - investigating (the last build is 2012-02-29)
  • Testing
    • EL 2.4 JPA configs on WLS 12.1.1
    • 326334 cache coordination / rcm tests not running correctly -- fixed, ran RCM tests on multi-nodes WLS 10.3.6
    • dbws examples failed for WAS8 on Windows -- fixed
    • New failures on Sybase - investigating
  • Test Dev
  • Test infrastructure
    • WAS 8 nightly testing on Windows - complete
    • Added WLS 10.3.6 to nightly testing
  • This week:
    • Modify existing RCM tests for WLS, try to run it on wls 12.1.1 cluster
    • Run JPA tests Glassfish-3.1.2 using packaged Derby DB; add this config to nightly automation testing.
    • SDO server tests running on Glassfish
    • Enable JPA 1.0 TCK on GlassFish v3
    • Git -- get test infra ready
    • 370988 - JAX-RS tests need to be separate project in order to avoid dependency issues in Eclipse IDE
    • optimize setup/teardown of JAXB junit testcases (on hold)

Build

March 15, 2012:

  • Milestone Releases
    • Next: M16 (March 19)
  • API scanner - need to review (hold til Doug returns)
  • add Hermes test bundle to build/ship? - working on plan
  • NoSQL
    • Once CQ is approved will move Mongo fragment to eclipse-side build.
      • CQ approved, but awaiting Orbit availability
  • JPA 2.1 proto removal
    • Working on it.
  • Sharedlib code added to trunk
  • 2.3 update with trunk sdo changes

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
      • DBWS should handle Anchored types (%ROWTYPE, %TYPE)
      • 339721 - DBWS should support strongly-typed package REF CURSOR
    • Testing
      • Issue running EclipseLink 2.4 with Glassfish 3.1.2 - debugging
      • Reviewing Web Service test plan for completeness
      • Reviewing IDE test scenarios

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