Hey Folks,
The Grizzly Team is happy to announce the release and 2.2.14!
The artifacts are available on maven central.
2.2.14 issues resolved: [1]
Thanks to everyone who provided feedback and/or patches for this release!
As usual, if there are additional suggestions on how to improve Grizzly
going forward,
or if a problem is discovered, please let us know by either logging an
issue [2] or
joining the mailing lists [3] and starting a discussion with the community.
Thanks!
- The Grizzly Team
[1]
http://java.net/jira/secure/ReleaseNote.jspa?projectId=10005&version=15957<http://java.net/jira/secure/ReleaseNote.jspa?projectId=10005&version=15727>
[2]
http://java.net/jira/browse/GRIZZLY
[3]
http://java.net/projects/grizzly/lists
--------------------------------------------------------------------------------------------------------------------------------------------
Release Notes - grizzly - Version 2.2.14
** Bug
* [GRIZZLY-1308] - ServletContextListener.destroy is not invoked
when we stop HttpServer
* [GRIZZLY-1311] - onHttpHeadersParsed callback should be invoked
even if no headers were parsed - it indicates the attempt was made and
succuessful, but no headers were present
* [GRIZZLY-1312] - HttpCodecFilter will stop processing when a
response contains only a status line.