Skip to content
This repository was archived by the owner on Jul 16, 2022. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps dsl4j from 0.4.5 to 0.5.2.

Changelog

Sourced from dsl4j's changelog.

[0.5.2]

Added

  • Support dictionary encoded with UTF-16BE(Big Endian)(#73)

[0.5.1]

Fixed

  • Bump dictzip@0.12.2(#72)
    • Fux out of bound error(#69)

Changed

  • Raise UnsupportedEncodingException for UTF16-BE files(#69,#73)
  • Check mandatory property after reading header(#70)

[0.5.0]

Changed

  • Behavior change
    • Now returns head words with subentry key when exist
  • Index cache file format
    • cache file version raised to v2
    • extend to hold head word block's offset and size
  • Bump versions
    • spotbugs@5.0.6
    • spotless@6.3.0
    • dictzip@0.12.1
  • Rewrite dictionary entries loader
    • Allow UTF-16LE without BOM
    • Allow LF line terminators with UTF-16LE
    • Support records without empty line separator
    • Handle comment only head word line
    • Accept UTF-8 with BOM
    • Improve metadata loading

Added

  • Update README
    • support matrix
    • Unsupported syntax
  • Update test cases
    • test data variations
    • test case with proprietary data

Removed

  • StreamSearcher class
Commits
  • 819bca2 Release v0.5.2
  • 78e91e7 Merge pull request #74 from eb4j/topic/miurahr/support-utf16be
  • b82bd57 Support UTF16-BE dictionary
  • d99858a Release v0.5.1
  • a2ffa46 README: express UTF-16BE is unsupported
  • 0dad070 Merge pull request #73 from eb4j/topic/miurahr/encoding/detect-utf16be
  • d4bce48 Test: check exception for unsupported UTF-16BE
  • 0af6d29 Detect unsupported UTF-16BE encoding and throw proper exception
  • 547ca0e Merge pull request #70 from eb4j/topic/miurahr/check-mandatory-property-nonnull
  • 47f18fa Null check for mandatory property fields
  • 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 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 [dsl4j](https://github.com/eb4j/dsl4j) from 0.4.5 to 0.5.2.
- [Release notes](https://github.com/eb4j/dsl4j/releases)
- [Changelog](https://github.com/eb4j/dsl4j/blob/main/CHANGELOG.md)
- [Commits](eb4j/dsl4j@v0.4.5...v0.5.2)

---
updated-dependencies:
- dependency-name: io.github.eb4j:dsl4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 2, 2022
@miurahr miurahr merged commit 59dd94e into main Mar 3, 2022
@dependabot dependabot bot deleted the dependabot/gradle/io.github.eb4j-dsl4j-0.5.2 branch March 3, 2022 22:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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