You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

New Features

Removed Modules

API Changes

  • All API's that take or return "generic" classes have been update to properly define the generic part. For example, methods like:
    "Class getServiceClass()" have been updated to be "Class<?> getServiceClass()"

Runtime Changes

  • No labels