Skip to content

deps(java): bump de.jflex:jflex from 1.8.2 to 1.9.1#14583

Merged
rmuir merged 4 commits intomainfrom
dependabot/gradle/de.jflex-jflex-1.9.1
May 12, 2025
Merged

deps(java): bump de.jflex:jflex from 1.8.2 to 1.9.1#14583
rmuir merged 4 commits intomainfrom
dependabot/gradle/de.jflex-jflex-1.9.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2025

Bumps de.jflex:jflex from 1.8.2 to 1.9.1.

Release notes

Sourced from de.jflex:jflex's releases.

JFlex 1.9.1 is a small bugfix release:

  • fix negated char classes with overlapping content (#1065, #1066): Expressions such as [^\s\n] were translated incorrectly, because \s and \n overlap and the negation operator ^ in version 1.9.0 did not handle this case correctly.

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.

New features

  • add optional token limit size (#1045, #197)
  • warn for unicode escapes that are too long (#1042)
  • directives and command line switches for enabling/disabling JFlex warnings (#1020)
  • allow custom annotations such as @SuppressWarnings (#1027, #762)
  • increase maximum supported DFA size to about 2^32 states (#1003, #952)
  • better error reporting for character classes (#996, #888, #939)
  • allow comments after %yylexthrow (#794)
  • make maven build reproducible (#765)

Fixed bugs

  • make character classes more robust (#985, #974, #986)
  • fix NullPointerException when generating dot files (#769)

Other

  • update dependencies
  • more and better property-based tests (#953)
  • use SPDX license identifiers
  • avoid use of createTempDir() (was used in tests only)
  • migrate CI to GitHub actions
  • migrate most tests to bazel
  • improve test suite to work on non-US locales
  • fix example file name for minijava example
  • improved simple.flex example

More comprehensive list in milestone 1.9.0

Commits
  • 7b36a83 docs: fix manual version
  • cf0a5eb bump version: JFlex 1.9.1-SNAPSHOT -> 1.9.1
  • 66aefc9 cup-maven-plugin: skip deployment if nothing has changed
  • a1dab3e benchmark: do not deploy with the rest of jflex
  • f50aaac docs: add line breaks for clean latex build
  • 05d9d18 docs: update release date
  • 819a6d9 RELEASE.md: checklist items for the manual
  • 95f7f94 scripts: add examples/simple/README.md; remove obsolete
  • d7dc099 clean up RELEASE.md
  • 9246259 update changelog for 1.9.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [de.jflex:jflex](https://github.com/jflex-de/jflex) from 1.8.2 to 1.9.1.
- [Release notes](https://github.com/jflex-de/jflex/releases)
- [Changelog](https://github.com/jflex-de/jflex/blob/master/RELEASE.md)
- [Commits](jflex-de/jflex@v1.8.2...v1.9.1)

---
updated-dependencies:
- dependency-name: de.jflex:jflex
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/de.jflex-jflex-1.9.1 branch from afd7769 to 49b0a0d Compare April 30, 2025 01:21
@rmuir
Copy link
Member

rmuir commented Apr 30, 2025

ecj is angry about the generated code. They removed some @SuppressWarnings?

@rmuir
Copy link
Member

rmuir commented Apr 30, 2025

i'm gonna circle back to this one, just need a better plan than iterating with ./gradlew regenerate --rerun-all-tasks :) Can probably just try to iterate with StandardTokenizer: the 12GB DFA makes the process painful.

@rmuir rmuir merged commit e54c1bc into main May 12, 2025
8 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/de.jflex-jflex-1.9.1 branch May 12, 2025 00:13
weizijun added a commit to weizijun/lucene that referenced this pull request May 16, 2025
* main: (31 commits)
  Fix termination condition in TestStressNRTReplication. (apache#14665)
  deps(java): bump com.gradle.develocity from 3.19 to 3.19.2 (apache#14662)
  Build: remove hard-coded Java versions from ecj.javadocs.prefs (apache#14651)
  Update verifier comment to show label (apache#14658)
  Catch and re-throw Throwable rather than using a success boolean (apache#14633)
  Mention label in changelog verifier comment (apache#14656)
  Enable PR actions in changelog verifier (apache#14644)
  Fix FuzzySet#getEstimatedNumberUniqueValuesAllowingForCollisions to properly account for hashCount (apache#14614)
  Don't perform additional KNN querying after timeout, fixes apache#14639 (apache#14640)
  Add instructions to help/IDEs.txt for VSCode and Neovim (apache#14646)
  build(deps): bump ruff from 0.11.7 to 0.11.8 in /dev-tools/scripts (apache#14603)
  deps(java): bump de.jflex:jflex from 1.8.2 to 1.9.1 (apache#14583)
  Use the preload hint on completion fields and memory terms dictionaries. (apache#14634)
  Clean up FileTypeHint a bit. (apache#14635)
  Expressions: Improve test to use a fully private class or method
  Remove deprecations in expressions (apache#14641)
  removing constructor with deprecated attribute 'onlyLongestMatch (apache#14356)
  Moving CHANGES entry for apache#14609 from 11.0 to 10.3 (apache#14638)
  Overrides rewrite in PointRangeQuery to optimize AllDocs/NoDocs cases (apache#14609)
  Adding benchmark for histogram collector over point range query (apache#14622)
  ...

# Conflicts:
#	lucene/CHANGES.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant