Skip to content

Changes

Summary

  1. Fixed wrong parent reference. (details)
  2. Added notice file. (#656) (details)
  3. Update checkstyle plugin to 3.0.0 (#670) (details)
  4. Bump jetty-server version, checkstyle version, update checkstyle config. (#672) (details)
  5. Build for Travis/CI w/o JavaDocs and deprecated profile (#685) (details)
  6. Prevent memory leak when maxidletimeout is long (#680) (details)
  7. Locale and Build fixes  (#679) (details)
  8. Add the ability to define binding address for client socket. (#687) (details)
Commit 78d75c8fb4b3bd9acdfdc1dac14fdf166291562f by bravehorsie
Fixed wrong parent reference.

Signed-off-by: Tomas Kraus <tomas.kraus@oracle.com>
The file was modified bom/pom.xml (diff)
Commit d86e0cb0a4f26ba89daf8668137c156e57fea565 by Dmitry Kornilov
Added notice file. (#656)

Signed-off-by: Roman Grigoriadi <roman.grigoriadi@oracle.com>
The file was addedNOTICE.md
Commit 661919d8f25281c5794dbdffac3da7edfa796a59 by Dmitry Kornilov
Update checkstyle plugin to 3.0.0 (#670)

Signed-off-by: Roman Grigoriadi <roman.grigoriadi@oracle.com>
The file was modified pom.xml (diff)
Commit f6dfb4749019502c2030848dd48a19950543834c by Dmitry Kornilov
Bump jetty-server version, checkstyle version, update checkstyle config. (#672)

Signed-off-by: Roman Grigoriadi <roman.grigoriadi@oracle.com>
The file was modified tests/qa/lifecycle-test/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified etc/config/checkstyle-build.xml (diff)
Commit c1f8b5a4e3726c09df1d971c11fbe11b4f0fa2e2 by 15908245+jansupol
Build for Travis/CI w/o JavaDocs and deprecated profile (#685)

Fix travis build w/o JavaDocs and deprecated profile


Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
The file was modified .travis.yml (diff)
Commit 4ed2ec7a7059c2dbe4b18be4ebf0cb2c7c300494 by noreply
Prevent memory leak when maxidletimeout is long (#680)

In that case, for each session, ScheduledFuture remained in memory after the session has been closed

Signed-off-by: Jan Supol <jan.supol@oracle.com>
The file was modified core/src/test/java/org/glassfish/tyrus/core/TyrusRemoteEndpointTest.java (diff)
The file was addedcore/src/test/java/org/glassfish/tyrus/core/TestContainer.java
The file was modified core/src/test/java/org/glassfish/tyrus/core/TyrusSessionTest.java (diff)
The file was modified core/src/main/java/org/glassfish/tyrus/core/TyrusSession.java (diff)
Commit 825e8722edd886727df283a9fc27a05f1813d3e7 by 15908245+jansupol
Locale and Build fixes  (#679)

* parse HTTP date correctly on JVM with non-EN default locale

E.g. https://tools.ietf.org/html/rfc822#section-5 defines the valid
tokens for such dates and those have to be in EN-locale

#622

Signed-off-by: Christian Nüssgens <christian@nuessgens.com>
The file was modified tests/e2e/non-deployable/src/test/java/org/glassfish/tyrus/test/e2e/non_deployable/RetryAfterTest.java (diff)
The file was modified core/src/main/java/org/glassfish/tyrus/core/Utils.java (diff)
The file was modified containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/UnknownHostTest.java (diff)
Commit ad1a07573ae56d2feb249214143186ca2c043909 by 15908245+jansupol
Add the ability to define binding address for client socket. (#687)

* Add the ability to define binding address for client socket.
The goal of this functionality is to decide which network interface will be used by WebSockets

Signed-off-by: olivierayache <olivier.ayache@gmail.com
The file was modified containers/grizzly-client/src/main/java/org/glassfish/tyrus/container/grizzly/client/GrizzlyClientSocket.java (diff)
The file was modified containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/TransportFilter.java (diff)
The file was modified client/src/main/java/org/glassfish/tyrus/client/ClientProperties.java (diff)
The file was modified containers/jdk-client/src/test/java/org/glassfish/tyrus/container/jdk/client/SslFilterTest.java (diff)
The file was modified containers/jdk-client/src/main/java/org/glassfish/tyrus/container/jdk/client/JdkClientContainer.java (diff)