Skip to content

Commit 07f368b

Browse files
committed
Publishing documentation for version 0.11.0-SNAPSHOT
1 parent 39e35bc commit 07f368b

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

0.11.0-SNAPSHOT/changelog.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,14 +531,24 @@ <h2 id="changelog"><a class="anchor" href="#changelog"></a>Changelog</h2>
531531
<div class="sect1">
532532
<h2 id="_release_0_11_0"><a class="anchor" href="#_release_0_11_0"></a>Release 0.11.0</h2>
533533
<div class="sectionbody">
534-
<div class="paragraph">
535-
<p>This version introduces a breaking change: the plugin now requires Gradle 8.3+ and Java 17 to run.</p>
534+
<div class="ulist">
535+
<ul>
536+
<li>
537+
<p>This version introduces a breaking change: the plugins now require Java 17 to run</p>
538+
</li>
539+
<li>
540+
<p>Refactored JUnit support:&#8201;&#8212;&#8201;new implementation doesn&#8217;t require list of classes for build-time initialization (starting from GraalVM for JDK 22)&#8201;&#8212;&#8201;added support for <code>@FieldSource</code> for <code>@ParameterizedTest</code> methods&#8201;&#8212;&#8201;added support for (registering for reflection) interfaces implemented by test classes&#8201;&#8212;&#8201;added support for <code>org.junit.rules.ExpectedException</code>&#8201;&#8212;&#8201;removed fallback mode that used classpath to generate test plan</p>
541+
</li>
542+
</ul>
536543
</div>
537544
<div class="sect2">
538545
<h3 id="_gradle_plugin"><a class="anchor" href="#_gradle_plugin"></a>Gradle plugin</h3>
539546
<div class="ulist">
540547
<ul>
541548
<li>
549+
<p>This version introduces a breaking change: the plugin now requires Gradle 8.3+</p>
550+
</li>
551+
<li>
542552
<p>Added experimental support for layered images</p>
543553
</li>
544554
</ul>
@@ -552,6 +562,9 @@ <h3 id="_maven_plugin"><a class="anchor" href="#_maven_plugin"></a>Maven plugin<
552562
<p>Added support for running integration tests via maven-failsafe-plugin</p>
553563
</li>
554564
<li>
565+
<p>Provided scope dependencies are now included</p>
566+
</li>
567+
<li>
555568
<p>Add <code>runtimeArgs</code> support to <code>native-maven-plugin</code></p>
556569
</li>
557570
</ul>

0.11.0-SNAPSHOT/maven-plugin.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ <h3 id="testing-support-version-compatibility"><a class="anchor" href="#testing-
15281528
&lt;dependency&gt;
15291529
&lt;groupId&gt;org.junit.platform&lt;/groupId&gt;
15301530
&lt;artifactId&gt;junit-platform-launcher&lt;/artifactId&gt;
1531-
&lt;version&gt;1.8.2&lt;/version&gt;
1531+
&lt;version&gt;1.13.1&lt;/version&gt;
15321532
&lt;scope&gt;test&lt;/scope&gt;
15331533
&lt;/dependency&gt;
15341534
&lt;/dependencies&gt;</code></pre>
@@ -1670,7 +1670,7 @@ <h3 id="_configuring_the_metadata_repository"><a class="anchor" href="#_configur
16701670
<div class="content">
16711671
<pre class="highlightjs highlight"><code data-lang="xml" class="language-xml hljs">&lt;metadataRepository&gt;
16721672
&lt;enabled&gt;true&lt;/enabled&gt;
1673-
&lt;version&gt;0.2.3&lt;/version&gt;
1673+
&lt;version&gt;0.3.20&lt;/version&gt;
16741674
&lt;/metadataRepository&gt;</code></pre>
16751675
</div>
16761676
</div>

0 commit comments

Comments
 (0)