Skip to content

Commit

Permalink
Automated deployment: Mon Aug 12 21:20:59 UTC 2024 0ec73d4
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Aug 12, 2024
1 parent 4a07a65 commit 7556b48
Show file tree
Hide file tree
Showing 85 changed files with 1,156 additions and 677 deletions.
36 changes: 27 additions & 9 deletions documentation/reference-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,18 @@ <h1>Reference Guide</h1>
(August 12th 2024; latest stable release)
</p>
<ul>




<li>Reference guide:
<a href="/documentation/1.6/reference/html/">HTML</a>
| <a href="/documentation/1.6/reference/pdf/">PDF</a>
<a href="/documentation/stable/reference/html/">HTML</a>
| <a href="/documentation/stable/reference/pdf/mapstruct-reference-guide.pdf">PDF</a>
</li>
<li>
API documentation:

<a href="/documentation/1.6/api/">JavaDoc</a>
<a href="/documentation/stable/api/">JavaDoc</a>

</li>

Expand All @@ -186,6 +190,8 @@ <h1>Reference Guide</h1>
(September 25th 2023)
</p>
<ul>


<li>Reference guide:
<a href="/documentation/spring-extensions/reference/html/">HTML</a>

Expand All @@ -206,9 +212,11 @@ <h1>Reference Guide</h1>
(April 23rd 2023)
</p>
<ul>


<li>Reference guide:
<a href="/documentation/1.5/reference/html/">HTML</a>
| <a href="/documentation/1.5/reference/pdf/">PDF</a>
| <a href="/documentation/1.5/reference/pdf/mapstruct-reference-guide.pdf">PDF</a>
</li>
<li>
API documentation:
Expand All @@ -228,9 +236,11 @@ <h1>Reference Guide</h1>
(January 31st 2021)
</p>
<ul>


<li>Reference guide:
<a href="/documentation/1.4/reference/html/">HTML</a>
| <a href="/documentation/1.4/reference/pdf/">PDF</a>
| <a href="/documentation/1.4/reference/pdf/mapstruct-reference-guide.pdf">PDF</a>
</li>
<li>
API documentation:
Expand All @@ -250,9 +260,11 @@ <h1>Reference Guide</h1>
(September 29th 2019)
</p>
<ul>


<li>Reference guide:
<a href="/documentation/1.3/reference/html/">HTML</a>
| <a href="/documentation/1.3/reference/pdf/">PDF</a>
| <a href="/documentation/1.3/reference/pdf/mapstruct-reference-guide.pdf">PDF</a>
</li>
<li>
API documentation:
Expand All @@ -272,9 +284,11 @@ <h1>Reference Guide</h1>
(October 18th 2017)
</p>
<ul>


<li>Reference guide:
<a href="/documentation/1.2/reference/html/">HTML</a>
| <a href="/documentation/1.2/reference/pdf/">PDF</a>
| <a href="/documentation/1.2/reference/pdf/mapstruct-reference-guide.pdf">PDF</a>
</li>
<li>
API documentation:
Expand All @@ -294,9 +308,11 @@ <h1>Reference Guide</h1>
(November 18th 2016)
</p>
<ul>


<li>Reference guide:
<a href="/documentation/1.1/reference/html/">HTML</a>
| <a href="/documentation/1.1/reference/pdf/">PDF</a>
| <a href="/documentation/1.1/reference/pdf/mapstruct-reference-guide.pdf">PDF</a>
</li>
<li>
API documentation:
Expand All @@ -316,9 +332,11 @@ <h1>Reference Guide</h1>
(November 25th 2015)
</p>
<ul>


<li>Reference guide:
<a href="/documentation/1.0/reference/html/">HTML</a>
| <a href="/documentation/1.0/reference/pdf/">PDF</a>
| <a href="/documentation/1.0/reference/pdf/mapstruct-reference-guide.pdf">PDF</a>
</li>
<li>
API documentation:
Expand Down
Binary file added images/downloads_08-2023_08-2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 31 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,37 @@ <h2 class="uk-h3">How?</h2>
<h2>Latest News</h2>


<article class="uk-article ms-article-compact">
<h3 class="uk-h3">MapStruct 1.6.0 is out</h3>

<p class="uk-article-meta ms-article-author">
<time>August 12, 2024</time>
</p>


<div>
<p>I am very happy to announce the final release of MapStruct 1.6!
This is our 6th major release since November 2015.</p>
<p>As you can see with this release we decided to remove the <code>.Final</code> and only use the version (1.6.0).
We&rsquo;ll keep doing this for final releases.</p>
<p>Besides bug fixes, the 1.6 release brings some new exciting features:</p>
<ul>
<li>Access to target / source property names in conditional and mapping methods</li>
<li>Conditional mapping for source parameters</li>
<li>Passing annotations to generated code</li>
<li>Add javadoc to generated code</li>
<li>New built-in conversions</li>
</ul>
</div>

<div>

<a href="http://mapstruct.org/news/2024-08-12-mapstruct-1_6_0-is-out/">Read more...</a>

</div>
</article>


