modules/core/domain/intentional-api-changes-since-4.5.1.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
New commits: commit 1769169f2126bc78cc5b237a818f2bd703d2ea83 Author: Jay Shaughnessy jshaughn@redhat.com Date: Thu Dec 20 12:32:28 2012 -0500
Add API diff clirr exclusion
diff --git a/modules/core/domain/intentional-api-changes-since-4.5.1.xml b/modules/core/domain/intentional-api-changes-since-4.5.1.xml index ff10f26..d7d376a 100644 --- a/modules/core/domain/intentional-api-changes-since-4.5.1.xml +++ b/modules/core/domain/intentional-api-changes-since-4.5.1.xml @@ -17,5 +17,14 @@ <justification> A few sort specifiers that were actually in error and if used would have produced a downstream error. </justification> - </difference> + </difference> + <difference> + <className>org/rhq/core/domain/alert/composite/AlertConditionAvailabilityCategoryComposite</className> + <differenceType>7004</differenceType><!-- num argments changed --> + <method>AlertConditionAvailabilityCategoryComposite(*)</method> + <justification> + This composite is not exposed remotely. The previous constructor signature was missing an argument + required for correct behavior. See BZ 888927. + </justification> + </difference> </differences>
rhq-commits@lists.fedorahosted.org