14462 Commits

Author SHA1 Message Date
Joakim Erdfelt
7129fa7b9b Merge pull request #1644 from olamy/feature/maven_plugin_its
add maven plugin its tests
2017-07-10 16:37:09 -07:00
Simone Bordet
9d0bcdbce4 Fixes #1656 - Improve configurability of ConnectionPools.
Introduced ConnectionPool.Factory and HttpClientTransport.connectionPoolFactory.
This allows applications to create a ConnectionPool given the HttpDestination.
2017-07-04 11:24:53 +02:00
Greg Wilkins
578df575e1 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2017-07-03 17:56:54 +02:00
Greg Wilkins
070a58ff59 Issue #1655 ServerConnector configured with channel
converted setter to open method
added test harness
2017-07-03 17:48:07 +02:00
Greg Wilkins
370464af99 Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2017-07-03 15:35:23 +02:00
Greg Wilkins
fd44bbabde Issue #1655 added setter for accept channel 2017-07-03 15:34:23 +02:00
Greg Wilkins
9da52222fd Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x 2017-07-03 15:03:54 +02:00
Greg Wilkins
6c0100181e Issue #1655 added openAcceptChannel 2017-07-03 14:51:45 +02:00
Simone Bordet
78e42130e7 Issue #1643 - ProxyServlet always uses default number of selector threads.
Reviewed changes and applied them to FastCGIProxyServlet as well.
2017-07-03 13:15:45 +02:00
WalkerWatch
1341b47ad6 Resolves #1408 2017-06-29 14:09:37 -04:00
Joakim Erdfelt
bb9a05d9fe Making tests more reliable on lesser FileSystems 2017-06-29 09:57:28 -07:00
Joakim Erdfelt
20ba801f32 Merge branch 'jetty-9.4.x' of github.com:eclipse/jetty.project into jetty-9.4.x 2017-06-29 06:43:46 -07:00
Joakim Erdfelt
15cbaf9f83 Improving test reliability (esp on Windows) 2017-06-29 06:43:27 -07:00
Greg Wilkins
7e46285149 Fix #1653 2017-06-29 08:12:11 +02:00
Jan Bartel
5f63022c64 Merge pull request #1606 from olamy/feature/hazelcast_session_manager_9_3
add Hazelcast session manager
2017-06-27 11:09:56 +02:00
Greg Wilkins
432b941f32 Issue #1643 Configure selectors for AbstractProxyServlet 2017-06-27 10:36:17 +02:00
olivier lamy
d249ba6ee0 activate mojo it profile in Jenkinsfile
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-24 21:28:31 +10:00
olivier lamy
8146001093 add it test for run war exploded mojo
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-24 21:27:24 +10:00
olivier lamy
388106303f add it test for run war mojo
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-24 21:22:06 +10:00
olivier lamy
008158d975 fix fragment from dependent projects #1623
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-23 21:32:11 +10:00
olivier lamy
4d43261031 version in only one place
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-23 20:46:09 +10:00
olivier lamy
52fa23b968 try to fix web fragment for directory classes #1623
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-23 20:35:59 +10:00
olivier lamy
7e27f03884 add test with fragment for #1623
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-23 15:51:38 +10:00
olivier lamy
5f96644cf8 Add it test for Maven Plugin #1638
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-23 15:07:18 +10:00
olivier lamy
d72718b67f fix run forked support of reactor projects
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-23 14:55:44 +10:00
olivier lamy
1e7e356865 add test for run forked mojo
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-23 10:42:03 +10:00
WalkerWatch
0bfc41e068 Script doco update 2017-06-22 17:18:01 -04:00
olivier lamy
a275032915 add it for run mojo #1638
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-22 16:24:13 +10:00
S K
3cca6642d1 Issue #1622 - HeaderFilter does not work if response has been committed (#1628)
Signed-off-by: S K (xz64) <xz64.xyz@gmail.com>
2017-06-22 08:18:30 +02:00
Jan Bartel
064feaccc7 Issue #1639 2017-06-21 16:27:44 +02:00
Greg Wilkins
11b5cf5a2b Issue #1637 Thread per HTTP/2 Connection
This fix simplifies the EWYK scheduler by factoring out the preallocated producer into a
ReservedThreadExecutor class.   A shared ReservedThreadExecutor can then be used by multiple
EWYK instances to avoid over allocation of threads.

Squashed commit of the following:

commit c435dc20e25bd274d69423be1be7b0565925f249
Merge: 58a5a9a 90e5b56
Author: Greg Wilkins <gregw@webtide.com>
Date:   Wed Jun 21 10:48:22 2017 +0200

    Merge branch 'jetty-9.4.x' into jetty-9.4.x-ewyk3

commit 58a5a9a655ee1a72a66f54ac8c95d7c9d73afe85
Author: Simone Bordet <simone.bordet@gmail.com>
Date:   Wed Jun 14 15:56:43 2017 +0200

    Code cleanups.

