52North / SOS

52°North Sensor Observation Service
https://52north.org/software/software-projects/sos/
GNU General Public License v2.0
108 stars 82 forks source link

Bump spring-data-jpa from 2.7.6 to 2.7.8 #1532

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps spring-data-jpa from 2.7.6 to 2.7.8.

Release notes

Sourced from spring-data-jpa's releases.

2.7.8

:green_book: Links

:lady_beetle: Bug Fixes

  • Broken count query for native queries with table alias #2773

:heart: Contributors

We'd like to thank all the contributors who worked on this release!

2.7.7

:green_book: Links

:star: New Features

  • SqlParserQueryEnhancer errors with Merge statements #2641
  • limit queries of single finders to 2 #2594

:lady_beetle: Bug Fixes

  • contains in query derivation of an ElementCollection creates a proper isMember clause but encloses the argument in % leading to the wrong result. #2607
  • JSqlParserQueryEnhancer errors with INSERT statements #2593
  • Passing null as stored procedure argument is broken in v2.7.0 (works in v2.6.8). #2544
  • EntityGraphFactory overwrites nested subgraphs #2527

:notebook_with_decorative_cover: Documentation

  • Improve error message in ParameterBinder #2700

:hammer: Dependency Upgrades

  • Upgraded JSQLParser to version 4.5. #2693

:heart: Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • 98073ae Release version 2.7.8 (2021.2.8).
  • ec1b5c6 Prepare 2.7.8 (2021.2.8).
  • a851022 Differentiate between JPQL and native queries in count query derivation.
  • 9db5541 Update CI properties.
  • a226a7c Fix typos in code.
  • a4a7252 After release cleanups.
  • 477bbf5 Prepare next development iteration.
  • 50d68ef Release version 2.7.7 (2021.2.7).
  • 4108822 Prepare 2.7.7 (2021.2.7).
  • b86b7b5 Extend license header copyright years to 2023.
  • 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[bot] commented 1 year ago

Superseded by #1536.