Subversion Repositories hibernate-spatial

Rev

Rev 312 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?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">

    <properties>
        <title>Releases</title>
    </properties>
    <body>

        <section name="Hibernate Spatial Releases">
            <subsection name="Release 1.1.1 (2011-1-27)">

                <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&#39;t
                        convert object of type org.postgresql.util.PGobject - SpatialProjections.extent()
                    </li>
                </ul>

            </subsection>

            <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&#39;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&#39;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&#39;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)">

                <h4>Bug
                </h4>
                <ul>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-25'>HIBSPA-25</a>] - Storing valid
                        MultiPolygon with holes leads to invalid Geometry in Database
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-26'>HIBSPA-26</a>] - Change warning
                        message to info when no configuration file is found.
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-29'>HIBSPA-29</a>] - Invalid
                        connection exceptions in SDO_GEOMETRY class when using OCI driver
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-31'>HIBSPA-31</a>] - String
                        Geometry collection fails with ORA-29875: failed in the execution of the ODCIINDEXINSERT
                        routine; ORA-13365: layer SRID does not match geometry SRID
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-33'>HIBSPA-33</a>] -
                        GeometryUserType implement Serializable
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-34'>HIBSPA-34</a>] -
                        SDOGeometryType and OracleSpatial10gDialect implement Serializable
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-35'>HIBSPA-35</a>] - Nullpointer
                        exception thrown by EventLocator
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-36'>HIBSPA-36</a>] - EventLocator
                        doesn't set SRID on result
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-37'>HIBSPA-37</a>] - Parse
                        Exception when trying to store empty geometries
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-38'>HIBSPA-38</a>] - Thread-safety
                        issue in WKBReader
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-40'>HIBSPA-40</a>] - Change scope
                        of database drives to provided in hibernate-spatial-* modules
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-42'>HIBSPA-42</a>] - getMaxM()
                        returns -Infinity on a valid MultiMLineString object
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-43'>HIBSPA-43</a>] - documentation
                        on parametrized type is incorrect
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-45'>HIBSPA-45</a>] - NPE in
                        GeometryUserType.java ; dialect not picked up
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-51'>HIBSPA-51</a>] - Typo in
                        GeometryType function
                    </li>
                </ul>

                <h4>Improvement
                </h4>
                <ul>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-5'>HIBSPA-5</a>] - Oracle provider
                        generates slow SQL queries.
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-17'>HIBSPA-17</a>] - Restructure
                        unit testing framework
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-20'>HIBSPA-20</a>] - Create source
                        code artifacts for easy reference from IDEs
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-27'>HIBSPA-27</a>] - Do not assume
                        the JDBC Resultset contains oracle STRUCTS for geometry objects
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-28'>HIBSPA-28</a>] - Switch to
                        slf4j so HS uses same logging approach as Hibernate
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-30'>HIBSPA-30</a>] - Dialect
                        extends depracated dialect
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-41'>HIBSPA-41</a>] - The
                        repositories tag structure given at the link http://www.hibernatespatial.org/mavenquick.html has
                        a bug.
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-48'>HIBSPA-48</a>] - Better
                        dependency management
                    </li>
                </ul>

                <h4>New Feature
                </h4>
                <ul>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-22'>HIBSPA-22</a>] - Hibernate
                        Spatial needs to provide a Type object for the GeometryUserType class.
                    </li>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-44'>HIBSPA-44</a>] - Create
                        provider for Sqlserver 2008 geometry type
                    </li>
                </ul>

                <h4>Task
                </h4>
                <ul>
                    <li>[<a href='http://www.hibernatespatial.org/jira/browse/HIBSPA-47'>HIBSPA-47</a>] - update all
                        dependencies to latest stable version
                    </li>
                </ul>
            </subsection>
        </section>
    </body>
</document>