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)
(Build)
Line 102: Line 102:
 
July 28, 2011:
 
July 28, 2011:
 
* Milestone Releases
 
* Milestone Releases
** 2.2.1 Patchset released (2.3.1.v20110722-r9776)
+
** 2.2.1 Patchset released (2.2.1.v20110722-r9776)
 
** Next: Aug 1 (2.3.1 M3)
 
** Next: Aug 1 (2.3.1 M3)
 
* API scanner
 
* API scanner

Revision as of 11:04, 28 July 2011



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 July 14, 2011

11 am EST, Thurs June 2, 2011


Ad Hoc

  • potentially use JavaCC for parsing new grammar files.
    • no runtime dependancy
    • investigate need for CQ (works with)
  • Doc versions
    • indicate new items on wiki for 2.3.
    • improve versioning in the future

Release Planning

  • 2.2.1 - GA July 27
    • M1 - July 11
    • RC1 - July 25
  • 2.3.1 - GA Sept 7
    • M1 - Jul 8
    • M2 - Jul 22
    • M3 - Aug 1 *
  • Indigo SR1 - GA Sep 23
    • RC1+0 - Aug 15 *
    • RC2+0 - Aug 29 *
    • RC3+0 - Sep 5 *
    • RC4+0 - Sep 12 (2.3.1?)
  • 2.4.0 - GA Oct 26
    • M1 - Jul 28
    • M2 - Aug 25 *
    • M3 - Sep 22
    • M4 - Oct 12
    • RC1 - Oct 19
  • Indigo SR2 - GA Feb 24, 2012
    • RC1+0 - Jan 16
    • RC2+0 - Jan 30
    • RC3+0 - Feb 8
    • RC4+0 - Feb 13
  • Juno - GA Jun 2012
    • M1 - Aug 19 *

QA

July 21 - July 28, 2011:

  • EclipseLink Nightly Results (Updated on 2011-07-28)
    • trunk - 1 new jpa test case failed on all application servers (developer is working on it); 9 new failures with dbws test-lrg - investigating. (the last build is 2011-07-28)
    • 2.3.1 - no new issue. (the last build is 2011-07-27)
    • 2.2.1 - no new issue. (the last build is 2011-07-27)
    • 2.1.4 - no new build (the last build is 2011-06-06)
    • 2.0.3 - no new build (the last build is 2010-11-25)
    • 1.2.1 - no new build (oxm and jaxb didn't run properly, there are some compile error with testing framework - investigating by QA) (the last build is 2010-11-26)
  • Testing
    • 2.4 - fixed WDF on WLS test failures
    • Tested extensibility on multitenant apps -- ran MySports examples in EL 2.3.1 and trunk against Glassfish-3.1.0
    • Investigated the DBWS examples failures on JBoss 6 - fixed via reinstalling the server
    • DBWS test issues for WAS ND - fixed
    • 2.4 -- investigate issues with testCacheIndexes" in jpa/jpql and "testApplicationManagedInServer"" in jpa/advanced, when running against app servers - in progress
    • Manually ran jpa-lrg and foundation-lrg on Sybase-15.5 and SQLServer-2k8 to investigate new failures and hanging issue in nightly runs -- bugs filed -- 353036, 353037, and 353115
  • Test Dev
    • Add tests for vertical Data Partitioning policy - 50%
    • Automate XML tests and schema generation tests for multitenancy (2.4/2.3.1) on servers - complete
  • Test infrastructure
    • Solved issue with Glassfish and JBoss not running successfully in nightly run -- JBoss processes needed to be killed
    • Issues with applying Fixpack 17 to WAS for nightly automation - in progress
  • This week:
    • Fix issue with apply FixPack 17 to WAS 7 on nightly testing machine
    • Add tests -- Extensibility on multitenant applications
    • Setup WAS 8.0 in nightly test infrastructure - install on RHEL 6.0 machine and test
    • Continue adding tests for vertical Data Partitioning policy
    • Investigate additional testing required for multi-tenancy feature
    • (backlog) Deploying eclipselink.jar as shared library in WebLogic server - investigate why using WLST doesn't work (for 2.2 and dynamic weaving)
    • (backlog) JAXB annotation example tests Phase II - 75% complete - on hold.
    • (backlog) Debug Sybase failures for 6 models in Core LRG (backlog)

Build

July 28, 2011:

  • Milestone Releases
    • 2.2.1 Patchset released (2.2.1.v20110722-r9776)
    • Next: Aug 1 (2.3.1 M3)
  • API scanner
  • Vacation - Aug 5 - Sept 7
  • add Hermes test bundle to build/ship?
  • Tycho (New Build) - Hold until Sept 12.
    • migrating and adding POC POM files (non-linked to allow development and incremental adoption)
    • migrate branch changes
      • ASM, ANTLR, to semi-static bundles
      • Generate and publish "Compile Dependency" P2
      • migrate version stamping solution
  • javax.persistence - 2.4.0
    •  ?

JPA

July 14 2011:

  • bug fixes 2.2.1
  • Bug fixes in 2.3.1
  • Doc reviews.
  • 2.4
    • early discussions

DBWS

DBWS Development DBWS Roadmap

2.4

  • Feature: Parse DDL to extract database metadata
    • This is a change in the way we access type metadata, that will cover off the following bugs
      • 325124 DBWSProvider does not handle package REF CURSOR
      • 339721 DBWS should support strongly-typed package REF CURSOR
      • 339909 - DBWS should support optional argument queries
      • 329435 - DBWS does not handle %ROWTYPE mix of PL/SQL types and JDBC Advanced types
    • Using JavaCC to generate code for parsing source DDL
    • Fn Spec / Design review completed
    • Off-line DBWSBuilder development plan.
      • Plan to trial Eclipse-hosted GIT repository as a sand-box for multi-person development
      • DBWS component in SVN trunk remains the target development platform.

SDO / MOXy

RoadMap

2.4

  • Object model mapping to JSON
    • Using antlr grammar files for parsing JSON
    • Working on initial marshalling/unmarshalling usecases.
    • Need to determine end-to-end scenarios that are targetted for 2.4

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

JPA & MOXy docs now in review. Please provide comments directly on the appropriate Discussion page for each wiki page and/or directly to Ben & Rick.

Updated MySports example application

Preparing for 2.4 items

Considering process improvements

Bug Status

Bug reports

Foundation and JPA

Bugs By Target and Priority

Resolved Bugs

Created Bugs


EclipseLink/Development/DevMeetings/ArchiveBugReports

Back to the top