Jan Bartel
d81b835ad0
Merge remote-tracking branch 'origin/jetty-9.4.x'
2017-09-27 12:19:54 +10:00
Jan Bartel
49b2823ee9
Merge pull request #1824 from jglick/WebAppClassLoader.addJars-ordering
...
Ensure that WebAppClassLoader.addJars considers classpath entries in a deterministic order
2017-09-27 11:12:39 +10:00
Greg Wilkins
ab85e010b6
Fixed #1849 sizing selectors
2017-09-27 09:02:59 +10:00
Greg Wilkins
e58a7b488e
Issue #1832 work around
2017-09-26 17:04:42 +10:00
Greg Wilkins
c2b7177628
temporary fix for unit test
2017-09-26 16:41:41 +10:00
Greg Wilkins
a7891b2f52
Issue #1841 reduce ServletHolder contention
2017-09-26 16:40:49 +10:00
Jan Bartel
e3bec841da
Issue #1838
2017-09-26 16:07:18 +10:00
Jan Bartel
562ab9eb80
Fix TestJettyOSGiWithAnnotations test.
2017-09-26 16:04:19 +10:00
Greg Wilkins
efe694e2e4
Merge remote-tracking branch 'origin/jetty-9.4.x'
2017-09-26 14:41:42 +10:00
Joakim Erdfelt
080d0250fc
Merge pull request #1846 from olamy/feature/avoid_jetty_bom_manual_during_release
...
upgrade versions-maven-plugin version to 2.5 to avoid manual update o…
2017-09-25 17:28:47 -07:00
Jan Bartel
4a70e84f24
Issue #1847
2017-09-26 10:28:40 +10:00
olivier lamy
44e1b7b02b
upgrade versions-maven-plugin version to 2.5 to avoid manual update of the bom file
...
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-09-26 10:25:50 +10:00
Greg Wilkins
35d0b59434
Issue #215 Conscrypt module for SSL and ALPN
...
Upgraded to RC11
2017-09-26 10:09:30 +10:00
Jesse Glick
7c460c7ea2
Apparently WebAppClassLoaderUrlStreamTest.testResources was already being skipped, so probably it is acceptable to skip .ordering in the same way.
2017-09-25 19:10:24 -04:00
Jesse Glick
1ffbf15fc1
@janbartel guided me to an analogue of WebAppClassLoaderTest.ordering.
2017-09-25 18:36:42 -04:00
Jesse Glick
fe0a0ead37
Minimizing diff lines at @janbartel’s request.
2017-09-25 18:21:01 -04:00
WalkerWatch
b889d2d300
Fixing JXURL usage and updating proxy webapp as in #1747 . Resolves #1844 .
2017-09-25 14:54:19 -04:00
WalkerWatch
5ccdf1a6e6
Merge branch 'jetty-9.4.x'
2017-09-25 10:14:26 -04:00
WalkerWatch
5764afc6e0
Fixing link issue
2017-09-25 10:14:08 -04:00
Simone Bordet
d0d52c8ba1
Merged branch 'jetty-9.4.x' into 'master'.
2017-09-25 13:05:00 +02:00
Simone Bordet
6aafc3b792
Fixes #1845 - Allow null User-Agent in HttpClient.
2017-09-25 13:03:26 +02:00
Simone Bordet
b7bd1b25aa
Updated HTTP/2 documentation.
...
Fixed flow control windows default values.
2017-09-25 11:49:00 +02:00
deridex
6a52b63602
correct default max streams per http2 connection ( #1842 )
...
Signed-off-by: David Ha <davidha@1493.net>
2017-09-25 11:40:49 +02:00
Greg Wilkins
c35d7724f4
fixed merge
2017-09-23 09:23:40 +10:00
Greg Wilkins
6ef618e8cf
Merge remote-tracking branch 'origin/jetty-9.4.x'
2017-09-23 09:22:41 +10:00
Greg Wilkins
9163ff20bb
Issue #215 Conscrypt module for SSL and ALPN
...
Added new modules to the bom
2017-09-23 09:22:03 +10:00
Greg Wilkins
86c6caf608
Issue #1841 reduce ServletHolder contention
2017-09-23 08:47:45 +10:00
Simone Bordet
f721e1d6c0
Issue #1836 - Review Locker.
...
Removed deprecated methods.
2017-09-22 16:48:35 +02:00
Greg Wilkins
1b7ebf5599
Merge remote-tracking branch 'origin/jetty-9.4.x'
2017-09-23 00:22:57 +10:00
Greg Wilkins
0fa8c565bd
Issue #1835 reentrant lock in AbstractConnector.
2017-09-22 12:45:14 +10:00
Simone Bordet
7768a781be
Fixes #1836 - Review Locker.
...
Made Locker a simpler wrapper around ReentrantLock.
Deprecated lockIfNotHeld() and replaced its usages.
2017-09-21 19:16:36 +02:00
WalkerWatch
d4cd8c13e9
Udpdated instructions for javadoc generation
2017-09-21 12:48:16 -04:00
Simone Bordet
90b40dc683
Updated maven-dependency-plugin to 3.0.2 to solve JDK 9 issue due to
...
https://issues.apache.org/jira/browse/MDEP-571 .
2017-09-21 14:47:24 +02:00
Jan Bartel
4bc2883412
Merge remote-tracking branch 'origin/jetty-9.4.x' into issue-1640
2017-09-21 16:09:10 +10:00
Jan Bartel
2f5f01a160
Issue #1640
...
Documentation.
2017-09-21 16:08:33 +10:00
Greg Wilkins
a6f02c26a8
Issue #1509 Review GZIPContentDecoder buffer pooling
...
A temporary fix that uses a hueristic to limit the pool size.
Perhaps such a hueristic should be the default for the queue size of all ByteBufferPools, as infinite queue size is rarely going to be a good thing?
Also, I think all the pools need to have better javadoc, plus an upper/lower bound of the size of buffer that they will pool, as gzip will tend to ask for lots of random sized buffers to put the expanded data into, some could be very
large and unlikely to be reused.
2017-09-21 14:29:58 +10:00
Jan Bartel
303784042e
Issue #1640
...
Clean up import statements.
2017-09-21 14:10:55 +10:00
Greg Wilkins
8abb108b7e
Fixed #1833 Request.startAsycn requires a context
2017-09-21 14:09:21 +10:00
Greg Wilkins
bddd5ca5de
Issue #1832 SelectChannelServerSslTest.testFullMethod
...
Work around for now by accepting exception rather than error response.
2017-09-21 14:00:58 +10:00
Jan Bartel
d2064599b8
Merge remote-tracking branch 'origin/jetty-9.4.x' into issue-1640
2017-09-21 13:59:17 +10:00
Greg Wilkins
5452ed18fa
Issue#215 fixed tests dependencies
2017-09-21 10:19:32 +10:00
Jan Bartel
1bc348a9ad
Issue #1831
2017-09-21 09:40:29 +10:00
Greg Wilkins
5edb2b6f4f
Issue#215 fixed tests dependencies
2017-09-21 09:35:18 +10:00
Greg Wilkins
687561e1c9
Issue#215 fixed tests dependencies
2017-09-21 09:02:24 +10:00
Jan Bartel
c124803e6d
Issue #1640
...
Change jetty:run-forked to use presence of file as signal child process has started.
2017-09-21 08:57:17 +10:00
Greg Wilkins
817dabe873
Issue#215 fixed tests dependencies
2017-09-21 08:07:56 +10:00
Joakim Erdfelt
236658d61c
Build fix
2017-09-20 15:02:56 -07:00
Joakim Erdfelt
14573025f0
Merge branch 'jetty-9.4.x' of github.com:eclipse/jetty.project into jetty-9.4.x
2017-09-20 14:46:26 -07:00
Joakim Erdfelt
5fc0167003
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2017-09-20 14:46:13 -07:00
WalkerWatch
aa1e56c8c6
Resolving warnings present during doc generation.
2017-09-20 17:41:23 -04:00