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 (Ad Hoc)
m (Documentation)
Line 159: Line 159:
  
 
== Documentation ==
 
== 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.
+
Preparing for 2.4 items. Ben put the EL doc plan on the wiki at http://wiki.eclipse.org/EclipseLink/Development/Documentation/2.4
*JPA: http://wiki.eclipse.org/EclipseLink/UserGuide/JPA
+
*MOXy: http://wiki.eclipse.org/EclipseLink/UserGuide/MOXy
+
 
+
Updated [http://wiki.eclipse.org/EclipseLink/Examples/MySports MySports example application]
+
 
+
Preparing for 2.4 items
+
  
 
Considering process improvements
 
Considering process improvements

Revision as of 07:04, 19 August 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 July 14, 2011

11 am EST, Thurs June 2, 2011


Ad Hoc

Release Planning

  • 2.2.1 - GA July 27
    • M1 - July 11
    • RC1 - July 25
  • 2.3.1 - GA Sept 7
    • M1 - Jul 8
    • M2 - Jul 22
    • M3 - Aug 1 *
  • Indigo SR1 - GA Sep 23
    • RC1+0 - Aug 15 *
    • RC2+0 - Aug 29 *
    • RC3+0 - Sep 5 *
    • RC4+0 - Sep 12 (2.3.1?)
  • 2.4.0 - GA Oct 26
    • M1 - Jul 28
    • M2 - Aug 25 *
    • M3 - Sep 22
    • M4 - Oct 12
    • RC1 - Oct 19
  • Indigo SR2 - GA Feb 24, 2012
    • RC1+0 - Jan 16
    • RC2+0 - Jan 30
    • RC3+0 - Feb 8
    • RC4+0 - Feb 13
  • Juno - GA Jun 2012
    • M1 - Aug 19 *

QA

August 04 - August 11, 2011:

  • EclipseLink Nightly Results (Updated on 2011-08-11)
    • trunk - 1 new failure with jpa domain testing (set eclipselink as default persistence provider) on wls 10.3.5 - wls bug (bug had been filed). (the last build is 2011-08-11)
    • 2.3.1 - no new issue (the last build is 2011-08-10)
    • 2.2.2 - no new build (the last build is 2011-08-03)
    • 2.1.4 - no new build (the last build is 2011-08-03)
    • 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
    • Re-ran some JPA performance tests that had possible regressions
    • Fix testSetup() issue for running JPA xml/inheritance on all application servers
    • Fix jpa domain testing (set eclipselink as default persistence provider) issue on wls
  • Test Dev
    • Restarted Phase II of JAXB Annotation Examples test development (to cover all examples from JavaDoc) - 50%
    • Add tests for vertical Data Partitioning policy - 50%
  • Test infrastructure
    • Setup test environment for run jpa tests on WebSphere Application Server V8.0 on OEL6 — in progress
    • Modify JAP testing framework to pass dynamic domain name for wls testing - completed
  • This week:
    • Setup test environment for run jpa tests on WebSphere Application Server V8.0 on OEL6
    • Continue adding tests for vertical Data Partitioning policy
    • JAXB annotation example tests Phase II - 50% complete (ETA August-12)
    • (backlog) Deploying eclipselink.jar as shared library in WebLogic server - investigate why using WLST doesn't work (for 2.2 and dynamic weaving)
    • (backlog) Debug Sybase failures with JPA for the nightly automation testing

Build

July 28, 2011:

  • Milestone Releases
    • 2.2.1 Patchset released (2.2.1.v20110722-r9776)
    • Next: Aug 1 (2.3.1 M3)
  • API scanner
  • Vacation - Aug 5 - Sept 7
  • add Hermes test bundle to build/ship?
  • Tycho (New Build) - Hold until Sept 12.
    • migrating and adding POC POM files (non-linked to allow development and incremental adoption)
    • migrate branch changes
      • ASM, ANTLR, to semi-static bundles
      • Generate and publish "Compile Dependency" P2
      • migrate version stamping solution
  • javax.persistence - 2.4.0
    •  ?

JPA

July 14 2011:

  • bug fixes 2.2.1
  • Bug fixes in 2.3.1
  • Doc reviews.
  • 2.4
    • early discussions

DBWS

DBWS Development DBWS Roadmap

2.4

  • Feature: Parse DDL to extract database metadata
    • This is a change in the way we access type metadata, that will cover off the following bugs
      • 325124 DBWSProvider does not handle package REF CURSOR
      • 339721 DBWS should support strongly-typed package REF CURSOR
      • 339909 - DBWS should support optional argument queries
      • 329435 - DBWS does not handle %ROWTYPE mix of PL/SQL types and JDBC Advanced types
    • Using JavaCC to generate code for parsing source DDL
      • Created CQ 5483 to piggyback on top of approved JavaCC v5.0 CQ
      • Working on initial sprint to target first passing end-to-end usecase
        • Target completion end of this week. Also drawing up plan/estimates for remaining iterations
    • Trialling Eclipse-hosted GIT repository as a sand-box for multi-person development
      • DBWS component in SVN trunk remains the target development platform.

SDO / MOXy

RoadMap

2.4

  • Object model mapping to JSON
    • Using antlr grammar files for parsing JSON
    • Working on initial marshalling/unmarshalling usecases.
    • Need to determine end-to-end scenarios that are targetted for 2.4
  • MOXy component - modularity refactor
    • Examining how MOXy's dependency on foundation can be simplified to reduce binary/jar footprint

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

Bug Status

Bug reports

Foundation and JPA

Bugs By Target and Priority

Resolved Bugs

Created Bugs


EclipseLink/Development/DevMeetings/ArchiveBugReports

Back to the top