The following comment has been added to this issue:

     Author: Felipe Leme
    Created: Wed, 9 Feb 2005 11:19 PM
       Body:
Mark,

Yes, if it breaks compatibility, we better have 2 branches in parallell 
(probably 2.0/main for the hibernate 3.0 and 1.x for the old hibernate).

-- Felipe
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPHIBERNATE-14?page=comments#action_29727

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPHIBERNATE-14

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPHIBERNATE-14
    Summary: Support Hibernate 3.0
       Type: Improvement

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-hibernate-plugin
   Versions:
             1.3

   Assignee: 
   Reporter: Mark Hobson

    Created: Wed, 15 Dec 2004 11:12 AM
    Updated: Wed, 9 Feb 2005 11:19 PM
Environment: N/A

Description:
In Hibernate 3.0, currently alpha, the class structure has changed from 
net.sf.hibernate to org.hibernate.  This means that when using this plugin the 
user has to change the dialect class in hibernate.cfg.xml or 
hibernate.properties before & after a hibernate:schema-export.

To upgrade this plugin to support 3.0 is very straightforward - just change the 
dependency, reorganise the imports & fix line 178 of SchemaBeanBase to support 
the new API method Configuration.addJar(File).  There's also the 3.0 DTD's to 
add support for, but nothing major to get things working.

Obviously these changes will break 2.1 users, so is it worth maintaining 
parallel releases for both 2.1 and 3.0 Hibernate users?


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to