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)
 
(267 intermediate revisions by 6 users not shown)
Line 23: Line 23:
  
  
== Agenda June 14, 2012 ==
+
== 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]
  
  
 
=== Ad Hoc ===
 
=== Ad Hoc ===
Review of 2.4 Dev page:
 
  http://wiki.eclipse.org/EclipseLink/Development/2.4.0
 
Please ensure that this page has tasks that are scheduled for 2.4.
 
  
 
== Release Planning ==
 
== Release Planning ==
* 2.3.3 - GA June 29th (tentative)
+
* 2.3.4 - No Planned release
** M1 - Jan 11 (Complete)
+
** M2 - May 22 (patch request)
** M2 - May 10 (Complete)
+
** M3 - June 27 (patch request)
** M3 - Jun 07 (Complete)
+
* 2.5.1 - (Milestones 3rd Wednesday of Month)
** M4  - Jun 28 (RC?)
+
** M1 - June 20 (Complete)
* 2.4.0 - GA! yeah!
+
** RC1 - Aug  24 (Complete)
* 2.4.1 - GA ??
+
* 2.6.0
** M1 - Jun 29
+
** M1 - June 20 (Complete)
** M2  - Jul 18
+
** M2 - Aug 16 (Complete)
* Juno - GA! Yeah!! (Dates are when contibution is due)
+
* Kepler SR1 - September 27
** SR1-RC1+1 - Sept
+
** RC1+1 - Aug  19 (2.5.1 M1)
* 2.5.0 - GA ??
+
** RC2+1 - Sept 2
** M1  - Jul  3
+
** RC3+1 - Sept 9  (2.5.1 RC1)
** M2  - Jul 18
+
** RC4+1 - Sept 16
** M3  - Aug  1
+
* Luna - GA June 2014
 +
** M1+1 - Aug  19 (2.6.0 M2)
 +
** M2+1 - Sept 30
  
