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)
m (DBWS)
Line 132: Line 132:
 
** Using JavaCC to generate code for parsing source DDL
 
** Using JavaCC to generate code for parsing source DDL
 
*** CQ 5483 (JavaCC v5.0) - PMC approved this week
 
*** CQ 5483 (JavaCC v5.0) - PMC approved this week
** Using Eclipse-hosted GIT repository as a sand-box
+
** Eclipse-hosted GIT repository
*** Need to target sprint for folding code back into SVN, when parity with 2.3.1 functionality is mostly complete
+
*** Runtime code will be folded back into SVN once parity with 2.3.1 functionality is mostly complete
 +
*** Writing up a proposal for leaving the standalone DDL Parser in GIT, and just providing the jar in SVN.  This would save migrating everything back to SVN for potentially just one release.
  
 
== MOXy / SDO  ==
 
== MOXy / SDO  ==

Revision as of 10:31, 28 September 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 Sept 22nd, 2011

11 am EST, Thurs


Ad Hoc

  • Git

Release Planning

  • 2.3.1 - GA late Oct
    • M6 - Sep 21 (Complete)
    • RC1 - Sep 30
    • RC2 - Oct 14
  • 2.4.0 - GA early Mar
    • M3 - Sep 22 (Complete)
    • M4 - Oct 12
    • M5 - 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+1 - Missed
    • M2+1 - Sept 26 (2.4.0-M3) (Complete)
    • M3+1 - Nov 7

QA

September 15 - 22, 2011:

  • EclipseLink Nightly Results (Updated on 2011-09-22)
    • trunk - 3 new failures with jpa-lrg - developer is working on them; 61 new failures with jpa1.0 TCK - bug: 358426; several JPA tests failed on all wls 10.3.5, seemed to be intermittent  - investigating. (the last results is 2011-09-22)
    • 2.3.1 - several new failures with jpa static weaving testing - investigating; SDO server-testing failed on WAS (both AS and ND) - will be investigated by QA. (the last build is 2011-09-21)
    • 2.2.2 - no new build (the last build is 2011-08-03)
    • 2.1.4 - one new failure with jpa on all application servers - investigating. (the last build is 2011-09-20)
    • 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
    • Nightly test triage highlights...
      • failures due to build issue with Oracle extension jar
      • JPA 1.0 TCK - 61 failures - bug 358426
    • 2.3.1 - cache co-ordination testing complete (JMS and RMI)
    • 2.3.1 - Timesten - in progress

upgrading

  • Test Dev
    • JAX-RS integration with EclipseLink JAXB - 90%
      • testGetURL() is failing with 'connection refused' from Glassfish
    • Review VPD multi-tenant tests - in progress - reviewing testVPDEMPerTenant
  • Test infrastructure
    • Add Glassfish 3.1.1 and 3.1.2 to nightly testing
    • Reorganize the order of nightly server cert testing; easier to triage and less conflicts
    • Upgraded to WAS 7.0.0.19 nightly testing - issues encountered when installing JPA 2.0 feature pack
  • This week:
    • Fix WAS 7.0.0.19 issues
    • Complete review of VPD multi-tenant tests
    • JAX-RS integration with EclipseLink JAXB
    • 2.3.1 Closedown
      • Timesten (in progress) and Sybase manual testing
      • ipV6 testing (waiting for env)
      • RAC
      • Re-run JPA configurations manual tests.. e.g. App managed EM with static weaving on WLS
    • (backlog) Add "is.JPA1.0" flag in WDF server testing framework in order to skip those JPA2.0 tests on only JPA1.0 supported application servers.
    • (backlog) ** code-review & check-in tests written for JAXB Annotation Examples-Phase II

Build

September 22, 2011:

  • Milestone Releases
    • 2.3.1 M6 (Build 2.3.1.v20110921-r10132)
    • 2.4.0 M3 (Build 2.4.0.v20110922-r10146)
    • Next: Oct 12 (2.4.0 M4)
  • API scanner - need to review
  • add Hermes test bundle to build/ship? - need to review
  • WLS shared lib - completed
    • add tasks to generate Ear for WLS use to allow substitution of newer Eclipselink
  • Tycho (New Build)
    • Updating Wiki in preparation for team-wide review
    • added build changes before vacation (no linkage)
    • Post adoption formalization:
      • migrate branch changes
        • ASM, ANTLR, to semi-static bundles
        • Generate and publish "Compile Dependency" P2
        • migrate version stamping solution

JPA

Sept 22

  • Bug fixes in 2.3.1
  • 2.4 planning and scoping to start early next week

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 enhancement requests
      • 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
    • Working on sprints 4 & 5
      • Sprint #4: PL/SQL Record Types - Mostly done, need to add in nested support
      • Sprint #5: PL/SQL Collections
    • Using JavaCC to generate code for parsing source DDL
      • CQ 5483 (JavaCC v5.0) - PMC approved this week
    • Eclipse-hosted GIT repository
      • Runtime code will be folded back into SVN once parity with 2.3.1 functionality is mostly complete
      • Writing up a proposal for leaving the standalone DDL Parser in GIT, and just providing the jar in SVN. This would save migrating everything back to SVN for potentially just one release.

MOXy / SDO

RoadMap

2.4

  • Object model mapping to JSON
  • MOXy component - modularity refactor
    • Examining how MOXy's dependency on foundation can be simplified to reduce binary/jar footprint
  • Feature extensions
    • Set of JAXB feature extensions targetted for 2.4 capture on roadmap (link above)
  • Glassfish integration
    • Issue with using JAX-RS with MOXy has been resolved in Jersey 1.9. 1.9.1 now available through GF 3.1.1 update centre
  • Server integration testing
    • Fixed remaining test issues when running JAX-WS CTS test suite in WLS against MOXy
    • JAX-RS testing: Working with QA to set up JAX-RS tests running in WLS & GlassFish

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

Preparing for 2.4 items. Ben put the EL doc plan on the wiki at http://wiki.eclipse.org/EclipseLink/Development/Documentation/2.4

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