Jan Bartel
|
19e539a87d
|
Issue #1623
Remove projects.classes.dirs, using only lib.jars property.
|
2017-08-08 09:15:48 -07:00 |
Olivier Lamy
|
98eb354c46
|
use invoker plugin 3.0.1 released version (#1683)
Signed-off-by: olivier lamy <olamy@webtide.com>
|
2017-08-08 09:15:25 -07:00 |
Jan Bartel
|
ccf89b81ad
|
Issue #1623
Ensure restarts recreate classpath.
|
2017-08-08 09:15:06 -07:00 |
olivier lamy
|
2c60f59325
|
some cleanup per Jan review
Signed-off-by: olivier lamy <olamy@webtide.com>
|
2017-08-08 09:15:04 -07:00 |
olivier lamy
|
0fac9c390a
|
simplify code, add more details in junit failure #1623
Signed-off-by: olivier lamy <olamy@webtide.com>
|
2017-08-08 09:14:56 -07:00 |
Joakim Erdfelt
|
b8759bc2c7
|
Renaming to fit Eclipse Jetty naming guidelines
|
2017-08-08 09:14:23 -07:00 |
olivier lamy
|
6ac625e226
|
add it test for run war exploded mojo
Signed-off-by: olivier lamy <olamy@webtide.com>
|
2017-08-08 09:13:55 -07:00 |
olivier lamy
|
4b513c61e8
|
add it test for run war mojo
Signed-off-by: olivier lamy <olamy@webtide.com>
|
2017-08-08 09:13:55 -07:00 |
olivier lamy
|
dfb4e85c0a
|
fix fragment from dependent projects #1623
Signed-off-by: olivier lamy <olamy@webtide.com>
|
2017-08-08 09:13:54 -07:00 |
olivier lamy
|
aae7b38b82
|
version in only one place
Signed-off-by: olivier lamy <olamy@webtide.com>
|
2017-08-08 09:13:53 -07:00 |
olivier lamy
|
8095da3848
|
try to fix web fragment for directory classes #1623
Signed-off-by: olivier lamy <olamy@webtide.com>
|
2017-08-08 09:13:52 -07:00 |
olivier lamy
|
7dcab0e5a2
|
add test with fragment for #1623
Signed-off-by: olivier lamy <olamy@webtide.com>
|
2017-08-08 09:13:52 -07:00 |
olivier lamy
|
4024273fa6
|
Add it test for Maven Plugin #1638
Signed-off-by: olivier lamy <olamy@webtide.com>
|
2017-08-08 09:13:51 -07:00 |
olivier lamy
|
2f9dc58699
|
fix run forked support of reactor projects
Signed-off-by: olivier lamy <olamy@webtide.com>
|
2017-08-08 09:13:50 -07:00 |
olivier lamy
|
1cdc94f0a5
|
add test for run forked mojo
Signed-off-by: olivier lamy <olamy@webtide.com>
|
2017-08-08 09:13:49 -07:00 |
olivier lamy
|
b0e5681451
|
add it for run mojo #1638
Signed-off-by: olivier lamy <olamy@webtide.com>
|
2017-08-08 09:13:47 -07:00 |
Greg Wilkins
|
a105be95e4
|
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-08-08 09:13:44 -07:00 |
olivier lamy
|
20ca6277a8
|
use outputDirectory from reactor projects rather than having to install dependencies first #1623
Signed-off-by: olivier lamy <olamy@webtide.com>
|
2017-08-08 09:13:38 -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
|
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
|
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 |
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
|
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
|
523fab30bd
|
Updating to version 9.4.3-SNAPSHOT
|
2017-02-20 08:13:31 -07:00 |
Joakim Erdfelt
|
4a674b9cc9
|
Updating to version 9.4.2.v20170220
|
2017-02-20 06:22:45 -07:00 |
Jesse McConnell
|
d0c33ebe8b
|
Updating to version 9.4.2-SNAPSHOT
|
2017-01-20 10:49:06 -06:00 |
Jesse McConnell
|
556ecbcdcf
|
Updating to version 9.4.1.v20170120
|
2017-01-20 09:47:53 -06:00 |
Simone Bordet
|
0c8273f2ca
|
Happy New Year 2017.
|
2017-01-19 19:26:41 +01:00 |
Jesse McConnell
|
6a7e5dd4f5
|
Updating to version 9.4.1-SNAPSHOT
|
2016-12-08 09:41:50 -06:00 |
Jesse McConnell
|
c54efb5929
|
Updating to version 9.4.0.v20161208
|
2016-12-08 08:56:45 -06:00 |
Jesse McConnell
|
f8338b3f59
|
Updating to version 9.4.1-SNAPSHOT
|
2016-12-07 10:32:41 -06:00 |
Jesse McConnell
|
dac1d17a2d
|
Updating to version 9.4.0.v20161207
|
2016-12-07 09:47:30 -06:00 |
Jan Bartel
|
40d9e56d92
|
Issue #1117
|
2016-11-24 14:04:37 +11:00 |
Joakim Erdfelt
|
458aebbd01
|
Merge branch 'jetty-9.3.x' into jetty-9.4.x
|
2016-10-20 15:11:40 -07:00 |
Joakim Erdfelt
|
76992139f8
|
Merge branch 'jetty-9.2.x' into jetty-9.3.x
|
2016-10-20 15:11:25 -07:00 |
Joakim Erdfelt
|
2d650512bf
|
Skipping jacoco collection on build/test/support/integration modules
|
2016-10-20 12:48:32 -07:00 |
Joakim Erdfelt
|
ade14ba34b
|
Updating to version 9.3.14-SNAPSHOT
|
2016-10-14 11:33:51 -07:00 |
Joakim Erdfelt
|
c3a78e70a8
|
Updating to version 9.3.13.v20161014
|
2016-10-14 10:39:37 -07:00 |
Jesse McConnell
|
863913b64e
|
set for dev
|
2016-09-30 19:05:47 +00:00 |
Jesse McConnell
|
b91cc8a4ea
|
set for release
|
2016-09-30 18:01:20 +00:00 |
Joakim Erdfelt
|
6cf10172ca
|
Updating to version 9.3.13-SNAPSHOT
|
2016-09-15 07:34:52 -07:00 |
Joakim Erdfelt
|
8b35fdc5a5
|
Updating to version 9.3.12.v20160915
|
2016-09-15 06:48:16 -07:00 |
Joakim Erdfelt
|
fb7da26ad2
|
Updating to version 9.2.20-SNAPSHOT
|
2016-09-08 13:04:11 -07:00 |
Joakim Erdfelt
|
7b94bc32f4
|
Updating to version 9.2.19.v20160908
|
2016-09-08 12:11:44 -07:00 |
Joakim Erdfelt
|
2830e51e04
|
Merge branch 'jetty-9.3.x' into release-9.3.11
|
2016-07-28 12:20:36 -07:00 |