Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Dali Meeting Minutes/Dali3.0 Iteration0"

(New page: =Dali 3.0 Iteration 0 Planning= *Theme for next major release will be JPA 2.0 Support **JPA 2.0 features will have the highest priority **If there is time left we will determine fine grai...)
 
m (Iteration 0)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
=Dali 3.0 Iteration 0 Planning=
 
=Dali 3.0 Iteration 0 Planning=
 +
 +
==Planning==
  
 
*Theme for next major release will be JPA 2.0 Support
 
*Theme for next major release will be JPA 2.0 Support
Line 18: Line 20:
 
*Need to review JPA 2.0 Backlog items a little more before we commit to the first iteration, review and discuss tomorrow
 
*Need to review JPA 2.0 Backlog items a little more before we commit to the first iteration, review and discuss tomorrow
 
**Karen is going to look into Nested Embeddable and dot notation, Paul is going to look at derived id support
 
**Karen is going to look into Nested Embeddable and dot notation, Paul is going to look at derived id support
 +
*Need to enter bug to handle changing level of error for current Dali problems
 +
*Support different orm.xml schema levels in newer (JPA 2.0) platforms, and we will show the UI associated with schema level.  Also, there will be a warning indicating that an older schema level is being used, and that some JPA 2.0 level may not be available as a result.
 +
*Need to determine whether or not we will continue to support EL 1.1.x platform when 2.0 platform is available.
 +
 +
==Iteration 0==
 +
 +
*Karen
 +
**Generic JPA 2.0 orm resource model bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=279467 279467] (Complete)
 +
**Support additional mapping types in Embeddables [https://bugs.eclipse.org/bugs/show_bug.cgi?id=258491 258491] (In progress)
 +
**Nested Embeddables [https://bugs.eclipse.org/bugs/show_bug.cgi?id=258497 258497]
 +
**Dot notation [https://bugs.eclipse.org/bugs/show_bug.cgi?id=258528 258528]
 +
 +
*Paul
 +
**New JPA Facet version bug [https://bugs.eclipse.org/bugs/show_bug.cgi?id=279475 279475] (Complete)
 +
**Platform version [https://bugs.eclipse.org/bugs/show_bug.cgi?id=262663 262663] (Deferred)
 +
**Investigate dependency on utility facet [https://bugs.eclipse.org/bugs/show_bug.cgi?id=234383 234383] (Investigation complete)
 +
**Derived Identities [https://bugs.eclipse.org/bugs/show_bug.cgi?id=258689 258689] (in progress)
 +
*Tran
 +
**Branch for 2.2.1 (Complete)
 +
**New persistence unit properties [https://bugs.eclipse.org/bugs/show_bug.cgi?id=258538 258538]
 +
**Add catalog and schema to Sequence Generator [https://bugs.eclipse.org/bugs/show_bug.cgi?id=258523 258523] (In progress)
 +
**Orphan-removal support [https://bugs.eclipse.org/bugs/show_bug.cgi?id=258533 258533]
 +
*Brian
 +
**Infinite update [https://bugs.eclipse.org/bugs/show_bug.cgi?id=278947 278947] (Complete)
 +
**Model UI sync [https://bugs.eclipse.org/bugs/show_bug.cgi?id=272752 272752] (Complete)
 +
**Additional JUnit test binary support (In progress)
 +
**Verify MySQL support (complete)

Latest revision as of 10:38, 16 July 2009

Dali 3.0 Iteration 0 Planning

Planning

  • Theme for next major release will be JPA 2.0 Support
    • JPA 2.0 features will have the highest priority
    • If there is time left we will determine fine grained priority of core Dali and EclispeLink specific features in the backlog
  • The next major release will be version 3.0, to signify the addition of major new end user and adopter facing functionality
  • Limitations that will continue to exist in the next release
    • Multiple PU support (this wasn't discussed, but I just thought of it)
    • EclipseLink Mapping File overrides of Generic XML Mapping File
    • exclude-default-mapping support
  • We need to escalate our EMF XML translator issues
    • We continue to have fairly severe bugs in this framework and need to determine if there is something we can do about this
  • Need to investigate the possibility of removing utility module dependency and perhaps look for contributions in this area
  • Investigate what Oracle product contributions are possible for 3.0 (ie Entity Diagram, Automap, etc)
  • Some discussion on when JPA 2.0 spec will be complete but no concrete information
  • Discussed automatic configuration of annotation processor for JPA 2.0 generated metamodel when selecting EclipseLink platform - Probably need to have a separate meeting on this.
  • Schedule 3.0 planning meeting – July 13th
  • Need to review JPA 2.0 Backlog items a little more before we commit to the first iteration, review and discuss tomorrow
    • Karen is going to look into Nested Embeddable and dot notation, Paul is going to look at derived id support
  • Need to enter bug to handle changing level of error for current Dali problems
  • Support different orm.xml schema levels in newer (JPA 2.0) platforms, and we will show the UI associated with schema level. Also, there will be a warning indicating that an older schema level is being used, and that some JPA 2.0 level may not be available as a result.
  • Need to determine whether or not we will continue to support EL 1.1.x platform when 2.0 platform is available.

Iteration 0

  • Karen
    • Generic JPA 2.0 orm resource model bug 279467 (Complete)
    • Support additional mapping types in Embeddables 258491 (In progress)
    • Nested Embeddables 258497
    • Dot notation 258528
  • Paul
    • New JPA Facet version bug 279475 (Complete)
    • Platform version 262663 (Deferred)
    • Investigate dependency on utility facet 234383 (Investigation complete)
    • Derived Identities 258689 (in progress)
  • Tran
    • Branch for 2.2.1 (Complete)
    • New persistence unit properties 258538
    • Add catalog and schema to Sequence Generator 258523 (In progress)
    • Orphan-removal support 258533
  • Brian
    • Infinite update 278947 (Complete)
    • Model UI sync 272752 (Complete)
    • Additional JUnit test binary support (In progress)
    • Verify MySQL support (complete)

Back to the top