Skip to content

1.2.0

Compare
Choose a tag to compare
@skybber skybber released this 08 Mar 19:34
· 580 commits to master since this release

New Plugins

  • OpenWebBeans (Tomcat/Tommee supported)
  • Mojarra
  • MyFaces
  • OmniFaces

New features

  • Support for Java9.
  • WeldPlugin - SesionScoped bean reinjection, EJB session beans support
  • Deltaspike contexts reinjections
  • excludedClassLoaderPatterns: comma separated list of class loaders to exclude from initialization, in the form of RegEx patterns.
  • #171 - hotswap-agent.properties properties values can reference System variables defined by JVM argument -D...
  • improved GlassFish support. Felix OSGi patches, GlassFish/Weld support
  • #197 - multiple webappDir entries allowed. Entrypoints are separated by ',' character

Fixes:

  • Jersey HK2 service reload on any change
  • Weld plugin field access #161
  • DeltaSpike v1.7 fixes
  • JavaBeans - synthetic classes are flushed from Itrospector cache
  • multi resource methods from extraClassPath, #176
  • fixed problem with not started WebappClassLoader, #185
  • SpringPlugin in JBossAS/Wildfly #140, #184
  • Support symbolic links in extraClassPath #203