Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump de.jflex:jflex-maven-plugin from 1.8.2 to 1.9.1 #194

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2023

Bumps de.jflex:jflex-maven-plugin from 1.8.2 to 1.9.1.

Release notes

Sourced from de.jflex:jflex-maven-plugin'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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 19, 2023
@rfscholte
Copy link
Collaborator

@dependabot rebase

Bumps [de.jflex:jflex-maven-plugin](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-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/master/de.jflex-jflex-maven-plugin-1.9.1 branch from ec43f55 to d5c53ad Compare November 16, 2024 14:13
@rfscholte rfscholte merged commit 833b485 into master Nov 16, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/maven/master/de.jflex-jflex-maven-plugin-1.9.1 branch November 16, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant