Skip to content

Commit d2bb152

Browse files
committed
Blog post for 1.6.3
1 parent 60876a9 commit d2bb152

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
2+
title: "MapStruct 1.6.3 bug fix released"
3+
author: Filip Hrisafov
4+
date: "2024-11-09"
5+
6+
== tags: [release, news]
7+
8+
It is my pleasure to announce the 1.6.3 bug fix release of MapStruct.
9+
This release includes 3 bug fixes.
10+
You may wonder where the Blog Post for 1.6.2 is.
11+
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.
12+
13+
With this release we support the use of the Java 19 `LinkedHashSet` and `LinkedHashMap` factory methods.
14+
15+
* Redundant if condition in Java record mapping with `RETURN_DEFAULT` strategy (#3747)
16+
* Stackoverflow with Immutables custom builder (#3370)
17+
* Unused import of `java.time.LocalDate` when mapping source `LocalDateTime` to target `LocalDate` (#3732)
18+
*
19+
20+
=== Thanks
21+
22+
Thanks to our entire community for reporting these errors.
23+
24+
In alphabetic order this are all the contributors that contributed to the 1.6.3 release of Mapstruct:
25+
26+
* https://github.com/Srimathi-S[@Srimathi-S]
27+
28+
We are also accepting donations through https://opencollective.com/mapstruct[Open Collective] or https://github.com/sponsors/mapstruct[GitHub].
29+
We'd like to thank all the supporters that supported us with donations in this period:
30+
31+
* https://github.com/adessoSE[adesso SE]
32+
* https://github.com/atilimcetin[Atılım Çetin]
33+
* https://opencollective.com/bileto[Bileto]
34+
* https://github.com/cybozu[Cybozu]
35+
* https://opencollective.com/atomfrede[Frederik Hahne]
36+
* https://github.com/kjuyoung[Juyoung Kim]
37+
* https://opencollective.com/lansana[Lansana]
38+
* https://github.com/AnneMayor[Lee Anne]
39+
* https://github.com/jan-prisma[PRISMA European Capacity Platform GmbH]
40+
* https://opencollective.com/st-galler-kantonalbank-ag[St. Galler Kantonalbank AG]
41+
* https://github.com/foal[Stanislav Spiridonov]
42+
43+
Happy coding with MapStruct 1.6.3!!
44+
45+
=== Download
46+
47+
You can fetch the new release from Maven Central using the following GAV coordinates:
48+
49+
* Annotation JAR: http://search.maven.org/#artifactdetails|org.mapstruct|mapstruct|1.6.3|jar[org.mapstruct:mapstruct:1.6.3]
50+
* Annotation processor JAR: http://search.maven.org/#artifactdetails|org.mapstruct|mapstruct-processor|1.6.3|jar[org.mapstruct:mapstruct-processor:1.6.3]
51+
52+
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].
53+
54+
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:
55+
56+
* Get help in our https://github.com/mapstruct/mapstruct/discussions[GitHub Discussions] or https://stackoverflow.com/questions/tagged/mapstruct[StackOverflow]
57+
* Report bugs and feature requests via the https://github.com/mapstruct/mapstruct/issues[issue tracker]
58+
* Follow https://twitter.com/GetMapStruct[@GetMapStruct] on Twitter

0 commit comments

Comments
 (0)