Skip to content

Commit 42bbfc5

Browse files
committed
Automated deployment: Sat Nov 9 11:49:22 UTC 2024 d2bb152
1 parent 668ad3c commit 42bbfc5

File tree

18 files changed

+703
-4
lines changed

18 files changed

+703
-4
lines changed

news/2013-05-22-website-live/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ <h1 class="uk-article-title"><a href="http://mapstruct.org/news/2013-05-22-websi
168168
</li>
169169

170170

171-
<li class="uk-disabled">
172-
<span><i class="uk-icon-angle-double-right"></i></span>
171+
<li>
172+
<a href="/news/2024-11-09-mapstruct-1_6_3_bug-fix-released/" title=""><i class="uk-icon-angle-double-right"></i></a>
173173
</li>
174174

175175

Lines changed: 284 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,284 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title> &ndash; MapStruct</title>
7+
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
8+
<link rel="stylesheet" href="/css/uikit.gradient.min.css" />
9+
<link rel="stylesheet" href="/css/prettify.css" />
10+
<link rel="stylesheet" href="/css/font-awesome.css" />
11+
<link rel="stylesheet" href="/css/styles.css" />
12+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato" />
13+
<link rel="alternate" href="/news/index.xml" type="application/rss+xml" title="MapStruct" />
14+
<script src="/js/jquery-3.1.1.min.js"></script>
15+
<script src="/js/uikit.min.js"></script>
16+
<script type="text/javascript" src="/js/google-code-prettify/prettify.js"></script>
17+
18+
19+
<script type="application/javascript">
20+
var doNotTrack = false;
21+
if (!doNotTrack) {
22+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
23+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
24+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
25+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
26+
ga('create', 'UA-41136939-1', 'auto');
27+
28+
ga('send', 'pageview');
29+
}
30+
</script>
31+
</head>
32+
33+
<body>
34+
<nav class="uk-navbar uk-margin-large-bottom uk-navbar-attached">
35+
<a class="uk-navbar-brand ms-hidden-small ms-navbar-brand" href="/">MapStruct</a>
36+
<ul class="uk-navbar-nav ms-hidden-small">
37+
38+
39+
<li class="uk-active">
40+
<a href="/news/"> News </a>
41+
</li>
42+
43+
<li>
44+
<a href="/documentation/installation/">Documentation</a>
45+
</li>
46+
47+
<li>
48+
<a href="/community/getting-help/">Community</a>
49+
</li>
50+
51+
<li>
52+
<a href="/development/contributing/">Development</a>
53+
</li>
54+
55+
<li>
56+
<a href="/sponsor/"> Sponsor </a>
57+
</li>
58+
59+
<li>
60+
<a href="/faq/"> FAQ </a>
61+
</li>
62+
63+
<li>
64+
<a href="https://github.com/mapstruct/mapstruct"><i class='fa fa-github fa-lg'></i> Code &amp; Issues </a>
65+
</li>
66+
67+
</ul>
68+
<a href="#nav-small" class="ms-visible-small uk-navbar-toggle" data-uk-offcanvas="{mode:'slide'}"></a>
69+
<a class="uk-navbar-brand uk-navbar-center ms-visible-small ms-navbar-brand" href="/">MapStruct</a>
70+
</nav>
71+
72+
<div id="nav-small" class="uk-offcanvas">
73+
<div class="uk-offcanvas-bar">
74+
<ul class="uk-nav uk-nav-offcanvas" data-uk-nav>
75+
76+
77+
<li class="uk-active">
78+
<a href="/news/"> News </a>
79+
</li>
80+
81+
<li>
82+
<a href="/documentation/installation/">Documentation</a>
83+
</li>
84+
85+
<li>
86+
<a href="/community/getting-help/">Community</a>
87+
</li>
88+
89+
<li>
90+
<a href="/development/contributing/">Development</a>
91+
</li>
92+
93+
<li>
94+
<a href="/sponsor/"> Sponsor </a>
95+
</li>
96+
97+
<li>
98+
<a href="/faq/"> FAQ </a>
99+
</li>
100+
101+
<li>
102+
<a href="https://github.com/mapstruct/mapstruct"><i class='fa fa-github fa-lg'></i> Code &amp; Issues </a>
103+
</li>
104+
105+
</ul>
106+
</div>
107+
</div>
108+
109+
110+
111+
112+
<div class="uk-container uk-container-center uk-margin-top uk-margin-large-bottom">
113+
<div class="uk-grid">
114+
<div class="uk-width-medium-1-4">
115+
<div class="ms-aside">
116+
117+
<ul class="uk-nav uk-nav-side">
118+
<li class="uk-nav-header">Latest News</li>
119+
</ul>
120+
<ul class="uk-nav uk-nav-sub">
121+
122+
<li><a href="http://mapstruct.org/news/2024-09-15-mapstruct-1_6_1_bug-fix-released/">MapStruct 1.6.1 bug fix released</a></li>
123+
124+
<li><a href="http://mapstruct.org/news/2024-08-31-mapstruct-spring-extensions-1-1-2-released/">MapStruct Spring Extensions 1.1.2 released</a></li>
125+
126+
<li><a href="http://mapstruct.org/news/2024-08-12-mapstruct-1_6_0-is-out/">MapStruct 1.6.0 is out</a></li>
127+
128+
<li><a href="http://mapstruct.org/news/2024-07-20-mapstruct-1_6_0_RC1-is-out/">MapStruct 1.6.0.RC1 is out</a></li>
129+
130+
<li><a href="http://mapstruct.org/news/2024-05-11-mapstruct-1_6_0_Beta2-is-out/">Conditional mapping for source parameters and much more: MapStruct 1.6.0.Beta2 is out</a></li>
131+
132+
<li><a href="http://mapstruct.org/news/2024-01-04-mapstruct-spring-extensions-1-1-1-released/">MapStruct Spring Extensions 1.1.1 released</a></li>
133+
134+
<li><a href="http://mapstruct.org/news/2023-11-04-mapstruct-1_6_0_Beta1-is-out/">Support for accessing property names, passing annotations to generated code, sponsoring MapStruct and much more: MapStruct 1.6.0.Beta1 is out</a></li>
135+
136+
</ul>
137+
138+
139+
</div>
140+
</div>
141+
<div class="uk-width-medium-3-4 ms-main">
142+
143+
<article class="uk-article">
144+
<p class="uk-article-meta ms-article-date">
145+
<time>January 01, 0001</time>
146+
</p>
147+
148+
<h1 class="uk-article-title"><a href="http://mapstruct.org/news/2024-11-09-mapstruct-1_6_3_bug-fix-released/"></a></h1>
149+
150+
<p class="uk-article-meta ms-article-author">
151+
By <b></b> under
152+
</p>
153+
154+
<div>
155+
<div>
156+
title: &#34;MapStruct 1.6.3 bug fix released&#34;
157+
author: Filip Hrisafov
158+
date: &#34;2024-11-09&#34;
159+
160+
== tags: [release, news]
161+
162+
It is my pleasure to announce the 1.6.3 bug fix release of MapStruct.
163+
This release includes 3 bug fixes.
164+
You may wonder where the Blog Post for 1.6.2 is.
165+
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.
166+
167+
With this release we support the use of the Java 19 `LinkedHashSet` and `LinkedHashMap` factory methods.
168+
169+
* Redundant if condition in Java record mapping with `RETURN_DEFAULT` strategy (#3747)
170+
* Stackoverflow with Immutables custom builder (#3370)
171+
* Unused import of `java.time.LocalDate` when mapping source `LocalDateTime` to target `LocalDate` (#3732)
172+
*
173+
174+
=== Thanks
175+
176+
Thanks to our entire community for reporting these errors.
177+
178+
In alphabetic order this are all the contributors that contributed to the 1.6.3 release of Mapstruct:
179+
180+
* https://github.com/Srimathi-S[@Srimathi-S]
181+
182+
We are also accepting donations through https://opencollective.com/mapstruct[Open Collective] or https://github.com/sponsors/mapstruct[GitHub].
183+
We&#39;d like to thank all the supporters that supported us with donations in this period:
184+
185+
* https://github.com/adessoSE[adesso SE]
186+
* https://github.com/atilimcetin[Atılım Çetin]
187+
* https://opencollective.com/bileto[Bileto]
188+
* https://github.com/cybozu[Cybozu]
189+
* https://opencollective.com/atomfrede[Frederik Hahne]
190+
* https://github.com/kjuyoung[Juyoung Kim]
191+
* https://opencollective.com/lansana[Lansana]
192+
* https://github.com/AnneMayor[Lee Anne]
193+
* https://github.com/jan-prisma[PRISMA European Capacity Platform GmbH]
194+
* https://opencollective.com/st-galler-kantonalbank-ag[St. Galler Kantonalbank AG]
195+
* https://github.com/foal[Stanislav Spiridonov]
196+
197+
Happy coding with MapStruct 1.6.3!!
198+
199+
=== Download
200+
201+
You can fetch the new release from Maven Central using the following GAV coordinates:
202+
203+
* Annotation JAR: http://search.maven.org/#artifactdetails|org.mapstruct|mapstruct|1.6.3|jar[org.mapstruct:mapstruct:1.6.3]
204+
* Annotation processor JAR: http://search.maven.org/#artifactdetails|org.mapstruct|mapstruct-processor|1.6.3|jar[org.mapstruct:mapstruct-processor:1.6.3]
205+
206+
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>
213+
</div>
214+
<div>
215+
<ul class="uk-pagination">
216+
217+
<li>
218+
<a href="/news/2013-05-22-website-live/" title="mapstruct.org has landed!"><i class="uk-icon-angle-double-left"></i></a>
219+
</li>
220+
221+
222+
<li class="uk-disabled">
223+
<span><i class="uk-icon-angle-double-right"></i></span>
224+
</li>
225+
226+
227+
</ul>
228+
</div>
229+
230+
<div>
231+
<div id="disqus_thread"></div>
232+
<script type="text/javascript">
233+
234+
(function() {
235+
236+
237+
if (window.location.hostname == "localhost")
238+
return;
239+
240+
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
241+
var disqus_shortname = 'mapstruct';
242+
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
243+
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
244+
})();
245+
</script>
246+
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
247+
<a href="http://disqus.com/" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
248+
249+
</div>
250+
</article>
251+
252+
</div>
253+
</div>
254+
</div>
255+
256+
<div class="ms-footer">
257+
<div class="uk-container uk-container-center uk-vertical-align uk-height-1-1">
258+
<div class="uk-vertical-align-middle uk-width-1-1">
259+
<div class="uk-grid-small" >
260+
<div class="uk-width-1-1 ">
261+
<ul class="uk-subnav uk-subnav-line uk-flex-center ms-subnav-footer">
262+
<li><a class="ms-link-footer" href="/documentation/installation">Documentation</a></li>
263+
<li><a class="ms-link-footer" href="https://github.com/mapstruct/mapstruct">Source Code</a></li>
264+
<li><a class="ms-link-footer" href="https://github.com/mapstruct/mapstruct/discussions">Discussions</a></li>
265+
<li><a class="ms-link-footer" href="https://gitter.im/mapstruct/mapstruct-users">Gitter</a></li>
266+
<li><a class="ms-link-footer" href="https://stackoverflow.com/questions/tagged/mapstruct">StackOverflow</a></li>
267+
<li><a class="ms-link-footer" href="https://twitter.com/GetMapStruct">Twitter</a></li>
268+
</ul>
269+
</div>
270+
</div>
271+
<div class="uk-grid">
272+
<div class="uk-width-1-1 ms-subnav-footer">
273+
© The MapStruct authors 2024
274+
</div>
275+
</div>
276+
</div>
277+
</div>
278+
</div>
279+
<script type="text/javascript">
280+
prettyPrint();
281+
</script>
282+
</body>
283+
</html>
284+

news/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,12 @@ <h1 class="uk-article-title"><a href="http://mapstruct.org/news/2024-07-20-mapst
422422
</li>
423423

424424

425+
426+
<li>
427+
<a href="/news/page/14/">14</a>
428+
</li>
429+
430+
425431

426432

427433
<li>

news/index.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,5 +970,24 @@ Examples include the conversion from JPA entities into data transfer or view obj
970970
<description>MapStruct has now its own web site, mapstruct.org!</description>
971971
</item>
972972

973+
<item>
974+
<title></title>
975+
<link>http://mapstruct.org/news/2024-11-09-mapstruct-1_6_3_bug-fix-released/</link>
976+
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
977+
978+
<guid>http://mapstruct.org/news/2024-11-09-mapstruct-1_6_3_bug-fix-released/</guid>
979+
<description>—
980+
title: &amp;#34;MapStruct 1.6.3 bug fix released&amp;#34;
981+
author: Filip Hrisafov
982+
date: &amp;#34;2024-11-09&amp;#34;
983+
984+
== tags: [release, news]
985+
986+
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>
990+
</item>
991+
973992
</channel>
974993
</rss>

news/page/10/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,12 @@ <h1 class="uk-article-title"><a href="http://mapstruct.org/news/2016-11-08-mapst
429429
</li>
430430

431431

432+
433+
<li>
434+
<a href="/news/page/14/">14</a>
435+
</li>
436+
437+
432438

433439

434440
<li>

news/page/11/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,12 @@ <h1 class="uk-article-title"><a href="http://mapstruct.org/news/2015-11-25-mapst
417417
</li>
418418

419419

420+
421+
<li>
422+
<a href="/news/page/14/">14</a>
423+
</li>
424+
425+
420426

421427

422428
<li>

news/page/12/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,12 @@ <h1 class="uk-article-title"><a href="http://mapstruct.org/news/2014-07-02-Java_
411411
</li>
412412

413413

414+
415+
<li>
416+
<a href="/news/page/14/">14</a>
417+
</li>
418+
419+
414420

415421

416422
<li>

news/page/13/index.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,10 +407,16 @@ <h1 class="uk-article-title"><a href="http://mapstruct.org/news/2013-05-22-websi
407407
</li>
408408

409409

410+
411+
<li>
412+
<a href="/news/page/14/">14</a>
413+
</li>
414+
415+
410416

411417

412-
<li class="uk-disabled">
413-
<span><i class="uk-icon-angle-double-right"></i></span>
418+
<li>
419+
<a href="/news/page/14/"><i class="uk-icon-angle-double-right"></i></a>
414420
</li>
415421

416422
</ul>

0 commit comments

Comments
 (0)