Skip to content

Commit 347fed5

Browse files
committed
Release 1.4.0
1 parent 2a80757 commit 347fed5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

change-notes.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<html lang="en">
22
<h2>1.4.0</h2>
33
<ul>
4-
<li>Suppress redundant default parameter value assignment warning for <code>Mapping#constant</code> and <code>Mapping#defaultValue</code></li>
54
<li>Support for Java records</li>
65
<li>Support MapStruct explicit <code>Builder#disableBuilder</code> through <code>@MapperConfig</code></li>
6+
<li>Suppress redundant default parameter value assignment warning for <code>Mapping#constant</code> and <code>Mapping#defaultValue</code></li>
77
<li><code>@ValueMapping</code> source code completion should only suggest unmapped source constants</li>
8-
<li>Bug fix: language injections inside expressions when target is field</li>
8+
<li>Bug fix: Language injections inside expressions when target is field</li>
9+
<li>Bug fix: Avoid a redundant variable warning when injecting a Java expression</li>
910
</ul>
1011
<h2>1.3.1</h2>
1112
<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.3.2-SNAPSHOT
13+
pluginVersion = 1.4.0
1414

1515
publishPluginId =
1616
publishUsername =

0 commit comments

Comments
 (0)