Adopting 4.4 mechanisms and APIs

This section describes changes that are required if you are trying to change your 4.3 plug-in to adopt the 4.4 mechanisms and APIs.

  1. No entries.

Platform Debug Generified APIs

All of the APIs for Platform Debug have been generified in 4.4. If you have been using the platform debug code in generified client code there could be compile errors migrating. For example:

Map<Object, Object> value = myconfig.get(mymap, null);
would have compiled fine previously, but now is a compile error because the generified API returns a Map<String, String>.