Skip to content

Commit d7e1c42

Browse files
committed
Releasing version 1.6.0.Beta2
1 parent 24f0d34 commit d7e1c42

File tree

866 files changed

+16239
-10922
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

866 files changed

+16239
-10922
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ url = "https://github.com/mapstruct/mapstruct"
5050

5151
[Params]
5252
stableVersion = "1.5.5.Final"
53-
devVersion = "1.6.0.Beta1"
53+
devVersion = "1.6.0.Beta2"
5454
numberOfLatestPosts = 7
5555
tagLine = "Java bean mappings, the easy way!"
5656
contentSourceUrl = "https://github.com/mapstruct/mapstruct.org/tree/main/content/"

data/releases/1.6.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "1.6.0.Beta1"
1+
name = "1.6.0.Beta2"
22
versionRef = "1.6"
33
order = 1000
4-
releaseDate = 2023-11-04
4+
releaseDate = 2024-05-11

static/documentation/1.6/api/allclasses-index.html

Lines changed: 406 additions & 373 deletions
Large diffs are not rendered by default.

static/documentation/1.6/api/allclasses.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.19) on Sat Nov 04 23:10:18 CET 2023 -->
6-
<title>All Classes (MapStruct 1.6.0.Beta1)</title>
5+
<!-- Generated by javadoc (11.0.23) on Sat May 11 07:07:48 UTC 2024 -->
6+
<title>All Classes (MapStruct 1.6.0.Beta2)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2023-11-04">
8+
<meta name="dc.created" content="2024-05-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -88,6 +88,9 @@ <h1 class="bar">All&nbsp;Classes</h1>
8888
<li><a href="org/mapstruct/CollectionMappingStrategy.html" title="enum in org.mapstruct">CollectionMappingStrategy</a></li>
8989
<li><a href="org/mapstruct/ap/internal/util/Collections.html" title="class in org.mapstruct.ap.internal.util">Collections</a></li>
9090
<li><a href="org/mapstruct/Condition.html" title="annotation in org.mapstruct">Condition</a></li>
91+
<li><a href="org/mapstruct/ap/internal/model/source/ConditionMethodOptions.html" title="class in org.mapstruct.ap.internal.model.source">ConditionMethodOptions</a></li>
92+
<li><a href="org/mapstruct/ap/internal/model/source/ConditionOptions.html" title="class in org.mapstruct.ap.internal.model.source">ConditionOptions</a></li>
93+
<li><a href="org/mapstruct/ConditionStrategy.html" title="enum in org.mapstruct">ConditionStrategy</a></li>
9194
<li><a href="org/mapstruct/ap/internal/model/Constructor.html" title="interface in org.mapstruct.ap.internal.model"><span class="interfaceName">Constructor</span></a></li>
9295
<li><a href="org/mapstruct/ap/internal/model/common/ConstructorFragment.html" title="interface in org.mapstruct.ap.internal.model.common"><span class="interfaceName">ConstructorFragment</span></a></li>
9396
<li><a href="org/mapstruct/ap/internal/model/ContainerMappingMethod.html" title="class in org.mapstruct.ap.internal.model">ContainerMappingMethod</a></li>
@@ -256,6 +259,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
256259
<li><a href="org/mapstruct/ap/internal/util/accessor/MapValueAccessor.html" title="class in org.mapstruct.ap.internal.util.accessor">MapValueAccessor</a></li>
257260
<li><a href="org/mapstruct/ap/internal/util/Message.html" title="enum in org.mapstruct.ap.internal.util">Message</a></li>
258261
<li><a href="org/mapstruct/ap/internal/util/MessageConstants.html" title="class in org.mapstruct.ap.internal.util">MessageConstants</a></li>
262+
<li><a href="org/mapstruct/ap/internal/util/MetaAnnotations.html" title="class in org.mapstruct.ap.internal.util">MetaAnnotations</a></li>
259263
<li><a href="org/mapstruct/ap/internal/model/source/Method.html" title="interface in org.mapstruct.ap.internal.model.source"><span class="interfaceName">Method</span></a></li>
260264
<li><a href="org/mapstruct/ap/internal/model/source/selector/MethodFamilySelector.html" title="class in org.mapstruct.ap.internal.model.source.selector">MethodFamilySelector</a></li>
261265
<li><a href="org/mapstruct/ap/internal/model/source/MethodMatcher.html" title="class in org.mapstruct.ap.internal.model.source">MethodMatcher</a></li>
@@ -332,6 +336,8 @@ <h1 class="bar">All&nbsp;Classes</h1>
332336
<li><a href="org/mapstruct/ap/internal/conversion/SimpleConversion.html" title="class in org.mapstruct.ap.internal.conversion">SimpleConversion</a></li>
333337
<li><a href="org/mapstruct/ap/internal/model/source/SourceMethod.html" title="class in org.mapstruct.ap.internal.model.source">SourceMethod</a></li>
334338
<li><a href="org/mapstruct/ap/internal/model/source/SourceMethod.Builder.html" title="class in org.mapstruct.ap.internal.model.source">SourceMethod.Builder</a></li>
339+
<li><a href="org/mapstruct/SourceParameterCondition.html" title="annotation in org.mapstruct">SourceParameterCondition</a></li>
340+
<li><a href="org/mapstruct/SourcePropertyName.html" title="annotation in org.mapstruct">SourcePropertyName</a></li>
335341
<li><a href="org/mapstruct/ap/internal/model/beanmapping/SourceReference.html" title="class in org.mapstruct.ap.internal.model.beanmapping">SourceReference</a></li>
336342
<li><a href="org/mapstruct/ap/internal/model/beanmapping/SourceReference.BuilderFromMapping.html" title="class in org.mapstruct.ap.internal.model.beanmapping">SourceReference.BuilderFromMapping</a></li>
337343
<li><a href="org/mapstruct/ap/internal/model/beanmapping/SourceReference.BuilderFromProperty.html" title="class in org.mapstruct.ap.internal.model.beanmapping">SourceReference.BuilderFromProperty</a></li>

static/documentation/1.6/api/allpackages-index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (11.0.19) on Sat Nov 04 23:10:18 CET 2023 -->
6-
<title>All Packages (MapStruct 1.6.0.Beta1)</title>
5+
<!-- Generated by javadoc (11.0.23) on Sat May 11 07:07:48 UTC 2024 -->
6+
<title>All Packages (MapStruct 1.6.0.Beta2)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2023-11-04">
8+
<meta name="dc.created" content="2024-05-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style">
1111
<link rel="stylesheet" type="text/css" href="jquery-ui.overrides.css" title="Style">
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="All Packages (MapStruct 1.6.0.Beta1)";
25+
parent.document.title="All Packages (MapStruct 1.6.0.Beta2)";
2626
}
2727
}
2828
catch(err) {

0 commit comments

Comments
 (0)