Skip to content

Commit

Permalink
Releasing version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 15, 2024
1 parent e3eb62d commit df1dc60
Show file tree
Hide file tree
Showing 859 changed files with 4,445 additions and 3,594 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ identifier = "code-issues"
url = "https://github.com/mapstruct/mapstruct"

[Params]
stableVersion = "1.6.0"
devVersion = "1.6.0"
stableVersion = "1.6.1"
devVersion = "1.6.1"
numberOfLatestPosts = 7
tagLine = "Java bean mappings, the easy way!"
contentSourceUrl = "https://github.com/mapstruct/mapstruct.org/tree/main/content/"
4 changes: 2 additions & 2 deletions data/releases/1.6.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "1.6.0"
name = "1.6.1"
versionRef = "1.6"
order = 500
releaseDate = 2024-08-12
releaseDate = 2024-09-15
228 changes: 117 additions & 111 deletions static/documentation/1.6/api/allclasses-index.html

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions static/documentation/1.6/api/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.24) on Mon Aug 12 21:05:22 UTC 2024 -->
<title>All Classes (MapStruct 1.6.0)</title>
<!-- Generated by javadoc (11.0.24) on Sun Sep 15 15:58:27 UTC 2024 -->
<title>All Classes (MapStruct 1.6.1)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-12">
<meta name="dc.created" content="2024-09-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand Down Expand Up @@ -126,6 +126,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="org/mapstruct/ap/internal/model/source/DelegatingOptions.html" title="class in org.mapstruct.ap.internal.model.source">DelegatingOptions</a></li>
<li><a href="org/mapstruct/ap/internal/util/EclipseElementUtilsDecorator.html" title="class in org.mapstruct.ap.internal.util">EclipseElementUtilsDecorator</a></li>
<li><a href="org/mapstruct/ap/internal/util/EclipseTypeUtilsDecorator.html" title="class in org.mapstruct.ap.internal.util">EclipseTypeUtilsDecorator</a></li>
<li><a href="org/mapstruct/ap/internal/util/accessor/ElementAccessor.html" title="class in org.mapstruct.ap.internal.util.accessor">ElementAccessor</a></li>
<li><a href="org/mapstruct/ap/internal/util/ElementUtils.html" title="interface in org.mapstruct.ap.internal.util"><span class="interfaceName">ElementUtils</span></a></li>
<li><a href="org/mapstruct/ap/internal/model/annotation/EnumAnnotationElementHolder.html" title="class in org.mapstruct.ap.internal.model.annotation">EnumAnnotationElementHolder</a></li>
<li><a href="org/mapstruct/ap/internal/model/assignment/EnumConstantWrapper.html" title="class in org.mapstruct.ap.internal.model.assignment">EnumConstantWrapper</a></li>
Expand All @@ -142,7 +143,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="org/mapstruct/ap/internal/util/Extractor.html" title="interface in org.mapstruct.ap.internal.util"><span class="interfaceName">Extractor</span></a></li>
<li><a href="org/mapstruct/ap/internal/model/source/selector/FactoryParameterSelector.html" title="class in org.mapstruct.ap.internal.model.source.selector">FactoryParameterSelector</a></li>
<li><a href="org/mapstruct/ap/internal/model/Field.html" title="class in org.mapstruct.ap.internal.model">Field</a></li>
<li><a href="org/mapstruct/ap/internal/util/accessor/FieldElementAccessor.html" title="class in org.mapstruct.ap.internal.util.accessor">FieldElementAccessor</a></li>
<li><a href="org/mapstruct/ap/internal/model/common/FieldReference.html" title="interface in org.mapstruct.ap.internal.model.common"><span class="interfaceName">FieldReference</span></a></li>
<li><a href="org/mapstruct/ap/internal/util/Fields.html" title="class in org.mapstruct.ap.internal.util">Fields</a></li>
<li><a href="org/mapstruct/ap/internal/util/Filters.html" title="class in org.mapstruct.ap.internal.util">Filters</a></li>
Expand Down Expand Up @@ -318,6 +318,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="org/mapstruct/ap/internal/model/source/selector/QualifierSelector.html" title="class in org.mapstruct.ap.internal.model.source.selector">QualifierSelector</a></li>
<li><a href="org/mapstruct/ap/internal/util/accessor/ReadAccessor.html" title="interface in org.mapstruct.ap.internal.util.accessor"><span class="interfaceName">ReadAccessor</span></a></li>
<li><a href="org/mapstruct/ap/internal/util/accessor/ReadDelegateAccessor.html" title="class in org.mapstruct.ap.internal.util.accessor">ReadDelegateAccessor</a></li>
<li><a href="org/mapstruct/ap/internal/util/accessor/RecordElementAccessor.html" title="class in org.mapstruct.ap.internal.util.accessor">RecordElementAccessor</a></li>
<li><a href="org/mapstruct/ap/internal/util/RepeatableAnnotations.html" title="class in org.mapstruct.ap.internal.util">RepeatableAnnotations</a></li>
<li><a href="org/mapstruct/ReportingPolicy.html" title="enum in org.mapstruct">ReportingPolicy</a></li>
<li><a href="org/mapstruct/ap/internal/model/assignment/ReturnWrapper.html" title="class in org.mapstruct.ap.internal.model.assignment">ReturnWrapper</a></li>
Expand Down
8 changes: 4 additions & 4 deletions static/documentation/1.6/api/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.24) on Mon Aug 12 21:05:22 UTC 2024 -->
<title>All Packages (MapStruct 1.6.0)</title>
<!-- Generated by javadoc (11.0.24) on Sun Sep 15 15:58:27 UTC 2024 -->
<title>All Packages (MapStruct 1.6.1)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-12">
<meta name="dc.created" content="2024-09-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (MapStruct 1.6.0)";
parent.document.title="All Packages (MapStruct 1.6.1)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions static/documentation/1.6/api/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.24) on Mon Aug 12 21:05:22 UTC 2024 -->
<title>Constant Field Values (MapStruct 1.6.0)</title>
<!-- Generated by javadoc (11.0.24) on Sun Sep 15 15:58:27 UTC 2024 -->
<title>Constant Field Values (MapStruct 1.6.1)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-12">
<meta name="dc.created" content="2024-09-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (MapStruct 1.6.0)";
parent.document.title="Constant Field Values (MapStruct 1.6.1)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions static/documentation/1.6/api/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.24) on Mon Aug 12 21:05:22 UTC 2024 -->
<title>Deprecated List (MapStruct 1.6.0)</title>
<!-- Generated by javadoc (11.0.24) on Sun Sep 15 15:58:27 UTC 2024 -->
<title>Deprecated List (MapStruct 1.6.1)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-12">
<meta name="dc.created" content="2024-09-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (MapStruct 1.6.0)";
parent.document.title="Deprecated List (MapStruct 1.6.1)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions static/documentation/1.6/api/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.24) on Mon Aug 12 21:05:22 UTC 2024 -->
<title>API Help (MapStruct 1.6.0)</title>
<!-- Generated by javadoc (11.0.24) on Sun Sep 15 15:58:27 UTC 2024 -->
<title>API Help (MapStruct 1.6.1)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2024-08-12">
<meta name="dc.created" content="2024-09-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (MapStruct 1.6.0)";
parent.document.title="API Help (MapStruct 1.6.1)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit df1dc60

Please sign in to comment.