Bug 1033553
Summary: | Remove EmsAttibute.valueHistory | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Heiko W. Rupp <hrupp> | ||||
Component: | Performance, Plugins | Assignee: | Heiko W. Rupp <hrupp> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.9 | CC: | hrupp | ||||
Target Milestone: | --- | ||||||
Target Release: | RHQ 4.11 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-07-21 10:14:02 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1069642 | ||||||
Attachments: |
|
Description
Heiko W. Rupp
2013-11-22 11:28:19 UTC
Created attachment 836338 [details]
Diff to illustrate the change
Before we remove something like this from a third party library which we don't own, we'll need to talk to that project's community and owner. That attribute could be used for other things (I know MC4J uses EMS as well, it perhaps is using this attribute?) I have forked ems into https://github.com/rhq-project/ems and applied the patch, as well as a patch to DMBean that lazily allocates the collections for attributes, operations and notifications and also removes a redundant collection of operations. A "standard" maven build seems not enough, as ems does some magic like including the -impl jar inside the jar and also including some strange mx4j libs, where it is not clear how/if they are used at all. Running "ant install" will build the "correct" jar though. A "standard" maven build seems not enough, as ems does some magic like including the -impl jar inside the jar and also including some strange mx4j libs, where it is not clear how/if they are used at all. Running "ant install" will build the "correct" jar though. New ems version is now in https://github.com/rhq-project/ems Pushed a pull-request at https://github.com/rhq-project/rhq/pull/20 This was merged as 5e16dabce29a28d5ac7704483711865dd02e1f85 into master Bulk closing of RHQ 4.11 issues, now that RHQ 4.12 is out. If you find an issue with those, please open a new BZ, linking to the old one. |