Description of problem: - Currently in BRMS 6.0.x users are not able to use Map/List with generics when having a "modify()" on RHS . It has been addressed and fixed in this JIRA [1] already. Could this feature be made available in BRMS 6 releases as well? [1] https://issues.jboss.org/browse/DROOLS-493 Version-Release number of selected component (if applicable): - BRMS 6.0.2 How reproducible: - always Steps to Reproduce: 1. Please execute the test case described in this JIRA [https://issues.jboss.org/browse/DROOLS-493] . 2. 3. Actual results: - Exception is thrown saying " Unable to find class 'Map<String,String>']]" Expected results: - Rule should be fired Additional info: - NA
As requested by GSS, this will be backported to product 6.0.x branch for future delivery via patch.
Fixed by https://github.com/droolsjbpm/drools/commit/26894361ed1fffab739052beeb9809cbc158d739
Cherry-picked to 6.0.x branch with https://github.com/droolsjbpm/drools/commit/19338a9f93c85821c63a177ac6f3806f9dee1a8d
Verified on BRMS 6.0.3 Roll-up #1 and BRMS 6.1.0.DR4.