Commit Graph

14424 Commits

Author SHA1 Message Date
olivier lamy 9bdca678cb fix file to use
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:34 -07:00
stephane martin b078485d63 HTTP/2 :authority: declaration should omit default ports in jetty-client (#1611)
Change-Id: I2b4f8e8373e3ba16361a37fd1f6549a4a2d97d60
Signed-off-by: Stéphane Martin <stephane.martin@neotys.com>
2017-08-08 09:13:33 -07:00
olivier lamy 2fed68a700 add documentation page for hazelcast session manager module
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:31 -07:00
Jan Bartel 3296c01e8e Issue #1600 2017-08-08 09:13:29 -07:00
olivier lamy 0bee599d29 add new module for hazelcast session manager
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:28 -07:00
Greg Wilkins 652cc327d7 Stop module
Moved jetty-stop.xml to jetyt-home
Created stop module
2017-08-08 09:13:26 -07:00
Greg Wilkins 0f06d4a480 update BOM to use ${project.version} 2017-08-08 09:13:26 -07:00
olivier lamy 52e2d68605 update versions for new modules
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:25 -07:00
olivier lamy b249ce8b36 use set rather than put, recommendation from hazelcast
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:24 -07:00
olivier lamy d241b1193a do not include hazelcast-client for embedded mode
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:24 -07:00
olivier lamy ec6d5ac9ff fix typo
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:23 -07:00
olivier lamy 82dfd8fd74 apply changes after review #1571
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:22 -07:00
olivier lamy 4e62d682ad revert change for session-configuration-infinispan.adoc. will be part of an other pr
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:22 -07:00
olivier lamy a66c35d68c add entry in chapter.adoc for hazelcast session management #1571
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:21 -07:00
olivier lamy 6da26c6fa9 add documentation page for Hazelcast session management #1571
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:20 -07:00
olivier lamy 935d585194 Hazelcast session management #1571
fix modules configuration

Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:20 -07:00
olivier lamy b8e4f72e38 add Hazelcast session management #1571
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:13:19 -07:00
Jan Bartel 77d96ff36d Issue ##1597
Make osgi import of javax.mail optional
2017-08-08 09:13:18 -07:00
WalkerWatch 4bcd1a1602 Updating 9.3.x for #1598 2017-08-08 09:13:15 -07:00
WalkerWatch 48c7d5c7eb Updating 9.4.x for #1598 2017-08-08 09:13:10 -07:00
WalkerWatch 66d354c056 Updating documentation for 9.4.x for #1598 2017-08-08 09:13:06 -07:00
WalkerWatch 2eaacf46ea Updating documentation. Resolves #1598 2017-08-08 09:12:58 -07:00
WalkerWatch b4ddcb7e4d Updating 9.4.x for #1598 2017-08-08 09:12:56 -07:00
Joakim Erdfelt 3fdbcffbbd Updating to version 9.2.23-SNAPSHOT 2017-08-08 09:12:55 -07:00
Greg Wilkins d3e42cf064 Issue #1503 Optionally strip IPv6. Fixed inverted boolean 2017-08-08 09:12:53 -07:00
Jan Bartel b2187b3b1c Issue #1591 2017-08-08 09:12:53 -07:00
Greg Wilkins 8e3f950892 Issue #1503 Optionally strip IPv6 2017-08-08 09:12:52 -07:00
Joakim Erdfelt 8a674adddc Updating to version 9.2.22.v20170606 2017-08-08 09:12:46 -07:00
Greg Wilkins e7ef74dd4f removed deprecated test method usage 2017-08-08 09:10:25 -07:00
Greg Wilkins 58a4d9e115 Fixes #1592 bad compressed etag comparison 2017-08-08 09:10:25 -07:00
Simone Bordet 88617b9233 Fixes #1595 - Avoid sending unnecessary stream WINDOW_UPDATE frames.
Now the flow control strategy checks whether the stream is already
remotely closed, and if so it does not send the window update.
2017-08-08 09:10:24 -07:00
olivier lamy 4ce42c19ec unit test must not force a maven repository path #1574
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:10:23 -07:00
Joakim Erdfelt 806dff64f3 Issue #1590 - Revert Java 8 class usage back to Java 7 limits 2017-08-08 09:10:22 -07:00
Greg Wilkins c8cd6629d9 Issues #1513 #1515
Fixed and tested backup file
2017-08-08 09:10:21 -07:00
Greg Wilkins 675889a993 Issues #1513 #1515
Fixed removed of old files.
Added test to check file handling
2017-08-08 09:10:21 -07:00
Greg Wilkins 4d8987459d Fixed #1513 paranoid cleanup 2017-08-08 09:10:20 -07:00
Greg Wilkins 01be856663 Fixed #1513 back ported some 9.4 changes 2017-08-08 09:10:19 -07:00
Greg Wilkins 6f0cb033e7 Fixed #1513 sync shared timer 2017-08-08 09:10:18 -07:00
Greg Wilkins 15cad7379d Issue #1507 2017-08-08 09:10:17 -07:00
Joakim Erdfelt 2d24922383 Issue #1469 - conforming to java.util.Timer quirks 2017-08-08 09:10:16 -07:00
Joakim Erdfelt 7b8e3bf47c Eliminate time creep in RFOS 2017-08-08 09:10:16 -07:00
Joakim Erdfelt b0bead2bc0 Fixes #1357 - Refactored date/time handling and added tests for RolloverFileOutputStream 2017-08-08 09:10:15 -07:00
Greg Wilkins 189cc4e369 Issue #1468 Configure PKIX Revocation Checker for SslContextFactory 2017-08-08 09:10:14 -07:00
olivier lamy 61dbd9c48e fix typo in session-configuration-infinispan documentation #1583
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-08-08 09:10:13 -07:00
Joakim Erdfelt f8236e0270 Updating to version 9.3.21-SNAPSHOT 2017-08-08 09:10:05 -07:00
Joakim Erdfelt a7bcac6d75 Updating to version 9.3.20.v20170531 2017-08-08 09:07:35 -07:00
Joakim Erdfelt 796da084b4 Issue #1625 - Support new IANA declared websocket close status codes 2017-08-08 08:49:58 -07:00
Joakim Erdfelt af4962f842 Issue #1605 - common executor and bufferpool for jsr356 client 2017-08-08 08:49:57 -07:00
Joakim Erdfelt 0de3673132 Issue #1605 - restoring default behavior of ContainerProvider.getWebSocketContainer()
+ Allowing users to reconfigure JettyClientContainerProvider to restore
  the Jetty 9.4.x behavior for singletons and ServerContainer behaviors
2017-08-08 08:49:57 -07:00
Joakim Erdfelt 5b72d8a733 Issue #1604 - WebSocketContainer stop is now smarter 2017-08-08 08:49:56 -07:00