Branch: refs/heads/master Home: https://github.com/rhq-project/rhq Commit: 21bb0b230d2905eb566474854c0ae2477ccf819f https://github.com/rhq-project/rhq/commit/21bb0b230d2905eb566474854c0ae2477c... Author: Libor Zoubek lzoubek@redhat.com Date: 2014-04-04 (Fri, 04 Apr 2014)
Changed paths: M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/resource/group/definition/framework/test/ExpressionEvaluatorTest.java M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/group/definition/framework/ExpressionEvaluator.java
Log Message: ----------- [BZ 1080909] DynaGroup expression evaluator is not strict when grouping by resource configuration property
Dynagroup expressions using pluginConfiguration[prop] or resourceConfiguratoin[prop] will now be matched 'strict' to property name. Strict match in means resulting SQL would be 'simple.name = :argX' instead of original 'simple.name LIKE :argX'.
Commit: 4c111ac43c9b49d1ffe5ef35a307506aae6fd5d0 https://github.com/rhq-project/rhq/commit/4c111ac43c9b49d1ffe5ef35a307506aae... Author: Heiko W. Rupp hwr@pilhuhn.de Date: 2014-04-22 (Tue, 22 Apr 2014)
Changed paths: M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/resource/group/definition/framework/test/ExpressionEvaluatorTest.java M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/group/definition/framework/ExpressionEvaluator.java
Log Message: ----------- Merge pull request #16 from lzoubek/bugs/1080909
[BZ 1080909] DynaGroup expression evaluator is not strict when grouping by resource configuration property
Compare: https://github.com/rhq-project/rhq/compare/44960d453e64...4c111ac43c9b
rhq-commits@lists.fedorahosted.org