Fork me on GitHub

Compatibility

Plugin Hippo CMS Spring Framework Spring Session (Optional)
2.x 13.x 5.x 2.x
1.x 12.x, 11.x, 10.x 4.x 1.x
0.1.x 7.9.x, 7.8.x 3.2.x N/A

Release Notes (2.x)

2.0.1

Release Date: January 24, 2019

  • [HIPFORGE-269] - [HST Spring Support] Avoid side effect by using same session attributes as underlying HttpSession's

2.0.0

Release Date: January 18, 2019

  • [HIPFORGE-247] - [HST Spring Support] Upgrade spring version to 5.x

Release Notes (1.x or earlier)

1.1.4

Release Date: November 8, 2018

  • [HIPFORGE-234] - [HST Spring Support] With HttpSessionDelegatingRepository option, it fails when tomcat restarted

1.1.3

Release Date: November 8, 2018

  • [HIPFORGE-233] - [HST Spring Support] Simple bridging for development purpose for spring-session

1.1.2

Release Date: March 23, 2016

  • [HIPFORGE-129] - [HST Spring Support] Make HstRepositoryResourceBundleMessageSource#getStringOrNull(ResourceBundle bundle, String key) protected

1.1.1

Release Date: March 23, 2016

  • Bug fix for the thread safety issue in ResourceBundle cache using ThreadLocal. Replaced the ThreadLocal cache with a HstRequestContext attribute cache. Thanks to Jasper Floor for finding the root cause.

1.1.0

Release Date: November 18, 2015

  • Compatible with Spring Framework 4 and Hippo CMS 10.

0.1.1

Release Date: April 27, 2015

  • [HIPPLUG-1036] Supporting HST-2 Page Not Found Exception Handler Integration. Thanks to Rick Slot!

0.1.0

Release Date: February 26, 2015

  • Initial release
  • Supporting HST-2 Repository ResourceBundle MessageSource