Pippo v1.13.1 Release Notes
Release Date: 2020-06-01 // over 3 years ago-
🛠 Fixed
- ⬆️ [#545]: Error after I upgraded from
1.12.0
to1.13.0
🔄 Changed
➕ Added
✂ Removed
- ⬆️ [#545]: Error after I upgraded from
Previous changes from v1.13.0
-
🛠 Fixed
- [#457]: Closing the writer will close the stream as well
- [#496]: Do not call
channel.resumeReceives()
untilhandler.onOpen()
called - [#528]: NPE when use the route function in Pebble
- [#522]:
CryptoUtils.hmacDigest
unsafe with non-ascii inputs - [#523]: Fix Character Encoding/Content-Length Bug in
Response.commit(CharSequence)
- 📦 [#530]: Controllers are not being located in subpackages/addControllers
- [#542]: Close
gzipOutputStream
after the usage - [#544]: Handle non-empty Path and empty method path
🔄 Changed
- ⚡️ [#491]: Update Undertow to 1.4.27.Final
- ⚡️ [#492]: Update Tomcat to 8.5.38
- ⚡️ [#494]: Update Jetty to 9.4.14.v20181114
- ⬆️ [#510]: Upgrade FastJSON to 1.2.57
- [#532]: Improved
FileItemExtractor
- [#535]:
ContentTypeEngine
improvement - [#538]: Make
PippoFilter.createApplication
protected - ⚡️ [#539]: Update JUnit to 4.13
➕ Added
- 🏗 [#499]: Feature/java 11 build
✂ Removed