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 univocity-parsers from 2.5.6 to 2.8.3 #266

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps univocity-parsers from 2.5.6 to 2.8.3.

Release notes

Sourced from univocity-parsers's releases.

Maintenance version 2.8.3

BUGS:

  • #345 parseLine() is throwing ClassCastException when using lookahead

  • #337 Inconsistent parsing behavior when max. characters per column is set to -1 (unlimited)

  • #343 FixedWidthParser drops first char of next record if last field of current record is empty

  • #336 Single column, empty row CSV files result in empty rows and truncation of the last row

  • #328 Auto detect format with upper and lower thom is not working

  • fixed issue writing rows with selection of fields where the number of columns is larger than the selected/available fields.

ENHANCEMENTS:

  • On CSV format auto-detection, use order of allowed delimiters as order of preference

  • Performance improvement parsing values when maxCharsPerColumn = -1 (i.e. unlimited)

  • added support for writing instances of Record directly.

Maintenance release 2.8.2 to fix memory leak and some other bugs

BUGS:

  • Headers being extracted when not expected, and this is leading to memory leak #326

  • Unclear iteractions between iterate() methods and context/header parsing #314

  • containsColumn throws ArrayIndexOutOfBoundsException, in combination with selectFields #316

  • The result of the method getRecordNumber in TextParsingException is wrong. #324

ENHANCEMENTS:

  • On CSV format auto-detection, resolve space as column separator #310

  • Updated default excel serialization settings to ALWAYS escape either \r or \n as \r\n. #315

Maintenance release 2.8.1 to fix regression

This release fixes bug reported in issue #309 - headers parsed from one input are used again when another input is parsed using the same parser instance.

Next minor release before we move on to version 3.0.0 with JDK 8

Enhancements:

  • Map column name to attribute #287: This is a big change. Basically you can now skip annotations altogether and manually define mappings from parsed columns to an object, including nested attributes.
... (truncated)
Commits
  • caf1775 preparing to release version 2.8.3
  • bcdbdb2 ensuring that when multiple delimiters are detected automatically with a list...
  • f127c37 formatting code after merging pull request
  • 5f0f8b8 Merge pull request #345 from cfranzen/feature/FixLookaheadForParseLine
  • 3651b0b Lookahead is not working correctly for parseLine()
  • 6d3d7ea Fixed #337 Inconsistent parsing behavior when max. characters per column is s...
  • 90e0595 ran code formatter
  • 8b92871 Merge pull request #343 from cfranzen/feature/2.8.2-patch
  • 5028400 FixedWidthParser drops first char of next record if last field of current rec...
  • 30d2bf3 fixed #336: Single column, empty row CSV files result in empty rows
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [univocity-parsers](https://github.com/univocity/univocity-parsers) from 2.5.6 to 2.8.3.
- [Release notes](https://github.com/univocity/univocity-parsers/releases)
- [Commits](uniVocity/univocity-parsers@v2.5.6...v2.8.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 5, 2019
@adamretter adamretter merged commit db9cb0e into master Sep 9, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/com.univocity-univocity-parsers-2.8.3 branch September 9, 2019 11:31
@jcharlet jcharlet added this to the 6.5 milestone Feb 12, 2020
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants