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"

(QA)
(Release Planning)
 
(354 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)
** M15 - Mar 8 (Complete)
+
** M1 - June 20 (Complete)
** M16 - Mar 19
+
** RC1 - Aug 24 (Complete)
** M17 - Apr 3
+
* 2.6.0
** M17-1 - Apr 5
+
** M1 - June 20 (Complete)
** Git Migration - April
+
** M2 - Aug 16 (Complete)
* Juno - GA Jun 2012
+
* Kepler SR1 - September 27
** M1+1  - Missed
+
** RC1+1 - Aug 19 (2.5.1 M1)
** M2+1 - Sept 26 (2.4.0-M3) (Complete)
+
** RC2+1 - Sept 2
** M3+1  - Nov  7 (backed-out M5)
+
** RC3+1 - Sept 9 (2.5.1 RC1)
** M4+1 - Dec 12 (2.4.0-M8) (Complete)
+
** RC4+1 - Sept 16
** M5+1 - Jan  30 (2.4.0-M12)(Complete)
+
* Luna - GA June 2014
** M6+1 - Mar 19 (2.4.0-M16)
+
** M1+1 - Aug 19 (2.6.0 M2)
** M7+1 - May  7
+
** M2+1 - Sept 30
** RC1+1 - May  21 
+
** RC2+1 - May 28
+
** RC1+1 - June  4 
+
** RC2+1 - June 11
+
  
