Skip to main content

Notice: This Wiki is now read only and edits are no longer 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)
 
(142 intermediate revisions by the same user not shown)
Line 23: Line 23:
  
  
== Agenda Nov 29, 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 ===
No Call Dec 27th
 
  
 
== Release Planning ==
 
== Release Planning ==
* 2.3.4 - GA January
+
* 2.3.4 - No Planned release
** M1 - pending
+
** M2 - May 22 (patch request)
* 2.4.2 - GA TBD
+
** M3  - June 27 (patch request)
** M3  - Dec 6  (Complete)
+
* 2.5.1 - (Milestones 3rd Wednesday of Month)
** M4  - Jan 9  ** SR2 Build **
+
** M1 - June 20 (Complete)
** M5  - Feb 6
+
** RC1 - Aug 24 (Complete)
* 2.5.0 - GA Mid 2013 (from M4 on - Milestones 3rd Wednesday of Month)
+
* 2.6.0
** M5 - Nov 21 (Complete)  
+
** M1 - June 20 (Complete)
** M6 - Jan 10 (was Dec  19)
+
** M2 - Aug  16 (Complete)
** M7  - Jan 30 (was Jan  16)
+
* Kepler SR1 - September 27
** M8  - Feb 20 (back on 3rd Wed schedule)
+
** RC1+1 - Aug  19 (2.5.1 M1)
** M9  - Mar 20
+
** RC2+1 - Sept 2
** M10 - Apr 17
+
** RC3+1 - Sept 9 (2.5.1 RC1)
* Juno SR2 - Feb 22 (Milestone dates are when contibution is due)
+
** RC4+1 - Sept 16
** RC1+1 - Jan 14
+
* Luna - GA June 2014
** RC2+1 - Jan 28 (Orbit will be ready and "R")
+
** M1+1 - Aug 19 (2.6.0 M2)
** RC3+1 - Feb 4
+
** M2+1 - Sept 30
** RC4+1 - Feb 11
+
* Kepler - June 2013 (Milestone dates are when contibution is due)
+
** M3+1 - Nov 12 (2.5.0 M4)
+
** M4+1 - Dec 17  (2.5.0 M4&M5)
+
** M5+1  - Feb  4
+
** M6+1  - Mar 18
+
  
 
== Build ==
 
== Build ==
 
