Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Bump value from 2.7.4 to 2.8.7 #67

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps value from 2.7.4 to 2.8.7.

Release notes

Sourced from value's releases.

2.8.4 Generic KeyExtractor interface for Criteria

Introduce KeyExtractor interface to Criteria for pluggable entity key definition and extraction. Other improvements in different backend implementations.

Support for Modifiables to extend an inner class/interface.

Value

  1. Add support for Modifiable to extend an inner class/interface by Mitch Halpin (67f808358672)

Criteria

  1. Pluggable KeyExtractor interface (3eb6958db5)
  2. Add projection support for iterable type(s) like List<String> (78c7c29ced)
  3. Add support for Fugue Option to CriteriaModel by Charlie La Mothe (207d631d8c)

Geode

  1. add tests for generating OQL expressions by Javad Moghisi (0c5e5e3f18)
  2. include order by direction in OQL by Javad Moghisi (5c3d15b1f3c)
  3. add support for Iterable Size and Contains to OQL Generator by Javad Moghisi (cfb514bfe)
  4. add support for String Operators to OQL Generator by Javad Moghisi(43f4fff8)

ElasticSearch

  1. Use more efficient id lookups for key attributes in ElasticSearch backend (db4fa9804ea)

Mongo

  1. Add mongo optimization to convert $in/$nin into $eq/$ne for single element array (09c002cca)

Mongo Repositories (legacy)

  1. Fix suppress warnings for generated MongoDB repositories by André Rouél (1afdfa44f7)

Contributors

Thanks to all contributors! In no particular order:

2.8.3 Minor Bugfix release for Geode backend

Minor release fixing a couple of bugs in Geode backend :

  1. Use JDK collections for geode bind variables when sending query to server (7cc1fb818)
  2. Prefer Region.getAll() method for queries which filter only on ID attribute (5426af61)
  3. Drop ContainerResolver interface (cb9d064)
  4. Drop NamingStrategy interface (764d3b5)

2.8.2 Criteria DISTINCT support

Main feature of this release is DISTINCT statement in Criteria. Plus, small functionalities and bugfixes.

Notable changes

... (truncated)
Changelog

Sourced from value's changelog.

2.8.1 (2019-10-19)

  • Support for JavaBeans in Criteria API
  • Partial updates applied in the backend
  • Top level count()
  • lazyhash
  • 2.8.1 release notes

2.8.0 (2019-09-19)

  • Criteria & Repositories API
  • Not a bugfix release yet, expect more bugfixes in future 2.8.x versions
  • 2.8.0 release notes
Commits
  • 0042ad3 v2.8.7
  • 9806491 Using retro version of Metainf.Service (fix releasing/deploying)
  • 6027721 2.8.5-SNAPSHOT
  • fb639db version 2.8.7-SNAPSHOT
  • e2e11cf released version 2.8.6
  • 49b46a0 Reduce visibility of KeyLookupAnalyzer (to package-private) in geode module
  • db4fa98 Use more efficient id lookups for key attributes in ElasticSearch backend
  • 3e585a8 Use same PathNaming instance in ElasticSearch backend
  • d0f56fe Move KeyLookupAnalyzer class into geode module (from common backend)
  • 09c002c Add mongo optimization to convert $in/$nin into $eq/$ne (for special case)
  • 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)
  • @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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 30, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #69.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.immutables-value-2.8.7 branch May 11, 2020 02:23
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants