Skip to content

Commit

Permalink
Generated by gradle-git-publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Aug 21, 2024
1 parent bf5bb07 commit 7ad8b91
Show file tree
Hide file tree
Showing 17 changed files with 39 additions and 33 deletions.
2 changes: 1 addition & 1 deletion docs/snapshot/api/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h2 title="io.mateo">io.mateo.*</h2>
<div class="table-header col-last">Value</div>
<div class="col-first even-row-color"><code id="io.mateo.cxf.codegen.internal.GeneratedVersionAccessor.CXF_VERSION">public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second even-row-color"><code><a href="io/mateo/cxf/codegen/internal/GeneratedVersionAccessor.html#CXF_VERSION">CXF_VERSION</a></code></div>
<div class="col-last even-row-color"><code>"4.0.4"</code></div>
<div class="col-last even-row-color"><code>"4.0.5"</code></div>
<div class="col-first odd-row-color"><code id="io.mateo.cxf.codegen.internal.GeneratedVersionAccessor.SLF4J_VERSION">public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div>
<div class="col-second odd-row-color"><code><a href="io/mateo/cxf/codegen/internal/GeneratedVersionAccessor.html#SLF4J_VERSION">SLF4J_VERSION</a></code></div>
<div class="col-last odd-row-color"><code>"2.0.12"</code></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/snapshot/api/io/mateo/cxf/codegen/CxfCodegenPlugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ <h2>Constructor Summary</h2>
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ <h2>Constructor Summary</h2>
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
Expand Down Expand Up @@ -188,7 +188,7 @@ <h2>Method Details</h2>
<h3>getCxfVersion</h3>
<div class="member-signature"><span class="modifiers">public abstract</span>&nbsp;<span class="return-type"><a href="https://docs.gradle.org/current/javadoc/org/gradle/api/provider/Property.html" title="class or interface in org.gradle.api.provider" class="external-link">Property</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;</span>&nbsp;<span class="element-name">getCxfVersion</span>()</div>
<div class="block">Specify the version of Apache CXF dependencies. The convention is
<a href="../internal/GeneratedVersionAccessor.html#CXF_VERSION">"4.0.4"</a></div>
<a href="../internal/GeneratedVersionAccessor.html#CXF_VERSION">"4.0.5"</a></div>
</section>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ <h2>Constructor Summary</h2>
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ <h2>Constructor Summary</h2>
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/snapshot/api/io/mateo/cxf/codegen/wsdl2js/Wsdl2Js.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ <h2>Constructor Summary</h2>
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ <h2>Constructor Summary</h2>
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ <h2>Constructor Summary</h2>
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div id="method-summary-table.tabpanel" role="tabpanel" aria-labelledby="method-summary-table-tab0">
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/snapshot/api/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function show(tableId, selected, columns) {
}

