Jan Bartel
|
24699b75e4
|
Merge remote-tracking branch 'origin/jetty-9.4.x'
|
2017-11-21 23:21:15 +01:00 |
WalkerWatch
|
b02f225470
|
Additional documentation for Conscrypt. Resolves #1830
|
2017-11-21 17:13:14 -05:00 |
Simone Bordet
|
bee383c894
|
Merged branch 'jetty-9.4.x' into 'master'.
|
2017-10-03 01:22:35 +02:00 |
Simone Bordet
|
17a1484143
|
Code cleanups.
Removed unnecessary imports and fixed typos.
|
2017-10-02 11:43:45 +02:00 |
Greg Wilkins
|
1ce96be964
|
Merge remote-tracking branch 'origin/jetty-9.4.x'
|
2017-09-28 07:58:15 +10:00 |
Greg Wilkins
|
7d98cbb870
|
Issue #1851 Improve insufficient thread warnings/errors
Squashed commit of the following:
commit 1d9e8e4b4d53898cb6435f67529347bd2ba82cf0
Merge: 7280594 55b0f10
Author: Greg Wilkins <gregw@webtide.com>
Date: Thu Sep 28 07:20:37 2017 +1000
Merge branch 'jetty-9.4.x' into jetty-9.4.x-1851-ThreadBudget
commit 7280594a0058538b603ad35625713a79830e9b93
Author: Greg Wilkins <gregw@webtide.com>
Date: Wed Sep 27 22:48:58 2017 +1000
fixed headers
commit f962f18e5b098ae40846ee3832736ee4650aed84
Author: Greg Wilkins <gregw@webtide.com>
Date: Wed Sep 27 18:12:33 2017 +1000
Issue #1851 added reset
commit a63894de284c8d8dc5ed031f1f6e0fccaf6c7715
Author: Greg Wilkins <gregw@webtide.com>
Date: Wed Sep 27 18:08:53 2017 +1000
Issue #1851 improved test
commit 8bcc460dc63273165305a7adcb88e991e30de4b7
Author: Greg Wilkins <gregw@webtide.com>
Date: Wed Sep 27 18:03:47 2017 +1000
Issue #1851 Improve insufficient thread warnings/errors
Refactor approach to use Leases, to handle multiple executors
commit fe4be5f56594f342ab5c2e6c886397d9b4fe9c14
Merge: abc5eac a248d38
Author: Greg Wilkins <gregw@webtide.com>
Date: Wed Sep 27 15:37:56 2017 +1000
Merge branch 'jetty-9.4.x' into jetty-9.4.x-1851-ThreadBudget
commit abc5eac2b73d306a91b28ef4db778455095a5bdb
Author: Greg Wilkins <gregw@webtide.com>
Date: Wed Sep 27 12:20:03 2017 +1000
Issue #1851 Improve insufficient thread warnings/errors
Created a ThreadBudget class that can be used to warn/error for
registered and unregistered allocations of threads.
The server on doStart does an unregistered check of all its components that
implement the Allocation interface.
The client will register itself as an Allocation if a shared Executor is used.
|
2017-09-28 07:35:05 +10:00 |
Greg Wilkins
|
1b7ebf5599
|
Merge remote-tracking branch 'origin/jetty-9.4.x'
|
2017-09-23 00:22:57 +10:00 |
Greg Wilkins
|
817dabe873
|
Issue#215 fixed tests dependencies
|
2017-09-21 08:07:56 +10:00 |
Greg Wilkins
|
31a9b6f2e8
|
Issue #215 Conscrypt module for SSL and ALPN
Squash of the following commits:
commit 53e503b48d290e2ff83b214fd81572bf4cacd9ab
Merge: cc4ed73 d77ba82
Author: Greg Wilkins <gregw@webtide.com>
Date: Thu Sep 21 07:27:45 2017 +1000
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-9.4.x-215-conscrypt-alpn
commit cc4ed73ae45e69addbb31221a860dd0984d92ac5
Author: Greg Wilkins <gregw@webtide.com>
Date: Thu Sep 21 07:26:45 2017 +1000
Issue #215 Conscrypt module debug
commit f640693f7ef61f8012d1454b2ed364740b330a6e
Author: Simone Bordet <simone.bordet@gmail.com>
Date: Wed Sep 20 18:23:51 2017 +0200
Issue #215 - Consider native ALPN/SSL provider.
Fixed server-side ALPN negotiation for Conscrypt.
commit 669e992624a0f8f23103c70ba895b877dcec2404
Author: Simone Bordet <simone.bordet@gmail.com>
Date: Wed Sep 20 16:56:20 2017 +0200
Issue #215 - Consider native ALPN/SSL provider.
Fixed client-side ALPN negotiation for Conscrypt.
commit aa873263d73c19461890bd1f9a417c796412b3d2
Author: Simone Bordet <simone.bordet@gmail.com>
Date: Wed Sep 20 15:26:45 2017 +0200
Issue #215 - Consider native ALPN/SSL provider.
Code cleanups.
Changed ALPNProcessor.init(boolean) to init().
Removed unnecessary try/catches and simplified exception handling.
commit db9b169c35da956bcc42013f9bb8acddd7238d14
Author: Greg Wilkins <gregw@webtide.com>
Date: Wed Sep 20 18:07:30 2017 +1000
Issue #215 Conscrypt SSL pom cleanups
commit 096572e029352428275e86a964fa92dbeee19a65
Author: Greg Wilkins <gregw@webtide.com>
Date: Wed Sep 20 15:57:20 2017 +1000
Issue #215 Conscrypt SSL ALPN cleanups
commit b3c1bcb1fa9a7e15517a348270738e24c7b0a820
Merge: c836708 effec06
Author: Greg Wilkins <gregw@webtide.com>
Date: Wed Sep 20 15:46:13 2017 +1000
Merge branch 'jetty-9.4.x' into jetty-9.4.x-215-conscrypt-alpn
commit c836708a9bcd5fb61ed26302eb7d71b618cce329
Merge: de039d4 d9ecd5e
Author: Greg Wilkins <gregw@webtide.com>
Date: Wed Sep 20 14:56:06 2017 +1000
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-9.4.x-215-conscrypt-alpn
commit de039d42f23f9caa239e5ddee0242b9a83a45441
Author: Greg Wilkins <gregw@webtide.com>
Date: Tue Sep 19 17:19:49 2017 +1000
Fix #1823 MimeTypes for ResourceHandler mp4
commit ff1e08434415cd6d909715547c2a54dbd0fc5dee
Author: Greg Wilkins <gregw@webtide.com>
Date: Tue Sep 19 14:21:39 2017 +1000
Issue #215
commit 3bb63147ebf4967698f51a65f009d80010038b20
Author: Greg Wilkins <gregw@webtide.com>
Date: Tue Sep 19 14:08:05 2017 +1000
Issue #215
Use conscrypt 1.0.0.RC10 uber jar
commit 8b18099fde67f12d0e98d0b414568c9b76835459
Merge: 06f6530 eee4117
Author: Greg Wilkins <gregw@webtide.com>
Date: Tue Sep 19 10:35:43 2017 +1000
Merge branch 'jetty-9.4.x' into jetty-9.4.x-conscrypt-alpn
commit 06f65305d536250c5dfa2aaa84ffacdac113c8fc
Author: Greg Wilkins <gregw@webtide.com>
Date: Thu Sep 14 16:04:05 2017 +1000
Issue #215 Conscrypt ALPN provider
First attempt at client support
commit 32d77461935263da86fb363233af0aa5a159d1fc
Author: Greg Wilkins <gregw@webtide.com>
Date: Thu Sep 14 09:48:43 2017 +1000
Issue #215 Conscrypt ALPN provider
commit bc051dca5e3ea7fed6ddb3a25ba5cecbd1c5b18b
Merge: 573c9f0 6c47126
Author: Greg Wilkins <gregw@webtide.com>
Date: Thu Sep 14 08:49:10 2017 +1000
Merge branch 'jetty-9.4.x' into jetty-9.4.x-conscrypt-alpn
commit 573c9f060172b2863b0b0a94c1ec2fb9a8762fa2
Merge: 47e22fe 3399fd3
Author: Greg Wilkins <gregw@webtide.com>
Date: Wed Sep 13 15:24:27 2017 +1000
Merge branch 'jetty-9.4.x' into jetty-9.4.x-conscrypt-alpn
commit 47e22fe2e4f8e3cc71f3117ad7d789dc3ea56675
Merge: 63ffa2b 187f37d
Author: Greg Wilkins <gregw@webtide.com>
Date: Wed Sep 13 11:04:24 2017 +1000
Merge branch 'jetty-9.4.x' into jetty-9.4.x-conscrypt-alpn
commit 63ffa2bdc13fa85d02459855a3f8e0de4f4b4f1b
Merge: cf1443d a0cb424
Author: Greg Wilkins <gregw@webtide.com>
Date: Tue Sep 12 09:04:45 2017 +1000
Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-9.4.x-conscrypt-alpn
commit cf1443d3ab71ac1aec7f153c233e869a3d6f783f
Author: Greg Wilkins <gregw@webtide.com>
Date: Tue Sep 12 09:03:52 2017 +1000
Issue #215 Conscrypt ALPN provider
commit a37aec327274042e1007f4146a3c3ec06fb424d9
Author: Greg Wilkins <gregw@webtide.com>
Date: Thu Sep 7 21:19:28 2017 +1000
Issue #215 Conscrypt ALPN provider
commit 6d7f39b2b0e53570afa61be5abfef2a352f80cf3
Author: Greg Wilkins <gregw@webtide.com>
Date: Thu Sep 7 18:22:19 2017 +1000
Issue #215 Conscrypt ALPN provider
commit a7d0f46b57091550724242693559d786180896ff
Author: Greg Wilkins <gregw@webtide.com>
Date: Thu Sep 7 18:16:35 2017 +1000
Issue #215 Conscrypt ALPN provider
|
2017-09-21 07:34:25 +10:00 |
Joakim Erdfelt
|
d9865a02ba
|
Updating to version 9.4.8-SNAPSHOT
|
2017-09-14 08:44:27 -07:00 |
Joakim Erdfelt
|
80fb788d0c
|
Updating to version 9.4.7.v20170914
|
2017-09-14 07:35:18 -07:00 |
Greg Wilkins
|
22bc4f79e2
|
remove conscrypt testing
|
2017-09-06 12:39:32 +10:00 |
Greg Wilkins
|
89bcba9a78
|
Clean imports in start
|
2017-09-06 12:02:16 +10:00 |
Greg Wilkins
|
c9c83b846a
|
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
|
2017-09-06 11:27:32 +10:00 |
Greg Wilkins
|
aa083ff81c
|
Removed spurious dependency
|
2017-09-06 11:27:02 +10:00 |
Simone Bordet
|
bce20d1b2e
|
Merged branch 'jetty-9.4.x' into 'master'.
|
2017-09-04 15:57:01 +02:00 |
Greg Wilkins
|
eec6453daa
|
Issue #1787 Improved XmlConfiguration setter exception
|
2017-09-04 15:02:17 +10:00 |
Greg Wilkins
|
39cb278577
|
Merge remote-tracking branch 'origin/jetty-9.4.x'
|
2017-08-10 13:22:54 +10:00 |
Jan Bartel
|
67d93f9f74
|
Issue #1724
|
2017-08-10 13:05:50 +10:00 |
Joakim Erdfelt
|
1311052b15
|
Cleaning up state of branch to match the original jetty-9.4.x
+ Does not include changes to /jetty-cdi/
+ Does not include changes to /jetty-websocket/ for javax.websocket-1.1
|
2017-08-08 09:47:04 -07:00 |
Joakim Erdfelt
|
3fdbcffbbd
|
Updating to version 9.2.23-SNAPSHOT
|
2017-08-08 09:12:55 -07:00 |
Joakim Erdfelt
|
a7bcac6d75
|
Updating to version 9.3.20.v20170531
|
2017-08-08 09:07:35 -07:00 |
Joakim Erdfelt
|
11a544d6ac
|
Updating to version 9.3.22-SNAPSHOT
|
2017-08-01 11:26:37 -07:00 |
Joakim Erdfelt
|
bb1d69ca52
|
Updating to version 9.3.21.M0
|
2017-08-01 10:47:04 -07:00 |
Greg Wilkins
|
2443ca34f3
|
Issue #1676 remove deprecated methods from WebAppContext
|
2017-07-19 11:49:27 +02:00 |
Greg Wilkins
|
34b25ff385
|
Issue #1676 removed deprecated PathMap
|
2017-07-18 19:59:07 +02:00 |
Joakim Erdfelt
|
6a3c40e935
|
Updating to version 9.4.7-SNAPSHOT
|
2017-05-31 17:26:34 -07:00 |
Joakim Erdfelt
|
8ba0f2d95d
|
Updating to version 9.4.6.v20170531
|
2017-05-31 16:22:52 -07:00 |
Joakim Erdfelt
|
429380d36a
|
Updating to version 9.3.21-SNAPSHOT
|
2017-05-31 16:10:04 -07:00 |
Joakim Erdfelt
|
0f3b1cbe36
|
Updating to version 9.3.20.v20170531
|
2017-05-31 15:24:57 -07:00 |
Joakim Erdfelt
|
cf56168f7d
|
Updating to version 9.3.20-SNAPSHOT
|
2017-05-02 15:26:56 -07:00 |
Joakim Erdfelt
|
d36d57d5c7
|
Updating to version 9.3.19.v20170502
|
2017-05-02 14:31:51 -07:00 |
Joakim Erdfelt
|
782f36f157
|
Updating to version 9.4.6-SNAPSHOT
|
2017-05-02 14:29:09 -07:00 |
Joakim Erdfelt
|
9d8ad7489c
|
Updating to version 9.4.5.v20170502
|
2017-05-02 13:22:18 -07:00 |
Greg Wilkins
|
68caf72835
|
Merge remote-tracking branch 'origin/jetty-9.4.x'
|
2017-05-01 13:30:41 +02:00 |
Greg Wilkins
|
02276974a8
|
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
|
2017-04-20 13:19:28 +10:00 |
Greg Wilkins
|
2f04b0f869
|
Fix #1487
|
2017-04-20 11:38:28 +10:00 |
Joakim Erdfelt
|
92ea5bda21
|
Updating to version 9.4.5-SNAPSHOT
|
2017-04-14 14:43:36 -07:00 |
Joakim Erdfelt
|
3dc8f557c6
|
Updating to version 9.4.4.v20170414
|
2017-04-14 13:20:17 -07:00 |
Joakim Erdfelt
|
9e2aeda052
|
Updating to version 9.3.19-SNAPSHOT
|
2017-04-06 07:47:53 -07:00 |
Joakim Erdfelt
|
63273aa40b
|
Updating to version 9.3.18.v20170406
|
2017-04-06 06:31:02 -07:00 |
Greg Wilkins
|
dd084b4e74
|
Merge remote-tracking branch 'origin/jetty-9.4.x'
|
2017-03-30 17:20:22 +11:00 |
Greg Wilkins
|
12dc169b5b
|
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
|
2017-03-23 09:31:19 +11:00 |
Greg Wilkins
|
ee59b42321
|
Fixes #1417 ClassLoaderDump
|
2017-03-23 09:26:36 +11:00 |
Joakim Erdfelt
|
1360b863dc
|
Updating to version 9.4.4-SNAPSHOT
|
2017-03-17 10:53:54 -07:00 |
Joakim Erdfelt
|
95e94b49d8
|
Updating to version 9.4.3.v20170317
|
2017-03-17 09:54:58 -07:00 |
Joakim Erdfelt
|
a6a0ab991f
|
Updating to version 9.3.18-SNAPSHOT
|
2017-03-17 09:48:19 -07:00 |
Joakim Erdfelt
|
307d23975e
|
Updating to version 9.3.17.v20170317
|
2017-03-17 09:07:39 -07:00 |
Greg Wilkins
|
05f05520eb
|
Merge remote-tracking branch 'origin/jetty-9.4.x'
|
2017-03-07 07:55:36 +11:00 |
Joakim Erdfelt
|
523fab30bd
|
Updating to version 9.4.3-SNAPSHOT
|
2017-02-20 08:13:31 -07:00 |