You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h4id="inverse-inheritance-strategy-not-working-for-ignored-mappings-only-with-target"><aclass="ms-header-link" href="#inverse-inheritance-strategy-not-working-for-ignored-mappings-only-with-target"><iclass="fa fa-link"></i></a>Inverse Inheritance Strategy not working for ignored mappings only with target</h4>
184
+
<p>Prior to this fix <code>@Mapping(target = "myProperty", ignore = true)</code> was being ignored when using <code>@InheritInverseConfiguration</code>.</p>
<p>In the example above prior 1.6.1 the <code>Model toModel(Entity entity)</code> was going to map the <code>id</code> property. In order to keep that behavior you’ll need to explicitly do the mapping for it.</p>
0 commit comments