Skip to content

Commit 0f17289

Browse files
committed
Release 1.6.0
1 parent 97f9397 commit 0f17289

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

change-notes.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
<html lang="en">
2+
<h2>1.6.0</h2>
3+
<ul>
4+
<li>Support <code>@InheritConfiguration</code> for unmapped target properties inspection</li>
5+
<li>Use <code>unmappedTargetPolicy</code> for severity for unmapped target properties inspection</li>
6+
<li>Bug fix: Fix missing completion and go to declaration for <code>Mapping#qualifiedByName</code> in <code>MapperConfig</code></li>
7+
<li>Bug fix: Fix incorrect unmapped target property when using Mapping Composition within Mapping Composition</li>
8+
<li>Bug fix: Fix autocompletion for nested records</li>
9+
<li>Bug fix: Fix incorrect unmapped target property when <code>Mapping#target</code> contains a dot</li>
10+
<li>Bug fix: Fix incorrect unmapped target property with fluent setters</li>
11+
</ul>
212
<h2>1.5.0</h2>
313
<ul>
414
<li>Support for completion and go to declaration for <code>Mapping#qualifiedByName</code></li>

description.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,20 @@
2424
<li>Completion of <code>target</code> and <code>source</code> properties in <code>@Mapping</code> annotation (nested properties also work)</li>
2525
<li>Completion of <code>target</code> and <code>source</code> properties in <code>@ValueMapping</code> annotation</li>
2626
<li>Completion of <code>componentModel</code> in <code>@Mapper</code> and <code>@MapperConfig</code> annotations</li>
27+
<li>Completion of <code>qualifiedByName</code> in <code>@Mapping</code> annotation</li>
2728
</ul>
2829
</li>
2930
<li>Go To Declaration for properties in <code>target</code> and <code>source</code> to setters / getters</li>
3031
<li>Find usages of properties in <code>target</code> and <code>source</code> and find usages of setters / getters in <code>@Mapping</code> annotations</li>
32+
<li>Go To Declaration for <code>Mapping#qualifiedByName</code></li>
3133
<li>Highlighting properties in <code>target</code> and <code>source</code></li>
3234
<li>Refactoring support for properties and methods renaming</li>
3335
<li>Errors and Quick Fixes:</li>
3436
<li>
3537
<ul>
3638
<li><code>@Mapper</code> or <code>@MapperConfig</code> annotation missing</li>
3739
<li>Unmapped target properties with quick fixes: Add unmapped target property and Ignore unmapped target property.
38-
NB: <code>unmappedTargetPolicy</code> is not yet considered</li>
40+
Uses <code>unmappedTargetPolicy</code> to determine the severity that should be used</li>
3941
</ul>
4042
</li>
4143
</ul>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runGenerators = true
1010

1111
pluginGroup = org.mapstruct
1212
pluginName = mapstruct-intellij
13-
pluginVersion = 1.5.1-SNAPSHOT
13+
pluginVersion = 1.6.0
1414

1515
publishPluginId =
1616
publishUsername =

0 commit comments

Comments
 (0)