emcmanus [Thu, 30 Oct 2008 18:19:48 +0100] rev 1514
6450848: make it easier to get the ObjectName of a JMX Proxy
Summary: Rework proxy javadoc to explain how to do this.
Reviewed-by: sjiang
emcmanus [Thu, 30 Oct 2008 17:46:50 +0100] rev 1513
6252609: Two different default descriptor forms defined for ModelMBeanInfoSupport
6253137: Documentation for NotificationListener's handback parameter is confusing
6368691: javadoc for JMX Descriptors has bugs and is very hard to navigate.
6602699: support for async notification of mbeaninfo update
6759612: [javadoc] EventClient.NOTIFS_LOST has a garbled href to addEventClientListener
6759619: Clarify what EventClient.getEventClientNotificationInfo does
6759622: Clarify what EventClient.getListeners list does
Summary: Documentation fixes, plus simple bugfix for 6759619.
Reviewed-by: dfuchs
emcmanus [Tue, 28 Oct 2008 18:21:36 +0100] rev 1512
6763051: MXBean: Incorrect type names for parametrized dealing with arrays (openType)
6713777: developer diagnosability of errors in uncompliant mxbean interfaces
Reviewed-by: dfuchs
chegar [Tue, 28 Oct 2008 16:14:51 +0000] rev 1511
6756771: com.sun.net.httpserver.HttpServer should handle POSTs larger than 2Gig
Summary: update implementation to use long instead of int
Reviewed-by: michaelm
emcmanus [Mon, 27 Oct 2008 14:02:40 +0100] rev 1510
6763639: Remove "rawtypes" warnings from JMX code
Reviewed-by: dfuchs
tbell [Fri, 24 Oct 2008 20:47:23 -0700] rev 1509
Merge
martin [Fri, 24 Oct 2008 20:34:40 -0700] rev 1508
6761678: (ann) SecurityException in AnnotationInvocationHandler.getMemberMethods
Summary: Move call to getDeclaredMethods inside doPrivileged
Reviewed-by: darcy, mullan
Contributed-by: jjb@google.com