<article class="uk-article ms-article-compact">
<h3 class="uk-h3">MapStruct 1.6.0.RC1 is out</h3>

Expand Down Expand Up @@ -219,40 +250,6 @@ <h3 class="uk-h3">Conditional mapping for source parameters and much more: MapSt
</article>


<article class="uk-article ms-article-compact">
<h3 class="uk-h3">MapStruct Spring Extensions 1.1.1 released</h3>

<p class="uk-article-meta ms-article-author">
<time>January 04, 2024</time>
</p>


<div>
<p>It is my pleasure to announce the next official release of MapStruct Spring Extensions.
What started out as a <a href="https://stackoverflow.com/q/58081224/3361467">StackOverflow question</a> turned into its
own <a href="https://github.com/mapstruct/mapstruct-spring-extensions">(sub-)project</a> within the MapStruct organization.</p>
<p>Changes in this release:</p>
<ul>
<li>This release is functionally identical to 1.1.0. The only modification worthwhile mentioning is a fix to the
dependencies for the newly introduced test-extensions module which now won&rsquo;t rely on outdated Spring versions anymore.
Thanks to <a href="https://github.com/giorgioscia">George Noble</a> for pointing out this oversight which led to some
organizations rejecting the library due to a security vulnerability in the respective Spring versions.</li>
</ul>
<p>Including the annotations and extensions defined in this project will generate a class acting as bridge between
MapStruct&rsquo;s conventions and Spring'
s <a href="https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#core-convert-ConversionService-API">ConversionService API</a>
that in turn can be added to any Mapper&rsquo;s <code>uses</code> attribute. See
the <a href="https://github.com/mapstruct/mapstruct-spring-extensions/tree/master/examples">examples</a> for details.</p>
</div>

<div>

<a href="http://mapstruct.org/news/2024-01-04-mapstruct-spring-extensions-1-1-1-released/">Read more...</a>

</div>
</article>


</div>
</div>
<div class="uk-grid">
Expand Down
4 changes: 2 additions & 2 deletions news/2013-05-22-website-live/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
</ul>
<ul class="uk-nav uk-nav-sub">

<li><a href="http://mapstruct.org/news/2024-08-12-mapstruct-1_6_0-is-out/">MapStruct 1.6.0 is out</a></li>

<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>

<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>
Expand All @@ -131,8 +133,6 @@

<li><a href="http://mapstruct.org/news/2023-08-08-mapstruct-spring-extensions-1-0-2-released/">MapStruct Spring Extensions 1.0.2 released</a></li>

<li><a href="http://mapstruct.org/news/2023-04-23-mapstruct-1_5_5_Final-bug-fix-released/">MapStruct 1.5.5.Final bug fix released</a></li>

</ul>


Expand Down
4 changes: 2 additions & 2 deletions news/2013-06-03-announcing-mapstruct/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
</ul>
<ul class="uk-nav uk-nav-sub">

<li><a href="http://mapstruct.org/news/2024-08-12-mapstruct-1_6_0-is-out/">MapStruct 1.6.0 is out</a></li>

<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>

<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>
Expand All @@ -131,8 +133,6 @@

<li><a href="http://mapstruct.org/news/2023-08-08-mapstruct-spring-extensions-1-0-2-released/">MapStruct Spring Extensions 1.0.2 released</a></li>

<li><a href="http://mapstruct.org/news/2023-04-23-mapstruct-1_5_5_Final-bug-fix-released/">MapStruct 1.5.5.Final bug fix released</a></li>

</ul>


Expand Down
4 changes: 2 additions & 2 deletions news/2013-07-08-using-mapstruct-with-gradle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
</ul>
<ul class="uk-nav uk-nav-sub">

<li><a href="http://mapstruct.org/news/2024-08-12-mapstruct-1_6_0-is-out/">MapStruct 1.6.0 is out</a></li>

<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>

<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>
Expand All @@ -131,8 +133,6 @@

<li><a href="http://mapstruct.org/news/2023-08-08-mapstruct-spring-extensions-1-0-2-released/">MapStruct Spring Extensions 1.0.2 released</a></li>

<li><a href="http://mapstruct.org/news/2023-04-23-mapstruct-1_5_5_Final-bug-fix-released/">MapStruct 1.5.5.Final bug fix released</a></li>

</ul>


Expand Down
4 changes: 2 additions & 2 deletions news/2013-11-28-mapstruct-1_0_0_Alpha2-has-landed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
</ul>
<ul class="uk-nav uk-nav-sub">

<li><a href="http://mapstruct.org/news/2024-08-12-mapstruct-1_6_0-is-out/">MapStruct 1.6.0 is out</a></li>

<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>

<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>
Expand All @@ -131,8 +133,6 @@

<li><a href="http://mapstruct.org/news/2023-08-08-mapstruct-spring-extensions-1-0-2-released/">MapStruct Spring Extensions 1.0.2 released</a></li>

<li><a href="http://mapstruct.org/news/2023-04-23-mapstruct-1_5_5_Final-bug-fix-released/">MapStruct 1.5.5.Final bug fix released</a></li>

</ul>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
</ul>
<ul class="uk-nav uk-nav-sub">

