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 (DBWS)
m (SDO / MOXy)
Line 132: Line 132:
 
** JAX-WS TCK passing when using EclipseLink JAXB in Glassfish server.   
 
** JAX-WS TCK passing when using EclipseLink JAXB in Glassfish server.   
 
* SDO memory improvements
 
* SDO memory improvements
** So far reduced SDOHelperContext memory usage, on average, by 11%, another 2 fixes pending.
+
** Lazy initialize TreeObjectBuilder.
*** Identified
+
*** 40% reduction in memory if no XML operations performed
 
* MOXy User Guide evolution
 
* MOXy User Guide evolution
 
** Continuing to update sections in [http://wiki.eclipse.org/EclipseLink/UserGuide/MOXy MOXy user guide]  
 
** Continuing to update sections in [http://wiki.eclipse.org/EclipseLink/UserGuide/MOXy MOXy user guide]  

Revision as of 10:37, 9 March 2011



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 27, 2011

11 am EST, Thurs Jan 27, 2011


Ad Hoc

Release Planning

  • 2.2 - January ??, 2011 - http://wiki.eclipse.org/EclipseLink/Development/2.2
    • 2.2M1 - July 21 (Indigo M1 & M2 & M3)
    • 2.2M2 - August 19
    • 2.2M3 - September 22
    • 2.2M4 - October 20
    • 2.2M5 - Nov 18
    • 2.2M6 - Dec 9 (func freeze) (Indigo M4 - Dec 13th)
    • 2.2 - Dec 3 (post func freeze)
    • 2.2RC1 - Branch - Dec 15 - Showstopper mode
    • 2.2RC2 - Jan 12th
    • 2.2RC4 - Feb 2th
    • IPLog and Release docuware - Jan 12th, 2010
      • Release review complete
    • 2.2 Release - Jan ??, 2011
  • Helios SR2 (2.1.2) - February 25, 2011
    • RC1+1 - Jan 18,2011 (missed)
    • RC2+1 - Feb 1, 2011 (2.1.2)
    • GA - Feb 25, 2011
  • 2.3 (Indigo) - June 22nd, 2011 - http://wiki.eclipse.org/EclipseLink/Development/2.3
    • Indigo M5+1 - Jan 31 (Date had been listed on Google calendar incorrectly)
    • Indigo M6+1 - March 14
    • Indigo M7+1 - May 2
    • Indigo RC1-4 May 16,23,30 and June 6
    • Indigo GA - June 22

QA

Feb 24 - Mar 03, 2011:

  • Nightly (Updated on 2011-02-24)
    • trunk - 12 new failures with foundation non-lrg - to be investigated; all WDF tests failed on servers, and 2 new failures with WDF testing on JavaSE - bug: 338783 (developer is working on it). (the last build is 2011-03-03)
    • 2.2.1 - 9 failures with osgi-srg - to be investigated. (the last build is 2011-02-28)
    • 2.1.3 - 1 new failure with jpa static and no-weaving testing - investigating. (the last build is 2011-03-02)
    • 2.0.3 - no new build (the last build is 2010-11-25)
    • 1.2.1 - no new build (oxm and jaxb didn't run properly, there are some compile error with testing framework - investigating by QA) (the last build is 2010-11-26)
  • Testing
    • trunk
      • Filed 1 additional weaving bug (in addition to the 3 previously filed)
  • Test Dev
    • DBWS / Websphere - WAS AS and ND code complete and running nightly. Need to discuss validation algorithm with Dev.
    • Refactor jpa/ddlgeneration tests to get multiple persistence units tests running on server - complete and checked in.
    • JAXB Annotation Examples automation -- Complete - code review next week
    • Glassfish / non-Oracle DBs - completed - MySQL and Oracle DB running nightly.
  • Test Infrastructure
    • Sybase re-install - completed
  • Next week
    • DBWS on JBoss - in progress
    • JBoss 6.0.0 released - having some issues running our tests on this - need to investigate
    • Set up machine for Moxy dev team (for triaging)
    • JAXB annotation examples code review

Build

March 03, 2011:

  • Milestone Releases
    • none
  • Next Milestone: 2.3.0 M6 on Friday March 11 (the 12th build)
  • New Build
    • Tycho/Maven for OSGi bundles
      • evaluation nearing completion
      • resolving a few outstanding issues and preparing for an update
  • Rename build.xml and build.properties (260428)
    • Needed as foundation for Maven/Tycho work.
    • will rename to: build.xml->antbuild.xml build.properties->antbuild.properties
      • done on branch as test. Seems to work as expected, but there were complications.
      • Will need to be done as part of build migration prep.
      • Will also create a PDE style build.properties file

Fixed Bugs:

JPA

Feb 17 , 2011:


DBWS

DBWS Development

2.3

  • Prioritizing DBWS backlog
    • 325124 DBWSProvider does not handle package REF CURSOR (Mike investigating)
    • 234385 - Support optional arguments for StoredProcedures (James, invesigating requirements)
    • 275156 - EclipseLink should support complex PL/SQL arguments for Stored Functions (James, sent out patch for review)
    • 303333 - Handle overloaded Stored Procedure/Functions as WSDL operations (Dave M investigating)
    • 329435 DBWS does not handle %ROWTYPE mix of PL/SQL types and JDBC Advanced types
    • 326953 DBWS should support batch sql operations
    • Creating DBWS utils bundle for Dali testing

SDO / MOXy

2.3 RoadMap

  • Plan to bundle MOXy with Glassfish install in next release
    • JAX-WS TCK passing when using EclipseLink JAXB in Glassfish server.
  • SDO memory improvements
    • Lazy initialize TreeObjectBuilder.
      • 40% reduction in memory if no XML operations performed
  • MOXy User Guide evolution
  • Eclipse Dali
    • Discussion with Dali development team to provide JAXB/MOXy support based on annotations or external metadata
  • JPA/JAXB RESTful web services
    • Provide means of exposing JPA entities through a RESTful service

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

JPA & MOXy docs now in review. Please provide comments directly on the appropriate Discussion page for each wiki page and/or directly to Ben & Rick.

Bug Status

Bug reports

Foundation and JPA

Bugs By Target and Priority

Resolved Bugs

Created Bugs


EclipseLink/Development/DevMeetings/ArchiveBugReports

Back to the top