Skip to content

v4.0.2

Compare
Choose a tag to compare
@gregturn gregturn released this 23 Feb 01:38
· 123 commits to main since this release
v4.0.2
c883019

Changes in version 4.0.2 (2023-02-22)

  • #1337 - Upgrade to Spring Framework 6.0.5.
  • #1328 - Fix broken image links in ref docs.
  • #1327 - Use Collections.emptyIterator() instead of iterator of an emptyList.
  • #1326 - Remove null checks from instanceof checks.
  • #1325 - replace Collections.sort() by List.sort().
  • #1324 - Better conversion from ByteArrayOutputStream to String.
  • #1323 - Make EhCache an optional dependency.
  • #1320 - Add SECURITY details.
  • #1318 - use String.contains() instead String.indexOf().
  • #1317 - Use StringBuilder instead of StringBuffer.
  • #1316 - Use enhanced for loop instead of iterator.
  • #1308 - Simplify SimpleNamespaceContext using modern Map APIs.
  • #1300 - Add ability to override inclusive option in wss4j.
  • #1249 - Add LICENSE file.
  • #150 - Location tranformation now uses X-Forwarded-* headers if present.