Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.2.0
-
None
Description
As currently implemented, live class reloading only takes into account the service implementation class (plus any inner classes of the implemention class). If the implementation class extends from a base class, the base class is not scanned for changes, and is not reloaded when it (or the actual implementation class) changes.
Attachments
Issue Links
- relates to
-
TAP5-1233 Live reloading of service implementation classes causes IllegalAccessError if the class contains protected or package private methods
- Closed