Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 79c82a527cfdbb9896f4514c1a7a55d8565e5d57
https://github.com/xwiki/xwiki-rendering/commit/79c82a527cfdbb9896f4514c1a7…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-04 (Wed, 04 Jun 2025)
Changed paths:
M xwiki-rendering-wikimodel/src/main/javacc/XWiki20Scanner.jj
M xwiki-rendering-wikimodel/src/main/javacc/XWiki21Scanner.jj
Log Message:
-----------
XRENDERING-789: The XWiki syntax parser shouldn't use String#replaceAll
* Replace "replaceAll" by "replace" which is equivalent as the passed
pattern in fact isn't a regular expression.
(cherry picked from commit b055645c0720b8ef4303419a0917e67513c5f25a)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 4e0f03963dacdad52917176df80c0cb9fab6fb1d
https://github.com/xwiki/xwiki-rendering/commit/4e0f03963dacdad52917176df80…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-04 (Wed, 04 Jun 2025)
Changed paths:
M xwiki-rendering-wikimodel/src/main/javacc/XWiki20Scanner.jj
M xwiki-rendering-wikimodel/src/main/javacc/XWiki21Scanner.jj
Log Message:
-----------
XRENDERING-789: The XWiki syntax parser shouldn't use String#replaceAll
* Replace "replaceAll" by "replace" which is equivalent as the passed
pattern in fact isn't a regular expression.
(cherry picked from commit b055645c0720b8ef4303419a0917e67513c5f25a)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-rendering
Commit: b055645c0720b8ef4303419a0917e67513c5f25a
https://github.com/xwiki/xwiki-rendering/commit/b055645c0720b8ef4303419a091…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-04 (Wed, 04 Jun 2025)
Changed paths:
M xwiki-rendering-wikimodel/src/main/javacc/XWiki20Scanner.jj
M xwiki-rendering-wikimodel/src/main/javacc/XWiki21Scanner.jj
Log Message:
-----------
XRENDERING-789: The XWiki syntax parser shouldn't use String#replaceAll
* Replace "replaceAll" by "replace" which is equivalent as the passed
pattern in fact isn't a regular expression.
Commit: 65927ea14c9bbdb360cd529dfdb7d2c23a699f3c
https://github.com/xwiki/xwiki-rendering/commit/65927ea14c9bbdb360cd529dfdb…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-04 (Wed, 04 Jun 2025)
Changed paths:
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-plain/src/main/java/org/xwiki/rendering/internal/parser/plain/PlainTextStreamParser.java
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/main/java/org/xwiki/rendering/internal/renderer/xwiki20/reference/XWikiSyntaxResourceRenderer.java
Log Message:
-----------
XRENDERING-790: The plain text parser shouldn't use regular expressions to detect special characters
* Replace the regular expression with a BitSet.
* Improve code style by using isEmpty instead of length() > 0.
Compare: https://github.com/xwiki/xwiki-rendering/compare/40cca7472b4c...65927ea14c9b
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications