ENTAXY-374 release 1.8.2
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>ru.entaxy.esb.system</groupId>
|
||||
<artifactId>management</artifactId>
|
||||
<version>1.8.1</version>
|
||||
<version>1.8.2</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@ -58,7 +58,7 @@ public interface Mapper {
|
||||
@Mappings({
|
||||
@Mapping(source = "name", target = "profileName"),
|
||||
@Mapping(source = "connectors", target = "connectorList.connector"),
|
||||
@Mapping(source = "exportAlloweds", target = "esbNames.esbName"),
|
||||
@Mapping(source = "exportAllowed", target = "esbNames.esbName"),
|
||||
@Mapping(source = "editDate", target = "editDate", qualifiedByName = "toEditDate"),
|
||||
@Mapping(source = "editedBy", target = "editedBy", qualifiedByName = "toEditedBy"),
|
||||
@Mapping(source = "description", target = "description", qualifiedByName = "toDescription")
|
||||
|
Reference in New Issue
Block a user