diff options
author | Jim Hahn <jrh3@att.com> | 2020-05-13 12:55:37 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-05-13 13:22:34 -0400 |
commit | d8542b5a55d19584454215cd22d2f86cfb30e0a6 (patch) | |
tree | 53ab9442e90c3be4465fe5fbd8c5dcc1738f076e /LICENSE.txt | |
parent | 27e9926b266785f5173776d2cd33813568c0d2b3 (diff) |
Handle duplicate events in drools-apps
Modified the frankfurt rules to compare the event objects instead of
comparing the request ID when determining if an event is new. The
event object's equals() method ignores the request ID when doing the
comparison, thus it will treat an event as a duplicate even if the
request ID is different, which is the behavior we want.
Also removed the @Ignore from the junit that tests for duplicate
events in the hope that this change will fix it. If the docker build
still breaks, then @Ignore can be added back in.
Issue-ID: POLICY-2557
Change-Id: If2b9fd26473d78a356218b951bfe160f93daeb32
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'LICENSE.txt')
0 files changed, 0 insertions, 0 deletions