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 (MOXy / SDO)
Line 134: Line 134:
 
2.3.2/2.3.3
 
2.3.2/2.3.3
 
* MOXy performance issues when running SpecJ2010 benchmark
 
* MOXy performance issues when running SpecJ2010 benchmark
 +
** This week: targetting reduction of memory usage in JAXBContext
 
2.4
 
2.4
 
* Object model mapping to JSON
 
* Object model mapping to JSON

Revision as of 12:19, 14 December 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.2 - GA Early December
    • RC1 - Nov 25
  • 2.4.0 - GA early Mar
    • M7 - Nov 23 (Nov 30 - done)
    • M8 - Dec 7
    • M9 - Dec 21
  • Indigo SR2 - GA Feb 24, 2012
    • RC1+0 - Jan 16 (2.3.3 ?)
    • 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 (backed-out M5)
    • M4+1 - Dec 12
    • M5+1 - Jan 30

Migration to Git

  • Kick off meeting scheduled
    • Will discuss identified issues, and collect additional.
  • Git demo (later)
  • Transition targeted after we branch for 2.4
    • infrastructure and transition plan need to be completed well before.

QA

Nov 24 - Dec 01, 2011:

  • EclipseLink Nightly Results (Updated on 2011-12-01)
    • trunk - several new failures with test-oxm and jaxb - investigating;  4 new failure with jpa with jdk 1.7 - investigating; DBWS examples failed on all application servers, due to dependency change - developer is still investigating. (the last results is 2011-11-30)
    • 2.3.2 - two new failures with test-oxm on all jdk (1.6, 1.7, and jrockit 1.6) - investigating; lots of jpa tests failed on MySQL 5.5 (looks like they are all intermittent, will verify right now)\- 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 2011-11-30)
    • 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)
  • Testing
    • main: test-oxm-jdk16/ jrockit-xmlparserv2: 18 new failures: bug 365312
    • main: test-jaxb-jdk16/ jrockit-xmlparserv2: 1 new failure, 2 known : Bug 365309
    • Cache co-ordination testing on Glassfish 3.1.1 - in progress - failure of JNDI lookup of jms factory and topic
    • triaged JPA-OOC reults for Sybase and Timesten
  • Test Dev
    • JAX-RS integration with EclipseLink JAXB - complete, pending code review.
    • JAX-WS testing - 100% - automated and running in nightly process
  • Test infrastructure
    • test fwk -- created download-nightly-builds.sh - invokved every 1/2 hr, to download new builds for all branches
    • PostgreSQL 9.1 installed
  • This week:
    • Connection issue with SQLServer 2008 and 2K8 R2 -- need to re-install
    • Cache coordination tests on GF 3.1.1
    • JAX-WS : discuss with dev next enhancement to testing
    • Test fwk: change nightly test scripts to use bits that we download via separate process.
    • Update PostgreSQL db to 9.1.1-1
    • JAX-RS code review

Build

Dec 8, 2011:

  • Milestone Releases
    • Next: Dec 8 (2.4.0 M8)
  • API scanner - need to review (hold til Doug returns)
  • add Hermes test bundle to build/ship? - need to review
  • Tycho (New Build)
    • Fixed some issues with P2 generation.
  • Re-integrate DBWS Builder and tests.
    • Currently still using Ant
    • Tycho re-adoption delayed until oracleddl can be made available via P2
  • Git

JPA

  • 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
      • Sprints
      • 325124, 339721 Provide support for 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
        • Completing implementation for this, target next week
    • Tests running in nightly build
    • DDL Parser being made available in Maven, need to fully integrate into build
  • DBWS support for REST
    • Ability to generate dynamic JPA persistence unit
      • eclipselink-orm.xml describing the virtual entities and any named queries
      • eclipselink-oxm.xml describing the mapping of the same entities to XML (and JSON)
    • Simple table with direct-to-field mappings demo working
    • Focussing on simple PL/SQL example, based on ORM metadata availability

MOXy / SDO

RoadMap

2.3.2/2.3.3

  • MOXy performance issues when running SpecJ2010 benchmark
    • This week: targetting reduction of memory usage in JAXBContext

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

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