| 1,82 → 1,133 |
| <?xml version="1.0" encoding="UTF-8"?> |
| |
| <document xmlns="http://maven.apache.org/XDOC/2.0" |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> |
| |
| <properties> |
| <title>Releases</title> |
| </properties> |
| <body> |
| |
| <section name="Hibernate Spatial Releases"> |
| <subsection name="Release 1.1 (2010-05-20"> |
| <subsection name="Release 1.1.1 (2011-1-27)"> |
| |
| <h4> Bug |
| </h4> |
| <ul> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-52'>HIBSPA-52</a>] - import oracle.jdbc.driver.OracleConnection; need to change to import oracle.jdbc.OracleConnection; |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-53'>HIBSPA-53</a>] - EventLocator doesn't properly copy SRID |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-55'>HIBSPA-55</a>] - Hibernate Spatial does not retrieve SRID on empty collections |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-56'>HIBSPA-56</a>] - Unit tests for MLineString fail |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-58'>HIBSPA-58</a>] - SQLServer DialectProvider does not check correct dialect |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-62'>HIBSPA-62</a>] - Schema information not taken into account by the automapper |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-63'>HIBSPA-63</a>] - Automapper creates invalid mapping when primary key is defined on multiple columns |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-65'>HIBSPA-65</a>] - AutoMapper throw NPE when a field type is not known |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-68'>HIBSPA-68</a>] - Couldn't get at the OracleSpatial Connection object from the PreparedStatement. |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-70'>HIBSPA-70</a>] - The 1.0 release is not compatible with Hibernate 3.6 |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-71'>HIBSPA-71</a>] - Trunk is not buildable |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-73'>HIBSPA-73</a>] - DefaultConnectionFinder can't find the original OracleConnection when using pools |
| </li> |
| </ul> |
| <h4>Bug |
| </h4> |
| <ul> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-83'>HIBSPA-83</a>] - Divide-by-zero |
| in getCoordinateAtM() method |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-84'>HIBSPA-84</a>] - |
| StackOverflowError during Circle.linearizeArc |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-86'>HIBSPA-86</a>] - |
| ClassCastException when saving geometries |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-87'>HIBSPA-87</a>] - Exception |
| using connection pool in Jboss 6.0 and Oracle 10g |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-91'>HIBSPA-91</a>] - Can't |
| convert object of type org.postgresql.util.PGobject - SpatialProjections.extent() |
| </li> |
| </ul> |
| |
| <h4> Improvement |
| </h4> |
| <ul> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-57'>HIBSPA-57</a>] - Test tables should be empty after running unit tests |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-60'>HIBSPA-60</a>] - The Automapper should expose metadata about the geometry- and id properties |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-61'>HIBSPA-61</a>] - The AutoMapper should be able to handle cases where there are no primary keys defined on the table |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-69'>HIBSPA-69</a>] - PostGIS spatial indices |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-72'>HIBSPA-72</a>] - Move default dialect to conform to SQL/MM function name (Postgis 1.3 and later) |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-74'>HIBSPA-74</a>] - Make org.hibernatespatial.postgis.PostgisDialect Serializable |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-75'>HIBSPA-75</a>] - Remove Filter as a SpatialFunction |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-80'>HIBSPA-80</a>] - SQL Server provider should accept blob geometries |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-81'>HIBSPA-81</a>] - Change custom geometry types in SQL Server and Oracle provider dialects to protected static final to allow dialect extention |
| </li> |
| </ul> |
| </subsection> |
| |
| <h4> New Feature |
| </h4> |
| <ul> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-6'>HIBSPA-6</a>] - New MySQLInnoDBSpatialDialect needed |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-13'>HIBSPA-13</a>] - Create H2 spatial dialect |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-49'>HIBSPA-49</a>] - Add Common methods to SpatialRestrictions/HQL |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-66'>HIBSPA-66</a>] - Dialects should report which spatial functions they support |
| </li> |
| </ul> |
| <subsection name="Release 1.1 (2011-05-20"> |
| |
| <h4>Bug |
| </h4> |
| <ul> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-52'>HIBSPA-52</a>] - import |
| oracle.jdbc.driver.OracleConnection; need to change to import oracle.jdbc.OracleConnection; |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-53'>HIBSPA-53</a>] - EventLocator |
| doesn't properly copy SRID |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-55'>HIBSPA-55</a>] - Hibernate |
| Spatial does not retrieve SRID on empty collections |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-56'>HIBSPA-56</a>] - Unit tests for |
| MLineString fail |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-58'>HIBSPA-58</a>] - SQLServer |
| DialectProvider does not check correct dialect |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-62'>HIBSPA-62</a>] - Schema |
| information not taken into account by the automapper |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-63'>HIBSPA-63</a>] - Automapper |
| creates invalid mapping when primary key is defined on multiple columns |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-65'>HIBSPA-65</a>] - AutoMapper |
| throw NPE when a field type is not known |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-68'>HIBSPA-68</a>] - Couldn't |
| get at the OracleSpatial Connection object from the PreparedStatement. |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-70'>HIBSPA-70</a>] - The 1.0 |
| release is not compatible with Hibernate 3.6 |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-71'>HIBSPA-71</a>] - Trunk is not |
| buildable |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-73'>HIBSPA-73</a>] - |
| DefaultConnectionFinder can't find the original OracleConnection when using pools |
| </li> |
| </ul> |
| |
| <h4>Improvement |
| </h4> |
| <ul> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-57'>HIBSPA-57</a>] - Test tables |
| should be empty after running unit tests |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-60'>HIBSPA-60</a>] - The Automapper |
| should expose metadata about the geometry- and id properties |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-61'>HIBSPA-61</a>] - The AutoMapper |
| should be able to handle cases where there are no primary keys defined on the table |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-69'>HIBSPA-69</a>] - PostGIS |
| spatial indices |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-72'>HIBSPA-72</a>] - Move default |
| dialect to conform to SQL/MM function name (Postgis 1.3 and later) |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-74'>HIBSPA-74</a>] - Make |
| org.hibernatespatial.postgis.PostgisDialect Serializable |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-75'>HIBSPA-75</a>] - Remove Filter |
| as a SpatialFunction |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-80'>HIBSPA-80</a>] - SQL Server |
| provider should accept blob geometries |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-81'>HIBSPA-81</a>] - Change custom |
| geometry types in SQL Server and Oracle provider dialects to protected static final to allow |
| dialect extention |
| </li> |
| </ul> |
| |
| <h4>New Feature |
| </h4> |
| <ul> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-6'>HIBSPA-6</a>] - New |
| MySQLInnoDBSpatialDialect needed |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-13'>HIBSPA-13</a>] - Create H2 |
| spatial dialect |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-49'>HIBSPA-49</a>] - Add Common |
| methods to SpatialRestrictions/HQL |
| </li> |
| <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-66'>HIBSPA-66</a>] - Dialects |
| should report which spatial functions they support |
| </li> |
| </ul> |
| |
| |
| </subsection> |
| |
| <subsection name="Release 1.0 (2010-04-05)"> |
| 181,8 → 232,8 |
| </li> |
| </ul> |
| </subsection> |
| </section> |
| </body> |
| </document> |
| </section> |
| </body> |
| </document> |
| |
| |