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
Alternatively, you can get ZIP and TAR.GZ distribution bundles - containing all the JARs, documentation etc. - https://github.com/mapstruct/mapstruct/releases/tag/1.6.3[from GitHub].
207
-
208
-
If you run into any trouble or would like to report a bug, feature request or similar, use the following channels to get in touch:
209
-
210
-
* Get help in our https://github.com/mapstruct/mapstruct/discussions[GitHub Discussions] or https://stackoverflow.com/questions/tagged/mapstruct[StackOverflow]
211
-
* Report bugs and feature requests via the https://github.com/mapstruct/mapstruct/issues[issue tracker]
212
-
* Follow https://twitter.com/GetMapStruct[@GetMapStruct] on Twitter</div>
163
+
There was no blog post as we released it immediately after 1.6.1 due to a regression in the 1.6.1 release, when using Java records.</p>
164
+
<p>With this release we support the use of the Java 19 <code>LinkedHashSet</code> and <code>LinkedHashMap</code> factory methods.</p>
165
+
<ul>
166
+
<li>Redundant if condition in Java record mapping with <code>RETURN_DEFAULT</code> strategy (#3747)</li>
167
+
<li>Stackoverflow with Immutables custom builder (#3370)</li>
168
+
<li>Unused import of <code>java.time.LocalDate</code> when mapping source <code>LocalDateTime</code> to target <code>LocalDate</code> (#3732)</li>
169
+
<li></li>
170
+
</ul>
171
+
<p>=== Thanks</p>
172
+
<p>Thanks to our entire community for reporting these errors.</p>
173
+
<p>In alphabetic order this are all the contributors that contributed to the 1.6.3 release of Mapstruct:</p>
<p>We are also accepting donations through <ahref="https://opencollective.com/mapstruct%5BOpen">https://opencollective.com/mapstruct[Open</a> Collective] or <ahref="https://github.com/sponsors/mapstruct%5BGitHub%5D">https://github.com/sponsors/mapstruct[GitHub]</a>.
178
+
We’d like to thank all the supporters that supported us with donations in this period:</p>
<p>Alternatively, you can get ZIP and TAR.GZ distribution bundles - containing all the JARs, documentation etc. - <ahref="https://github.com/mapstruct/mapstruct/releases/tag/1.6.3%5Bfrom">https://github.com/mapstruct/mapstruct/releases/tag/1.6.3[from</a> GitHub].</p>
200
+
<p>If you run into any trouble or would like to report a bug, feature request or similar, use the following channels to get in touch:</p>
201
+
<ul>
202
+
<li>Get help in our <ahref="https://github.com/mapstruct/mapstruct/discussions%5BGitHub">https://github.com/mapstruct/mapstruct/discussions[GitHub</a> Discussions] or <ahref="https://stackoverflow.com/questions/tagged/mapstruct%5BStackOverflow%5D">https://stackoverflow.com/questions/tagged/mapstruct[StackOverflow]</a></li>
203
+
<li>Report bugs and feature requests via the <ahref="https://github.com/mapstruct/mapstruct/issues%5Bissue">https://github.com/mapstruct/mapstruct/issues[issue</a> tracker]</li>
204
+
<li>Follow <ahref="https://twitter.com/GetMapStruct%5B@GetMapStruct%5D">https://twitter.com/GetMapStruct[@GetMapStruct]</a> on Twitter</li>
It is my pleasure to announce the 1.6.3 bug fix release of MapStruct.
987
-
This release includes 3 bug fixes.
988
-
You may wonder where the Blog Post for 1.6.2 is.
989
-
There was no blog post as we released it immediately after 1.6.1 due to a regression in the 1.6.1 release, when using Java records.</description>
981
+
It is my pleasure to announce the 1.6.3 bug fix release of MapStruct. This release includes 3 bug fixes. You may wonder where the Blog Post for 1.6.2 is. There was no blog post as we released it immediately after 1.6.1 due to a regression in the 1.6.1 release, when using Java records.
982
+
With this release we support the use of the Java 19 LinkedHashSet and LinkedHashMap factory methods.</description>
It is my pleasure to announce the 1.6.3 bug fix release of MapStruct.
166
-
This release includes 3 bug fixes.
167
-
You may wonder where the Blog Post for 1.6.2 is.
168
-
There was no blog post as we released it immediately after 1.6.1 due to a regression in the 1.6.1 release, when using Java records.
160
+
It is my pleasure to announce the 1.6.3 bug fix release of MapStruct. This release includes 3 bug fixes. You may wonder where the Blog Post for 1.6.2 is. There was no blog post as we released it immediately after 1.6.1 due to a regression in the 1.6.1 release, when using Java records.
161
+
With this release we support the use of the Java 19 LinkedHashSet and LinkedHashMap factory methods.
0 commit comments