dependabot[bot] opened a new pull request, #14583: URL: https://github.com/apache/lucene/pull/14583
Bumps [de.jflex:jflex](https://github.com/jflex-de/jflex) from 1.8.2 to 1.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jflex-de/jflex/releases">de.jflex:jflex's releases</a>.</em></p> <blockquote> <p>JFlex 1.9.1 is a small bugfix release:</p> <ul> <li>fix negated char classes with overlapping content (<a href="https://redirect.github.com/jflex-de/jflex/issues/1065">#1065</a>, <a href="https://redirect.github.com/jflex-de/jflex/issues/1066">#1066</a>): Expressions such as <code>[^\s\n]</code> were translated incorrectly, because <code>\s</code> and <code>\n</code> overlap and the negation operator <code>^</code> in version 1.9.0 did not handle this case correctly.</li> </ul> <p>JFlex 1.9.0 is a feature release with slight performance improvements in the scanning engine. It also fixes all known bugs of version 1.8.2.</p> <h3>New features</h3> <ul> <li>add optional token limit size (<a href="https://redirect.github.com/jflex-de/jflex/issues/1045">#1045</a>, <a href="https://redirect.github.com/jflex-de/jflex/issues/197">#197</a>)</li> <li>warn for unicode escapes that are too long (<a href="https://redirect.github.com/jflex-de/jflex/issues/1042">#1042</a>)</li> <li>directives and command line switches for enabling/disabling JFlex warnings (<a href="https://redirect.github.com/jflex-de/jflex/issues/1020">#1020</a>)</li> <li>allow custom annotations such as <code>@SuppressWarnings</code> (<a href="https://redirect.github.com/jflex-de/jflex/issues/1027">#1027</a>, <a href="https://redirect.github.com/jflex-de/jflex/issues/762">#762</a>)</li> <li>increase maximum supported DFA size to about 2^32 states (<a href="https://redirect.github.com/jflex-de/jflex/issues/1003">#1003</a>, <a href="https://redirect.github.com/jflex-de/jflex/issues/952">#952</a>)</li> <li>better error reporting for character classes (<a href="https://redirect.github.com/jflex-de/jflex/issues/996">#996</a>, <a href="https://redirect.github.com/jflex-de/jflex/issues/888">#888</a>, <a href="https://redirect.github.com/jflex-de/jflex/issues/939">#939</a>)</li> <li>allow comments after <code>%yylexthrow</code> (<a href="https://redirect.github.com/jflex-de/jflex/issues/794">#794</a>)</li> <li>make maven build reproducible (<a href="https://redirect.github.com/jflex-de/jflex/issues/765">#765</a>)</li> </ul> <h3>Fixed bugs</h3> <ul> <li>make character classes more robust (<a href="https://redirect.github.com/jflex-de/jflex/issues/985">#985</a>, <a href="https://redirect.github.com/jflex-de/jflex/issues/974">#974</a>, <a href="https://redirect.github.com/jflex-de/jflex/issues/986">#986</a>)</li> <li>fix NullPointerException when generating dot files (<a href="https://redirect.github.com/jflex-de/jflex/issues/769">#769</a>)</li> </ul> <h3>Other</h3> <ul> <li>update dependencies</li> <li>more and better property-based tests (<a href="https://redirect.github.com/jflex-de/jflex/issues/953">#953</a>)</li> <li>use SPDX license identifiers</li> <li>avoid use of <code>createTempDir()</code> (was used in tests only)</li> <li>migrate CI to GitHub actions</li> <li>migrate most tests to bazel</li> <li>improve test suite to work on non-US locales</li> <li>fix example file name for minijava example</li> <li>improved simple.flex example</li> </ul> <p>More comprehensive list in <a href="https://github.com/jflex-de/jflex/milestone/17?closed=1">milestone 1.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jflex-de/jflex/commit/7b36a83dfb4502c69a7da09cfd15db9c8dd5b701"><code>7b36a83</code></a> docs: fix manual version</li> <li><a href="https://github.com/jflex-de/jflex/commit/cf0a5eb2a9e78cc438d0bc95d20fe5d8f11b2209"><code>cf0a5eb</code></a> bump version: JFlex 1.9.1-SNAPSHOT -> 1.9.1</li> <li><a href="https://github.com/jflex-de/jflex/commit/66aefc93dd66dfcc25dfbbcb087bc4159e1d2940"><code>66aefc9</code></a> cup-maven-plugin: skip deployment if nothing has changed</li> <li><a href="https://github.com/jflex-de/jflex/commit/a1dab3e338b69628a5bd4a203b0e867aca34895a"><code>a1dab3e</code></a> benchmark: do not deploy with the rest of jflex</li> <li><a href="https://github.com/jflex-de/jflex/commit/f50aaac542ac250027188171e2454fff1cb3200e"><code>f50aaac</code></a> docs: add line breaks for clean latex build</li> <li><a href="https://github.com/jflex-de/jflex/commit/05d9d18ad02dc5f84c72e5ec04ff86fd574a01f2"><code>05d9d18</code></a> docs: update release date</li> <li><a href="https://github.com/jflex-de/jflex/commit/819a6d9c3c6f18818ff6f26e8fd81b9dd0dd4811"><code>819a6d9</code></a> RELEASE.md: checklist items for the manual</li> <li><a href="https://github.com/jflex-de/jflex/commit/95f7f942ab0c705f1dee0e192b84d4d638852b4f"><code>95f7f94</code></a> scripts: add examples/simple/README.md; remove obsolete</li> <li><a href="https://github.com/jflex-de/jflex/commit/d7dc099a8b72ef558d72de1fb47e4efc0acc1f94"><code>d7dc099</code></a> clean up RELEASE.md</li> <li><a href="https://github.com/jflex-de/jflex/commit/92462595a03f80115ffe227d3889908e4a3d8ae9"><code>9246259</code></a> update changelog for 1.9.1</li> <li>Additional commits viewable in <a href="https://github.com/jflex-de/jflex/compare/v1.8.2...v1.9.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org