v7.4.11
github-actions
released this
01 Aug 16:27
·
701 commits
to master
since this release
v7.4.11
-
Issue #4394 : Fix a bug that was causing stepping filters to ignore the top level null prefixed namespace (e.g.
xmlns="event-logging:3"
. This meant all elements in the xpath had to be fully qualified. -
Issue #4395 : Fix ClassCastException when using a stepping xpath filter that returns something other than a list of nodes, e.g. a double, long, boolean, etc.. This means you can now do something like
/Events/Event/Meta/sm:source/sm:recordNo > 2
equals
true
, or/Events/Event/Meta/sm:source/sm:recordNo mod 2
equals
0
.