[xwiki-contrib/application-releasenotes] 245ea5: RN-116: A filter value whose comparison operator i...
Branch: refs/heads/RN-116 Home: https://github.com/xwiki-contrib/application-releasenotes Commit: 245ea59c13f0d20a7dcdf2ef4c31887fcf492d24 https://github.com/xwiki-contrib/application-releasenotes/commit/245ea59c13f... Author: Vincent Massol <[email protected]> Date: 2026-09-09 (Wed, 09 Sep 2026) Changed paths: M application-releasenotes-api/src/main/java/org/xwiki/contrib/releasenotes/internal/DefaultChangeQueryParser.java M application-releasenotes-api/src/test/java/org/xwiki/contrib/releasenotes/internal/DefaultChangeQueryParserTest.java Log Message: ----------- RN-116: A filter value whose comparison operator is preceded by a space is read as a pattern * Trim each value of a filter before looking for the operator it is prefixed with, so that a comparison written after a space is read as the comparison it is. The value was trimmed only after the operator had been looked for, so "8.3%, >=9.0" asked for the versions like the text ">=9.0", which matches no change and says nothing about it. * Assert the operator on its own in the new test: a pattern of a comparison and the comparison itself are written the same way, so a failure comparing whole filters is unreadable. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-releasenotes/settings/notificat...
participants (1)
-
XWiki Notifications