Eamonn McManus
4d6c508c34
6772779: @NotificationInfo does not create MBeanNotificationInfo in the MBean's MBeanInfo
...
6773593: CompositeDataSupport constructor javadoc is not in sync with the implementation
Reviewed-by: sjiang
2008-11-20 10:10:48 +01:00
Daniel Fuchs
907d90158a
6683213: CounterMonitor's derived Gauge badly initialized
...
Reviewed-by: emcmanus
2008-11-14 17:22:10 +01:00
Eamonn McManus
bbac59f218
6336968: Methods to convert AttributeList to/from Map
...
6750008: Add JMX.getSpecificationVersion(MBeanServerConnection) and document interop
6750472: Add a way to convert a CompositeData into a Map
6752563: Allow CompositeDataSupport to have zero items
Small JMX RFEs
Reviewed-by: dfuchs
2008-11-07 19:19:08 +01:00
Eamonn McManus
ab227cb671
5072267: A way to communicate client context such as locale to the JMX server
...
Support for client contexts and also for localization of descriptions
Reviewed-by: dfuchs
2008-11-07 11:48:07 +01:00
Andrew Brygin
f0bc3cdc91
6541476: PNG imageio plugin incorrectly handles iTXt chunk
...
Reviewed-by: igor, prr
2008-11-01 20:42:18 +03:00
Eamonn McManus
5118c7cd7f
6766173: Spec should say that createMBean wraps a constructor RuntimeException in a RuntimeMBeanException
...
JMX spec clarification
Reviewed-by: dfuchs
2008-10-31 17:34:52 +01:00
Eamonn McManus
44dcc74e78
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
Documentation fixes, plus simple bugfix for 6759619.
Reviewed-by: dfuchs
2008-10-30 17:46:50 +01:00
Eamonn McManus
540b83b6b1
6763051: MXBean: Incorrect type names for parametrized dealing with arrays (openType)
...
6713777: developer diagnosability of errors in uncompliant mxbean interfaces
Reviewed-by: dfuchs
2008-10-28 18:21:36 +01:00
Lana Steuck
579cc2111a
Merge
2008-10-20 11:52:47 -07:00
Tim Bell
a9d034a33c
Merge
2008-10-17 16:45:36 -07:00
Tim Bell
ecacc1fb5f
Merge
2008-10-17 08:41:15 -07:00
Lana Steuck
fb52866502
Merge
2008-10-13 17:13:29 -07:00
Jennifer Godinez
2549cb015c
6732647: isAttributeValueSupported() is not consistant with getSupportedValues() for Copies, TEXT flavor
...
Reviewed-by: tdv, prr
2008-10-13 15:41:31 -07:00
Eamonn McManus
8fe5a021a3
6757225: MXBean: Incorrect type names for parametrized types, dealing with arrays
...
Reviewed-by: sjiang
2008-10-08 18:38:25 +02:00
Bradford Wetmore
c63de8e0a8
Merge
2008-10-06 09:17:35 -07:00
Tim Bell
1e22a7ec76
Merge
2008-10-04 22:48:54 -07:00
Xiomara Jayasena
6e86513c3a
6754988: Update copyright year
...
Update for files that have been modified starting July 2008
Reviewed-by: ohair, tbell
2008-10-02 19:58:32 -07:00
Lana Steuck
297ae75019
Merge
2008-09-24 08:14:37 -07:00
Eamonn McManus
6caae4568d
6750935: The expected NotCompliantMBeanException is not thrown for the custom MXBeanMappingFactory
...
6751872: MXBeanMappingFactory example says "implements" when it should be "extends"
Reviewed-by: dfuchs
2008-09-24 15:19:07 +02:00
Sean Mullan
c8a68bace6
6469266: Integrate Apache XMLSec 1.4.2 into JDK 7
...
Reviewed-by: valeriep
2008-09-22 10:43:17 -04:00
Shanliang Jiang
2e7b00b7d5
6697180: JMX query results in java.io.IOException: Illegal state - also a deadlock can also be seen
...
Reviewed-by: emcmanus
2008-09-22 15:43:12 +02:00
Daniel Fuchs
c3552d0201
6747983: jmx namespace: unspecified self-link detection logic
...
Reviewed-by: emcmanus
2008-09-12 19:06:38 +02:00
Eamonn McManus
a1e4e3ec94
6747411: EventClient causes thread leaks
...
Reworked thread management in EventClient and related classes.
Reviewed-by: sjiang, dfuchs
2008-09-12 15:17:52 +02:00
Pavel Porvatov
46533a9546
6587742: filling half of a JSlider's track is no longer optional
...
Now OceanTheme uses the JSlider.isFilled property like other themes
Reviewed-by: alexp
2008-09-10 19:16:14 +04:00
Daniel Fuchs
b2e851f920
6746754: jmx namespace: test for leading separator missing
...
6669137: RFE: InstanceNotFoundException should have a constructor that takes an ObjectName
6746796: jmx namespaces: Several tests are missing an @bug or @run keyword
Note on 6669137: first implementation of 6669137 was actually pushed with 5072476 - here we only have a small update and a test case. Also re-fixes 6737133: Compilation failure of test/javax/management/eventService/LeaseManagerDeadlockTest.java which had failed.
Reviewed-by: emcmanus, yjoan
2008-09-10 16:27:13 +02:00
Eamonn McManus
a4ef2ba11d
6734813: Provide a way to construct an ObjectName without checked exceptions
...
6746649: ObjectName constructors and methods declare unchecked exceptions in throws clauses
Reviewed-by: dfuchs
2008-09-10 13:36:47 +02:00
Daniel Fuchs
4e22cb6970
6745832: jmx namespaces: Some refactoring/commenting would improve code readability
...
Reviewed-by: emcmanus
2008-09-09 17:01:45 +02:00
Shanliang Jiang
ebdad848b8
6736611: [Evt Srv] EventSubscriber.unsubscribe removes other listeners
...
Reviewed-by: emcmanus
2008-09-09 14:17:29 +02:00
Daniel Fuchs
6b53043eea
5072476: RFE: support cascaded (federated) MBean Servers
...
6299231: Add support for named MBean Servers
New javax.management.namespace package.
Reviewed-by: emcmanus
2008-09-04 14:46:36 +02:00
Pavel Porvatov
4a2921184f
6278700: JSlider created with BoundedRangeModel fires twice when changed
...
Removed second registration of listener
Reviewed-by: peterz
2008-09-04 15:15:24 +04:00
Eamonn McManus
ab464bccd1
6744132: Spurious failures from test/javax/management/MBeanInfo/NotificationInfoTest.java
...
Reviewed-by: dfuchs
2008-09-03 14:31:17 +02:00
Eamonn McManus
fdfb7acee2
6405862: Allow CompositeType to have zero items
...
6737133: Compilation failure of test/javax/management/eventService/LeaseManagerDeadlockTest.java
6737140: Javadoc of some throw clauses of MBeanServer and MBeanServerConnection is garbled
6737143: createMBean of MBeanServer should acquire 2 extra throw clauses present in MBeanServerConnection
Reviewed-by: dfuchs
2008-09-02 14:14:05 +02:00
Eamonn McManus
50a610e81c
6731410: JMXServiceURL cannot use @ConstructorProperties for compatibility reasons
...
Reviewed-by: dfuchs
2008-09-01 17:11:58 +02:00
Peter Zhelezniakov
803014e138
5062055: JEditorPane HTML: HR-tag with attribute size=1px causes NumberFormatException
...
Wrapped parseInt() with try/catch
Reviewed-by: gsm
2008-09-01 15:21:46 +04:00
Pavel Porvatov
7861fdb862
6742358: MetalSliderUI paint wrong vertical disabled filled JSlider for DefaultMetalTheme
...
Corrected the method MetalSliderUI.paintTrack
Reviewed-by: malenkov
2008-08-29 18:58:17 +04:00
Pavel Porvatov
b4ad1bd707
6742490: JSlider tests are located in JFileChooser directory
...
Tests were moved to appropriate folder
Reviewed-by: peterz
2008-08-29 13:23:55 +04:00
Jennifer Godinez
ea4f164aae
6731826: race condition in UnixPrintServiceLookup
...
Reviewed-by: campbell, tdv
2008-08-19 16:04:06 -07:00
Swamy Venkataramanappa
f1f86e9fa2
6705893: javax.script tests should not require a js engine on OpenJDK
...
Fixed the tests to pass with open JDK.
Reviewed-by: darcy
2008-08-18 15:28:54 -07:00
Lana Steuck
189c383d48
Merge
2008-08-12 17:59:58 -07:00
Pavel Porvatov
3b50ea9003
6604281: NimbusL&F :Regression in Focus traversal in JFileChooser in pit build
...
Fixed calculation of preferred size in SynthButtonUI
Reviewed-by: loneid, peterz
2008-08-11 16:39:17 +04:00
Eamonn McManus
e2890ec21a
6610174: Improve CompositeDataSupport.toString when it includes arrays
...
Reviewed-by: dfuchs
2008-08-08 18:36:19 +02:00
Eamonn McManus
2d8b7bbf47
6334663: TabularDataSupport should be able to return values in the insertion order
...
Reviewed-by: dfuchs
2008-08-08 15:08:57 +02:00
Lana Steuck
6b68aa3dcb
Merge
2008-08-07 22:24:26 -07:00
Jennifer Godinez
3630a38b8f
6731937: javax/print/CheckDupFlavor.java fails
...
Reviewed-by: campbell, tdv
2008-08-07 11:19:06 -07:00
Eamonn McManus
e174ee8284
6733589: Intermittent failure of test/javax/management/eventService/SharingThreadTest.java
...
Reviewed-by: sjiang
2008-08-05 10:49:58 +02:00
Daniel Fuchs
3e4831d05d
6616825: JMX query returns no value in 1.0 compatibility mode - deserialization bug in readObject()
...
Reviewed-by: emcmanus
2008-07-31 17:38:55 +02:00
Shanliang Jiang
cf105cf085
5108776: Add reliable event handling to the JMX API
...
6218920
: API bug - impossible to delete last MBeanServerForwarder on a connector
Reviewed-by: emcmanus
2008-07-31 15:31:13 +02:00
Daniel Fuchs
22260fb95d
6689505: Improve MBeanServerNotification.toString
...
Reviewed-by: emcmanus
2008-07-31 14:20:11 +02:00
Daniel Fuchs
192678a793
6730926: Document that create/registerMBean can throw RuntimeMBeanException from postRegister
...
Reviewed-by: emcmanus
2008-07-31 12:41:35 +02:00
Igor Kushnirskiy
f7be937495
6608456: need API to define RepaintManager per components hierarchy
...
Reviewed-by: alexp
2008-07-25 11:32:12 -04:00
Sergey Malenkov
95dc5f8473
6707406: BasicColorChooserUI tests throw NPE while getColorSelectionModel if isPropertyChanged() returns true
...
Reviewed-by: peterz, rupashka
2008-07-24 17:30:59 +04:00
Mikhail Lapshin
c3732ffc5d
6725409: Unable to localize JInternalFrame system menu during run-time
...
Use of the static final constants replaced by direct calls of UIManager.getString().
Reviewed-by: alexp
2008-07-24 14:34:02 +04:00
Mikhail Lapshin
a44852b8fe
6607130: REGRESSION: JComboBox cell editor isn't hidden if the same value is selected with keyboard
...
JComboBox cell editor now hides if the same value is selected with keyboard
Reviewed-by: peterz, alexp
2008-07-21 19:58:43 +04:00
Sergey Malenkov
e91ae90285
6552812: Add HSL tab to JColorChooser
...
Reviewed-by: peterz, avu
2008-07-18 18:26:22 +04:00
Tim Bell
39285cadc4
Merge
2008-07-09 09:56:00 -07:00
Eamonn McManus
4333dd3520
6323980: Annotations to simplify MBean development
...
Reviewed-by: jfdenise, dfuchs
2008-07-09 10:36:07 +02:00
Mikhail Lapshin
1dce7af76f
6647340: Minimized JInternalFrame icons appear in incorrect positions if the main frame is resized
...
Now BasicInternalFrameUI and BasicDesktopIconUI both recalculate frame icon position
Reviewed-by: peterz
2008-07-07 16:56:23 +04:00
Tim Bell
d969562df7
Merge
2008-07-05 23:29:16 -07:00
Eamonn McManus
5967d518b5
6601652: MXBeans: no IllegalArgumentException in the ex. chain for SortedSet/Map with a non-null comparator()
...
Forward-port this bug fix from JDK 6
Reviewed-by: dfuchs, lmalvent
2008-07-04 18:55:37 +02:00
Xiomara Jayasena
2617d1d179
6719955: Update copyright year
...
Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell
2008-07-02 12:55:45 -07:00
Sergey Malenkov
ef9b3891fc
6718965: Swing color chooser tests should be open source
...
Reviewed-by: peterz
2008-06-26 15:39:12 +04:00
Sergey Malenkov
9d7b3f41e0
6718964: Swing border tests should be open source
...
Reviewed-by: peterz
2008-06-26 15:11:04 +04:00
Tim Bell
1baead8a01
Merge
2008-06-25 16:44:55 -07:00
Lana Steuck
68717f2b81
Merge
2008-06-18 13:05:16 -07:00
Tim Bell
e23242de59
Merge
2008-06-06 15:16:19 -07:00
Tim Bell
21953a51cd
Merge
2008-06-05 17:43:14 -07:00
Eamonn McManus
dfe323d640
6562936: Support custom type mappings in MXBeans
...
Reviewed-by: dfuchs
2008-06-05 13:42:47 +02:00
Eamonn McManus
e01cfb7fa8
6701498: Change JMX query language to use * and ? as wildcards rather than % and _
...
Reviewed-by: dfuchs
2008-06-05 13:40:09 +02:00
Lana Steuck
093ae7bee7
Merge
2008-06-03 11:18:33 -07:00
Pavel Porvatov
cda549c2c2
4987336: JSlider doesn't show label's animated icon
...
JSlider registers as an image observer of label's icon
Reviewed-by: alexp
2008-06-03 18:00:04 +04:00
Daniel Fuchs
eaa732b2fd
6673853: LegacyIntrospectorTest is testing an old deprecated com.sun API not present in OpenJDK
...
Removed test from open test suite - the corresponding deprecated legacy API is not in open source tree
Reviewed-by: emcmanus
2008-05-29 15:33:14 +02:00
Mikhail Lapshin
44b0d9abbe
6694823: A popup menu can be partially hidden under the task bar in applets
...
In applets popup menu is shifted above the task bar
Reviewed-by: peterz
2008-05-26 17:58:09 +04:00
Tim Bell
b8e714ecd0
Merge
2008-05-22 15:58:48 -07:00
Phil Race
a2ffb58a98
Merge
2008-05-19 15:33:24 -07:00
Tim Bell
8b3c7a86d6
Merge
2008-05-16 12:25:57 -07:00
Eamonn McManus
b57cf5b990
6703552: Missing files from changeset for 6701459
...
Previous push missed a small number of files.
Reviewed-by: dfuchs
2008-05-16 11:34:34 +02:00
Sergey Malenkov
99f494c8ee
6348456: BasicColorChooserUI ignores JColorChooser selection model changes
...
Some methods are moved from AbstractColorChooserPanel to BasicColorChooserUI
Reviewed-by: peterz, alexp
2008-05-07 21:54:03 +04:00
Sergey Malenkov
cc169e2b9d
6625450: javax.swing.border.TitledBorder.getBaseline() doesn't throw IAE when width is < 0
...
Necessary check is added
Reviewed-by: peterz, alexp
2008-05-07 16:08:31 +04:00
Pavel Porvatov
f8f23e46ab
6688203: Memory leak and performance problems in the method getFileSystemView of FileSystemView
...
Removed from the "FileSystemView#getFileSystemView" method creation of a new listener and adding it to UIManager
Reviewed-by: peterz
2008-05-01 14:47:50 +04:00
Valerie Peng
c2d32a0f1b
6695818: New regression test (KerberosTixDateTest) for Kerberos failing on (probably) all platforms
...
Reviewed-by: mullan
2008-04-30 11:10:33 -07:00
Mikhail Lapshin
e7c50a0d25
Merge
2008-04-30 08:23:31 -07:00
Mikhail Lapshin
fc405f63c8
Merge
2008-04-30 07:03:08 -07:00
Mikhail Lapshin
92019e467c
6690791: Even more ClassCasetException with TrayIcon
...
Event.getComponent() is used unstead of (Component)event.getSource()
Reviewed-by: peterz
2008-04-30 13:19:26 +04:00
Pavel Porvatov
f09d6c6ac3
6524424: JSlider Clicking In Tracks Behavior Inconsistent For Different Tick Spacings
...
JSlider should use minimal tick space in SnapToTicks mode
Reviewed-by: peterz
2008-04-30 12:32:05 +04:00
Phil Race
cb5a8e47fb
6664915: SecurityException using javax.print APIs when queuePrintJob permission is granted
...
Reviewed-by: tdv, jgodinez
2008-04-28 11:06:18 -07:00
Pavel Porvatov
9d90ce5781
4252173: Inability to reuse the HorizontalSliderThumbIcon
...
Removed casting component to JSlider from MetalIconFactory
Reviewed-by: alexp
2008-04-28 17:17:45 +04:00
Valerie Peng
818282ec8c
6659990: KerberosTicket.getEndTime does not copy date (findbugs)
...
Reviewed-by: mullan
2008-04-25 15:24:48 -07:00
Mikhail Lapshin
2b028bddc7
Merge
2008-04-24 05:58:57 -07:00
Bradford Wetmore
f1e72f0012
Merge
2008-04-23 10:20:34 -07:00
Mikhail Lapshin
8dff6c648b
6691503: Malicious applet can show always-on-top popup menu which has whole screen size
...
The fix for 6675802 is replaced by a try-catch clause that catches SequrityExceptions for applets.
Reviewed-by: alexp
2008-04-23 18:06:34 +04:00
Eamonn McManus
1ca7f71818
6692027: Custom subclasses of QueryEval don't serialize
...
Remove non-public superclass of QueryEval
Reviewed-by: dfuchs
2008-04-22 18:58:40 +02:00
Mikhail Lapshin
7cc4f58228
6675802: Regression: heavyweight popups cause SecurityExceptions in applets
...
The problem code in Popup class is surrounded by AccessController.doPrivileged()
Reviewed-by: alexp
2008-04-18 18:21:02 +04:00
Bradford Wetmore
a7affccf50
Merge
2008-04-17 16:56:11 -07:00
Mikhail Lapshin
697620a8bb
6612531: api/javax_swing/ScrollPaneLayout/index.html#xxxLayoutSize (ScrollPaneLayout2024) throws NPE
...
Added a check for the NPE
Reviewed-by: alexp
2008-04-14 16:41:00 +04:00
Weijun Wang
c5757d6fbd
6675606: javax.security.auth.login.Configuration does not recognize path with spaces
...
Reviewed-by: chegar, xuelei
2008-04-10 19:58:48 +08:00
Bradford Wetmore
bbe29fa484
Merge
2008-04-07 14:19:23 -07:00
Peter Zhelezniakov
a61087c762
4714674: JEditorPane.setPage(url) blocks AWT thread when HTTP protocol is used
...
Both POST and GET can now be processed asynchronously; PageLoader refactored
Reviewed-by: gsm
2008-04-03 16:41:43 +04:00
Eamonn McManus
332059a555
6610917: Define a generic NotificationFilter
...
Adds javax.management.QueryNotificationFilter
Reviewed-by: dfuchs
2008-04-01 14:45:23 +02:00
Valerie Peng
3470103a93
6681652: Two new regression test failures in pkcs11 code
...
Fixed the test to not assume SunJCE provider being the provider for DES
Reviewed-by: wetmore
2008-03-31 11:09:57 -07:00
Eamonn McManus
bca4fce00a
6675768: NoSuchElementException thrown in RequiredModelMBean when tracing enabled
...
Rewrite logging in RequiredModelMBean.addAttributeChangeNotificationListener
Reviewed-by: dfuchs
2008-03-19 15:17:22 +01:00
Sean Mullan
aa16afbf77
Merge
2008-03-14 10:33:21 -04:00
Sean Mullan
cf50796ba5
6611991: Add support for parsing RFC4514 DNs to X500Principal
...
Added new test and made one code change to escape null characters.
Reviewed-by: vinnie
2008-03-13 13:29:27 -04:00
Eamonn McManus
5cd758db4c
6670375: Missing unit test for 6607114 (Make JMXServiceURL reconstructible)
...
Current setup doesn't allow two pushes with same CR number
Reviewed-by: dfuchs
2008-03-03 15:44:50 +01:00
Eamonn McManus
104cc86359
6602310: Extensions to Query API for JMX 2.0
...
6604768: IN queries require their arguments to be constants
New JMX query language and support for dotted attributes in queries.
Reviewed-by: dfuchs
2008-03-03 10:32:38 +01:00
J. Duke
319a3b9947
Initial load
2007-12-01 00:00:00 +00:00