THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<repositories> <repository> <id>apache.nexus</id> <name>ASF Nexus Staging</name> <url>https://repository.apache.org/content/groups/staging/</url> </repository> </repositories> |
Internal Changes
- Interface
com.opensymphony.xwork2.inject.Factory
was extended with a new methodClass<? extends T> type();
- it's due to allowContainerBuilder
properly initialise beans usingcom.opensymphony.xwork2.inject.Initializable
andcom.opensymphony.xwork2.inject.EarlyInitializable
interfaces. See WW-4905 for more details.
Bug
- [WW-4546] - unclosed instantiation of PrintWriter
- [WW-4741] - Http Sessions forcefully created for all requests using I18nInterceptor with default Storage value.
- [WW-4873] - NotSerializableException - org.apache.struts2.dispatcher.StrutsRequestWrapper
- [WW-4900] - NotSerializableException: com.opensymphony.xwork2.inject.ContainerImpl$ConstructorInjector when using ExecuteAndWait interceptor
- [WW-4901] - ClassCastException in JarEntryRevision
- [WW-4903] - Dependency Mapping Exception When Using PrefixBasedActionProxyFactory
- [WW-4906] - The converter() method of com.opensymphony.xwork2.conversion.annotations.TypeConversion is now deprecated. If this method is removed in some next release, it will forbid to describe a converter by the name (id) of a Spring bean.
- [WW-4908] - Conversion by annotation does not work
- [WW-4909] - List of Boolean is not populated in Action class
- [WW-4911] - JSONResult exception in struts2-json-plugin-2.5.14.1.jar
...