[geotk] [JIRA] Created: (GEOTK-73) Upgrate the JSR-275 dependencies to 0.9.3

Martin Desruisseaux (JIRA) jira at geomatys.com
Tue Dec 15 07:35:06 EST 2009


Upgrate the JSR-275 dependencies to 0.9.3
-----------------------------------------

                 Key: GEOTK-73
                 URL: http://jira.geotoolkit.org/browse/GEOTK-73
             Project: Geotoolkit
          Issue Type: Task
          Components: Referencing, Utilities
    Affects Versions: 3.06
            Reporter: Martin Desruisseaux
            Assignee: Martin Desruisseaux
             Fix For: 3.07


The JSR-275 dependencies should be upgrated to version 0.9.3. This will give us parsing and formatting of UCUM (_Unified Code for Units of Measure_, http://unitsofmeasure.org) and hopefully fix a few serialization bugs (it will need to be tested). However there is some API changes in JSR-275 which will require changes in the implementation:

* {{ConversionException}} is now a checked exception.
* {{Unit.getConverterTo}} now enforces parameterized type check. In many cases, we need to fallback on {{getConverterToAny}}.
* {{UnitConverter.isLinear()}} has been replaced by an {{instanceof LinearConverter}} check.

There is a few other minor changes there and there that we will discover as we apply the upgrate.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.geotoolkit.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the Geotoolkit mailing list