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"

(Build)
(Release Planning)
 
(187 intermediate revisions by 5 users not shown)
Line 23: Line 23:
  
  
== Agenda Sept 13, 2012 ==
+
== Agenda June 6, 2013 ==
 
[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]
 
[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]
  
  
 
=== Ad Hoc ===
 
=== Ad Hoc ===
???
 
  
 
== Release Planning ==
 
== Release Planning ==
* 2.3.4 - GA December
+
* 2.3.4 - No Planned release
** M1 - pending
+
** M2 - May 22 (patch request)
* 2.4.2 - GA Nov
+
** M3 - June 27 (patch request)
** M1 - Oct 24
+
* 2.5.1 - (Milestones 3rd Wednesday of Month)
** M2  - Nov 7
+
** M1 - June 20 (Complete)
* 2.5.0 - GA Mid 2013 (from M4 on - Milestones 3rd Wednesday of Month)
+
** RC1 - Aug 24 (Complete)
** M4 - Oct  17 (Complete)
+
* 2.6.0
** M5  - Nov 21
+
** M1 - June 20 (Complete)
* Juno SR2 - Feb 22 (Milestone dates are when contibution is due)
+
** M2 - Aug  16 (Complete)
** RC1+1 - Jan 14
+
* Kepler SR1 - September 27
** RC1+2 - Jan 28
+
** RC1+1 - Aug 19 (2.5.1 M1)
** RC1+3 - Feb 4
+
** RC2+1 - Sept 2
** RC1+4 - Feb 11
+
** RC3+1 - Sept 9 (2.5.1 RC1)
* Kepler - June 2013 (Milestone dates are when contibution is due)
+
** RC4+1 - Sept 16
** M1+1  - Aug 20 (2.4.0 "Juno" GA)
+
* Luna - GA June 2014
** M2+1 - Oct  1 (2.4.0 "Juno" GA)
+
** M1+1 - Aug 19 (2.6.0 M2)
** M3+1 - Nov 12 - 2.5.0 M4
+
** M2+1 - Sept 30
** M4+1 - Dec 17
+
  
