All work
- Performance improvements for partitions-MMCOMB-12
- Fix incorrect results, overflow in partitions-MMCOMB-11Resolved issue: MCOMB-11
- Allow maps as multi-setsMCOMB-10Mark Engelberg
- WARNING: clojure.math.combinatorics/lex-permutations is deprecated. at line 278 resources\test\out\clojure\math\combinatorics.cljcMCOMB-9Resolved issue: MCOMB-9Mark Engelberg
- Better support for setsMCOMB-8Mark Engelberg
- Fix reflection errorsMCOMB-7Resolved issue: MCOMB-7Mark Engelberg
- Support ClojureScript by converting from CLJ to CLJCMCOMB-6Mark Engelberg
- Exclude `update` in :refer-clojure for Clojure 1.7.0 compatibilityMCOMB-5Resolved issue: MCOMB-5Mark Engelberg
- Performance enhancement for sorted-numbers?MCOMB-4Resolved issue: MCOMB-4Mark Engelberg
- Please add project.cljMCOMB-3Resolved issue: MCOMB-3Mark Engelberg
- OutOfMemory Error with combinatorics/subsetsMCOMB-2Resolved issue: MCOMB-2Mark Engelberg
- math.combinatorics README should be updated to conform to contrib standardMCOMB-1Resolved issue: MCOMB-1Mark Engelberg
12 of 12
Allow jmx values created by library to be updated
Completed
Description
Environment
None
Attachments
3
Details
Assignee
UnassignedUnassignedReporter
Michael NussbaumMichael NussbaumApproval
AcceptedPatch
Code and TestPriority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Michael Nussbaum
Michael NussbaumApproval
Accepted
Patch
Code and Test
Priority
Created February 6, 2015 at 5:23 PM
Updated November 27, 2017 at 10:35 PM
Resolved November 27, 2017 at 10:35 PM
Activity
Show:
Nick BaileyNovember 27, 2017 at 8:22 PM
Hmm the ticket here addressed the case of updating beans within the existing jvm but not beans exposed from another jvm. We should definitely address that, would you mind filing a new ticket?
Juraj MartinkaNovember 26, 2017 at 2:36 AM
For the attribute to be writable via JMX it has to be set as writable - see build-attribute-info.
I cannot find a way how to achieve that with current implementation/api.
What was the intended usage pattern in this case?
Is it ok to update implementation to make attributes writable by default?
Nick BaileyApril 7, 2015 at 10:11 PM
Committed.
Michael NussbaumApril 1, 2015 at 12:01 AM
Looks good to me! Thanks for making the change, didn't know about `await`.
Implements `setAttribute` and `setAttributes` on `clojure.java.jmx.Bean`, allowing mbean created by the library to have their values updated. Updates are applies to the state with `merge`.