The following comment has been added to this issue:
Author: Gavin King
Created: Sat, 29 Nov 2003 9:57 PM
Body:
Since 2.1 DTD just adds some new attributes and elements, I don't see any reason to not just overwrite the existing 2.0 DTDs. We have always done this in the past for backward-compatible DTD changes. We wan't to make the upgrade path to 2.1 as smooth as possible for everyone (2.1 should be a binary-compatible drop in upgrade for most people).
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-508
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HB-508
Summary: DTD update to 2.1
Type: Improvement
Status: Open
Priority: Major
Project: Hibernate2
Components:
core
Versions:
2.1 final
Assignee: Gavin King
Reporter: Christian Bauer
Created: Sat, 29 Nov 2003 3:41 PM
Updated: Sat, 29 Nov 2003 9:57 PM
Description:
All DTDs in the Hibernate source and on hibernate.sourgeforge.net have to be updated for 2.1. This means either to just rename the DTD or to actually copy a new version to the website.
In the source:
./src/net/sf/hibernate/hibernate-configuration-2.0.dtd
./src/net/sf/hibernate/hibernate-mapping-2.0.dtd
On the website:
hibernate-mapping-1.1.dtd
hibernate-mapping-2.0.dtd
hibernate-configuration-2.0.dtd
hibernate-mapping.dtd
hibernate-configuration.dtd
I suggest we leave the "untagged" files as they are (the ones without version number) and just add the 2.1 versions.
All version numbers have to be replaced in the source files (the unit tests) and documentation. According to our roadmap, 2.1 is the stable release for the next 6 to 12 months, but we have a significant installation base for 2.0. We can't continue mixing them and have to update now.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|