-
Notifications
You must be signed in to change notification settings - Fork 18
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
Mapper: Define when to resave #19
Milestone
Comments
I think this is interesting beyond the mapper itself. One way would be to wrap the value from |
ljacqu
added a commit
that referenced
this issue
Aug 13, 2019
- Introduce PropertyValue to wrap the value to use for a property along with a validity flag referring to the state in the property resource (if false -> resave expected) - Drop Property#isPresent in favor of the new valid flag on PropertyValue - Remove explicit check for presence in migration service, using the data from the PropertyValue instances instead
ljacqu
added a commit
that referenced
this issue
Aug 15, 2019
ljacqu
added a commit
that referenced
this issue
Dec 26, 2019
…s during conversion processes - Add ConvertErrorRecorder to signature of relevant methods - Change the bean mapper to record recoverable errors via MappingContext
ljacqu
added a commit
that referenced
this issue
Dec 26, 2019
Breaking changes:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The mapper can swallow exceptions when some subentry is invalid and will skip it, but it should be somehow possible to find out if such a case happened, e.g. to force a save of the configuration.
The text was updated successfully, but these errors were encountered: