Type | Changes | By |
---|
| Introduce the configuration parameter 'webappProfile'. For now two values are supported: 'cocoon-22' (default) and
'ssf'. 'cocoon-22' creates a Cocoon 2.2 web application, 'ssf' a web application that only makes use of the Servlet-Service
Framework. | reinhard |
| Introduce the configuration parameter 'customWebappDirectory'. If it is set, the content of the referenced
directory is added to the prepared web application. | reinhard |
| Rename the goal 'cocoon:rcl' to the less obscure name 'cocoon:prepare'. This is closer
to the actual meaning because the purpose of this goal is creating a web application that
wraps the current block. 'cocooon:rcl' is still supported but deprecated and will be removed
in future versions of the plugin. | reinhard |
| Add a configuration parameter 'reloadingClassLoaderEnabled' that controlls the usage
of the reloading classloader. If it is set to false, a URLClassLoader is used. | reinhard |
| Show CREATED messages in console only after the first DELETE or UPDATE message was sent.
This prevents users from being flooded by CREATED messages during startup. | reinhard |