Simone Bordet
3e42b68d9e
Added test cases for HEAD requests.
2016-12-16 15:34:13 +01:00
Simone Bordet
b6c4e5b7c9
Merged branch 'jetty-9.4.x' into 'master'.
2016-12-14 11:53:48 +01:00
Jesse McConnell
9f012dcd17
Merge branch 'release-9.4.0' into jetty-9.4.x
2016-12-12 09:03:57 -06:00
Jan Bartel
5d5b9c5998
Issue #1162
2016-12-12 20:24:54 +11: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
Joakim Erdfelt
fa6d9029fc
Merge branch 'jetty-9.4.x'
2016-11-15 14:30:19 -07:00
Jan Bartel
c499ec68f7
Issue #1020
...
Add test for immortal session for mongo
2016-11-09 10:42:44 +11:00
Greg Wilkins
a7048a325a
Issue #1077
...
Removed concrete handle from AbstractHandler
Added AbstractHandler.ErrorDispatchHandler
cleanup context listeners
Removed vanity inlining of ScopeHandler methods
Squashed commit of the following:
commit 0f3619ac1101707de476ad9b7f7394e8de18d95f
Author: Greg Wilkins <gregw@webtide.com>
Date: Tue Nov 8 10:59:55 2016 +1100
Issue #1077
Removed concrete handle from AbstractHandler
Added AbstractHandler.ErrorDispatchHandler
commit 0876fee0334b9f43297f28fc4b855f447b7ee73f
Merge: 5eabad2 7716ada
Author: Greg Wilkins <gregw@webtide.com>
Date: Tue Nov 8 08:48:53 2016 +1100
Merge branch 'jetty-9.4.x' into jetty-9.4.x-issue-1077
commit 5eabad29a5c4d893e204cb403a1d276ea3b15281
Author: Greg Wilkins <gregw@webtide.com>
Date: Mon Nov 7 21:15:40 2016 +1100
Issue #1077 cleanup context listeners
commit 9edf91a386aa20a3c0af86a634b4b3dbbc8e1092
Author: Greg Wilkins <gregw@webtide.com>
Date: Mon Nov 7 18:08:01 2016 +1100
Issue #1077 Removed vanity inlining of ScopeHandler methods
2016-11-08 15:58:15 +11:00
Greg Wilkins
0495bb896e
Issue #1074
...
Removed wake() call from within pollContent
Instead the EOF status is evaluated :
- when setReadListener is called
- when read returns -1
- when run() is called before calling either onDataAvailable or onAllDataRead
Squashed commit of the following:
commit 6a345356998331a90e60c7ee8ee590920464c72f
Merge: 92bc0e9 60d9001
Author: Greg Wilkins <gregw@webtide.com>
Date: Mon Nov 7 09:46:23 2016 +1100
Merge branch 'jetty-9.4.x' into jetty-9.4.x-issue-1074
commit 92bc0e9f3aafdce2f4aa7b2fde31affc942be042
Author: Greg Wilkins <gregw@webtide.com>
Date: Sat Nov 5 18:24:00 2016 +1100
Issue #1074
Do not do async IO callbacks if completed
commit ee220a12d1e6c5f6e39b4597a209c5043aa775cf
Author: Greg Wilkins <gregw@webtide.com>
Date: Sat Nov 5 16:22:55 2016 +1100
Issue #1074
Turned off debug
improved proxy test to be able to run with debug on
commit e2fb0b9ef1ec422a2c82cb388820581e359234ba
Author: Greg Wilkins <gregw@webtide.com>
Date: Sat Nov 5 15:37:27 2016 +1100
Issue #1074
Improved test cases
Handle early EOF
commit 3c47c022fe7e48f82e41d9a208073b64cfeb5af7
Author: Greg Wilkins <gregw@webtide.com>
Date: Sat Nov 5 12:28:15 2016 +1100
provisional implementation
2016-11-07 15:01:39 +11:00
Greg Wilkins
60d90010c2
Fixes #1076
2016-11-07 09:28:03 +11:00
Jan Bartel
41d506fe4e
Issue #1067
2016-11-03 16:21:24 +11:00
Joakim Erdfelt
2c38511828
Updating to version 9.3.15-SNAPSHOT
2016-10-28 13:01:34 -07:00
Joakim Erdfelt
14611d2f76
Updating to version 9.3.14.v20161028
2016-10-28 12:21:02 -07:00
Greg Wilkins
3e4f7b1fbf
Issue #1045 abort connections with non matching content-length
2016-10-28 15:36:19 +11:00
Greg Wilkins
eda0cff90a
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-10-28 10:55:03 +11:00
Greg Wilkins
9f430ae7f7
Issue #1038 i
...
Handle resources as URIs
Avoid unneccessary trailing /
2016-10-28 10:50:39 +11:00
Joakim Erdfelt
cdf447e34e
Issue #1038 - making testcase more OS independent
2016-10-27 16:43:23 -07:00
Greg Wilkins
6e1994641b
Issue #1038
...
Readded sorting of attributes by length
added .uri attributes
support WAR.path and WAR.uri in preference to WAR
updated for latest unit test
2016-10-28 10:31:22 +11:00
Joakim Erdfelt
a00494fafb
Issue #1038 - updating test case for AttributeNormalizer
2016-10-27 16:15:46 -07:00
Simone Bordet
5eef2caa7f
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-10-27 17:11:13 +02:00
Simone Bordet
bda08ad9e3
Tests can throw any exception.
2016-10-27 17:10:34 +02:00
Greg Wilkins
b17dafc2ad
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-10-27 16:34:44 +11:00
Greg Wilkins
0f7028e9fa
Quickstart attribute normilazation #1038
...
Removed a lot of bad tests that incorrection assumed it was OK to mix Paths and URIs like:
jar:file:${jetty.base}/webapps/some.war!/some/path
refactored to keep PathAttributes and URIAttributes separate
2016-10-27 16:29:52 +11:00
Joakim Erdfelt
55c6514a2e
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2016-10-26 16:42:42 -07:00
Joakim Erdfelt
ca5e075ba0
Issue #1038 - treating ${WAR} as a URI always, not a Path
...
+ Still needs testing on MS Windows
2016-10-26 15:30:34 -07:00
Joakim Erdfelt
ebc8983721
Issue #1038 - correcting "file:" and double "//" behavior
2016-10-26 14:25:20 -07:00
Joakim Erdfelt
de1a973321
Test case throws declaration fix for Jetty 9.4+
2016-10-26 12:07:49 -07:00
Joakim Erdfelt
a7ac269027
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2016-10-26 11:42:49 -07:00
Joakim Erdfelt
7328742ae5
Fixes #1038 - ${WAR} should be favored over other attributes, like ${jetty.base}
2016-10-26 10:23:58 -07: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
fccffdb526
Merge branch 'release-9.3.13' into jetty-9.3.x
2016-10-20 09:25:57 -07:00
Simone Bordet
b5e64a77af
Merged branch 'jetty-9.4.x' into 'master'.
2016-10-17 19:24:58 +02:00
Joakim Erdfelt
d282fc67d2
Merge branch 'jetty-9.3.x' into jetty-9.4.x
2016-10-17 09:46:13 -07:00
Simone Bordet
f9e3c535d6
Issue #989 - InputStreamResponseListener.get() throws with HTTP/2 following redirect.
...
Added test case, but it passes cleanly.
2016-10-17 15:46:43 +02:00
Simone Bordet
39f47244fa
Merged branch 'jetty-9.4.x' into 'master'.
2016-10-17 15:36:32 +02:00
Simone Bordet
de7bdf2b94
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-10-17 15:34:56 +02:00
Simone Bordet
f305bf8a2d
Made the test more robust.
2016-10-17 15:34:08 +02: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
Greg Wilkins
da4177c6d4
fixed quickstart test
2016-10-13 17:42:13 +11:00
Greg Wilkins
be1726e251
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-10-05 13:51:03 +11:00
Greg Wilkins
98bb582d45
Jetty 9.4.x http interceptor #382
...
* Issue #382 Request compression
Added identity HttpInput.Interceptor
Moved GZIPContentDecoder to jetty-http
Reworking interceptor and GZIPContentDecoder to avoid data copies
Completed and tested GZIPContentDecoder
Implemented GzipHttpInputInterceptor
updated GzipHandler.java
updated gzip module
use common GZIP decoder
Gzip Bomb
handle read() after empty interception
2016-10-05 13:49:20 +11: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
Simone Bordet
6e653c9057
Merged branch 'jetty-9.4.x' into 'master'.
2016-09-26 23:19:10 +02:00
Simone Bordet
03d9ad07c9
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-09-26 23:18:31 +02:00
Simone Bordet
cba4169ba9
Made test more robust.
2016-09-26 23:17:29 +02:00
Simone Bordet
c8fecc993f
Merged branch 'jetty-9.4.x' into 'master'.
2016-09-26 12:25:47 +02:00
Simone Bordet
e9e276c641
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-09-26 12:25:29 +02:00
Simone Bordet
a8b25819eb
Code cleanups.
2016-09-26 12:25:03 +02:00
Simone Bordet
79889f05f5
Merged branch 'jetty-9.4.x' into 'master'.
2016-09-26 12:21:05 +02:00
Simone Bordet
716c595cdf
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-09-26 12:20:22 +02:00
Simone Bordet
74b86bad35
Fixes #960 - Async I/O spin when reading early EOF.
...
AsyncIOServletTest is now testing HTTP/1.1 and HTTP/2 transports.
2016-09-26 11:49:57 +02:00
Simone Bordet
a1a132a601
Fixes #959 - CompleteListener invoked twice for HTTP/2 transport and response content.
2016-09-26 10:16:31 +02:00
Simone Bordet
f3b3d4a2ff
Merged branch 'jetty-9.4.x' into 'master'.
2016-09-22 21:57:46 +02:00
Simone Bordet
9551d0f62b
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-09-22 21:57:12 +02:00
Simone Bordet
1ede9febc6
Code cleanups.
2016-09-22 21:28:09 +02:00
Jan Bartel
076918ffab
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-09-22 17:17:52 +10:00
Jan Bartel
133d584b94
Issue #941
...
Make scavenger thread able to be disabled.
2016-09-22 17:10:30 +10:00
Jan Bartel
0ab80e4d98
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-09-21 15:25:47 +10:00
Jan Bartel
a21434f289
Issue #914
...
Expose SessionHandler in SessionContext.
2016-09-21 15:25:01 +10: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
Simone Bordet
e746d465db
Merged branch 'jetty-9.4.x' into 'master'.
2016-09-14 20:43:05 +02:00
Simone Bordet
d2ddf5f5ad
Code and Javadocs cleanup.
2016-09-14 20:42:38 +02:00
Simone Bordet
c87c04e7f0
Merged branch 'jetty-9.4.x' into 'master'.
2016-09-14 16:45:01 +02:00
Simone Bordet
5ec60a30ed
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-09-14 16:44:39 +02:00
Simone Bordet
aa00e4207d
Issue #922 - Implements methods Connection.getBytes[In|Out]().
...
Implemented for HTTP/2.
2016-09-14 14:04:23 +02: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
Simone Bordet
822c436c10
Merged branch 'jetty-9.4.x' into 'master'.
2016-09-06 12:05:33 +02:00
Simone Bordet
448100ff80
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-09-06 12:02:01 +02:00
Simone Bordet
6d485b2777
Fixes #902 - Expect: 100-Continue does not work with HTTP/2.
...
Improved handling of the 100 status code in both client and server.
2016-09-06 12:01:24 +02:00
Simone Bordet
bdf26da0c0
Merged branch 'jetty-9.4.x' into 'master'.
2016-09-05 23:12:44 +02:00
Simone Bordet
e21ad09e3a
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-09-05 23:09:12 +02:00
Simone Bordet
705a68dfc4
Issue #845 - Improve blocking IO for data rate limiting.
...
Moved tests to run HTTP and HTTP/2 tests, and added more test cases.
2016-09-05 19:13:05 +02:00
Jan Bartel
8eb8ccfb18
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-08-18 13:24:06 +10:00
Jan Bartel
9aa0371188
Fix javadoc comments
2016-08-18 13:23:38 +10:00
Jan Bartel
e895508e8e
Issue #746 Update osgi manifests to servlet 4.0
2016-08-04 15:03:51 +10:00
Jan Bartel
5232b933a4
Issue #746 Update osgi manifests to servlet 4.0
2016-08-04 14:20:43 +10:00
Simone Bordet
a2f4e98ec4
Merged branch 'jetty-9.4.x' into 'master'.
2016-07-29 12:10:35 +02:00
Simone Bordet
a38feda9a0
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-07-29 12:09:27 +02:00
Simone Bordet
2cdea3601b
Fixes #790 - AsyncContentListener semantic broken with HTTP/2 transport.
...
Now using an IteratingCallback to buffer DATA frames and delivering
their content respecting AsyncContentListener semantic.
2016-07-29 12:08:55 +02:00
Joakim Erdfelt
2830e51e04
Merge branch 'jetty-9.3.x' into release-9.3.11
2016-07-28 12:20:36 -07:00
Jan Bartel
525fabd9aa
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-07-28 15:12:36 +10:00
Jan Bartel
9f907316c7
Issue #784
...
Fix test for jetty-9.4 apis.
2016-07-28 15:11:32 +10:00
Jan Bartel
e45e649761
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-07-28 15:06:12 +10:00
Jan Bartel
c9842c7794
Issue #784
...
Add a unit test to try to reproduce.
2016-07-28 15:04:40 +10:00
Joakim Erdfelt
1b3411b807
Fixing versions
2016-07-26 13:16:58 -07:00
Joakim Erdfelt
6e1b1cdb36
Updating to version 9.3.12-SNAPSHOT
2016-07-21 19:07:19 -07:00
Joakim Erdfelt
9fd6d4354e
Updating to version 9.3.11.v20160721
2016-07-21 18:37:09 -07:00
Joakim Erdfelt
0b18340179
Updating to version 9.2.19-SNAPSHOT
2016-07-21 13:10:23 -07:00
Joakim Erdfelt
d3ff3423f0
Updating to version 9.2.18.v20160721
2016-07-21 12:35:26 -07:00
Simone Bordet
f068780749
Merged branch 'jetty-9.4.x' into 'master'.
2016-07-20 13:19:15 +02:00
Greg Wilkins
0a7903485a
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-07-20 17:01:21 +10:00
Greg Wilkins
7e16731b9d
fix #592
2016-07-20 16:59:28 +10:00
Jan Bartel
afcec96a23
Issue #663
...
Fix javadoc.
2016-07-05 17:56:12 +10:00
Jan Bartel
3e937c4891
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-24 19:11:21 +10:00
Jan Bartel
00f9b99d02
Issue #663
...
Fix accidental removal of arg to InfinispanTestServer.
2016-06-24 19:10:57 +10:00
Jan Bartel
ef65639674
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-24 16:22:23 +10:00
Jan Bartel
0889a66f9c
Issue #663
2016-06-24 16:21:25 +10:00
Jan Bartel
225c6a8086
Issue #663
...
Also fix javadoc; fix memcached module
2016-06-24 15:38:25 +10:00
Jan Bartel
2793812fcb
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-23 12:26:16 +10:00
Jan Bartel
a0e7b21180
Make SessionDataMap a LifeCycle
2016-06-23 12:25:33 +10:00
Jan Bartel
f1d9cf89a4
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-23 12:04:59 +10:00
Jan Bartel
26310f1167
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-06-23 12:03:08 +10:00
Jan Bartel
67f8a96eee
Issue #658
...
Add unit tests for memcached with gcloud.
2016-06-23 11:23:44 +10:00
Jan Bartel
0ca191edff
Issue #658
2016-06-23 07:49:11 +10:00
Jesse McConnell
2dd4843e44
merge from 9.4.x
2016-06-22 15:28:17 -05:00
Jesse McConnell
399c5beb04
merge from 9.3.x
2016-06-22 15:23:51 -05:00
Jesse McConnell
ae931538ab
[maven-release-plugin] prepare for next development iteration
2016-06-22 13:59:10 -05:00
Jesse McConnell
df1ed4fb03
[maven-release-plugin] prepare release jetty-9.3.11.M0
2016-06-22 13:59:06 -05:00
Jesse McConnell
030ec61837
[maven-release-plugin] prepare for next development iteration
2016-06-22 09:14:25 -05:00
Jesse McConnell
9a4cb41122
[maven-release-plugin] prepare release jetty-9.3.11.M0
2016-06-22 09:14:21 -05:00
Jesse McConnell
e7034117ea
[maven-release-plugin] prepare for next development iteration
2016-06-21 08:50:13 -05:00
Jesse McConnell
16c435c69d
[maven-release-plugin] prepare release jetty-9.3.10.v20160621
2016-06-21 08:50:09 -05:00
Simone Bordet
b9f25d78ce
Merged branch 'jetty-9.4.x' into 'master'.
2016-06-20 23:11:52 +02:00
Simone Bordet
b3fda0b733
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-06-20 23:11:16 +02:00
Simone Bordet
d073780dde
Refactored tests.
2016-06-20 23:10:44 +02:00
Simone Bordet
7ef22c8ebd
Fixes #648 - Problem using InputStreamResponseListener to handle HTTP/2 responses.
...
The fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=484446
reimplemented InputStreamResponseListener using callbacks rather than
blocking waits.
However, HTTP/2 behaves a little differently than HTTP/1.
Where in HTTP/1 until the callback was completed no further calls to
onContent() were made, with HTTP/2 additional calls are made until
the flow control window is exhausted.
For this reason InputStreamResponseListener must queue content chunks
rather than dealing only with one chunk at a time.
2016-06-20 23:10:44 +02:00
Jan Bartel
1e7b866d6f
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-17 13:36:56 +10:00
Jan Bartel
1b508e3714
Add test for memcached session data.
2016-06-17 13:18:52 +10:00
Jan Bartel
f37a9b3880
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-15 16:32:39 +10:00
Jan Bartel
1ce0592d6c
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-06-15 16:31:54 +10:00
Simone Bordet
55666e8605
Merge branch 'jetty-9.4.x' into 'master'.
2016-06-14 00:27:30 +02:00
Simone Bordet
dfb20e6398
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
2016-06-14 00:26:59 +02:00
Simone Bordet
c0f54ab82f
Increased timeouts to avoid failures on slower machines.
2016-06-14 00:26:18 +02:00
Jan Bartel
29fcd50354
Issue #632
...
Fix jetty version number
2016-06-10 16:53:52 +10:00
Jan Bartel
36b87967c0
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-10 11:54:52 +10:00
Jan Bartel
73a0cd6b06
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-06-10 11:53:45 +10:00
Jan Bartel
27ed0480b9
Issue #632
...
Remove unneeded scripts
2016-06-10 11:52:32 +10:00
Jan Bartel
1cdeac9c53
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-06-10 11:50:41 +10:00
Jan Bartel
a6cfff8573
Issue #632 fix jmx tests to use random jetty server port
2016-06-10 11:46:15 +10:00
Jesse McConnell
c6172c9f2e
Merge branch 'jetty-9.4.x'
2016-06-09 14:18:52 -05:00
Greg Wilkins
383e81db38
Fix #627 Use start.d or start.ini not both
...
Updated start module to look for start.d and use it if it exists
Error or warning of both start.d and start.ini exist
updated jetty-distribution to use one or the other
2016-06-09 16:45:24 +10:00
Jan Bartel
4cd9a66a18
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-08 10:44:08 +10:00
Jan Bartel
64e8d1ff5d
Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
2016-06-08 10:42:28 +10:00
Jan Bartel
f86d72696a
Issue #622
2016-06-08 10:23:36 +10:00
Simone Bordet
473c8f0c09
Merged branch 'jetty-9.4.x' into 'master'.
2016-06-07 10:24:15 +02:00
Simone Bordet
73fe6715de
Issue #306 - Merge jetty-parent into jetty-project.
...
Moved more plugin version declarations into jetty.project's pom.
2016-06-07 10:23:38 +02:00
Simone Bordet
2d1d3fe6e9
Merged branch 'jetty-9.4.x' into 'master'.
2016-06-06 21:39:31 +02:00
Simone Bordet
a8f25b550f
Fixes #487 - JDK 9 build compatibility.
...
Fixes #306 - Merge jetty-parent into jetty-project.
- Removed jetty.parent dependency, moving all relevant sections to
jetty.project's pom.xml.
- Introduced profiles for JDK 8 only modules and configuration, and
for JDK 9 only modules and configurations.
- Major cleanup of pom.xml files.
- All Maven Plugin now declared in alphabetical order in
pluginManagement section of jetty.project's pom.xml.
2016-06-06 21:28:51 +02:00
Jan Bartel
6f25ce42b2
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-01 20:14:08 +10:00
Jan Bartel
3c3ea0c6f2
Add option to SessionCache to delete unreadable sessions from SessionDataStore; fix jdbc module xml file.
2016-06-01 20:13:32 +10:00
Greg Wilkins
8138c861c7
Merge remote-tracking branch 'origin/jetty-9.4.x'
2016-06-01 15:31:24 +10:00