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)
 
(470 intermediate revisions by 6 users not shown)
Line 23: Line 23:
  
  
== Agenda Oct 13, 2011 ==
+
== 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.1 - GA late Oct
+
* 2.3.4 - No Planned release
** RC1 - Oct 17 (Complete)
+
** M2  - May 22 (patch request)
* 2.4.0 - GA early Mar
+
** M3  - June 27 (patch request)
** M5  - Oct 26 (Complete)
+
* 2.5.1 - (Milestones 3rd Wednesday of Month)
** M6 - Nov 9
+
** M1  - June 20 (Complete)
** M7 - Nov 23
+
** RC1 - Aug  24 (Complete)
** M8 - Dec 7
+
* 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
  
* Indigo SR2 - GA Feb 24, 2012
+
== Build ==
** RC1+0 - Jan 16
+
[http://wiki.eclipse.org/EclipseLink/Build/Roadmap RoadMap]
** 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  (2.4.0 M5?)
+
 
+
== Migration to Git ==
+
* Kick off meeting to be scheduled
+
** Git demo?
+
  
* after we branch for 2.4
+
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  ==
 
== QA  ==
  
October 20-27, 2011:  
+
Sept 5-12 , 2013:  
  
* EclipseLink Nightly Results (Updated on 2011-10-27)
+
* Nightly Triage
** trunk - 6 new failures with core-lrg - dev is investigating; 16 new failures with oracle extension testing, they are all related to change using xdb6.jar instead of xdb .jar - bug: [13254054|https://bug.oraclecorp.com/pls/bug/webbug_print.show?c_rptno=13254054]; 1 new failure with jaxb, seems to be related to the change with xmlparserv2.jar - investigating; server-test-composite failed on all WLS servers (10.3.5 with and without patch, 10.3.6RC2) - investigating; 12 new failures with jpa-server-test on Glassfish v3.1.1 - investigating; 6 new failures with foundation lrg on jdk1.7, same tests failed on h2 DB as well - investigating;  3 new failures with custom features on WAS - investigating; DBWS examples failed on Glassfish (both v3.1.2 and 3.1.1) - investigating. (the last results is 2011-10-27)
+
** 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.1 - 2 new failures with jaxb on jdk1.7 - investigating; 16 new failures with oracle extension testing, and 3 new failures with custom features on WAS - same as trunk, they are all related to use xdb6.jar, QA is investigating them; 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-26)
+
** 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
 
* Testing
** 2.3.1 closedown - complete, will continue to monitor nightly results
+
** 2.5.1 RC1 manual testing -- complete
** Oracle 11.2.0.3 issues - resolved (fwk still pointing to 11.2.0.2 jars)
+
** Added GF 4.0.1 testing to nightly for 2.5.1 -- will triage results
** Doc review
+
 
* Test Dev
 
* Test Dev
** JAX-RS integration with EclipseLink JAXB - 98%
+
** GF4-web profile: continue working on reconfiguring JAXRS-test to use WAR file deployment (instead of EAR) -- complete
*** Manual testing of this scenario passed with Glassfish and WebLogic SErver
+
* Infra
*** Automation Glassfish: resolved deployment issue -- tests are now running but has Assert error - investigating
+
**  
*** Automation WLS: Assert error as well
+
* Test infrastructure
+
** Migrated EclipseLink Nightly Testing to use the new report with tabbed navigation - 80%
+
 
* This week:
 
* This week:
** JAX-RS integration with EclipseLink JAXB
+
** Continue to monitor 2.5.1 test results
** Doc review EL 2.3
+
* [Backlog | TLQA-ELBacklog]
** JAX-WS test project scoping
+
** Resolve issues with SDO / WAS 8
+
** (backlog) Change EclipseLink Nightly Testing scripts for Tycho adoption in trunk - continue to monitor what else needs to be done
+
** (backlog) Migrate to new EclipseLink Nightly Testing report using tabs
+
** (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 ==
+
== JPA  ==
 +
--
  
October 13, 2011:
+
== MOXy / SDO  ==
* Milestone Releases
+
[http://wiki.eclipse.org/EclipseLink/Development/MOXy RoadMap]
** 2.4.0 M5 (Oct 27 - 2.4.0.v20111026-r10274)
+
** Next: Nov 9 (2.4.0 M6?)
+
* API scanner - need to review (hold til Doug returns)
+
* add Hermes test bundle to build/ship? - need to review
+
* Tycho (New Build)
+
** Completed.
+
* Git
+
** Issues page started at: http://wiki.eclipse.org/EclipseLink/Build/Git
+
** Updates ongoing
+
* Troubleshooting Maven uploads
+
  
== JPA  ==
+
2.6
Oct 13
+
* [http://wiki.eclipse.org/EclipseLink/Development/404452 JSON Schema Generation]
* Bug fixes in 2.3.1
+
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/384399 MOXy footprint reduction]
* 2.4
+
** Reduce install size and simplify bundling with 3rd party products.
** Schema provisioning
+
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=405161 Support Java API for JSON processing]
** MT - enhancements
+
** 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
** MT - Table per tenant
+
  
 
== 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
** This is a change in the way we access type metadata, that will cover off the following enhancement requests
+
**Consolidate implementation, usable by DBWS & JPA-RS
*** 325124 DBWSProvider does not handle package REF CURSOR
+
**Support JDBC datatypes, PL/SQL, NoSQL
*** 339721 DBWS should support strongly-typed package REF CURSOR
+
*[http://wiki.eclipse.org/EclipseLink/Development/DBWS/MetadataGenerationFromDDLMetaModel DDL Parser metadata generation]  
*** 339909 - DBWS should support optional argument queries
+
**Document current usage, to feed into Service Generation functionality
*** 329435 - DBWS does not handle %ROWTYPE mix of PL/SQL types and JDBC Advanced types
+
** CQ 5483 (JavaCC v5.0) - PMC approved
+
** [http://wiki.eclipse.org/EclipseLink/Development/DBWS/ParseDDLSprints 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  ==
+
[http://wiki.eclipse.org/EclipseLink/Development/MOXy RoadMap]
+
 
+
2.3.2
+
* Bug fixing - some MOXy performance issues highlighted
+
2.4
+
* Object model mapping to JSON
+
** [http://wiki.eclipse.org/EclipseLink/DesignDocs/350483 JSON Design Doc]
+
* 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 Incubator  ==
Line 153: 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:
 +
** Concepts Guide
 +
** Solutions Guide (includes installation and migration information)
 +
** JPA Extensions Reference
 +
** Developing JAXB with EL MOXy
 +
** 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