Changes between Initial Version and Version 1 of Ticket #19574


Ignore:
Timestamp:
2020-07-28T18:36:36+02:00 (5 years ago)
Author:
taylor.smock
Comment:

It looks like there are no binary compatibility issues. Or the published Mapillary/UtilsPlugin2 jars didn't throw errors anyway.

Plugins that use NamedColorProperty:

  • splinex
  • FastDraw
  • Mapillary
  • graphview
  • CommandLine
  • cadastre-fr
  • mapwithai
  • utilsplugin2
  • routing
  • buildings_tools
  • MicrosoftStreetside
  • livegps
  • improveway

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19574 – Description

    initial v1  
    22
    33Possibly significant modifications for plugins:
    4 * NamedColorProperty extends `AbstractToStringProperty<Color>`. I'm waiting for a `find` to get all the instances of `NamedColorProperty` in plugins, but it is taking awhile (`find . -name '*.java' -exec grep -li "NamedColorProperty" \;`). I don't know if this will require a recompile of any plugins.
     4* NamedColorProperty extends `AbstractToStringProperty<Color>`. I'm waiting for a `find` to get all the instances of `NamedColorProperty` in plugins, but it is taking awhile (`find . -name '*.java' -exec grep -li "NamedColorProperty" {} \;`). I don't know if this will require a recompile of any plugins.
    55
    66Notes: