Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
titleStaging Repository
<repositories>
  <repository>
    <id>apache.nexus</id>
    <name>ASF Nexus Staging</name>
    <url>https://repository.apache.org/content/groups/staging/</url>
  </repository>
</repositories>

Internal Changes

  • A class JSONWriter was converted into an interface with default implementation in DefaultJSONWriter class. If you were using the class directly, you must update your code in other case it won't compile when using Struts 2.5.14.

Bug

  • [WW-4843] - DefaultUrlHelper().buildUrl() not outputting port when used as parameter
  • [WW-4846] - Not able to convert Spring object to the JSON response
  • [WW-4848] - The if test can accidently incorrectly assign a new value to an object
  • [WW-4849] - ObjectFactory constructor signature change breaks extensions
  • [WW-4853] - Snippets in Struts documentation are missing
  • [WW-4855] - I am migrating my struts 2.2.x to 2.5.13 and where all used struts taglibs and tags UI is breaking where i have not used bootstrap there and all working fine
  • [WW-4862] - Default Multipart validation regex is invalid due to charset encoding
  • [WW-4863] - Exception starting filter struts-prepare: Unable to load configuration. - interceptor - vfs
  • [WW-4868] - createInstance method signature change of TextProviderFactory from merged xwork-core code inside struts2-core-2.5.13.jar which was present with xwork-core jar
  • [WW-4869] - Struts2.5.13 can't run in java9 win10
  • [WW-4870] - StringConverter from OGNL 3.1.15 in Struts 2.5.13
  • [WW-4871] - Decimal converters should avoid loss of user's data caused by rounding
  • [WW-4882] - Struts text tag doesn't print value from Stack
  • [WW-4885] - No validations happening after upgrading to Struts 2.5.12

...