commit 4e5296216b52948523572352cba391438ff6b494
Author: Greg Wilkins <gregw@webtide.com>
Date:   Wed Jun 14 07:34:58 2017 +0200

    refixed Producing to Reproducing

commit a1f8682f86d1f0803121162e3f14d7768286d3ed
Author: Greg Wilkins <gregw@webtide.com>
Date:   Wed Jun 14 07:26:29 2017 +0200

    fixed Producing to Reproducing

commit 9468932e062d2271d8dc1d43a78544757732fff5
Author: Greg Wilkins <gregw@webtide.com>
Date:   Tue Jun 13 16:33:44 2017 +0200

    fixed javadoc

commit 9d4941eb97638fec09b3fe34d423538d17943b6f
Author: Greg Wilkins <gregw@webtide.com>
Date:   Tue Jun 13 16:05:27 2017 +0200

    Renamed Preallocated to ReservedThread

commit 6d3379ab64c6dcc2a7aa8ec7088afd77863816c2
Author: Greg Wilkins <gregw@webtide.com>
Date:   Tue Jun 13 12:28:52 2017 +0200

    Added configuration in modules

commit 1bd1adea4682538e1546c2ae53f4c9340dafb3bb
Merge: 83418a9 6702248
Author: Greg Wilkins <gregw@webtide.com>
Date:   Tue Jun 13 10:09:29 2017 +0200

    Merge branch 'jetty-9.4.x' into jetty-9.4.x-ewyk3

commit 83418a91320c8bfc54465ca02efdce0d2c874a0e
Author: Greg Wilkins <gregw@webtide.com>
Date:   Tue Jun 13 10:08:35 2017 +0200

    javadoc

commit 62918fd39189fed3414fec4a7c8380c21e90a4b8
Author: Greg Wilkins <gregw@webtide.com>
Date:   Sat Jun 10 00:04:06 2017 +0200

    Improved EatWhatYouKill implementation

    Simplified by abstracting out PreallocatedExecutor
    Removed invocation execution
    HTTP2 now uses a shared PreallocationExcecutor between connection
2017-06-21 11:48:41 +02:00
Greg Wilkins
90e5b5603b Issue #1618 Async dispatch encoded passed URI 2017-06-21 10:28:26 +02:00
WalkerWatch
de976e8777 Updating SSL documentation for clarity. 2017-06-20 09:08:19 -04:00
Joakim Erdfelt
166b4b9e47 Issue #1618 - new testcase for startAsync(req,resp).dispatch() behavior with regards to URL/URI 2017-06-19 13:38:19 -07:00
Joakim Erdfelt
2416430527 Issue #1618 - updating testcase expectations for getPathInfo to match javadoc 2017-06-19 08:39:39 -07:00
Joakim Erdfelt
59e919bfe5 Issue #1618 - adding testcase to verify AsyncContext dispatch encoding 2017-06-19 08:33:12 -07:00
Joakim Erdfelt
166f44fad2 Updating test to use HttpTester 2017-06-19 08:23:56 -07:00
Joakim Erdfelt
9e0fd7faa0 Issue #1625 - Support new IANA declared websocket close status codes 2017-06-16 14:23:29 -07:00
Joakim Erdfelt
0532852730 Merge pull request #1624 from olamy/feature/jetty_run_mojo_reactor_output_directory
run mojo use build.outputDirectory from reactor projects
2017-06-16 06:32:32 -07:00
olivier lamy
43f778946f use outputDirectory from reactor projects rather than having to install dependencies first #1623
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-16 10:46:21 +10:00
Joakim Erdfelt
10da4fce1d Merge pull request #1613 from xz64/header_filters
Add general purpose HeaderFilter
2017-06-15 10:40:21 -07:00
S K (xz64)
4af81674d2 add general purpose header filters
Signed-off-by: S K (xz64) <xz64.xyz@gmail.com>
2017-06-15 09:08:38 -07:00
olivier lamy
53eee555c5 modify module names after Jan review
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-14 14:52:08 +10:00
olivier lamy
ec45636c89 fix file to use
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-14 09:46:36 +10:00
Simone Bordet
6c9009cabf Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'. 2017-06-13 19:26:55 +02:00
stephane martin
4f1e583b85 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-06-13 19:26:19 +02:00
Jan Bartel
09bc4f3d8b Merge pull request #1575 from olamy/feature/hazelcast_session_management
add Hazelcast session management #1571
2017-06-13 15:58:28 +02:00
olivier lamy
dae0b7fde3 add documentation page for hazelcast session manager module
Signed-off-by: olivier lamy <olamy@webtide.com>
2017-06-13 18:34:55 +10:00
Joakim Erdfelt
67022482e5 Issue #1605 - common executor and bufferpool for jsr356 client 2017-06-12 09:23:23 -07:00
Jan Bartel
10a6e5fa5e Issue #1600 2017-06-09 11:55:21 +02:00