== Migration to Git ==
+
== Build ==
* Dev process FAQ
+
[http://wiki.eclipse.org/EclipseLink/Build/Roadmap RoadMap]
** http://wiki.eclipse.org/EclipseLink/Development/Process/Git
+
 
* Status
+
Sept 12, 2013:
** eclipse.runtime live.
+
* EclipseLink to Maven Central
*** Need to review development workflow
+
** SonatypeOSS "Milestone" process needs refining and testing. (2.5.1 M1)
** New repos coming as strategy reviewed.
+
* Build cleanup
*** Need to review/refine repository strategy (Hermes, utils, others).
+
** Post-vacation revealed some process holes.
*** javax.persistence publication pending
+
*** Closed most of them.
*** eclipselink.releng (buildsystem) pending
+
*** Working on reactivating common build user
*** eclipselink.utils pending
+
*** Documenting the rest
**** Need to blend utils migration into new utils temp
+
* Migration to Maven
**** Once complete will delete util comonents from runtime
+
** Currently investigating means of generating eclipselink.jar from bundles
*** eclipselink.utils.temp available
+
** seems separate reactor means separate run - issues with OSGi/non-OSGi dependencies
**** working to integrate components into build
+
* 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  ==
  
Oct 18-25, 2012:  
+
Sept 5-12 , 2013:  
  
* EclipseLink Nightly Results (Updated on 2012-10-25)
+
* Nightly Triage
** master - all Oracle extension testing build failed due to some changes with daily build scripts, should be fixed in the next build; 2 new failures with jaxrs testing on both wls and glassfish servers - seems the tests need to be updated, investigating. (the last build is 2012-10-24)
+
** 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.4.2 - 2 new failures with jaxrs testing on both wls and glassfish servers - same as master. (the last build is 2012-10-24)
+
** 2.3.4 - 3 new failures with jpa on jdk17 - seems to be intermittent, need to be verified; one new failures with jpa on postgresql-9 - investigating. (the last build is 2012-10-24)
+
 
* Testing
 
* Testing
** Triage workload
+
** 2.5.1 RC1 manual testing -- complete
** JAXRS: 10 new failures on GF 3.1.2, GF 4, WL_1211 (bug 392766) - should been fixed in next build
+
** Added GF 4.0.1 testing to nightly for 2.5.1 -- will triage results
** Tried to re-produce EL bug - default value for "exclude-unlisted-classes" in persistence.xml not working on wls 12.1.1 and earlier -- could not reproduce
+
** reviewed all jpa test suites on application servers, verified that all jpa2.0 only tests use 2.0 xsd for validation of persistence.xml
+
** Investigated jpa/fetchgroups and jpa/jpql test failures on WebLogic and WebSphere - fixed issue
+
** Investigated test case bug 332147 - one jpa/customfeature test failure on lab installed oracle 11.2.0.2 database
+
** Worked with developer to reproduce bug 392105 - DBWS test failure on WLS - verified fixed
+
 
* Test Dev
 
* Test Dev
* Test infrastructure
+
** GF4-web profile: continue working on reconfiguring JAXRS-test to use WAR file deployment (instead of EAR) -- complete
** Shortened the path to repo parent directory on Windows, to solve the compiler failures on the MOXy tests
+
* Infra
** Upgraded OpenJDK to version 6 build 24
+
**  
 
* This week:
 
* This week:
** beanvalidation tests running on server
+
** Continue to monitor 2.5.1 test results
** Investigate how to run the DBWS examples on JBoss 7
+
* [Backlog | TLQA-ELBacklog]
 
+
== Build ==
+
 
+
Nov 01, 2012:
+
* Milestone Releases
+
** 2.4.2 M1 (20121024 build)
+
* Remove old build pathways (no BND)
+
** converting Oracle build to Tycho problematic
+
*** holding in preference to Git migration
+
* Integration of tools components into 2.5 build
+
** finalizing publish and web generation script changes.  
+
** Has Own Hudson Job
+
** add testing to nightly build - pending
+
** Anticipate Eclipselink nightly process will pull in published P2 artifacts (P2 publish pending)
+
* Oracle bundle generation.
+
** Build migration complete on master.
+
** Nightly process nearly complete on master (no commit)
+
** Currently verifying move of static bundle from foundation/plugin to /plugin won't cause issues
+
** Complete migration of build process: Actively working on 2.4 and master (holding for tools publish)
+
* Git Build migration Status
+
** Nightly Build and Tests migrated to Hudson (2.3, 2.4, and 2.5)
+
*** Future work to split test run from build job: pending
+
** Publishing
+
*** Fix for publish handoff, cause failure last noght. Fixing. Will rerun builds to test.
+
** Milestone promotion
+
*** 2.3 pending
+
** Removal of dependencies from repo: pending
+
** Removal of Releng: pending
+
** Removal of Utils:  pending
+
  
 
== JPA  ==
 
== JPA  ==
* 2.5
+
--
** MetaData caching checked in
+
** JPA 2.1 work progress.
+
*** Stored Procedure, Converters & Criteria API work in progress
+
* JPA-RS
+
** Working on Passing Relationships by Reference
+
  
 
== MOXy / SDO  ==
 
== MOXy / SDO  ==
 
[http://wiki.eclipse.org/EclipseLink/Development/MOXy RoadMap]
 
[http://wiki.eclipse.org/EclipseLink/Development/MOXy RoadMap]
  
2.4.1
+
2.6
* Performance
+
* [http://wiki.eclipse.org/EclipseLink/Development/404452 JSON Schema Generation]
** Focussing on SpecJ benchmark runs
+
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/384399 MOXy footprint reduction]
 
+
** Reduce install size and simplify bundling with 3rd party products.
2.5.0
+
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=405161 Support Java API for JSON processing]
* Jar footprint reduction
+
** 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.5 feature planning
+
2.6
* JAX-RS support
+
*JPA metadata generator
* Conversion from native metadata
+
**Consolidate implementation, usable by DBWS & JPA-RS  
* Ability to query across D/B schema's
+
**Support JDBC datatypes, PL/SQL, NoSQL
 +
*[http://wiki.eclipse.org/EclipseLink/Development/DBWS/MetadataGenerationFromDDLMetaModel DDL Parser metadata generation]
 +
**Document current usage, to feed into Service Generation functionality
  
 
== EclipseLink Incubator  ==
 
== EclipseLink Incubator  ==
Line 155: Line 121:
  
 
== Documentation ==
 
== Documentation ==
*EclipseLink 2.4 docs (HTML and PDF):
+
*EclipseLink 2.4.x library: http://www.eclipse.org/eclipselink/documentation/2.4/ (refreshed)
** JPA Extensions Guide: <br />http://www.eclipse.org/eclipselink/documentation/2.4/jpa/extensions/toc.htm
+
*EclipseLink 2.5.x doc library: available: http://www.eclipse.org/eclipselink/documentation/2.5/ (in progress)
** Developing JAXB Applications Using EclipseLink MOXy: <br />http://www.eclipse.org/eclipselink/documentation/2.4/moxy/toc.htm
+
* Updated all doc custom search engines: http://www.eclipse.org/eclipselink/documentation/
** Developing Persistence Architectures Using EclipseLink Database Web Services: <br />http://www.eclipse.org/eclipselink/documentation/2.4/dbws/toc.htm
+
* All docs remain in a rolling review:
*Updating JPA Extensions Guide to include EL persistence property extensions and query hints. In review
+
** Concepts Guide
* All docs remain live in review
+
** Solutions Guide (includes installation and migration information)
* Next refresh planned week of Sep 1
+
** 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