HotswapAgent v1.3.1 Release Notes
Release Date: 2018-11-03 // about 6 years ago-
๐ New Plugins:
- Undertow plugin
- FreeMarker plugin (thanks to AJ Banck)
- CXF-JAXRS plugin, with Spring + CDI integration & JAXB realoding
- Wicket plugin (thanks to T. Heigl)
๐ New features:
- ๐ Java11 support
- โ Add watchResources support to JBossModules plugin (JbossAS+Wildfly)
- ๐ Weld3 support (CDI-2.0)
- ๐ OWB2 support (CDI-2.0)
- ๐ Deltaspike 1.8, 1.9 support
- Reloading of CDI beans is skipped for simple method body modifications (using full class signature comparision)
- ๐ Support for watchResources+extraClassPath in SpringBoot applications (TomcatPlugin supports
TomcatEmbeddedWebappClassLoader
) - ๐ Improve performance by skipping useless
DelegatingClassLoader
registration.
๐ Fixes:
- ๐ #201 - Fix npe in Log4J2 plugin
- #218 - Exclude jdk.internal.reflect.DelegatingClassLoader
- #255 - Added check to
ProxyReplacer
for null beans - #264 - Fix extraClassPath in UrlClassLoader
- ๐ #269 - Fix spring plugin on wildfly 12
- ๐ฒ #286 - change log level on reloading of Spring XML config
- #291 - Fix NPE on private enum redefinition
- ๐ #192 - Fix HA doesn't work on war deployed on Wildfly10.1