Changes between Version 80 and Version 84 of Ticket #11924


Ignore:
Timestamp:
2017-01-08T16:44:02+01:00 (7 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11924 – Description

    v80 v84  
    13131. ~~javabug:6850612 deprecates `Class.newInstance` ==> replace it by `Class.getConstructor().newInstance()`~~ ==> fixed
    14141. ~~javabug:8154801 deprecates `java.util.Observer / java.util.Observable` ==> replace it by `javax.swing.ChangeListener`~~ ==> fixed
    15 1. ~~Ant does not work anymore~~ ==> [https://bz.apache.org/bugzilla/show_bug.cgi?id=59556 Bug created] + workaround done in r10259
     151. ~~Ant does not work anymore ==> [https://bz.apache.org/bugzilla/show_bug.cgi?id=59556 Bug created] + workaround done in r10259~~ ==> Fixed in Ant 1.9.8 / 1.10.0
    16161. ~~javabug:8152912 deprecates `XMLReaderFactory`~~ ==> fixed
    17171. Groovy bug: https://issues.apache.org/jira/browse/GROOVY-7879
     
    2525Plugins:
    26261. Geotools does not work ==> https://osgeo-org.atlassian.net/browse/GEOT-5289
    27 1. Apache Commons does not compile ==> https://issues.apache.org/jira/browse/COLLECTIONS-593