-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update dependency com.contentgrid.spring:contentgrid-spring-data-rest to v0.17.0 #189
Merged
NielsCW
merged 3 commits into
main
from
renovate/com.contentgrid.spring-contentgrid-spring-data-rest-0.x
Jan 29, 2025
Merged
Update dependency com.contentgrid.spring:contentgrid-spring-data-rest to v0.17.0 #189
NielsCW
merged 3 commits into
main
from
renovate/com.contentgrid.spring-contentgrid-spring-data-rest-0.x
Jan 29, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2583750
to
f108678
Compare
f108678
to
46064b4
Compare
d8e9409
to
1bdee5a
Compare
1bdee5a
to
2dbae36
Compare
2dbae36
to
889bb8b
Compare
0e5088b
to
30f1e67
Compare
30f1e67
to
aac6e4f
Compare
aac6e4f
to
0781628
Compare
0781628
to
329e8e5
Compare
329e8e5
to
d3217f6
Compare
d3217f6
to
b7e3ac1
Compare
b7e3ac1
to
8827541
Compare
f2d7c6d
to
16e361d
Compare
16e361d
to
27f15e4
Compare
27f15e4
to
7c83ee4
Compare
7c83ee4
to
b537f9c
Compare
aa607b9
to
24d2057
Compare
24d2057
to
b3662c0
Compare
By adding FetchType.LAZY to @OnetoOne and @manytoone relations, their references are no longer automatically updated when CrudRepository.save() returns a different instance (usually when it is not yet present in the db). When fetching such an entity with an old reference, Hibernate will not find the id of the target entity and throws 'object references an unsaved transient instance' error. The problem is solved by setting the @OnetoOne or @manytoone relation manually after the other side was saved.
b3662c0
to
7a4eccb
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
thijslemmens
approved these changes
Jan 29, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.15.0
->0.17.0
Release Notes
xenit-eu/contentgrid-spring (com.contentgrid.spring:contentgrid-spring-data-rest)
v0.17.0
New Features
Bugfixes
Dependency updates
Full Changelog: xenit-eu/contentgrid-spring@v0.16.2...v0.17.0
v0.16.2
Changes
Bugfixes
Dependency updates
11bd719
by @renovate in https://github.com/xenit-eu/contentgrid-spring/pull/284Full Changelog: xenit-eu/contentgrid-spring@v0.16.1...v0.16.2
v0.16.1
Maintenance
Dependency updates
eef6144
by @renovate in https://github.com/xenit-eu/contentgrid-spring/pull/281Full Changelog: xenit-eu/contentgrid-spring@v0.16.0...v0.16.1
v0.16.0
New features
@CollectionFilterParam
infrastructure by @vierbergenlars in https://github.com/xenit-eu/contentgrid-spring/pull/266Bugfixes
Maintenance
Dependency updates
Full Changelog: xenit-eu/contentgrid-spring@v0.15.3...v0.16.0
v0.15.3
Bugfixes
Dependencies
Full Changelog: xenit-eu/contentgrid-spring@v0.15.2...v0.15.3
v0.15.2
What's Changed
Maintenance
@AllowedValues
constraint on all search filters by @vierbergenlars in https://github.com/xenit-eu/contentgrid-spring/pull/256Dependency updates
Full Changelog: xenit-eu/contentgrid-spring@v0.15.1...v0.15.2
v0.15.1
Changes
Maintenance
Dependency updates
Full Changelog: xenit-eu/contentgrid-spring@v0.15.0...v0.15.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.