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 (MOXy / SDO)
m (DBWS)
Line 176: Line 176:
 
* Feature: [http://wiki.eclipse.org/EclipseLink/Development/DBWS/ParseDDLforMetadata Parse DDL to extract database metadata]
 
* Feature: [http://wiki.eclipse.org/EclipseLink/Development/DBWS/ParseDDLforMetadata Parse DDL to extract database metadata]
 
** DDL Parser now available through Maven repository
 
** DDL Parser now available through Maven repository
*** 329435 - DBWS should handle Anchored types (%ROWTYPE, %TYPE)
+
*** 329435 - DBWS should handle Anchored types (%ROWTYPE, %TYPE): Checked in
*** 376052 - DBWS - Generated webservice on WebLogic can't handle binary return types (Oracle type BLOB)
+
*** 376052 - DBWS - Generated webservice on WebLogic can't handle binary return types (Oracle type BLOB): Closed
*** 350164 - DBWS: Better runtime validation and error handling required
+
 
** Testing
 
** Testing
 
*** Bug 373380 - The DBWS examples failed to deploy on GlassFish3.1.2
 
*** Bug 373380 - The DBWS examples failed to deploy on GlassFish3.1.2

Revision as of 10:26, 2 May 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 Apr 19, 2012

11 am EST, Thurs


Ad Hoc

Review of 2.4 Dev page:

 http://wiki.eclipse.org/EclipseLink/Development/2.4.0

Please ensure that this page has tasks that are scheduled for 2.4.

Release Planning

  • 2.3.3 - GA June - July
    • M1 - Jan 11 (Complete)
    • M2 - Apr 20
  • 2.4.0 - GA June 15
    • M15 - Mar 8 (Complete)
    • M16 - Mar 19 (Complete)
    • M17 - Apr 3 (Complete)
    • M18 - Apr 18
    • M19 - May 2
    • M20 - May 9
    • Branch from Trunk - At M20
    • M21 - May 16
    • Showstopper codefreeze - B.O.D. May 28
    • RC1 - E.O.D. May 28
  • 2.4.1 - (2.4 Branch update) June 15 (Post Juno RC4)
    • Git Hands-on - mid-June
    • Git Migration - July
  • Juno - GA Jun 2012 (Dates are when contibution is due)
    • 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)(Complete)
    • M7+1 - May 7 (M19)
    • RC1+1 - May 21 (M21)
    • RC2+1 - May 28 (RC1)
    • RC3+1 - June 4
    • RC4+1 - June 11

Migration to Git

  • Dev process FAQ
  • Git demo (later)
  • Transition targeted for early July
    • 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

April 19 - 26, 2012:

  • EclipseLink Nightly Results (Updated on 2012-04-26)
    • trunk - 1 new failure with test-oracle on jdk16 and Oracle 11.2.0.3 with oci - investigating; 1 new failure with jpa on jdk16 and Oracle 11.1.0.7 (also 10.2.0.5) with oci - investigating; 1 new failure with jpa on wls and Derby 10.6.1.0 - investigating. (the last build is 2012-04-26)
    • 2.3.3 - no new issue (the last build is 2012-04-25)
  • Triage
    • Investigate test failures of 3 jpa/jpql tests on GlassFish 4 nightly build - GF reverted to ANTLR - GF team aware of this
  • Testing
  • Test Dev
    • JAX-RS / JSON - in progress - 80%
    • Cache Co-ordination tests on WebLogic Clusters - 0%
    • JPA-RS - in progress early stage
  • Test infrastructure
    • Test infra refactoring work in progress -- centralizing all test infra files in one location for easier management; eliminates out of sync files when updates are made
  • This week:
    • JPA-RS functionality
    • JAX-RS / JSON
    • Review table-per-tenant functionality
    • Add Open JDK certification tests
    • Test Infra refactoring
  • Backlog:
    • oracle specific tests failures on GlassFish - tried suggestions from dev, but not successful - on hold
    • Git migration
    • JPA server tests against MongoDB
    • Enable JPA 1.0 TCK on GlassFish v3
    • 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

Build

April 25, 2012:

  • Milestone Releases
    • 2.4.0-M18 based upon build 2.4.0.v20120418-r11171
    • Next: M19
  • API scanner - need to review (hold til Doug returns)
  • add Hermes test bundle to build/ship
    • done
  • Move core.jpa fragment code to core
    • if no concerns,will proceed today after meeting
  • Remove old build pathways
    • if no concerns, will proceed today after meeting
  • Remove JDK 1.5 compatibility
    • Meeting this afternoon, to discuss.
    • Expect to proceed after meeting.

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
    • JPA-RS

MOXy / SDO

RoadMap

2.4

  • Clearing bug backlog
  • JSON support
    • JSON Design Doc
    • Working with Jersey (JAX-RS RI) team to configure use of EclipseLink JSON binding.
  • JAXB RI extension support
    • EE6 CTS test issue seen on JDK1.7.0
  • QA, Testing
    • MOXy dependency issue with newer Tycho version, should be resolved with next Tycho milestone release
    • Bug 374765 - EclipseLink 2.3 SDO server test failed on GlassFish

2.4.1

  • Jar footprint reduction
  • Performance improvements

DBWS

DBWS Development DBWS Roadmap

2.4

  • Feature: Parse DDL to extract database metadata
    • DDL Parser now available through Maven repository
      • 329435 - DBWS should handle Anchored types (%ROWTYPE, %TYPE): Checked in
      • 376052 - DBWS - Generated webservice on WebLogic can't handle binary return types (Oracle type BLOB): Closed
    • Testing
      • Bug 373380 - The DBWS examples failed to deploy on GlassFish3.1.2

2.4.1

  • 339721 - DBWS should support strongly-typed package REF CURSOR

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