Jesse McConnell
2d9c4e823c
migrate jetty-webapp to jmx annotations
2012-08-15 13:49:07 -05:00
Jesse McConnell
c92ce4bd1e
jetty-servlets migration to jmx annotations
2012-08-15 13:33:05 -05:00
Joakim Erdfelt
ffd86fd21b
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
2012-08-15 09:32:32 -07:00
Joakim Erdfelt
4013c750c3
Adding Utf8LineParser from websocket-client to jetty-util as it should be generally useful for others
2012-08-15 09:32:24 -07:00
Jesse McConnell
4de94e00d5
the old context and webapp deployer were smoked and removing the node attribute from the deployment manager since the Node's are not jmx objects themselves and are not converted
2012-08-14 17:14:40 -05:00
Jesse McConnell
5c3a1cfe8c
removed the wrapper element from the ManagedObject annotation, rejiggered object mbean to not need wrapper, also smoking the convert concept in objectMbean in favor of dynamically discovering it where needed since its easy with annotations
2012-08-14 16:52:17 -05:00
Jesse McConnell
aae7c4da68
removed managed=true from ManagedOperation and ManagedAttribute
2012-08-13 17:19:59 -05:00
Jesse McConnell
11dbce81c8
wire up way to remove the need for managed=true on ManagedAttribute
2012-08-13 16:48:52 -05:00
Greg Wilkins
c84b496330
jetty-9 more work on stop/close. Turned on statistics all of the time, but still not enough. more work needed.
2012-08-12 11:24:24 +10:00
Jesse McConnell
01f4bb2623
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
2012-08-11 11:40:48 -05:00
Jesse McConnell
86daeab0ca
Remove Managed annotation and convert the context handler over to the new usage
2012-08-11 11:40:32 -05:00
Greg Wilkins
488f53f8d6
jetty-9 cleaned up the stop and stopTimeout handlng
2012-08-11 12:51:32 +10:00
Jesse McConnell
608e74b9bf
add note to readonly annotation element
2012-08-10 17:26:38 -05:00
Jesse McConnell
752a2e7d64
more annotation jmx jiggering
2012-08-10 17:23:59 -05:00
Joakim Erdfelt
d922013313
Merge branch 'multimap-ng' into jetty-9
2012-08-10 15:13:07 -07:00
Joakim Erdfelt
b8de9a35a4
[multimap-ng] moving UrlEncoded over and fixing various other failing tests
2012-08-10 14:42:35 -07:00
Jesse McConnell
6d3d7b0df8
[Bug 380924] xmlconfiguration <Configure and <New supports named constructors, including dynamic ordering of parameters
2012-08-10 15:44:08 -05:00
Joakim Erdfelt
dfebb117b7
[multimap-ng] step 2, make MultiMap a generic, and remove LazyList use
2012-08-10 12:46:30 -07:00
Joakim Erdfelt
74490580da
Merge branch 'jetty-9' into multimap-ng
2012-08-10 11:32:42 -07:00
Joakim Erdfelt
da0e5a1ef6
[multimap-ng] step 1, make MultiMap participate as a full fledged member of the Collections framework
2012-08-10 10:25:10 -07:00
Simone Bordet
c3dfd0c653
Jetty9 - Set stopTimeout to zero by default, and setting defaults for threaded component that need a non-zero stop timeout to stop properly.
2012-08-10 19:02:16 +02:00
Simone Bordet
136f7924fd
Jetty9 - Refactored usage of components that were using custom stop timeout to use the get/setStopTimeout() methods inherited from AbstractLifeCycle.
2012-08-10 19:02:16 +02:00
Jesse McConnell
f92ebea9f0
updates to managed attribute, tests, objectmbean impl and a note to improve id as viewed in jconsole
2012-08-10 10:29:09 -05:00
Joakim Erdfelt
99d001503f
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
2012-08-10 05:51:23 -07:00
Joakim Erdfelt
703cf000fe
Fixing bad UTF8 test assumption
2012-08-10 05:51:17 -07:00
Greg Wilkins
6039e8ea23
jetty-9 fixed stderrlog test
2012-08-10 22:37:02 +10:00
Simone Bordet
598292172f
Jetty9 - Code cleanup, renaming methods to be more expressive.
2012-08-10 10:29:14 +02:00
Greg Wilkins
16b404754e
jetty-9 improved logging
2012-08-10 13:31:11 +10:00
Joakim Erdfelt
3d029695ec
Replacing with optional Collections
2012-08-09 14:52:18 -07:00
Joakim Erdfelt
0f4fe634a3
Adding UTF8 fast fail test case that doesn't fail as expected on the websocket side
2012-08-08 14:59:50 -07:00
Greg Wilkins
689daf092d
ported websocketchat to new API
2012-08-08 14:56:47 +10:00
Greg Wilkins
32c5f6c093
jetty-9 reduced LazyList usage
2012-08-08 11:58:50 +10:00
Joakim Erdfelt
28bc479417
Verifying that fast-fail on utf8 works
2012-08-07 12:16:49 -07:00
Joakim Erdfelt
5a77c0801a
Adding support for Utf8Appendable.append(ByteBuffer)
2012-08-07 09:53:15 -07:00
Simone Bordet
75c2b57f25
Jetty9 - Introduced configure_9_0.dtd to support constructor injection for the <Configure> element.
...
Also refactored, simplified, and moved to JDK 7 XmlConfiguration code.
2012-08-06 23:12:01 +02:00
Simone Bordet
b0041287a6
Jetty9 - Cleaned up implementation and removed warning when a bean is non managed and not started.
...
An example of such beans is the Connection.Statistics implementation.
2012-08-06 16:21:07 +02:00
Simone Bordet
e3132d41d8
Jetty9 - Introduced ConnectionFactory for SelectChannelConnector.
...
This change abstracts out the connection creation from the connector itself,
so there can be only one connector managing all protocols, depending on
the configuration of the connection factories.
2012-08-03 18:35:34 +02:00
Greg Wilkins
29833f000b
Merge branch 'jetty-9' into jetty-9-oneconnector
...
Conflicts:
jetty-io/src/main/java/org/eclipse/jetty/io/AsyncByteArrayEndPoint.java
jetty-io/src/main/java/org/eclipse/jetty/io/ChannelEndPoint.java
jetty-io/src/main/java/org/eclipse/jetty/io/WriteFlusher.java
jetty-io/src/main/java/org/eclipse/jetty/io/ssl/SslConnection.java
jetty-io/src/test/java/org/eclipse/jetty/io/WriteFlusherTest.java
2012-08-03 12:39:21 +10:00
Thomas Becker
88cc3bfdc6
Merge branch 'writeFlusher_refactoring' into jetty-9
2012-08-03 01:07:20 +02:00
Greg Wilkins
5e6cd1b27f
Merge branch 'jetty-9' into jetty-9-oneconnector
...
Conflicts:
jetty-jmx/src/main/java/org/eclipse/jetty/jmx/ObjectMBean.java
jetty-jmx/src/test/java/org/eclipse/jetty/jmx/ObjectMBeanTest.java
2012-08-03 08:48:34 +10:00
Greg Wilkins
962a0d0889
jetty-9 ensure injected threadpool is managed
2012-08-03 08:44:49 +10:00
Joakim Erdfelt
57f16d750d
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
2012-08-02 15:25:33 -07:00
Greg Wilkins
8366ae08c9
Merge branch 'jetty-9' into jetty-9-oneconnector
...
Conflicts:
jetty-jmx/src/test/java/org/eclipse/jetty/jmx/ObjectMBeanTest.java
2012-08-03 07:49:24 +10:00
Jesse McConnell
373526f8ca
proxied and managed methods are working with annotations, converted impl and test to use the 3 annotations in place of @Managed
2012-08-02 16:34:00 -05:00
Joakim Erdfelt
01c40b5290
Fixing Parsing of masking bytes on slow testcase (would read in reverse order under certain conditions)
2012-08-02 10:31:37 -07:00
Thomas Becker
a4018d3484
merge with jetty-9
2012-08-02 15:00:43 +02:00
Thomas Becker
4e94601619
jetty-9: Make WriteFlusher threadsafe.
2012-08-02 14:38:54 +02:00
Greg Wilkins
b63e09df61
jetty-9 rudimentary connectionFactory impl
2012-08-02 17:44:29 +10:00
Greg Wilkins
b52930be14
jetty-9 merged Async and non-Async classes for EndPoint and Connection
2012-08-02 16:08:49 +10:00
Greg Wilkins
96b5c05674
jetty-9 one connector passing most tests
2012-08-02 11:51:54 +10:00