== Migration to Git ==
+
== Build ==
* Dev process FAQ
+
[http://wiki.eclipse.org/EclipseLink/Build/Roadmap RoadMap]
** http://wiki.eclipse.org/EclipseLink/Development/Process/Git
+
 
* Git demo (later)
+
Sept 12, 2013:
** TBA
+
* EclipseLink to Maven Central
** Tortiose Git is available for Windows (Beta)
+
** SonatypeOSS "Milestone" process needs refining and testing. (2.5.1 M1)
*** Team transition may now be seemless (except for mavenization)
+
* Build cleanup
**** when using putty should use "git.eclipse.org" as profile name
+
** Post-vacation revealed some process holes.
*** Full test repo is available for testing at:
+
*** Closed most of them.
**** ssh://git.eclipse.org/gitroot/eclipselink/org.eclipse.eclipselink.test.git
+
*** Working on reactivating common build user
* Transition targeted for July
+
*** Documenting the rest
** Refresh of test Repo coming - late June
+
* Migration to Maven
*** Will contain "hanging" branches. (Only trunk is viable).
+
** Currently investigating means of generating eclipselink.jar from bundles
** Initial Internal repos targetted for availability third week of July to include:
+
** seems separate reactor means separate run - issues with OSGi/non-OSGi dependencies
*** Normalized branches
+
* Utilize maven to grab dependencies (revamp compdeps solution)
*** translated build labels
+
** partial solution using Tycho to accept Maven dependencies
*** stripped of binaries
+
*** still may need another step to get locally for tesing
*** updated build for Git use (change in qualifiers)
+
**** working on prototype
** Once Internal prototype complete
+
* Issues targeted for investigation:
*** Dev to verify repositories
+
** Select Bundle not working with OpenJDK
*** Once verified will be given to webmasters for posting
+
** JPA-RS testing not running at Eclipse
*** Once on site SVN will be made read-only, and newer transactions will need to be migrated.
+
* Status
+
** New copy of SVN repository
+
** Exported a dump, Normalized, and tested by creating local SVN repository.
+
*** All looks ok.
+
** Getting intermediate dump from webmaster (to bring conversion up-to-date)
+
*** will add to normalized dump.
+
*** one tool failing to load dump for conversion
+
*** another was successful, but still had issues.
+
** Git migration work continues today - post Juno release
+
  
 
== QA  ==
 
== QA  ==
  
June 28 - July 5, 2012:  
+
Sept 5-12 , 2013:  
  
* EclipseLink Nightly Results (Updated on 2012-07-05)
+
* Nightly Triage
** trunk - 1 new failure with jpa no-weaving testing - developer is investigating; most jpa-lrg failed on JRockit16 - it's related to the recent changes for the MANIFEST.MF in eclipselink.jar, still investigating; several failures with oxm and jaxb on OpenJDK - bugs: 384285, 384286; 1 new failure with oracle extension testing on Oracle 10.2.0.5 db - investigating; jaxrs and jpars failed on glassfish-4 with deployment - known issues. (the last build is 2012-07-04)
+
** 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.1 - 2 new failures with jpa on postgresql-9 - investigating; jaxrs failed on glassfish-4 with deployment - known issues. (the last build is 2012-07-02)
+
** 2.3.4 - 1 jpa test failed on jdk17 - investigating; all spring testing and OpenJDK testing didn't run properly - scripts issue, QA is investigating; 2 new failures with jpa testing on wls-10.3.6 against Derby-10 - investigating.  (the last build is 2012-07-04)
+
 
* Testing
 
* Testing
** Completed 2.3.3 testing, including zip archive, jpa configs manual tests
+
** 2.5.1 RC1 manual testing -- complete
** Investigated jaxrs & jpars tests failures on latest GF 4; caused by GF upgrade to Jersey 2.0 - need fix from GF team
+
** Added GF 4.0.1 testing to nightly for 2.5.1 -- will triage results
 
* Test Dev
 
* Test Dev
** OpenJDK testing - using OEL5 distro - enabled in nightly now
+
** GF4-web profile: continue working on reconfiguring JAXRS-test to use WAR file deployment (instead of EAR) -- complete
*** JAXB and OXM failures -- bugs 384285, 384286
+
* Infra
* Test infrastructure
+
**  
** JPA automated testing support for JBoss 7 - in progress; can run most of the tests manually though. Filed bug [380670 | https://bugs.eclipse.org/bugs/show_bug.cgi?id=380670] \- dev reviewing
+
** Websphere 8.5 AS/ND integration into nightly test process -- fixed test results reporting issues
+
** JPA-RS -- now running WebLogic 12.1.1 nightly
+
 
* This week:
 
* This week:
** Add JBoss 7 to nightly testing
+
** Continue to monitor 2.5.1 test results
** DBWS tests on JBoss 7
+
* [Backlog | TLQA-ELBacklog]
** 2.3.3 Testing
+
** JPA-RS for WebLogic
+
** Upgrade Spring to 3.1
+
* Backlog:
+
** Investigating Enable JPA 1.0 TCK on GlassFish v3
+
** Review table-per-tenant functionality
+
** Add Open JDK certification tests
+
** Git migration
+
** Enable JPA 1.0 TCK on GlassFish v3
+
** 370988 - JAX-RS tests need to be separate project in order to avoid dependency issues in Eclipse IDE
+
** oracle specific tests failures on GlassFish - tried suggestions from dev, but not successful - on hold
+
** optimize setup/teardown of JAXB junit testcases
+
 
+
== Build ==
+
 
+
June 28, 2012:
+
* Milestone Releases
+
** 2.4.0 Release
+
** Next: 2.3.3 RC? - today
+
** Milestone old branches: 1.2.1, 2.0.3, 2.1.4, 2.2.2
+
*** actually archived latest nightly rather than creating artificial milestone on inactive branches
+
* Remove old build pathways
+
** mostly complete.
+
*** Merging 2.4.0 work to trunk.
+
** converting Oracle build to Tycho problematic
+
*** holding in preference to Git migration
+
* Git migration
+
** working on 'git exersizes' for training
+
** I'll post new org.eclipse.eclipselink.test.git soon
+
** targeting 3rd week of Junly to have local copies of migrated repos for review
+
  
 
== JPA  ==
 
== JPA  ==
* 2.5
+
--
** JPA 2.1 jar checked in
+
**
+
  
 
== MOXy / SDO  ==
 
== MOXy / SDO  ==
 
[http://wiki.eclipse.org/EclipseLink/Development/MOXy RoadMap]
 
[http://wiki.eclipse.org/EclipseLink/Development/MOXy RoadMap]
  
2.4 features
+
2.6
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/350483 JSON Design Doc]
+
* [http://wiki.eclipse.org/EclipseLink/Development/404452 JSON Schema Generation]
* [http://wiki.eclipse.org/EclipseLink/Development/359251 JAXB RI extension support]
+
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/384399 MOXy footprint reduction]
 
+
** Reduce install size and simplify bundling with 3rd party products.
2.4.1
+
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=405161 Support Java API for JSON processing]
* Performance
+
** 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
** Focussing on SpecJ benchmark runs
+
* Jar footprint reduction
+
 
+
* QA, Testing
+
** Bug 374765 - EclipseLink 2.3 SDO server test failed on GlassFish
+
  
 
== 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 171: 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:
JPA Doc: http://wiki.eclipse.org/EclipseLink/UserGuide/JPA
+
** Concepts Guide
 
+
** Solutions Guide (includes installation and migration information)
MOXy/JAXB Doc: http://wiki.eclipse.org/EclipseLink/UserGuide/MOXy
+
** JPA Extensions Reference
 
+
** Developing JAXB with EL MOXy
DBWS Doc: http://wiki.eclipse.org/EclipseLink/UserGuide/DBWS
+
** 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