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"

(SDO / MOXy)
(Release Planning)
 
Line 1: Line 1:
 +
<css>
 +
  .source-java5 {padding:4px;border:1px solid black;}
 +
  .source-xml {padding:4px;border:1px solid black;}
 +
</css>
 
__NOTOC__  
 
__NOTOC__  
  
Line 18: Line 22:
 
<br>  
 
<br>  
  
== Agenda Feb 4, 2010  ==
 
  
 +
== Agenda June 6, 2013  ==
 +
[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=11&day=27&year=2009&hour=11&min=0&sec=0&p1=188 11 am EST, Thurs Feb 4, 2009]
 
  
== Ad Hoc ==
+
=== Ad Hoc ===
 
+
* 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.
+
  
 
== Release Planning ==
 
== Release Planning ==
* 1.1.4: Not yet scheduled - Planned final patch for 1.1.x stream
+
* 2.3.4 - No Planned release
** wait for community to request.
+
** M2  - May 22 (patch request)
* 2.0.1: Released Feb 17th
+
** M3  - June 27 (patch request)
* 2.0.2: Proposed date: April 21st
+
* 2.5.1 - (Milestones 3rd Wednesday of Month)
* [http://wiki.eclipse.org/EclipseLink/Development/2.1 2.1] [[Helios]]
+
** M1  - June 20 (Complete)
** http://www.eclipse.org/projects/project-plan.php?projectid=rt.eclipselink
+
** RC1 - Aug  24 (Complete)
* Galileo SR2 - February 26th/2010
+
* 2.6.0
** RC1+0 Jan 18/10: EclipseLink 1.1.3 (latest Milestone or Release)
+
** M1 - June 20 (Complete)
*** 1.1.3 has been put into SR2
+
** 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]
  
Feb 12 - 18, 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
  
* Last week
+
== QA  ==
** Monitor and triaged nightly tests:
+
*** 1.1.4 - good
+
*** 2.0.1 (RC1) - WAS Oracle custom features tests failed - fixed; SQL Server 2008 nightly hanged - dev in progress (manual run passed)
+
*** 1.2.0 - good
+
*** trunk - DBWS examples on WLS didn't run properly - investigating
+
** EL 2.0.1 testing - 100%
+
** WDF - add tests to nightly runs - completed - passing
+
** Pessimistic Locking Extended Scope - test implementation - complete, patch sent for review
+
** MOXY - worked with dev on JAXB testing - fix existing failures
+
** Investigated JPA TCK, DBWS test failures
+
** Misc test infra fixes/enhancements
+
* This week
+
** Review high priority work for 2.1, infrastructure work
+
** Test infra - switch between datasource types, weaving types, EM (app managed, container managed) --> need to backport to 2.0.x stream.
+
** Fix Bugs
+
* Backlog
+
  
