common-workflow-language / cwlviewer

A web application to view and share Common Workflow Language workflows
https://view.commonwl.org/
Apache License 2.0
44 stars 27 forks source link

Bump spring-data-commons from 2.7.5 to 3.0.0 #479

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps spring-data-commons from 2.7.5 to 3.0.0.

Release notes

Sourced from spring-data-commons's releases.

3.0.0

:green_book: Links

3.0.0-RC2

:green_book: Links

:lady_beetle: Bug Fixes

  • Missing native reflection hint for custom repository queries #2717

3.0.0-RC1

:green_book: Links

:star: New Features

  • Remove references to ClassTypeInformation from TypeInformation #2703
  • Allow functional mapping of Range #2692
  • Capture types exposed via ManagedTypes during AOT #2680
  • Fall back to canonical constructor in constructor resolution when using Java Records #2625

:lady_beetle: Bug Fixes

  • Consider repository bean name for custom implementation and fragment bean names. #2488
  • Resolution of ambiguous implementations does not work #2487

:notebook_with_decorative_cover: Documentation

  • Prefer Java configuration over XML #2666

3.0.0-M6

:green_book: Links

:star: New Features

  • Use CompletableFuture instead of deprecated ListenableFuture #2669
  • Change initialCapacity to match the number of data being added. #2668
  • Refine @PageableDefault and @SortDefault annotation arrangement #2657

:lady_beetle: Bug Fixes

  • Fix argument conversion in QuerydslPredicateBuilder. #2650
  • QuerydslPredicateBuilder converts collection-like bind values to PathInformation.getLeafType in stead of considering collection element types #2649

:notebook_with_decorative_cover: Documentation

  • Improve Pageable Javadoc #2679

... (truncated)

Commits
  • ac92b5e Release version 3.0 GA (2022.0.0).
  • d2e8942 Prepare 3.0 GA (2022.0.0).
  • 1f1c34b Add reference to release notes.
  • b8804be After release cleanups.
  • 40f193b Prepare next development iteration.
  • 1c507f5 Release version 3.0 RC2 (2022.0.0).
  • 2dc7c14 Prepare 3.0 RC2 (2022.0.0).
  • d56bbbd Make dependency tests based on ArchUnit.
  • 6190baa Move ReactiveWrappers into o.s.d.util package.
  • 5b784d0 Polishing.
  • 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)
mr-c commented 1 year ago

https://github.com/spring-projects/spring-data-commons/wiki/Spring-Data-2022.0-%28Turing%29-Release-Notes

mr-c commented 1 year ago

@dependabot rebase

kinow commented 1 year ago

I have to push what I have somewhere later. But I got a branch with spring-data-commons and spring-boot both upgraded. Then fixed the compiler issues, updated other dependencies (related to hibernate). Everything compiles fine.

But there are multiple test errors, for things that probably need to be addressed due to the major upgrades. Progressing slowly, but hopefully will have a fix some time soon-ish.

mr-c commented 1 year ago

I have to push what I have somewhere later. But I got a branch with spring-data-commons and spring-boot both upgraded. Then fixed the compiler issues, updated other dependencies (related to hibernate). Everything compiles fine.

Wonderful, thank you!

But there are multiple test errors, for things that probably need to be addressed due to the major upgrades. Progressing slowly, but hopefully will have a fix some time soon-ish.

Can you open a draft PR?

mr-c commented 1 year ago

@dependabot ignore this major version

dependabot[bot] commented 1 year ago

OK, I won't notify you about version 3.x.x again, unless you re-open this PR. 😢