You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ty-icap-to-netty-4.1 to develop
* commit '422684667fbef5ffe73bfc558fedf7528e4aff1b': (40 commits)
[EB1-1644] renamed maven groupid to com.eblocker
[EB1-1644] set version to 2.0.0-SNAPSHOT
[EB1-1644] updated copyright notice to include eBlocker GmbH
[EB1-1644] Added back javadoc generation but disabled failOnError because Java 8's new DocLint does not accept a lot of existing comment.
[EB1-1644] re-include osgi container
[EB1-1644] upgraded to netty 4.1.30
[EB1-1644] removed setting up OsgiLoggerFactory as it has been removed from netty 4
[EB1-1644] fixed resource leak
[EB1-1644] do not wait on each write/flush
[EB1-1644] flush at end instead on every write
[EB1-1644] Added "isLast" method to IcapChunks with same semantic as in netty-3 and reverted all calls.
[EB1-1644] speed-up tests with oio clients by setting SO_TIMEOUT
[EB1-1644] updated socket tests (but oio based tests are running slow)
[EB1-1644] updated tests to run with netty 4.1
[EB1-1644] Removed codecs as netty 4.x ChannelInboundHandler and ChannelOutboundHandler have significantly larger interfaces to implement.
[EB1-1644] temporary fix to allow building without compiling tests and javadoc
[EB1-1644] updated "preview"-example
[EB1-1644] updated "simple"-example
[EB1-1644] updated squidechoserver example to work with netty 4
[EB1-1644] do not pass promises
...
In order to support the Netty 4 base API we will have to adapt to the new dependencies and their layout (packaging).
The text was updated successfully, but these errors were encountered: