Hey Folks,
The Grizzly Team is happy to announce the release and 2.2.19!
The artifacts are available on maven central.
2.2.19 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=15995
[2]
http://java.net/jira/browse/GRIZZLY
[3]
http://java.net/projects/grizzly/lists
--------------------------------------------------------------------------------------------------------------------------------------------
Release Notes - grizzly - Version 2.2.19
** Bug
* [GRIZZLY-1319] - Fix logging garbage
* [GRIZZLY-1333] - NetworkAddressValidator will fail when passed
property substitution values (i.e., ${SOMETHING}).
* [GRIZZLY-1341] - hk2 dependencies should be marked with
<scope>provided</scope>
* [GRIZZLY-1343] - Session identification depends on web client
** New Feature
* [GRIZZLY-1344] - Make possible to bind TCPNIOTransport to
inherited ServerSocketChannel
** Task
* [GRIZZLY-1349] - Upgrade gmbal dependency