Skip to content

1.4.0

Compare
Choose a tag to compare
@skybber skybber released this 08 Jan 10:19
· 398 commits to master since this release
b667369

Key features

  • Java11 support
  • Kotlin support - HotswapAgent + dcevm is succesfuly used on many Kotlin projects now

New Plugins:

  • CXF-JAXRS plugin, with Spring + CDI integration & JAXB realoding
  • FreeMarker plugin (thanks to AJ Banck)
  • MyBatis plugin
  • Undertow plugin
  • Wicket plugin (thanks to T. Heigl)

New features:

  • 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