== Build ==
+
Sept 5-12 , 2013:
* Milestone Releases
+
** 2.0.1 RC1
+
* 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).
+
* Helios build integration (293034)
+
** Need to do p2 consolidation work to manage multiple versions in a single update location.
+
*** investigation composite repositories
+
*** currently determining if existing ant tasks designed for use within Eclipse can be utilized externally.
+
* 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  ==
2.0.2 bug fixes.
+
--
2.1.0
+
* Advanced JPA config
+
** Fetch groups complete
+
** Additional Join investigation is next
+
* Advanced JPA Querying
+
** wiki started with prioritized feature list (http://wiki.eclipse.org/EclipseLink/Development/2.1/AdvancedJPA_Queries)
+
** Prototype of FUNCTION support in JPQL.
+
*** available on bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=300512
+
* OSGi
+
** Investigation starting this week.
+
* WDF testing
+
** Tests run nightly
+
  
== DBWS ==
+
== MOXy / SDO ==
[http://wiki.eclipse.org/EclipseLink/Development/DBWS DBWS Development]
+
[http://wiki.eclipse.org/EclipseLink/Development/MOXy RoadMap]
  
2.0.2
+
2.6
* 303331 Currently throw NPE for PL/SQL procedure with argument defaults. Need to handle this more gracefully
+
* [http://wiki.eclipse.org/EclipseLink/Development/404452 JSON Schema Generation]
 +
* [http://wiki.eclipse.org/EclipseLink/DesignDocs/384399 MOXy footprint reduction]
 +
** 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  ==
 +
[http://wiki.eclipse.org/EclipseLink/Development/DBWS DBWS Development]
  
2.1.0
+
[http://wiki.eclipse.org/EclipseLink/Development/DBWS/RoadMap DBWS Roadmap]
* Scoping out potential EclipseLink feature work
+
** Support for advanced PL/SQL datatypes (records, collections, mixture of the two) as arguments to Stored Functions
+
** Improved Sparse Merge support (an 'Update' operation currently requires the instance to be fully specified in the SOAP message)
+
* DBWS (JAX-WS) support on multiple platforms (JBoss, WAS)
+
  
== SDO / MOXy  ==
+
2.6
2.0.2
+
*JPA metadata generator
* 301062 MOXy - JAXB: Issues with multiple XmlElementDecl with same QName and different scope
+
**Consolidate implementation, usable by DBWS &amp; JPA-RS
* 302481 Account for XMLStreamReader returning both null and "" for no namespace
+
**Support JDBC datatypes, PL/SQL, NoSQL
* 303631 JAXB - incorrect date conversion from XMLGregorianCalendar with schemaType set to date
+
*[http://wiki.eclipse.org/EclipseLink/Development/DBWS/MetadataGenerationFromDDLMetaModel DDL Parser metadata generation]
* 303692 JAXB - static final attribute fields are ignore during schema generation but should make fixed attributes
+
**Document current usage, to feed into Service Generation functionality
* 302167 XMLBinderBasicTests are failing with Oracle's Xmlparser
+
  
2.1.0
+
== EclipseLink Incubator ==
* Representation of JAXB Annotations and enhanced MOXy metadata in externalized 'eclipselink-oxm.xml' metadata format [http://wiki.eclipse.org/EclipseLink/DesignDocs/293925 Design]
+
* MOXY Dynamic Persistence [http://wiki.eclipse.org/EclipseLink/Development/2.1/DynamicMOXy/296967 Design]
+
* JAXB2.2 Compliance
+
** JAXB2.2 CQs approved (API, RI, XJC).  
+
*** Blaise has been nominated as an Orbit committer, in readiness for contributing the JAXB2.2 binaries.
+
** Also need to submit JAXB2.1.12 jars to Orbit (CQs previously approved for Helios)
+
* Continued improvements to MOXY marshalling/unmarshalling performance
+
  
== Dynamic Persistence ==
+
[[EclipseLink/Development/Incubation]]  
[http://wiki.eclipse.org/EclipseLink/Development/Dynamic Dynamic Persistence]
+
  
* 303651 Issue raised on forum with dynamic entities not having their attribute-change-tracker properly setup after the first entity transaction commit call
+
* Time to create separate sub-project for incubator
 +
** Increase community of committers
 +
** Try out GIT & eGit/jGit tooling in incubator?
  
== EclipseLink Incubator  ==
+
== Documentation ==
 
+
*EclipseLink 2.4.x library: http://www.eclipse.org/eclipselink/documentation/2.4/ (refreshed)
[[EclipseLink/Development/Incubation]]
+
*EclipseLink 2.5.x doc library: available: http://www.eclipse.org/eclipselink/documentation/2.5/ (in progress)
* [[EclipseLink/Development/Incubator/Extensions]]
+
* Updated all doc custom search engines: http://www.eclipse.org/eclipselink/documentation/
** FetchPlan incubator active
+
* All docs remain in a rolling review:
*** Doug requesting help.
+
** Concepts Guide
** Please provide feedback on [[EclipseLink/Development/Incubator/Extensions/DatabasePlatformPromotion | Proposal for lowering barrier of entry for new database platforms]]
+
** Solutions Guide (includes installation and migration information)
 +
** JPA Extensions Reference
 +
** Developing JAXB with EL MOXy
 +
** Developing with EL DBWS
  
 
== Bug Status  ==
 
== Bug Status  ==
Line 145: Line 136:
  
 
==== Foundation and JPA  ====
 
==== Foundation and JPA  ====
 
'''Open Bugs'''
 
 
{|
 
|-
 
! Date
 
! 1.1.4
 
! 1.2.1
 
! 2.0
 
! 2.0.1
 
! 2.0.2
 
! 2.1
 
! Future/1.1.x
 
! Untargetted
 
|-
 
| February 11, 2010
 
| 1
 
| 1
 
| x
 
| 3
 
| x
 
| 80
 
| 523
 
| 142
 
|-
 
| January 14, 2010
 
| 1
 
| 2
 
| x
 
| 42
 
| x
 
| 52
 
| 496
 
| 142
 
|-
 
| December 7, 2009
 
| 4
 
| 5
 
| 3
 
| 25
 
| x
 
| 30
 
| 495
 
| 149
 
|-
 
| November 12, 2009
 
| 2
 
| 2
 
| 186
 
| 6
 
| x
 
| x
 
| 357
 
| 131
 
|-
 
| November 5, 2009
 
| 1
 
| 1
 
| 189
 
| 3
 
| x
 
| x
 
| 354
 
| 131
 
|-
 
| October 29, 2009
 
| 1
 
| 1
 
| 194
 
| x
 
| x
 
| x
 
| 345
 
| 125
 
|-
 
| October 22, 2009
 
| 0
 
| 0
 
| 203
 
| x
 
| x
 
| x
 
| 362
 
| 131
 
|}
 
 
  
 
[https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=priority&y_axis_field=target_milestone&z_axis_field=&query_format=report-table&short_desc_type=allwordssubstr&short_desc=&classification=RT&product=EclipseLink&component=Foundation&component=JPA&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_severity=enhancement&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&format=table&action=wrap&field0-0-0=noop&type0-0-0=noop&value0-0-0=Open Bugs By Target and Priority]  
 
[https://bugs.eclipse.org/bugs/report.cgi?x_axis_field=priority&y_axis_field=target_milestone&z_axis_field=&query_format=report-table&short_desc_type=allwordssubstr&short_desc=&classification=RT&product=EclipseLink&component=Foundation&component=JPA&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_severity=normal&bug_severity=minor&bug_severity=trivial&bug_severity=enhancement&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&format=table&action=wrap&field0-0-0=noop&type0-0-0=noop&value0-0-0=Open Bugs By Target and Priority]  
 
'''Resolved Bugs'''
 
 
{|
 
|-
 
! Date
 
! 1.1.x
 
! 1.2.x
 
! 2.0
 
! 2.0.x
 
! 2.1
 
! Invalid
 
! Duplicate
 
! Submitted Patch
 
|-
 
| February 11, 2010
 
| 1
 
| 3
 
| x
 
| 26
 
| 17
 
| 8
 
| 9
 
| 3
 
|-
 
| January 13, 2010
 
| 0
 
| 1
 
| 1
 
| 10
 
| 4
 
| 3
 
| 1
 
| 0
 
|-
 
| December 7, 2009
 
| 2
 
| 1
 
| 71
 
| 0
 
| 3
 
| 12
 
| 18
 
| 0
 
|-
 
| November 11, 2009
 
| 0
 
| 0
 
| 15
 
| x
 
| x
 
| 6
 
| 2
 
| 0
 
|-
 
| November 4, 2009
 
| 0
 
| 1
 
| 20
 
| x
 
| x
 
| 5
 
| 1
 
| 0
 
|-
 
| October 28, 2009
 
| 0
 
| 1
 
| 26
 
| x
 
| x
 
| 4
 
| 2
 
| 2
 
|-
 
| October 21, 2009
 
| 0
 
| 2
 
| 20
 
| x
 
| x
 
| 2
 
| 1
 
| 1
 
|}
 
  
 
[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=RT&product=EclipseLink&component=Foundation&component=JPA&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=8d&chfieldto=Now&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Resolved Bugs]  
 
[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=RT&product=EclipseLink&component=Foundation&component=JPA&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=8d&chfieldto=Now&chfield=resolution&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Resolved Bugs]  
 
'''New Bugs'''
 
 
{|
 
|-
 
! Date
 
! 1.1.4
 
! 1.2.1
 
! 2.0
 
! 2.0.1
 
! 2.0.2
 
! 2.1
 
! Future
 
! Enhancement
 
! Already resolved
 
|-
 
| February 8, 2010
 
| 1
 
| 1
 
| x
 
| 15
 
| 2
 
| 18
 
| 31
 
| 7
 
| 32
 
|-
 
| January 13, 2010
 
| 2
 
| 0
 
| x
 
| 10
 
| x
 
| 11
 
| 28
 
| 9
 
| 20
 
|-
 
| December 7, 2009
 
| 1
 
| 3
 
| 35
 
| 8
 
| x
 
| 3
 
| 37
 
| 10
 
| 56
 
|-
 
| November 11, 2009
 
| 0
 
| 0
 
| 8
 
| 3
 
| x
 
| x 
 
| 3
 
| 2
 
| 2
 
|-
 
| November 4, 2009
 
| 1
 
| 2
 
| 17
 
| 3
 
| x
 
| x
 
| 4
 
| 0
 
| 0
 
|-
 
| October 28, 2009
 
| 0
 
| 1
 
| 10
 
| x
 
| x
 
| x
 
| 8
 
| 0
 
| 6
 
|-
 
| October 21, 2009
 
| 0
 
| 0
 
| 9
 
| x
 
| x
 
| x
 
| 0
 
| 0
 
| 4
 
|}
 
 
  
 
[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=RT&product=EclipseLink&component=Foundation&component=JPA&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=8d&chfieldto=Now&chfield=%5BBug+creation%5D&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Created Bugs]
 
[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=RT&product=EclipseLink&component=Foundation&component=JPA&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=8d&chfieldto=Now&chfield=%5BBug+creation%5D&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0= Created Bugs]

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