== Migration to Git ==
+
== Build ==
* Dev process FAQ
+
[http://wiki.eclipse.org/EclipseLink/Build/Roadmap RoadMap]
** http://wiki.eclipse.org/EclipseLink/Development/Process/Git
+
 
* Git demo (later)
+
Sept 12, 2013:
** TBA
+
* EclipseLink to Maven Central
** Tortiose Git is available for Windows (Beta)
+
** SonatypeOSS "Milestone" process needs refining and testing. (2.5.1 M1)
*** Team transition may now be seemless (except for mavenization)
+
* Build cleanup
**** when using putty should use "git.eclipse.org" as profile name
+
** Post-vacation revealed some process holes.
*** Full test repo is available for testing at:
+
*** Closed most of them.
**** ssh://git.eclipse.org/gitroot/eclipselink/org.eclipse.eclipselink.test.git
+
*** Working on reactivating common build user
* Transition targeted for early April
+
*** Documenting the rest
** Maven build/directory migration to follow
+
* Migration to Maven
** infrastructure and transition plan in the works.
+
** Currently investigating means of generating eclipselink.jar from bundles
*** Am translating build for Git use (change in qualifiers)
+
** seems separate reactor means separate run - issues with OSGi/non-OSGi dependencies
*** Once prototype build complete and have migration tooling configured:
+
* Utilize maven to grab dependencies (revamp compdeps solution)
**** will proceed with migration
+
** partial solution using Tycho to accept Maven dependencies
**** will overlay modified build.
+
*** still may need another step to get locally for tesing
**** hope to keep downtime to a few days.
+
**** working on prototype
* Status
+
* Issues targeted for investigation:
** SVN to Git translation having trouble properly rooting branches
+
** Select Bundle not working with OpenJDK
*** means transactions are there, but state at branch is not
+
** JPA-RS testing not running at Eclipse
*** 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  ==
 
== QA  ==
  
Mar 29 - April 5, 2012:  
+
Sept 5-12 , 2013:  
  
* EclipseLink Nightly Results (Updated on 2012-04-05)
+
* Nightly Triage
** trunk - osgi-srg didn't run properly, class not found issue - investigating; 3 new failures with jpa on DB2 - investigating; 16 new failures with jpa on wls and jboss servers - investigating; some failures with jpa on Glassfish v3.1.2 using Derby - investigating; all  DBWS examples failed on GlassFish - developer is investigating  (the last build is 2012-04-05)
+
** 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 - no new issue (the last build is 2012-04-03)
+
* Triage
+
** jaxb: JDK1.5: known failures (new bug entered 375589 for JSON test failures)
+
** Investigate one test failure in jpa/inherited model on GlassFish 3.1.2 - resolved - test code version mismatch
+
** oracle specific tests failures on GlassFish - in progress, trying suggestions by dev
+
* Triage
+
** osgi SRG failed - investigating
+
** wdf tests failed on JBoss server with deployment issue; filing bug
+
** GF with Derby failures - resolved (test script issues)
+
** All JPA tests failed on GlassFish due to we switch to Hermes parser - fixed -- had to copy some jars to modules directory (e.g. org.eclipse.persistence.core.jpql_2.4.0.qualifier.jar)
+
** MongoDB NoSQL tests compile error -- fixed (by Eric) -- due to renamed resource jar
+
** JAX-RS:failed on GlassFish 4 \- investigating - configuration related
+
** oracle specific tests failures on GlassFish - tried suggestions from dev, but not successful - on hold
+
 
* Testing
 
* Testing
** jpa2.0 support patch for wls 10.3.6 available; no issues found after running JPA 2.0 tests against applied patch
+
** 2.5.1 RC1 manual testing -- complete
 +
** Added GF 4.0.1 testing to nightly for 2.5.1 -- will triage results
 
* Test Dev
 
* Test Dev
** Remote session testing - in progress
+
** GF4-web profile: continue working on reconfiguring JAXRS-test to use WAR file deployment (instead of EAR) -- complete
** Schema Provisioning and Version: test implemenation complete
+
* Infra
** JAX-RS / JSON - in progress - 10%
+
**  
* Test infrastructure
+
** Enable Glassfish 4 in nightly - complete
+
 
* This week:
 
* This week:
** Git migration
+
** Continue to monitor 2.5.1 test results
** Schema Provisioning and Version - test implementation
+
* [Backlog | TLQA-ELBacklog]
** JAX-RS / JSON
+
** Fix oracle specific tests failure on GlassFish
+
** JPA server tests against MongoDB
+
* Backlog:
+
** Enable JPA 1.0 TCK on GlassFish v3
+
** Git - get test infra ready
+
** 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 (on hold)
+
 
+
== Build ==
+
 
+
March 15, 2012:
+
* Milestone Releases
+
** Next: M16 (March 19)
+
* API scanner - need to review (hold til Doug returns)
+
* add Hermes test bundle to build/ship? - working on plan
+
* NoSQL
+
** Once CQ is approved will move Mongo fragment to eclipse-side build.
+
*** CQ approved, but awaiting Orbit availability
+
* JPA 2.1 proto removal
+
** Working on it.
+
* Sharedlib code added to trunk
+
* 2.3 update with trunk sdo changes
+
  
 
== JPA  ==
 
== 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
+
*** [[EclipseLink/Development/2.4.0/JPA-RS/REST-API]]
+
*** REST API updates
+
  
 
== MOXy / SDO  ==
 
== MOXy / SDO  ==
 
[http://wiki.eclipse.org/EclipseLink/Development/MOXy RoadMap]
 
[http://wiki.eclipse.org/EclipseLink/Development/MOXy RoadMap]
  
2.4
+
2.6
* Bugs
+
* [http://wiki.eclipse.org/EclipseLink/Development/404452 JSON Schema Generation]
* JSON support
+
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/384399 MOXy footprint reduction]
** [http://wiki.eclipse.org/EclipseLink/DesignDocs/350483 JSON Design Doc]
+
** Reduce install size and simplify bundling with 3rd party products.
** Discussion with GF team on configuring Jersey to use EclipseLink JSON binding.
+
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=405161 Support Java API for JSON processing]
* [http://wiki.eclipse.org/EclipseLink/Development/359251 JAXB RI extension support]
+
** 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
** EE6 CTS tests seen on JDK1.7.0
+
* QA, Testing
+
** MOXy dependency issue with newer Tycho version, could be resolved by moving to JDK6
+
** Bug 374765 - EclipseLink 2.3 SDO server test failed on GlassFish
+
  
 
== 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
*** 339721 - DBWS should support strongly-typed package REF CURSOR
+
**Support JDBC datatypes, PL/SQL, NoSQL
** Testing
+
*[http://wiki.eclipse.org/EclipseLink/Development/DBWS/MetadataGenerationFromDDLMetaModel DDL Parser metadata generation]  
*** Bug 373380 - The DBWS examples failed to deploy on GlassFish3.1.2
+
**Document current usage, to feed into Service Generation functionality
*** Reviewing Web Service test plan for completeness
+
*** Reviewing IDE test scenarios
+
  
 
== EclipseLink Incubator  ==
 
== EclipseLink Incubator  ==
Line 182: 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