function updateTabs(tableId, selected) {
document.querySelector('div#' + tableId +' .summary-table')
document.getElementById(tableId + '.tabpanel')
.setAttribute('aria-labelledby', selected);
document.querySelectorAll('button[id^="' + tableId + '"]')
.forEach(function(tab, index) {
Expand Down
2 changes: 1 addition & 1 deletion docs/snapshot/user-guide/attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-07-11 03:48:49 UTC
Last updated 2024-08-21 23:50:11 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/snapshot/user-guide/authors.html
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-07-11 03:48:49 UTC
Last updated 2024-08-21 23:50:11 UTC
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/snapshot/user-guide/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ <h1>Java Examples</h1>
<i class="fa icon-caution" title="Caution"></i>
</td>
<td class="content">
All examples are written for <em>and</em> tested for Gradle 8.8.
All examples are written for <em>and</em> tested for Gradle 8.9.
Depending on your Gradle version, you may need to adapt the example to a syntax that is compatible
with your Gradle version.
</td>
Expand Down Expand Up @@ -1090,7 +1090,7 @@ <h2 id="examples.using-xjc-extensions"><a class="anchor" href="#examples.using-x
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-07-11 03:48:49 UTC
Last updated 2024-08-21 23:50:11 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/snapshot/user-guide/generating-java.html
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ <h3 id="verbose-logs"><a class="anchor" href="#verbose-logs"></a>4.2. Verbose Lo
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-07-11 03:48:49 UTC
Last updated 2024-08-21 23:50:11 UTC
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/snapshot/user-guide/generating-javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ <h2 id="generating-javascript-sources.logging"><a class="anchor" href="#generati
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-07-11 03:48:49 UTC
Last updated 2024-08-21 23:50:11 UTC
</div>
</div>
</body>
Expand Down
13 changes: 8 additions & 5 deletions docs/snapshot/user-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,9 @@ <h3 id="supported-gradle-versions"><a class="anchor" href="#supported-gradle-ver
<li>
<p>8.8</p>
</li>
<li>
<p>8.9</p>
</li>
</ul>
</div></div></td>
</tr>
Expand All @@ -821,7 +824,7 @@ <h3 id="supported-gradle-versions"><a class="anchor" href="#supported-gradle-ver
<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
All examples are written for <em>and</em> are tested for Gradle 8.8.
All examples are written for <em>and</em> are tested for Gradle 8.9.
Depending on your Gradle version, you may need to adapt the example to a syntax that is compatible
with your Gradle version.
</td>
Expand Down Expand Up @@ -885,7 +888,7 @@ <h3 id="dependency-configuration"><a class="anchor" href="#dependency-configurat
for code generation.</p>
</div>
<div class="paragraph">
<p>Out-of-the-box, the following dependencies are added (v4.0.4):</p>
<p>Out-of-the-box, the following dependencies are added (v4.0.5):</p>
</div>
<div class="ulist">
<ul>
Expand Down Expand Up @@ -917,7 +920,7 @@ <h3 id="dependency-configuration"><a class="anchor" href="#dependency-configurat
</ul>
</div>
<div class="paragraph">
<p>These are the same dependencies defined in the Maven plugin&#8217;s <a href="https://github.com/apache/cxf/blob/cxf-4.0.4/maven-plugins/codegen-plugin/pom.xml#L71..L106">POM</a>.</p>
<p>These are the same dependencies defined in the Maven plugin&#8217;s <a href="https://github.com/apache/cxf/blob/cxf-4.0.5/maven-plugins/codegen-plugin/pom.xml#L71..L106">POM</a>.</p>
</div>
<div class="sect3">
<h4 id="dependency-version-constraints"><a class="anchor" href="#dependency-version-constraints"></a>2.2.1. Managing Dependency Versions</h4>
Expand Down Expand Up @@ -1603,7 +1606,7 @@ <h2 id="java-examples"><a class="anchor" href="#java-examples"></a>5. Java Examp
<i class="fa icon-caution" title="Caution"></i>
</td>
<td class="content">
All examples are written for <em>and</em> tested for Gradle 8.8.
All examples are written for <em>and</em> tested for Gradle 8.9.
Depending on your Gradle version, you may need to adapt the example to a syntax that is compatible
with your Gradle version.
</td>
Expand Down Expand Up @@ -1982,7 +1985,7 @@ <h3 id="examples.using-xjc-extensions"><a class="anchor" href="#examples.using-x
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-07-11 03:48:49 UTC
Last updated 2024-08-21 23:50:11 UTC
</div>
</div>
</body>
Expand Down
7 changes: 5 additions & 2 deletions docs/snapshot/user-guide/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,9 @@ <h2 id="supported-gradle-versions"><a class="anchor" href="#supported-gradle-ver
<li>
<p>8.8</p>
</li>
<li>
<p>8.9</p>
</li>
</ul>
</div></div></td>
</tr>
Expand All @@ -776,7 +779,7 @@ <h2 id="supported-gradle-versions"><a class="anchor" href="#supported-gradle-ver
<i class="fa icon-warning" title="Warning"></i>
</td>
<td class="content">
All examples are written for <em>and</em> are tested for Gradle 8.8.
All examples are written for <em>and</em> are tested for Gradle 8.9.
Depending on your Gradle version, you may need to adapt the example to a syntax that is compatible
with your Gradle version.
</td>
Expand All @@ -796,7 +799,7 @@ <h3 id="support-policy"><a class="anchor" href="#support-policy"></a>3.1. Suppor
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-07-11 03:48:49 UTC
Last updated 2024-08-21 23:50:11 UTC
</div>
</div>
</body>
Expand Down
6 changes: 3 additions & 3 deletions docs/snapshot/user-guide/plugin-configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ <h2 id="dependency-configuration"><a class="anchor" href="#dependency-configurat
for code generation.</p>
</div>
<div class="paragraph">
<p>Out-of-the-box, the following dependencies are added (v4.0.4):</p>
<p>Out-of-the-box, the following dependencies are added (v4.0.5):</p>
</div>
<div class="ulist">
<ul>
Expand Down Expand Up @@ -755,7 +755,7 @@ <h2 id="dependency-configuration"><a class="anchor" href="#dependency-configurat
</ul>
</div>
<div class="paragraph">
<p>These are the same dependencies defined in the Maven plugin&#8217;s <a href="https://github.com/apache/cxf/blob/cxf-4.0.4/maven-plugins/codegen-plugin/pom.xml#L71..L106">POM</a>.</p>
<p>These are the same dependencies defined in the Maven plugin&#8217;s <a href="https://github.com/apache/cxf/blob/cxf-4.0.5/maven-plugins/codegen-plugin/pom.xml#L71..L106">POM</a>.</p>
</div>
<div class="sect2">
<h3 id="dependency-version-constraints"><a class="anchor" href="#dependency-version-constraints"></a>2.1. Managing Dependency Versions</h3>
Expand Down Expand Up @@ -872,7 +872,7 @@ <h4 id="standard-gradle-dependency-management"><a class="anchor" href="#standard
<div id="footer">
<div id="footer-text">
Version 2.4.1-SNAPSHOT<br>
Last updated 2024-07-11 03:48:49 UTC
Last updated 2024-08-21 23:50:11 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 7ad8b91

Please sign in to comment.