<li><a href="http://mapstruct.org/news/2024-08-12-mapstruct-1_6_0-is-out/">MapStruct 1.6.0 is out</a></li>

<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>

<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>
Expand All @@ -131,8 +133,6 @@

<li><a href="http://mapstruct.org/news/2023-08-08-mapstruct-spring-extensions-1-0-2-released/">MapStruct Spring Extensions 1.0.2 released</a></li>

<li><a href="http://mapstruct.org/news/2023-04-23-mapstruct-1_5_5_Final-bug-fix-released/">MapStruct 1.5.5.Final bug fix released</a></li>

</ul>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
</ul>
<ul class="uk-nav uk-nav-sub">

<li><a href="http://mapstruct.org/news/2024-08-12-mapstruct-1_6_0-is-out/">MapStruct 1.6.0 is out</a></li>

<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>

<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>
Expand All @@ -131,8 +133,6 @@

<li><a href="http://mapstruct.org/news/2023-08-08-mapstruct-spring-extensions-1-0-2-released/">MapStruct Spring Extensions 1.0.2 released</a></li>

<li><a href="http://mapstruct.org/news/2023-04-23-mapstruct-1_5_5_Final-bug-fix-released/">MapStruct 1.5.5.Final bug fix released</a></li>

</ul>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
</ul>
<ul class="uk-nav uk-nav-sub">

<li><a href="http://mapstruct.org/news/2024-08-12-mapstruct-1_6_0-is-out/">MapStruct 1.6.0 is out</a></li>

<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>

<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>
Expand All @@ -131,8 +133,6 @@

<li><a href="http://mapstruct.org/news/2023-08-08-mapstruct-spring-extensions-1-0-2-released/">MapStruct Spring Extensions 1.0.2 released</a></li>

<li><a href="http://mapstruct.org/news/2023-04-23-mapstruct-1_5_5_Final-bug-fix-released/">MapStruct 1.5.5.Final bug fix released</a></li>

</ul>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
</ul>
<ul class="uk-nav uk-nav-sub">

<li><a href="http://mapstruct.org/news/2024-08-12-mapstruct-1_6_0-is-out/">MapStruct 1.6.0 is out</a></li>

<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>

<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>
Expand All @@ -131,8 +133,6 @@

<li><a href="http://mapstruct.org/news/2023-08-08-mapstruct-spring-extensions-1-0-2-released/">MapStruct Spring Extensions 1.0.2 released</a></li>

<li><a href="http://mapstruct.org/news/2023-04-23-mapstruct-1_5_5_Final-bug-fix-released/">MapStruct 1.5.5.Final bug fix released</a></li>

</ul>


Expand Down
4 changes: 2 additions & 2 deletions news/2015-06-11-mapstruct-1_0_0_CR1-has-landed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
</ul>
<ul class="uk-nav uk-nav-sub">

<li><a href="http://mapstruct.org/news/2024-08-12-mapstruct-1_6_0-is-out/">MapStruct 1.6.0 is out</a></li>

<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>

<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>
Expand All @@ -131,8 +133,6 @@

<li><a href="http://mapstruct.org/news/2023-08-08-mapstruct-spring-extensions-1-0-2-released/">MapStruct Spring Extensions 1.0.2 released</a></li>

<li><a href="http://mapstruct.org/news/2023-04-23-mapstruct-1_5_5_Final-bug-fix-released/">MapStruct 1.5.5.Final bug fix released</a></li>

</ul>


Expand Down
4 changes: 2 additions & 2 deletions news/2015-08-27-mapstruct-1_0_0_CR2-released/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
</ul>
<ul class="uk-nav uk-nav-sub">

<li><a href="http://mapstruct.org/news/2024-08-12-mapstruct-1_6_0-is-out/">MapStruct 1.6.0 is out</a></li>

<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>

<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>
Expand All @@ -131,8 +133,6 @@

<li><a href="http://mapstruct.org/news/2023-08-08-mapstruct-spring-extensions-1-0-2-released/">MapStruct Spring Extensions 1.0.2 released</a></li>

<li><a href="http://mapstruct.org/news/2023-04-23-mapstruct-1_5_5_Final-bug-fix-released/">MapStruct 1.5.5.Final bug fix released</a></li>

</ul>


Expand Down
4 changes: 2 additions & 2 deletions news/2015-11-25-mapstruct-1_0_Final-released/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
</ul>
<ul class="uk-nav uk-nav-sub">

<li><a href="http://mapstruct.org/news/2024-08-12-mapstruct-1_6_0-is-out/">MapStruct 1.6.0 is out</a></li>

<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>

<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>
Expand All @@ -131,8 +133,6 @@

<li><a href="http://mapstruct.org/news/2023-08-08-mapstruct-spring-extensions-1-0-2-released/">MapStruct Spring Extensions 1.0.2 released</a></li>

<li><a href="http://mapstruct.org/news/2023-04-23-mapstruct-1_5_5_Final-bug-fix-released/">MapStruct 1.5.5.Final bug fix released</a></li>

</ul>


Expand Down
Loading

0 comments on commit 7556b48

Please sign in to comment.