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)
(Release Planning)
 
(399 intermediate revisions by 6 users not shown)
Line 23: Line 23:
  
  
== Agenda Jan 26, 2012 ==
+
== Agenda June 6, 2013 ==
[http://www.timeanddate.com/worldclock/fixedtime.html?month=01&day=27&year=2011&hour=11&min=0&sec=0&p1=188 11 am EST, Thurs]
+
[http://www.timeanddate.com/worldclock/fixedtime.html?month=09&day=13&year=2012&hour=11&min=0&sec=0&p1=188 11 am EST, Thurs]
  
  
Line 30: Line 30:
  
 
== Release Planning ==
 
== Release Planning ==
* 2.3.3 - GA ??
+
* 2.3.4 - No Planned release
** M1 - Jan 11 (Complete)
+
** M2 - May 22 (patch request)
** M2 - Feb  8
+
** M3 - June 27 (patch request)
* 2.4.0 - GA April/June
+
* 2.5.1 - (Milestones 3rd Wednesday of Month)
** M12 - Jan 26 (Complete)
+
** M1  - June 20 (Complete)
** M13 - Feb 8
+
** RC1 - Aug 24 (Complete)
** M14 - Feb 22
+
* 2.6.0
** M15 - Mar  7
+
** M1 - June 20 (Complete)
** Git Migration - March/April
+
** M2 - Aug  16 (Complete)
* Indigo SR2 - GA Feb 24, 2012
+
* Kepler SR1 - September 27
** RC1+0 - Jan 16 (Missed)
+
** RC1+1 - Aug  19 (2.5.1 M1)
** RC2+0 - Jan 30 (2.3.2 Release)
+
** RC2+1 - Sept 2
** RC3+0 - Feb 8
+
** RC3+1 - Sept (2.5.1 RC1)
** RC4+0 - Feb 13
+
** RC4+1 - Sept 16
* Juno - GA Jun 2012
+
* Luna - GA June 2014
** M1+1 - Missed
+
** M1+1 - Aug 19 (2.6.0 M2)
** M2+1 - Sept 26 (2.4.0-M3) (Complete)
+
** M2+1 - Sept 30
** 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)
+
  
== Migration to Git ==
+
== Build ==
* Kick off meeting completed
+
[http://wiki.eclipse.org/EclipseLink/Build/Roadmap RoadMap]
** Full SVN migrated as test mid-December.
+
 
*** Is ~800 Mb, and takes roughly 35-50 minutes to clone
+
Sept 12, 2013:
** Migration of Incubator in progress.
+
* EclipseLink to Maven Central
** Migration of javax.persistence pending.
+
** SonatypeOSS "Milestone" process needs refining and testing. (2.5.1 M1)
** oracleddlparser already in Git
+
* Build cleanup
* Migration tooling
+
** Post-vacation revealed some process holes.
** Webmaster having difficulty migrating full branch history with subcomponents
+
*** Closed most of them.
*** I am investigating use of another tool
+
*** Working on reactivating common build user
**** Have full copy of SVN repo (yesterdays), will use for migrations of subcomponents
+
*** Documenting the rest
* Git demo (later)
+
* Migration to Maven
** Tortiose Git is available for Windows (Beta)
+
** Currently investigating means of generating eclipselink.jar from bundles
*** Team transition may now be seemless (except for mavenization)
+
** seems separate reactor means separate run - issues with OSGi/non-OSGi dependencies
**** when using putty should use "git.eclipse.org" as profile name
+
* Utilize maven to grab dependencies (revamp compdeps solution)
*** Full test repo is available for testing at:
+
** partial solution using Tycho to accept Maven dependencies
**** ssh://git.eclipse.org/gitroot/eclipselink/org.eclipse.eclipselink.test.git
+
*** still may need another step to get locally for tesing
* Transition targeted for early March
+
**** working on prototype
** Maven build/directory migration to follow
+
* Issues targeted for investigation:
** infrastructure and transition plan in the works.
+
** Select Bundle not working with OpenJDK
*** Am translating build for Git use (change in qualifiers)
+
** JPA-RS testing not running at Eclipse
*** 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.
+
  
 
== QA  ==
 
== QA  ==
  
Jan 26 - Feb 2, 2012:  
+
Sept 5-12 , 2013:  
  
* EclipseLink Nightly Results (Updated on 2012-02-02)
+
* Nightly Triage
** trunk - 2 new failures with jpa no-weave-testing \-  investigating; 1 jpa test (DDLGenerationTestSuite.testPrimaryKeyJoinColumns) with JavaSE failed on all no-Oracle DB - investigating (the last results is 2012-02-02)
+
** Manually re-run DBWS testing on JavaSE with Oracle-11.2.0.3 DB and MySQL-5.6 within both 2.5.1 and 2.6.0, provide debug info to dev for some new failures
** 2.3.3 \-  1 jpa test (EntityManagerJUnitTestSuite.testSequenceObjectWithSchemaName) with JavaSE failed on Derby and DB2 - investigating (the last build is 2012-02-01)
+
** 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)
+
** 1.2.1 - no new build (the last build  is 2011-09-30)
+
 
* Testing
 
* Testing
** 7 new failures with jpa-no-weave testing - 6 intermitent, working with dev on remaining 1
+
** 2.5.1 RC1 manual testing -- complete
** Verify 368867 - support for Oracle DMS - found NPE when running jpa/advanced tests when DMS feature enabled
+
** Added GF 4.0.1 testing to nightly for 2.5.1 -- will triage results
** DBWS Examples - 3 examples failed; 1 at build stage, other 2 due to doc mismatch - investigating
+
** IMongoDB tests compile issue in nightly testing - resolved; compile error on MongoPlatform - fix in progress
+
** JPA Derby - 2 new failures - investigating
+
** JPA Postgre - 2 new failures - investigating
+
** 1 new issue found with Sybase - bug 370154
+
** 2.3 - investigated testSequenceObjectWithSchemaName() test failure on non-Oracle databases - fix in progress
+
 
* Test Dev
 
* Test Dev
* Test infrastructure
+
** GF4-web profile: continue working on reconfiguring JAXRS-test to use WAR file deployment (instead of EAR) -- complete
** both Oracle NoSQL and MongoDB are now enabled in nightly testing
+
* Infra
* This week:  
+
**  
** Investigate JPA locking testing time out on SQL Server
+
* This week:
** infra enhancement: Migrate configuration files to the central location for better maintenance (on hold)
+
** Continue to monitor 2.5.1 test results
** optimize setup/teardown of JAXB junit testcases (on hold)
+
* [Backlog | TLQA-ELBacklog]
  
== Build ==
+
== JPA  ==
 +
--
  
Jan 19, 2012:
+
== MOXy / SDO ==
* Milestone Releases
+
[http://wiki.eclipse.org/EclipseLink/Development/MOXy RoadMap]
** M12: Jan 26 (2.4.0.v20120126-r10746)
+
** Next:
+
* API scanner - need to review (hold til Doug returns)
+
* add Hermes test bundle to build/ship? - working on plan
+
* Tycho (New Build)
+
** OracleDDL now deploys to P2
+
*** need to complete final linkage (publish to download site, and materialize locally for Eclipselink build)
+
* Git
+
** General strategy outlined - awaiting project lead feedback then will publish for general comment
+
** Examples and Incubator migration in progress.
+
*** Running into migration issues
+
** Will split out javax.persistence as soon as we decide on a name
+
** Working on Git version of current build to facilitate migration of runtime.
+
* JPA 2.1
+
** Added jar last week not hooked up to build
+
** Fixed typo yesterday and re-released
+
** JPA team using modified build process to facilitate dev
+
* NoSQL
+
** Once CQ is approved will move Mongo fragment to eclipse-side build.
+
*** Still awaiting CQ approval
+
 
+
== JPA ==
+
* 2.4
+
** Schema provisioning
+
*** extend through alter table - Checkin friday Jan 27th
+
** RCM support for refreshMetadata
+
*** Checked in Jan 20th
+
** JPA 2.1
+
*** API jar checked in
+
*** Changes to Eclipselink to compile forthcoming
+
*** Stored procedure support
+
*** SQL result set mapping - new constructor support.
+
  
 +
2.6
 +
* [http://wiki.eclipse.org/EclipseLink/Development/404452 JSON Schema Generation]
 +
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/384399 MOXy footprint reduction]
 +
**  Reduce install size and simplify bundling with 3rd party products.
 +
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=405161 Support Java API for JSON processing]
 +
** JSR-353 is the Java standard for producing and consuming JSON introduced with Java EE 7. MOXy has been updated to marshal/unmarshal using the JSON API
  
 
== DBWS  ==
 
== DBWS  ==
 
[http://wiki.eclipse.org/EclipseLink/Development/DBWS DBWS Development]  
 
[http://wiki.eclipse.org/EclipseLink/Development/DBWS DBWS Development]  
 +
 
[http://wiki.eclipse.org/EclipseLink/Development/DBWS/RoadMap DBWS Roadmap]  
 
[http://wiki.eclipse.org/EclipseLink/Development/DBWS/RoadMap DBWS Roadmap]  
  
2.4
+
2.6
* Feature: [http://wiki.eclipse.org/EclipseLink/Development/DBWS/ParseDDLforMetadata Parse DDL to extract database metadata]
+
*JPA metadata generator
** DDL Parser now available through Maven repository
+
**Consolidate implementation, usable by DBWS & JPA-RS
** Reviewed priorities for 2.4 release
+
**Support JDBC datatypes, PL/SQL, NoSQL
*** 325124 - DBWS should support weakly-typed package REF CURSOR
+
*[http://wiki.eclipse.org/EclipseLink/Development/DBWS/MetadataGenerationFromDDLMetaModel DDL Parser metadata generation]  
*** 339721 - DBWS should support strongly-typed package REF CURSOR
+
**Document current usage, to feed into Service Generation functionality
*** 329435 - DBWS does not handle %ROWTYPE mix of PL/SQL types and JDBC Advanced types=
+
*** 339909 - DBWS should support optional argument queries
+
** DBWS server tests: Re-checked into SVN, need to review and update with latest standalone tests
+
 
+
== MOXy / SDO  ==
+
[http://wiki.eclipse.org/EclipseLink/Development/MOXy RoadMap]
+
 
+
2.4
+
* Bugs
+
** JAXB concurrency issue
+
** SDO performance issue using SAX parser
+
* JAXB RI extension support
+
** NamespacePrefixMapper property extension checked in
+
** EE6 CTS tests seen on JDK1.7.0
+
* JSON support
+
** [http://wiki.eclipse.org/EclipseLink/DesignDocs/350483 JSON Design Doc]
+
** Discussion with GF team on configuring Jersey to use EclipseLink JSON binding.
+
* Performance
+
** Using SpecJ2010 benchmark to identify improvements
+
* QA, Testing
+
** JAX-RS tests: passing in GF3.1.2
+
** Need SDO server tests running in GF3.1.x
+
  
 
== EclipseLink Incubator  ==
 
== EclipseLink Incubator  ==
Line 185: Line 121:
  
 
== Documentation ==
 
== 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
+
*EclipseLink 2.4.x library: http://www.eclipse.org/eclipselink/documentation/2.4/ (refreshed)
 
+
*EclipseLink 2.5.x doc library: available: http://www.eclipse.org/eclipselink/documentation/2.5/ (in progress)
Considering process improvements
+
* Updated all doc custom search engines: http://www.eclipse.org/eclipselink/documentation/
 
+
* All docs remain in a rolling review:
JPA Doc: http://wiki.eclipse.org/EclipseLink/UserGuide/JPA
+
** Concepts Guide
 
+
** Solutions Guide (includes installation and migration information)
MOXy/JAXB Doc: http://wiki.eclipse.org/EclipseLink/UserGuide/MOXy
+
** JPA Extensions Reference
 
+
** Developing JAXB with EL MOXy
DBWS Doc: http://wiki.eclipse.org/EclipseLink/UserGuide/DBWS
+
** Developing with EL DBWS
  
 
== Bug Status  ==
 
== Bug Status  ==

Latest revision as of 11:00, 12 September 2013



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 June 6, 2013

11 am EST, Thurs


Ad Hoc

Release Planning

  • 2.3.4 - No Planned release
    • M2 - May 22 (patch request)
    • M3 - June 27 (patch request)
  • 2.5.1 - (Milestones 3rd Wednesday of Month)
    • M1 - June 20 (Complete)
    • RC1 - Aug 24 (Complete)
  • 2.6.0
    • M1 - June 20 (Complete)
    • M2 - Aug 16 (Complete)
  • Kepler SR1 - September 27
    • RC1+1 - Aug 19 (2.5.1 M1)
    • RC2+1 - Sept 2
    • RC3+1 - Sept 9 (2.5.1 RC1)
    • RC4+1 - Sept 16
  • Luna - GA June 2014
    • M1+1 - Aug 19 (2.6.0 M2)
    • M2+1 - Sept 30

Build

RoadMap

Sept 12, 2013:

  • EclipseLink to Maven Central
    • SonatypeOSS "Milestone" process needs refining and testing. (2.5.1 M1)
  • Build cleanup
    • Post-vacation revealed some process holes.
      • Closed most of them.
      • Working on reactivating common build user
      • Documenting the rest
  • Migration to Maven
    • Currently investigating means of generating eclipselink.jar from bundles
    • seems separate reactor means separate run - issues with OSGi/non-OSGi dependencies
  • Utilize maven to grab dependencies (revamp compdeps solution)
    • partial solution using Tycho to accept Maven dependencies
      • still may need another step to get locally for tesing
        • working on prototype
  • Issues targeted for investigation:
    • Select Bundle not working with OpenJDK
    • JPA-RS testing not running at Eclipse

QA

Sept 5-12 , 2013:

  • Nightly Triage
    • Manually re-run DBWS testing on JavaSE with Oracle-11.2.0.3 DB and MySQL-5.6 within both 2.5.1 and 2.6.0, provide debug info to dev for some new failures
  • Testing
    • 2.5.1 RC1 manual testing -- complete
    • Added GF 4.0.1 testing to nightly for 2.5.1 -- will triage results
  • Test Dev
    • GF4-web profile: continue working on reconfiguring JAXRS-test to use WAR file deployment (instead of EAR) -- complete
  • Infra
  • This week:
    • Continue to monitor 2.5.1 test results
  • [Backlog | TLQA-ELBacklog]

JPA

--

MOXy / SDO

RoadMap

2.6

DBWS

DBWS Development

DBWS Roadmap

2.6

  • JPA metadata generator
    • Consolidate implementation, usable by DBWS & JPA-RS
    • Support JDBC datatypes, PL/SQL, NoSQL
  • DDL Parser metadata generation
    • Document current usage, to feed into Service Generation functionality

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

Bug Status

Bug reports

Foundation and JPA

Bugs By Target and Priority

Resolved Bugs

Created Bugs


EclipseLink/Development/DevMeetings/ArchiveBugReports

Back to the top