HotswapAgent v1.3.1 Release Notes

Release Date: 2018-11-03 // over 5 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