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"

(Release Planning)
(Release Planning)
 
(25 intermediate revisions by 4 users not shown)
Line 33: Line 33:
 
** M2  - May 22 (patch request)
 
** M2  - May 22 (patch request)
 
** M3  - June 27 (patch request)
 
** M3  - June 27 (patch request)
* 2.4.2 - Released
+
* 2.5.1 - (Milestones 3rd Wednesday of Month)
** RC2 - May 22 (complete)
+
** M1  - June 20 (Complete)
* 2.4.3 - fall?
+
** RC1 - Aug  24 (Complete)
* 2.5.1 - GA Mid Sept(Milestones 3rd Wednesday of Month)
+
* 2.6.0
** M1  - June 20
+
** M1 - June 20 (Complete)
* 2.6.0 - GA Eclipse Luna
+
** M2 - Aug  16 (Complete)
** M1 - June 20
+
 
* Kepler SR1 - September 27
 
* Kepler SR1 - September 27
** RC1+1 - Aug  19
+
** RC1+1 - Aug  19 (2.5.1 M1)
 
** RC2+1 - Sept 2
 
** RC2+1 - Sept 2
** RC3+1 - Sept 9
+
** RC3+1 - Sept 9 (2.5.1 RC1)
 
** RC4+1 - Sept 16
 
** RC4+1 - Sept 16
 +
* Luna - GA June 2014
 +
** M1+1 - Aug  19 (2.6.0 M2)
 +
** M2+1 - Sept 30
  
 
== Build ==
 
== Build ==
 
[http://wiki.eclipse.org/EclipseLink/Build/Roadmap RoadMap]
 
[http://wiki.eclipse.org/EclipseLink/Build/Roadmap RoadMap]
  
June 27, 2013:
+
Sept 12, 2013:
 
* EclipseLink to Maven Central
 
* EclipseLink to Maven Central
 
** SonatypeOSS "Milestone" process needs refining and testing. (2.5.1 M1)
 
** SonatypeOSS "Milestone" process needs refining and testing. (2.5.1 M1)
* Migration to Maven
+
* Build cleanup
** I have begun investigating the Maven migration
+
** Post-vacation revealed some process holes.
*** converted most of the plugins (prototype)
+
*** Closed most of them.
**** using to test reactor use and jpa.test requirements
+
*** Working on reactivating common build user
*** currently investigating means of generating eclipselink.jar from bundles
+
*** 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)
 
* Utilize maven to grab dependencies (revamp compdeps solution)
 
** partial solution using Tycho to accept Maven dependencies
 
** partial solution using Tycho to accept Maven dependencies
Line 67: Line 72:
 
== QA  ==
 
== QA  ==
  
July 11-18 , 2013:  
+
Sept 5-12 , 2013:  
 
+
*Nightly Results
+
 
+
{| width="800" border="1" cellpadding="1" cellspacing="1" summary="Nightly Test Issues"
+
|-
+
| Release
+
| Test Suite
+
| Issue Summary
+
| Since
+
| Also Failed On
+
| Bug
+
| Status
+
|-
+
| 2.6 0715
+
| JAXB TCK
+
| 1 new failure in both TCK 2.1 and 2.2
+
| 0715
+
|
+
|
+
| QA investigating
+
|-
+
| 2.6 0715
+
| Postgre-JPA
+
| 1 new failure
+
| 0715
+
|
+
|
+
| QA investigating
+
|-
+
|
+
|
+
|
+
|
+
| <br>
+
|
+
| <br>
+
|}
+
  
 +
* 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
 
* Testing
** 2.4.3 - 412771 -- jpa/dllgeneration model test failures on GlassFish, unique constraint failures
+
** 2.5.1 RC1 manual testing -- complete
** Certified EclipseLink 2.4.2 on Oracle NoSQL, Enterprise Edition 12cR1 (12.1.2.1.8)
+
** Added GF 4.0.1 testing to nightly for 2.5.1 -- will triage results
 
* Test Dev
 
* Test Dev
** GF4-web profile: started working on reconfiguring JAXRS-test to use WAR file deployment (instead of EAR) for nightly testing
+
** GF4-web profile: continue working on reconfiguring JAXRS-test to use WAR file deployment (instead of EAR) -- complete
* Test infrastructure é Miscellaneous
+
* Infra
** Enhanced to start Mongo, H2 programmatically
+
**  
** Upgraded Oracle NoSQL Database version from 2.0.39 to 2.1.8 - also known as 12c (12.1.2.1.8)
+
 
* This week:
 
* This week:
** Automate DBWS tests on JBoss 7
+
** Continue to monitor 2.5.1 test results
** (on hold) Investigate how automate JPA-RS tests against GlassFish 4 Web Profile (deploy WAR)
+
* [Backlog | TLQA-ELBacklog]
** (backlog) Investigate why JAXB performance tests used up the disk space
+
  
 
== JPA  ==
 
== JPA  ==
* JPA - Bug fixes
+
--
* 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  ==
Line 132: Line 96:
 
* [http://wiki.eclipse.org/EclipseLink/Development/404452 JSON Schema Generation]
 
* [http://wiki.eclipse.org/EclipseLink/Development/404452 JSON Schema Generation]
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/384399 MOXy footprint reduction]
 
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/384399 MOXy footprint reduction]
**  Phase #5 - Implement Light Weight OXM Version of Core Classes/Interfaces
+
**  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]
+
 
2.6
+
[http://wiki.eclipse.org/EclipseLink/Development/DBWS/RoadMap DBWS Roadmap]  
* JPA metadata generator
+
 
** Consolidate implementation, usable by DBWS & JPA-RS
+
2.6  
** Support JDBC datatypes, PL/SQL, NoSQL
+
*JPA metadata generator  
 +
**Consolidate implementation, usable by DBWS &amp; JPA-RS  
 +
**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  ==

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