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)
Line 140: Line 140:
 
*** Runtime code will be folded back into SVN once parity with 2.3.1 functionality is mostly complete
 
*** Runtime code will be folded back into SVN once parity with 2.3.1 functionality is mostly complete
 
*** Writing up a proposal for leaving the standalone DDL Parser in GIT, and just providing the jar in SVN.  This would save migrating everything back to SVN for potentially just one release.
 
*** Writing up a proposal for leaving the standalone DDL Parser in GIT, and just providing the jar in SVN.  This would save migrating everything back to SVN for potentially just one release.
 +
* RESTful DBWS (DB-RS)
 +
** Capturing requirements in a wiki for review
  
 
== MOXy / SDO  ==
 
== MOXy / SDO  ==

Revision as of 13:13, 19 October 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 Oct 13, 2011

11 am EST, Thurs


Ad Hoc

Release Planning

  • 2.3.1 - GA late Oct
    • M6 - Sep 21 (Complete)
    • M7 - Sep 30 (Complete)
    • M8 - Oct 13
    • RC1 - Oct 17
  • 2.4.0 - GA early Mar
    • M3 - Sep 22 (Complete)
    • M4 - Oct 12 (Complete)
    • M5 - Oct 26
    • M5 - Nov 9
    • M6 - Nov 23
    • M7 - Dec 7
  • 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+1 - Missed
    • M2+1 - Sept 26 (2.4.0-M3) (Complete)
    • M3+1 - Nov 7


Migration to Git

  • Kick off meeting to be scheduled
    • Git demo?
  • after we branch for 2.4

QA

September 29 - Oct 6, 2011:

  • EclipseLink Nightly Results (Updated on 2011-10-06)
    • trunk - one new failure with jaxb on jdk15 - investigating. (the last results is 2011-10-06)
    • 2.3.1 - 3 new failures with jpa test (in cacheable test suite) on all application servers - investigating; SDO server-testing failed on WAS 8 (both AS and ND) - server configuration issue, passed on WAS 7, low priority. On hold. (the last build is 2011-10-05)
    • 2.2.2 - no new build (the last build is 2011-08-03)
    • 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 - some failures with jpa testing on both JavaSE and JaveEE, they are all related to the environment setting, e.g. $JAVA_HOME or $JROCKIT_HOME. QA need to update the testing environment setting if there is a new release or new check it with this branch. (the last build is 2011-09-30)
  • Testing
    • 2.3.1 closedown
      • Perform the new style (with shared-lib ear, application used weblogic-application.xml and ReadMe) EL 2.3.1 shared library testing
      • MySQL 5.5.16 (latest) - 100%
      • SQL Server 2008 R2 -- 100%
      • RAC - 75% - Oracle 11.2.0.2 in progress 80%
      • JPA configs - 100% - for WAS, WLS, and JBoss
      • ipV6 - dual-stack/OracleDB complete, ipV6 only -- in progress
    • 2.3.1 -- test-oxm: JDK15 : over 800 new failures; test-jaxb: JDK15: 82 new failures ; last good run on 9/29
    • trunk - test-jaxb: JDK15 : one new failure - investigating
      • org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBFromOXMTestCases.Dynamic JAXB: OXM: testUnmarshalWithClass
  • Test Dev
    • JAXB Annotation examples - completed : gave patch to Dev to check-in
    • JAX-RS integration with EclipseLink JAXB - 90%
      • need to make further changes to test model (an .EAR file) to mimic dev's test model (a .WAR file) in order to work within jpa test framework
    • Review VPD multi-tenant tests - complete - functional and negative tests
  • Test infrastructure
    • MySQL DB updated to 5.5.16
    • SQL Server 2008 R2 installed
    • Prototype EclipseLink Nightly Testing report using tabs
    • Upgraded to WAS 7.0.0.19 nightly testing - fixed - enabled nightly now
  • This week:
    • VPD multi-tenant tests - enable in XML suite, and on servers.
    • JAX-RS integration with EclipseLink JAXB
    • Prototype EclipseLink Nightly Testing report using tabs
    • 2.3.1 Closedown
      • ipV6 testing (waiting for env)
      • RAC 11.2.0.2
    • (backlog) Add "is.JPA1.0" flag in WDF server testing framework in order to skip those JPA2.0 tests on only JPA1.0 supported application servers.

Build

October 13, 2011:

  • Milestone Releases
    • 2.4.0 M4 (Oct 12)
    • Next: Today? (2.3.1 M8)
  • API scanner - need to review (hold til Doug returns)
  • add Hermes test bundle to build/ship? - need to review
  • Tycho (New Build)
    • Held Presentation/Q&A.
    • Merged transagtion to update manifests.
    • Working on updating ANTLR/ASM binaries

JPA

Oct 13

  • Bug fixes in 2.3.1
  • 2.4
    • Schema provisioning
    • MT - enhancements
    • MT - Table per tenant

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 enhancement requests
      • 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
    • CQ 5483 (JavaCC v5.0) - PMC approved
    • Sprints
      • Sprints 4&5 complete: PL/SQL Record, Collection Types, including nested support
      • Sprints 6&7: Advanced Oracle types, PL/SQL types using %ROWTYPE% and %TYPE% macros
    • Eclipse-hosted GIT repository
      • Runtime code will be folded back into SVN once parity with 2.3.1 functionality is mostly complete
      • Writing up a proposal for leaving the standalone DDL Parser in GIT, and just providing the jar in SVN. This would save migrating everything back to SVN for potentially just one release.
  • RESTful DBWS (DB-RS)
    • Capturing requirements in a wiki for review

MOXy / SDO

RoadMap

2.4

  • Object model mapping to JSON
  • MOXy footprint reduction
    • Investigating how MOXy's dependency on foundation can be simplified to reduce binary/jar footprint
  • Feature extensions
    • Set of JAXB feature extensions targetted for 2.4 capture on roadmap (link above)
  • Server integration testing
    • JAX-RS testing: Working with QA to set up JAX-RS tests running in WLS & GlassFish

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