[http://wiki.eclipse.org/EclipseLink/Build/Roadmap RoadMap]
 
[http://wiki.eclipse.org/EclipseLink/Build/Roadmap RoadMap]
  
Dec 13, 2012:
+
Sept 12, 2013:
* Milestone Releases
+
* EclipseLink to Maven Central
** none
+
** SonatypeOSS "Milestone" process needs refining and testing. (2.5.1 M1)
* EclipseLink jar to Maven Central
+
* Build cleanup
** need PGP identity for signing (Peter or Mine).
+
** Post-vacation revealed some process holes.
** investigating prublishing through Sonatype
+
*** Closed most of them.
*** applying for membership
+
*** Working on reactivating common build user
* JPA 21 testing
+
*** Documenting the rest
** JPA Test needs to be refactored (convoluted configurations, build xml 92 pages long)
+
* Migration to Maven
** JPA21 Classpath changes and target flow complete
+
** Currently investigating means of generating eclipselink.jar from bundles
** Putting together stand-alone JPA21 build.xml as a starting point.
+
** seems separate reactor means separate run - issues with OSGi/non-OSGi dependencies
* Issues targeted for investigation post JPA21 test working.
+
* 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
 
** Select Bundle not working with OpenJDK
 
** JPA-RS testing not running at Eclipse
 
** JPA-RS testing not running at Eclipse
* Updating Git Repo descriptions
 
* Fix ASM corruption on our Maven Repo
 
  
 
== QA  ==
 
== QA  ==
  
Dec 13-20 , 2012:  
+
Sept 5-12 , 2013:  
  
* EclipseLink Nightly Results (Updated on 2012-12-20)
+
* Nightly Triage
** master - 21 new failures with wdf testing on javaSE and all application servers - investigating; one new failure with jpa-lrg on h2 DB - investigating; both foundation and jpa testing on TimesTen-11 - related to DB configuration, will be investigated by QA; jpa test-lrg failed on all application servers - related to the changes with classpath in order to support jpa21, investigating; server-test-custom-features failed on WAS - investigating. (the last build is 2012-12-20)
+
** 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 -  both foundation and jpa testing on TimesTen-11 - same as master. (the last build is 2012-12-19)
+
** 2.3.4 - no new build (the last build is 2012-11-25)
+
 
* Testing
 
* Testing
** JAX-RS failures on GF4, WebLogic with ClassNotFound 'javax.persistence.EntityManager' -  investigating
+
** 2.5.1 RC1 manual testing -- complete
** Manually ran jpa2.1 tests on javaSE (haven't add this tests in either jpa-srg or jpa-lrg), still have several tests failed - investigating.
+
** Added GF 4.0.1 testing to nightly for 2.5.1 -- will triage results
** Manually ran JPA 2.0 tests against JPA 2.1 env -- tests passed
+
 
* Test Dev
 
* Test Dev
** Get existing J2SE table-per-tenant and VPD tenant multitenants tests running on GlassFish - complete
+
** GF4-web profile: continue working on reconfiguring JAXRS-test to use WAR file deployment (instead of EAR) -- complete
** JAXRS-JDK7 code rework:  checked-in changes to  test cases and model classes in order to avoid intermittent failures  seen within WebLogic/GlassFish
+
* Infra
* Test infrastructure
+
**  
** Timesten 11.2.2.4.1
+
** PostgreSQL 9.2.2.1
+
 
* This week:
 
* This week:
** Investigate setting up JPA 2.0 tests running in JPA 2.1 environment
+
** Continue to monitor 2.5.1 test results
** JPA 2.1 server tests
+
** Discuss with dev JPA 2.1 scenarios, compatibility testing between JPA 2.0 and JPA 2.1
+
** Get existing J2SE table-per-tenant and VPD tenant multitenants tests running on server
+
** GridLink DS tests
+
 
* [Backlog | TLQA-ELBacklog]
 
* [Backlog | TLQA-ELBacklog]
  
 
== JPA  ==
 
== JPA  ==
* JPA 2.1 work progress.
+
--
** DDL generation
+
** Treat
+
* JPA-RS
+
** JPA-RS: Respect "Accept" header for SingleResultQuery
+
** JPA-RS: XMLMarshalException when executing a named query (XML) assigned     
+
** JPA-RS: NPE when executing a named query (JSON)
+
  
 
== MOXy / SDO  ==
 
== MOXy / SDO  ==
 
[http://wiki.eclipse.org/EclipseLink/Development/MOXy RoadMap]
 
[http://wiki.eclipse.org/EclipseLink/Development/MOXy RoadMap]
  
2.4.2
+
2.6
* MOXy Attribute groups
+
* [http://wiki.eclipse.org/EclipseLink/Development/404452 JSON Schema Generation]
* Performance
+
** JAXB context initialization and annotation processing during application deployment
+
 
+
2.5.0
+
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/384399 MOXy footprint reduction]
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/384399 MOXy footprint reduction]
** Phases 1-3 targetted for 2.5
+
** 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.5
+
2.6
* DBWS server tests failing with JDK7
+
*JPA metadata generator
* Conversion from native metadata
+
**Consolidate implementation, usable by DBWS & JPA-RS
* Investigate adding support for sys.XMLTYPE
+
**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 140: 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
+
** Developing Persistence Architectures Using EclipseLink Database Web Services: <br />http://www.eclipse.org/eclipselink/documentation/2.4/dbws/toc.htm
+
** '''NEW''' Understanding EclipseLink (Concepts Guide) <br />http://www.eclipse.org/eclipselink/documentation/2.4/concepts/toc.htm
+
**  '''NEW''' EclipseLink Solutions Guide <br />http://www.eclipse.org/eclipselink/documentation/2.4/solutions/toc.htm
+
 
* Updated all doc custom search engines: http://www.eclipse.org/eclipselink/documentation/
 
* Updated all doc custom search engines: http://www.eclipse.org/eclipselink/documentation/
* All docs remain live in review
+
* All docs remain in a rolling review:
* December doc refresh. Next refresh planned Jan 2013
+
** 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