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 jimmer.version from 0.8.77 to 0.8.93 #2

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2024

Bumps jimmer.version from 0.8.77 to 0.8.93.
Updates org.babyfish.jimmer:jimmer-sql from 0.8.77 to 0.8.93

Release notes

Sourced from org.babyfish.jimmer:jimmer-sql's releases.

v0.8.92

  1. Support array mapping for H2 and Postgres, Postgres requires @Column(sqlElementType = '...')

  2. Fix issue/Support #370, #381, #386, #390, #391, #392, #393, #394, #395, #422, #411, #405, #421

  3. Add @JoinTable.LogcalDeletedFilter

  4. Add @JoinTable.JoinTableFilter

  5. Add @JoinTable.deletedWhenEndpointIsLogicallyDeleted

  6. Support database which does not support tuple expression. Eg, SQL server

  7. Add optioanl dependency jimmer-client-swagger, If it is runtime classpath, Jimmer's OpenAPI implementation will use the embedded CSS and JS, not extranl CSS/JS links.

  8. Add global properties jimmer.client.controller-nullity-checked, it is enabled, it will validate argumenents of REST methods in restrict mode

  9. The count of (K)ConigurableTypedRootQuery is changed to fetchUnlimitedCount

  10. Support org.babyfish.jimmer.Page<T>, Fetch jimmer page: fetchPage(pageIndex, pageSize) Fetch spring page: fetchPage(pageIndex, pageSize, SpringPageFactory.create()) JRepository.pager is deprecated

  11. Redesign the recursive query (Big change)

  12. Support merge command(save command without dissociation)

  13. Fetcher.allTableFields()changed, if a foreign key base property has its @​IdView property, fetch the idview property.

  14. Add allReferenceFields() into fetcher, add #allReferences into DTO language.

  15. Let Draft directly support getters and setters for associated ids even if there is no @​IdView property

  16. The kotlin extension function fetchPage is renamed to fetchSpringPage

Commits

Updates org.babyfish.jimmer:jimmer-sql-kotlin from 0.8.77 to 0.8.93

Release notes

Sourced from org.babyfish.jimmer:jimmer-sql-kotlin's releases.

v0.8.92

  1. Support array mapping for H2 and Postgres, Postgres requires @Column(sqlElementType = '...')

  2. Fix issue/Support #370, #381, #386, #390, #391, #392, #393, #394, #395, #422, #411, #405, #421

  3. Add @JoinTable.LogcalDeletedFilter

  4. Add @JoinTable.JoinTableFilter

  5. Add @JoinTable.deletedWhenEndpointIsLogicallyDeleted

  6. Support database which does not support tuple expression. Eg, SQL server

  7. Add optioanl dependency jimmer-client-swagger, If it is runtime classpath, Jimmer's OpenAPI implementation will use the embedded CSS and JS, not extranl CSS/JS links.

  8. Add global properties jimmer.client.controller-nullity-checked, it is enabled, it will validate argumenents of REST methods in restrict mode

  9. The count of (K)ConigurableTypedRootQuery is changed to fetchUnlimitedCount

  10. Support org.babyfish.jimmer.Page<T>, Fetch jimmer page: fetchPage(pageIndex, pageSize) Fetch spring page: fetchPage(pageIndex, pageSize, SpringPageFactory.create()) JRepository.pager is deprecated

  11. Redesign the recursive query (Big change)

  12. Support merge command(save command without dissociation)

  13. Fetcher.allTableFields()changed, if a foreign key base property has its @​IdView property, fetch the idview property.

  14. Add allReferenceFields() into fetcher, add #allReferences into DTO language.

  15. Let Draft directly support getters and setters for associated ids even if there is no @​IdView property

  16. The kotlin extension function fetchPage is renamed to fetchSpringPage

Commits

Updates org.babyfish.jimmer:jimmer-client from 0.8.77 to 0.8.93

Release notes

Sourced from org.babyfish.jimmer:jimmer-client's releases.

