4939 Commits

Author SHA1 Message Date
Jesse McConnell
a06d5e96b6 convert jetty-servlet to annotated jmx 2012-08-15 08:41:16 -05:00
Jesse McConnell
b7407000cb fix logging bits 2012-08-14 17:30:28 -05:00
Jesse McConnell
1357c342d8 fix logging bits 2012-08-14 17:29:32 -05:00
Jesse McConnell
80608f386c remove old mbean files 2012-08-14 17:26:55 -05: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
f2a2120ffe add jetty logging to jetty-deploy 2012-08-14 17:03:56 -05:00
Jesse McConnell
f7054e7cd4 Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9 2012-08-14 16:53:13 -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
Joakim Erdfelt
9c63ed975e Reworking client connection handling per discussion with simone 2012-08-14 09:44:21 -07:00
Jesse McConnell
447b9ecee5 suppress duplicate attributes in the influence chain 2012-08-14 10:09:13 -05:00
Jesse McConnell
ad123c4032 Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9 2012-08-13 17:20:10 -05:00
Jesse McConnell
aae7c4da68 removed managed=true from ManagedOperation and ManagedAttribute 2012-08-13 17:19:59 -05:00
Jesse McConnell
74f8822e64 remove managed=true need for ManagedOperation 2012-08-13 16:50:15 -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
Joakim Erdfelt
50d4babe90 Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9 2012-08-13 14:00:20 -07:00
Joakim Erdfelt
1f78fc6250 Attempting to get client connection working 2012-08-13 13:59:46 -07:00
Jesse McConnell
efce7e8421 more mbean -> annotation conversion 2012-08-13 12:41:02 -05:00
Jesse McConnell
51eac5ddf7 more mbean -> annotation conversion 2012-08-13 11:56:25 -05:00
Jesse McConnell
9f4375d1e5 add typing to context handler mbean and remove import from xmlconfiguration 2012-08-13 07:10:07 -05:00
Simone Bordet
279f24faaa Jetty9 - Removed duplicate logger definitions. 2012-08-13 11:48:32 +02:00
Simone Bordet
360bdfa051 Jetty9 - Code cleanups: using generics, diamond operator, removed warnings, etc. 2012-08-13 11:46:09 +02: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
Greg Wilkins
73a89427b1 jetty-9 fixed some XML validation issues 2012-08-12 11:23:20 +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
553cf0f404 simone added an attribute to abstractlifecycle increasing the attribute count on influences 2012-08-10 16:33:45 -05: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
2ad81fc627 [multimap-ng] making MultiPartFilter behave. 2012-08-10 12:50:00 -07: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
Simone Bordet
b5f7e054be Jetty9 - Fixed handling of <Configure> when it contains only <Arg> elements. 2012-08-10 19:37:45 +02:00
Jesse McConnell
fc7001ec8c Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9 2012-08-10 12:25:11 -05: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
Jesse McConnell
107a14e138 add test for arg configure and fix issue in xml configuration for it 2012-08-10 12:24:58 -05: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
4d74adc1e5 ignore test 2012-08-10 10:48:44 -05: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
95b70cac81 more surgical excision of LazyList 2012-08-10 06:37:50 -07:00
Joakim Erdfelt
b147b68c8e Quick lancing of another LazyList 2012-08-10 06:11:19 -07: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
Greg Wilkins
1740b45342 jetty-9 Less reliance on booleans in SslConnection 2012-08-10 21:12:44 +10:00
Simone Bordet
6a2041ae27 Jetty9 - Better handling of cases where the SslConnection has its output shutdown. 2012-08-10 10:34:00 +02:00