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 |
Jan Bartel
|
19e539a87d
|
Issue #1623
Remove projects.classes.dirs, using only lib.jars property.
|
2017-08-08 09:15:48 -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 |
Simone Bordet
|
0c8273f2ca
|
Happy New Year 2017.
|
2017-01-19 19:26:41 +01:00 |
Jan Bartel
|
40d9e56d92
|
Issue #1117
|
2016-11-24 14:04:37 +11:00 |
Jan Bartel
|
6a17019235
|
Issue #785
|
2016-07-28 15:36:02 +10:00 |
Jan Bartel
|
c913bc7150
|
Issue #690
|
2016-07-06 13:41:59 +10:00 |
Joakim Erdfelt
|
cd39fd84fe
|
Happy New Year 2016
|
2016-01-04 14:31:22 -07:00 |
Jan Bartel
|
ac416d21e8
|
481203 Add ability to set configurations to apply to WebAppContext for jetty-maven-plugin
|
2015-11-02 12:36:39 +11:00 |
Joakim Erdfelt
|
80675ce1d2
|
Javadoc fixes
|
2015-10-06 08:03:51 -07:00 |
Jan Bartel
|
77bdf84f5c
|
470505 jetty-maven-plugin JettyWebAppContext#setQuickStartWebDescriptor should accept a Maven-friendly type
|
2015-07-08 17:10:31 +10:00 |
Jan Bartel
|
2349f20edf
|
470963 Update jetty-maven-plugin mojo annotations for maven 3
|
2015-06-26 16:35:55 +10:00 |
Jan Bartel
|
3ac6a727cf
|
470803 If a webapp is not fully started do not fully stop it
|
2015-06-25 18:29:51 +10:00 |
Greg Wilkins
|
3e401a62e9
|
StringUtil.csvSplit(String)
|
2015-06-19 16:48:53 +10:00 |
Jan Bartel
|
1b635ff2f6
|
462346 Change classesPattern to scanClassesPattern and testClassesPattern to scanTestClassesPattern to clarify purpose
|
2015-06-17 13:59:54 +10:00 |
Jan Bartel
|
1f3be625e6
|
462346 Add pattern to jetty:run default classes and test classes scan paths
|
2015-06-17 13:18:56 +10:00 |
Jan Bartel
|
e30c05cc2b
|
Merge remote-tracking branch 'origin/jetty-9.2.x'
Conflicts:
tests/test-integration/src/test/java/org/eclipse/jetty/test/support/TestableJettyServer.java
tests/test-integration/src/test/resources/BIOHttp.xml
tests/test-integration/src/test/resources/BIOHttps.xml
tests/test-integration/src/test/resources/NIOHttp.xml
tests/test-integration/src/test/resources/NIOHttps.xml
|
2015-04-30 10:44:44 +10:00 |
Jan Bartel
|
d7de34af76
|
465202 Forked Mojo does not extract war overlays/dependencies
|
2015-04-29 18:01:41 +10:00 |
Joakim Erdfelt
|
4db2784354
|
464727 - Update Javadoc for Java 8 DocLint
|
2015-04-22 16:54:50 -07:00 |
Simone Bordet
|
599ab9bb1b
|
460671 - Rationalize property names.
Property format is now "jetty.<module|component>.<propertyName>".
Updated all references with new properties.
|
2015-04-13 16:21:48 +02:00 |
Jan Bartel
|
247a94c8e5
|
Integrate cdi with jetty-maven-plugin
|
2015-03-27 16:18:58 +11:00 |
Jan Bartel
|
576892d739
|
461415 Maven Jetty Plugin ignores ZIP overlays
|
2015-03-20 16:42:30 +11:00 |
Joakim Erdfelt
|
a3201a3c81
|
Happy New Year 2015
|
2015-01-07 17:06:59 -07:00 |
Joakim Erdfelt
|
6a0668b7a1
|
Happy New Year 2015
|
2015-01-07 17:03:30 -07:00 |
Jan Bartel
|
947a872203
|
Merge remote-tracking branch 'origin/jetty-9.2.x'
|
2014-10-31 13:31:12 +11:00 |
Jan Bartel
|
30081946d7
|
449372 Make jvmArgs of jetty:run-forked configurable from command line
|
2014-10-31 13:29:45 +11:00 |
Jan Bartel
|
d0a6a34fcc
|
448675 Impossible to set own Threadpool when using jetty-maven-plugin
|
2014-10-30 17:19:22 +11:00 |
Jan Bartel
|
3eb42e7183
|
445830 Support setting environment variables on forked jetty with jetty:run-forked
|
2014-10-03 14:27:35 +10:00 |
Jan Bartel
|
607797b005
|
444676 Goal jetty:deploy-war produces errors with version 9.2.3
|
2014-09-24 14:33:32 +10:00 |
Jan Bartel
|
75c92bf76a
|
438500 Odd NoClassDef errors when shutting down the jetty-maven-plugin via the stop goal
|
2014-08-01 12:44:30 +10:00 |
Greg Wilkins
|
3a6879d3e8
|
expanded tabs in indents
|
2014-07-23 16:49:05 +10:00 |
Jan Bartel
|
1dcb7dd986
|
439194 Do not configure fake server for jetty:run-forked
|
2014-07-17 08:28:38 +10:00 |
Jan Bartel
|
28998e4913
|
439399 Scan tlds for apache jasper standard taglib with jetty-maven-plugin
|
2014-07-11 17:38:31 +10:00 |
Jan Bartel
|
c674c41003
|
438895 Add mvn jetty:effective-web-xml goal
|
2014-07-10 17:29:03 +10:00 |
Jan Bartel
|
b13859c641
|
Fix javadoc for jetty:run mojo to point to correct documentation.
|
2014-07-10 17:29:03 +10:00 |