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
Copy file name to clipboardExpand all lines: change-notes.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,16 @@
1
1
<htmllang="en">
2
+
<h2>1.8.0</h2>
3
+
<ul>
4
+
<li>
5
+
New Inspections:
6
+
<ul>
7
+
<li><code>target</code> mapped more than once by <code>@Mapping</code> annotations with quick fixes: Remove annotation and change target property.</li>
8
+
<li><code>*</code> used as a source in <code>@Mapping</code> annotations with quick fixes: Replace <code>*</code> with method parameter name.</li>
9
+
</ul>
10
+
</li>
11
+
<li>Support Kotlin K2</li>
12
+
<li>Fix incorrect no source property defined inspection for <code>@Mapping</code></li>
0 commit comments