Simone Bordet
9e7fcf4fee
jetty-9: Fixed SslBytesServerTest, and added factory methods to relevant classes.
2012-09-21 16:47:01 +02:00
Simone Bordet
12a2d3f475
jetty-9: HTTP client: hiding stack traces for expected exception on server.
2012-09-21 15:23:56 +02:00
Simone Bordet
f81dc0161e
jetty-9: HTTP client: more tests.
2012-09-21 15:10:40 +02:00
Simone Bordet
2e02f153ce
jetty-9: Cosmetics.
2012-09-21 15:10:40 +02:00
Jesse McConnell
01c9aa93e9
spring dep passed CQ, module included
2012-09-21 07:26:01 -05:00
Simone Bordet
6a66d1dd7e
jetty-9: added license headers.
2012-09-21 11:44:30 +02:00
Simone Bordet
52383256c1
jetty-9: Cleaned up class.
2012-09-21 11:27:28 +02:00
Greg Wilkins
e04494da64
jetty-9 fixed test onOpen
2012-09-21 18:00:46 +10:00
Greg Wilkins
950249932d
jetty-9 improved mbean names
2012-09-21 18:00:46 +10:00
Greg Wilkins
9ee8ef7423
jetty-9 more lifecycle fixes
2012-09-21 18:00:46 +10:00
Simone Bordet
f5af05f0cc
jetty-9: added license headers.
2012-09-21 09:19:42 +02:00
Greg Wilkins
879cdf4b82
jetty-9 further lifecycle improvements
2012-09-21 16:17:00 +10:00
Greg Wilkins
68ee346b8a
jetty-9 combined the Container and AggregateLifeCycle into ContainerLifeCycle
2012-09-21 11:45:51 +10:00
Greg Wilkins
15804e76e2
jetty-9 use latest test helper
2012-09-21 08:43:21 +10:00
Greg Wilkins
b9ceb8703d
Merge branch 'jetty-9' into jetty-9-open-close
2012-09-21 08:36:22 +10:00
Joakim Erdfelt
864384bd85
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
2012-09-20 12:05:01 -07:00
Joakim Erdfelt
f275a045c3
Fixing 'enforce-orbit-deps' enforcer rules to actually work + allow provided scope
2012-09-20 12:04:41 -07:00
Jesse McConnell
1301bca9f5
set parent to released version
2012-09-20 14:01:47 -05:00
Jesse McConnell
26af53752e
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
2012-09-20 13:56:32 -05:00
Jesse McConnell
94f418390a
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
2012-09-20 13:55:52 -05:00
Jesse McConnell
73d04ca247
set for release of milestone
2012-09-20 13:55:42 -05:00
Joakim Erdfelt
857498b115
Upgrading to junit-dep-4.10.jar (banning junit.jar)
2012-09-20 11:52:59 -07:00
Jesse McConnell
003c0d16a5
remove bits that can't be released yet
2012-09-20 13:51:32 -05:00
Simone Bordet
a0de190367
Merge branch 'jetty-9' into jetty-9-open-close
2012-09-20 19:36:34 +02:00
Simone Bordet
be865fa191
jetty-9: reverted JUnit to 4.8.1; trying to upgrade it breaks the whole build.
2012-09-20 19:09:33 +02:00
Simone Bordet
37a7e5977d
Merged branch 'jetty-9' into jetty-9-open-close.
2012-09-20 18:46:16 +02:00
Simone Bordet
ebdab22a63
jetty-9 - Cleanup.
2012-09-20 18:44:12 +02:00
Simone Bordet
6de7398d48
jetty-9 - HTTP client: reducing the number of requests for the load test, as it seems the SSL version is never able to pass cleanly.
2012-09-20 18:33:43 +02:00
Simone Bordet
7f448c22be
jetty-9 - Updated JUnit to 4.10.
2012-09-20 18:27:21 +02:00
Simone Bordet
40382bad3a
jetty-9 - Removed references to JUnit 3.x.
2012-09-20 18:23:02 +02:00
Simone Bordet
80e1e7b47b
jetty-9 - HTTP client: increased the test timeout.
2012-09-20 17:48:30 +02:00
Simone Bordet
df699cde27
jetty-9 - Cleanup and JDK7-ification.
2012-09-20 17:48:05 +02:00
Simone Bordet
92c93e2868
jetty-9 - HTTP client: added HttpClient.POST() utility method.
2012-09-20 17:05:09 +02:00
Greg Wilkins
0d2627b6e9
jetty-9 improved onOpen onclose handling
2012-09-20 11:05:20 +10:00
Simone Bordet
851de69d9d
jetty-9 - Third take at open/close refactoring.
2012-09-19 18:04:15 +02:00
Simone Bordet
44b3bb067c
jetty-9 - Second take at open/close refactoring.
2012-09-19 13:37:47 +02:00
Simone Bordet
f257f4b2bb
jetty-9 - First take at open/close refactoring.
2012-09-19 13:37:47 +02:00
Simone Bordet
1f99d9dd64
jetty-9 - Cleaned up test that was still using JUnit 3.x.
2012-09-19 13:27:48 +02:00
Simone Bordet
e22b89f329
jetty-9 - Removed cause of a compiler warning.
2012-09-19 11:29:45 +02:00
Simone Bordet
bfe08d1a99
jetty-9 - Reorganized SPDY modules.
...
This change was due to the fact that the old spdy-core and spdy-jetty modules had classes in the same package,
which is a problem for OSGi.
The old spdy-jetty module has been split in 2: spdy-client and spdy-server, and other SPDY modules just underwent a
renaming to make them more sound.
2012-09-18 23:33:31 +02:00
Simone Bordet
eb7501405f
jetty-9 - HTTP client: more logging for the SSL load test.
2012-09-18 22:04:18 +02:00
Simone Bordet
953f283bce
jetty-9 - HTTP client: make SSL load test to wait more for completion.
2012-09-18 22:04:18 +02:00
Joakim Erdfelt
9275af7bc4
Cleaning up various minor warnings in example classes
2012-09-18 11:16:27 -07:00
Joakim Erdfelt
885926d495
Fixing imports
2012-09-18 10:08:02 -07:00
Joakim Erdfelt
b10a10797d
Making websocket-core have a unique package org.eclipse.jetty.websocket.core to conform to osgi requirements
2012-09-18 10:01:01 -07:00
Simone Bordet
e9d0960e8d
jetty-9 - HTTP client: implemented gzip decoding.
2012-09-18 17:27:37 +02:00
Greg Wilkins
f1d5fd1f9d
jetty-9 rename ServerConnectorManager
2012-09-18 17:13:24 +10:00
Joakim Erdfelt
e46617ad8a
Moving maskers from core to client, where it belongs
2012-09-17 14:38:27 -07:00
Joakim Erdfelt
e0e8708932
Updating Fuzzer for ignoring broken pipe issues when appropriate
2012-09-17 14:04:33 -07:00
Simone Bordet
ce4ffa7ad3
jetty-9 - HTTP client: using longer timeout to check for test completion in the SSL case.
2012-09-17 21:49:19 +02:00