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)
 
(947 intermediate revisions by 12 users not shown)
Line 23: Line 23:
  
  
 
+
== Agenda June 6, 2013 ==
== Agenda Apr 8, 2010 ==
+
[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=4&day=1&year=2010&hour=11&min=0&sec=0&p1=188 11 am EST, Thurs Apr 8, 2010]
+
  
  
 
=== Ad Hoc ===
 
=== Ad Hoc ===
Intermittent failures on build machine: what good are the reports if we can't trust them?
 
 
EclipseLink Summit:  http://wiki.eclipse.org/EclipseLink/Development/Summit
 
  
 
== Release Planning ==
 
== Release Planning ==
* 2.0.2: Proposed date: April 21st\
+
* 2.3.4 - No Planned release
** Stream is now frozen. Showstoppers approved by Doug/Peter only.
+
** M2 - May 22 (patch request)
* [http://wiki.eclipse.org/EclipseLink/Development/2.1 2.1] [[Helios]]
+
** M3  - June 27 (patch request)
** http://www.eclipse.org/projects/project-plan.php?projectid=rt.eclipselink
+
* 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
  
== QA ==
+
== Build ==
 +
[http://wiki.eclipse.org/EclipseLink/Build/Roadmap RoadMap]
  
April 16 - April 22, 2010:
+
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
  
* Nightly Results
+
== QA ==
** 1.1.4 - build this week - no issues
+
** 2.0.2 - no issues
+
** 1.2.1 - build this week - no issues, nightly build tests dbws failed
+
** trunk - 1 compile error in build-core-test, causing a lot of failures in MOXY tests; JPA/J2SE still running.
+
* Last week
+
** Fixed Bugs
+
*** 287222 - All new added JPA 2.0 tests need to be modified to run on JPA 2.0 servers
+
*** 293614  - JPA 2.0 Cacheable Test Suite need to be enabled for JPA 2.0 servers
+
** SDO server tests generalization to run on all app servers - 100%
+
** WDF - WLS 10.3.2 and JBoss 5 Community running nightly
+
** Informix installed; FL tests ran, bugs to be filed; JPA tests hanging.
+
** EL 2.1 Advanced Query
+
*** Downcast - documents reviewed, reviewed example
+
** EL 2.1 Advanced JPA Config - test plan - 90% - waiting for 1 feature to be complete.
+
** Triage/Bugs Filed
+
*** 310016 StringIndexOutOfBoundsException in ReadObject Tests on Informix
+
*** 310019 IllegalArgumentException thrown for ReadObjectTests on Informix
+
*** 310110 Routines like stddev, greatest, coalesce and log are not recognized on Informix
+
*** 310119 AggregateInheritanceTypeFieldTestCase failed with Unique constraint violation on Informix
+
* This week
+
** WDF - work with Adrian in getting tests running on Glassfish and Websphere
+
** Migrate tests to run on app servers - Metamodel
+
** test fwk - add support for multiple persistence units.
+
** SDO server tests
+
** Continue with EL 2.1 test dev work - test plan for Advanced JPA config
+
** Fix Bugs
+
  
== Build ==
+
Sept 5-12 , 2013:
* Milestone Releases
+
** 2.0.2 Release Pending
+
** M7 Helios due May 3
+
*** Note: Milestones will be promoted *after* the Helios contribution is made and tested.
+
* "target platform" work for Helios (bug 306188)
+
** RT is requesting we simplify how we are included in RT - single SDK featue
+
*** the one feature can and should simply include our other already existing features.
+
*** I have created and put new feature in local P2 repos. Testing thus far shows it works as expected.
+
**** Need to determine overall P2 repos plan before implementing fix.
+
* Document EclipseLink's "Infrastructure"
+
** Wiki page in progress.
+
* Helios build integration (293034) (May be perminently blocked due to limitation with categories)
+
** Need to do p2 consolidation work to manage multiple versions in a single update location.
+
*** investigation composite repositories
+
**** Have working prototype.
+
*** Migration from p2.metadata.generator to p2.publisher (Completed, but not merged).
+
**** Still need to finalize automation (Blocked by bug 303802).
+
* Test component build cleanup (Holding)
+
** Restructure to allow testing to *not* rebuild product jars (293032)
+
*** Will use "static targets" as discussed in meeting last week (297217).
+
*** Tests will not compile when run target called.
+
**** merged partial work to update standards.
+
**** migration work for test projects, currently priority 2
+
** Need shippable testing artifacts (R2).
+
* jpa.test10 Suite (Holding)
+
** Explore possibility of using eclipselink.jpa.test from 1.1.3 as a way to certify javax.persistence 1.0 backward compatability in EclipseLink 2.0.x
+
*** All tests now compiling with trunk, 83% success rate on Test run.
+
*** Awaiting review by Tom or Peter of test results (still).
+
** Need "project name" assuming this gets running 100%
+
  
Fixed Bugs:
+
* 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  ==
 
== JPA  ==
April 2 - April 8, 2010:
+
--
  
2.0.2
+
== MOXy / SDO  ==
* no bugs
+
[http://wiki.eclipse.org/EclipseLink/Development/MOXy RoadMap]
2.0.x
+
 
** two bug fixes waiting on reopen of stream
+
2.6
*** Exteranious logging
+
* [http://wiki.eclipse.org/EclipseLink/Development/404452 JSON Schema Generation]
*** Blob/Clob Length
+
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/384399 MOXy footprint reduction]
2.1.0
+
** Reduce install size and simplify bundling with 3rd party products.
* Advanced JPA config
+
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=405161 Support Java API for JSON processing]
** Dynamic persistence
+
** 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
* Advanced JPA Querying
+
** Downcast queries implementation
+
** Fetch Group
+
* Bug Fixes
+
** Cache evict
+
** Native Case sensitivity
+
  
 
== DBWS  ==
 
== DBWS  ==
[http://wiki.eclipse.org/EclipseLink/Development/DBWS DBWS Development]
+
[http://wiki.eclipse.org/EclipseLink/Development/DBWS DBWS Development]  
  
2.0.2
+
[http://wiki.eclipse.org/EclipseLink/Development/DBWS/RoadMap DBWS Roadmap]
* No remaining bugs
+
* Providing release note for issue when deploying DBWS war file to container in a JRockit VM.  This can be worked around by building war in IDE, rather than depending on ASM to code-generate DBWSProvider.class file.
+
  
2.1.0
+
2.6
* 290156 Validate SOAP message elements
+
*JPA metadata generator
* Scoping out potential EclipseLink feature work
+
**Consolidate implementation, usable by DBWS & JPA-RS
** Improved Sparse Merge support (an 'Update' operation currently requires the instance to be fully specified in the SOAP message)
+
**Support JDBC datatypes, PL/SQL, NoSQL
 
+
*[http://wiki.eclipse.org/EclipseLink/Development/DBWS/MetadataGenerationFromDDLMetaModel DDL Parser metadata generation]  
== SDO / MOXy  ==
+
**Document current usage, to feed into Service Generation functionality
2.0.2
+
* All 2.0.2 bugs resolved
+
 
+
2.1.0
+
* Representation of JAXB Annotations and enhanced MOXy metadata in externalized 'eclipselink-oxm.xml' metadata format [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925 Design]
+
** [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925/MOXyExtensions MOXy Mapping Extensions] - Phase 6 complete
+
** Phase 7
+
*** Inverse reference mapping
+
*** Fragment mapping
+
*** Transformation mapping
+
* MOXY Dynamic Persistence [http://wiki.eclipse.org/EclipseLink/Development/2.1/DynamicMOXy/296967 Design]
+
** Bootstrapping from Schema
+
*** Phase 10 complete
+
**** Exception - Enum support (requiring core Dynamic Persistence change)
+
**** Need to complete testing and check-in
+
** Issue creating plugin project for XJC library - working through alternative solutions.
+
* JAXB2.2 Compliance
+
** Down to one failing test - a TCK challenge has been issued against this.
+
** Checked in fixex for other issues
+
* JAXB2.1 TCK - some tests failing with JDK1.6.0_18
+
* OSGi, Server testing
+
** Discussion with Dev, QA teams to improve the level of server and OSGi testing we have for MOXy and SDO components.
+
 
+
== Dynamic Persistence ==
+
[http://wiki.eclipse.org/EclipseLink/Development/Dynamic Dynamic Persistence]
+
  
 
== EclipseLink Incubator  ==
 
== EclipseLink Incubator  ==
  
 
[[EclipseLink/Development/Incubation]]  
 
[[EclipseLink/Development/Incubation]]  
* [[EclipseLink/Development/Incubator/Extensions]]
+
 
** NetWeaver platform promotion.
+
* Time to create separate sub-project for incubator
 +
** Increase community of committers
 +
** Try out GIT & eGit/jGit tooling in incubator?
  
 
== Documentation ==
 
== Documentation ==
*Working on automated doc build process (Rick & Eric)<br />If not possible, Rick is working on an automated  localized doc build process, and would simply post the daily doc builds
+
*EclipseLink 2.4.x library: http://www.eclipse.org/eclipselink/documentation/2.4/ (refreshed)
*Updated [http://wiki.eclipse.org/EclipseLink/Development/Documentation/Requirements Documentation Requirements and Build Proposal]
+
*EclipseLink 2.5.x doc library: available: http://www.eclipse.org/eclipselink/documentation/2.5/ (in progress)
*Several "chapters" currently stored in XML. More to come once the production/build process is finalized.
+
* Updated all doc custom search engines: http://www.eclipse.org/eclipselink/documentation/
*Need discussion about how the strategy we are using for User Documentation compares to the wiki-based strategy we are using for developer documentation and whether there is merit to changing the way we do developer documentation. This discussion should wait until we have used found all the issues with our User Documentation Strategy.
+
* 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