v0.8.92

  1. Support array mapping for H2 and Postgres, Postgres requires @Column(sqlElementType = '...')

  2. Fix issue/Support #370, #381, #386, #390, #391, #392, #393, #394, #395, #422, #411, #405, #421

  3. Add @JoinTable.LogcalDeletedFilter

  4. Add @JoinTable.JoinTableFilter

  5. Add @JoinTable.deletedWhenEndpointIsLogicallyDeleted

  6. Support database which does not support tuple expression. Eg, SQL server

  7. Add optioanl dependency jimmer-client-swagger, If it is runtime classpath, Jimmer's OpenAPI implementation will use the embedded CSS and JS, not extranl CSS/JS links.

  8. Add global properties jimmer.client.controller-nullity-checked, it is enabled, it will validate argumenents of REST methods in restrict mode

  9. The count of (K)ConigurableTypedRootQuery is changed to fetchUnlimitedCount

  10. Support org.babyfish.jimmer.Page<T>, Fetch jimmer page: fetchPage(pageIndex, pageSize) Fetch spring page: fetchPage(pageIndex, pageSize, SpringPageFactory.create()) JRepository.pager is deprecated

  11. Redesign the recursive query (Big change)

  12. Support merge command(save command without dissociation)

  13. Fetcher.allTableFields()changed, if a foreign key base property has its @​IdView property, fetch the idview property.

  14. Add allReferenceFields() into fetcher, add #allReferences into DTO language.

  15. Let Draft directly support getters and setters for associated ids even if there is no @​IdView property

  16. The kotlin extension function fetchPage is renamed to fetchSpringPage

Commits

Updates org.babyfish.jimmer:jimmer-apt from 0.8.77 to 0.8.93

Release notes

Sourced from org.babyfish.jimmer:jimmer-apt's releases.

v0.8.92

  1. Support array mapping for H2 and Postgres, Postgres requires @Column(sqlElementType = '...')

  2. Fix issue/Support #370, #381, #386, #390, #391, #392, #393, #394, #395, #422, #411, #405, #421

  3. Add @JoinTable.LogcalDeletedFilter

  4. Add @JoinTable.JoinTableFilter

  5. Add @JoinTable.deletedWhenEndpointIsLogicallyDeleted

  6. Support database which does not support tuple expression. Eg, SQL server

  7. Add optioanl dependency jimmer-client-swagger, If it is runtime classpath, Jimmer's OpenAPI implementation will use the embedded CSS and JS, not extranl CSS/JS links.

  8. Add global properties jimmer.client.controller-nullity-checked, it is enabled, it will validate argumenents of REST methods in restrict mode

  9. The count of (K)ConigurableTypedRootQuery is changed to fetchUnlimitedCount

  10. Support org.babyfish.jimmer.Page<T>, Fetch jimmer page: fetchPage(pageIndex, pageSize) Fetch spring page: fetchPage(pageIndex, pageSize, SpringPageFactory.create()) JRepository.pager is deprecated

  11. Redesign the recursive query (Big change)

  12. Support merge command(save command without dissociation)

  13. Fetcher.allTableFields()changed, if a foreign key base property has its @​IdView property, fetch the idview property.

  14. Add allReferenceFields() into fetcher, add #allReferences into DTO language.

  15. Let Draft directly support getters and setters for associated ids even if there is no @​IdView property

  16. The kotlin extension function fetchPage is renamed to fetchSpringPage

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 `jimmer.version` from 0.8.77 to 0.8.93.

Updates `org.babyfish.jimmer:jimmer-sql` from 0.8.77 to 0.8.93
- [Release notes](https://github.com/babyfish-ct/jimmer/releases)
- [Commits](https://github.com/babyfish-ct/jimmer/commits)

Updates `org.babyfish.jimmer:jimmer-sql-kotlin` from 0.8.77 to 0.8.93
- [Release notes](https://github.com/babyfish-ct/jimmer/releases)
- [Commits](https://github.com/babyfish-ct/jimmer/commits)

Updates `org.babyfish.jimmer:jimmer-client` from 0.8.77 to 0.8.93
- [Release notes](https://github.com/babyfish-ct/jimmer/releases)
- [Commits](https://github.com/babyfish-ct/jimmer/commits)

Updates `org.babyfish.jimmer:jimmer-apt` from 0.8.77 to 0.8.93
- [Release notes](https://github.com/babyfish-ct/jimmer/releases)
- [Commits](https://github.com/babyfish-ct/jimmer/commits)

---
updated-dependencies:
- dependency-name: org.babyfish.jimmer:jimmer-sql
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.babyfish.jimmer:jimmer-sql-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.babyfish.jimmer:jimmer-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.babyfish.jimmer:jimmer-apt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 16, 2024
@dependabot dependabot bot deleted the dependabot/maven/jimmer.version-0.8.93 branch February 16, 2024 11:42
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.

0 participants