-
**[Pavan Kumar Jadda](https://jira.spring.io/secure/ViewProfile.jspa?name=jpavanaryan@gmail.com)** opened **[DATAJPA-1555](https://jira.spring.io/browse/DATAJPA-1555?redirect=false)** and commented
I…
-
Hello,
I am making a service to update an entity in a Spring boot application. I am having a problem where if the property from the source is null but the property in the destination is not null, t…
-
I need to set conditional mapping for a property but using my custom converter.
Currently when create a mapping you can set the condition for a mapping or set the converter for mapping.
Please add t…
-
I managed to open model editor and after changing the XMlcontent editor in MDO_DetailView and restart, the application fails to start with the
10.08.19 10:19:10.350 Resolve the 'DevExpress.Persiste…
-
Say you have a `Customer` object as a field inside your `Order` object and want to extract both the cutomers name and adress to two separate fields of the output object. With datus you have to do `get…
-
I just tried to update my project to java 11.
See this example for referenced classes in the following text:
https://github.com/teplyuska/modelmapper-example
https://github.com/teplyuska/modelm…
-
Starting discussion about **Use different kind of configuration than attributes** from #8.
## Current state
Now some configuration is allowed only using attributes (`Key`, `Alias`). Something ca…
-
If I add a mapping for Hibernate Entity to a DTO class convertion everything works well because the model mapper doesn't receive a proxied class.
But if the mapper receive a collection of objects t…
-
**Storage Explorer Version**: versão 1.12.0
**Build Number**: 20200116.10
**Platform/OS**: Windows 10
**Architecture**: x64
**Regression From**: ADLS Gen2
## Bug Description ##
```json
{
…
-
I am trying to map a protobuf with snake case field names to Java model, but the conversion is failing in the ProtobufValueReader.getMember() call. The member name that this method receives uses snake…