File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ runGenerators = true
1010
1111pluginGroup = org.mapstruct
1212pluginName = mapstruct-intellij
13- pluginVersion = 1.3.2-SNAPSHOT
13+ pluginVersion = 1.4.0
1414
1515publishPluginId =
1616publishUsername =
You can’t perform that action at this time.
0 commit comments