This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 7c46dfe9aa Automatic Site Publish by Buildbot
7c46dfe9aa is described below
commit 7c46dfe9aa6559c1070e0f122b8b47a740e8f170
Author: jenkins <[email protected]>
AuthorDate: Wed May 1 15:40:08 2024 +0000
Automatic Site Publish by Buildbot
---
apidocs/2.12.2-SNAPSHOT/constant-values.html | 4 ++--
apidocs/2.12.2-SNAPSHOT/member-search-index.zip | Bin 46642 -> 46642 bytes
.../wiki/api/providers/AttachmentProvider.html | 2 +-
.../wiki/providers/BasicAttachmentProvider.html | 2 +-
.../wiki/providers/CachingAttachmentProvider.html | 2 +-
.../providers/WikiAttachmentAdapterProvider.html | 2 +-
apidocs/2.12.2-SNAPSHOT/package-search-index.zip | Bin 631 -> 631 bytes
.../src-html/org/apache/wiki/api/Release.html | 2 +-
.../wiki/api/providers/AttachmentProvider.html | 2 +-
...ementToWikiTranslator.ElementDecoratorData.html | 2 +-
.../htmltowiki/XHtmlElementToWikiTranslator.html | 2 +-
apidocs/2.12.2-SNAPSHOT/type-search-index.zip | Bin 4569 -> 4569 bytes
development/changelog.html | 21 +++++++++++++++++++++
.../2.12.2-SNAPSHOT/cmp-jspwiki-210-adapters.html | 2 +-
.../cmp-jspwiki-210-test-adaptees.html | 2 +-
japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-api.html | 2 +-
japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-bootstrap.html | 2 +-
japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-cache.html | 2 +-
japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-event.html | 2 +-
japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-http.html | 2 +-
.../cmp-jspwiki-kendra-searchprovider.html | 2 +-
japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-main.html | 2 +-
japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-markdown.html | 2 +-
.../cmp-jspwiki-tika-searchprovider.html | 2 +-
japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-util.html | 2 +-
25 files changed, 43 insertions(+), 22 deletions(-)
diff --git a/apidocs/2.12.2-SNAPSHOT/constant-values.html
b/apidocs/2.12.2-SNAPSHOT/constant-values.html
index 9ed6470dce..235eeab93b 100644
--- a/apidocs/2.12.2-SNAPSHOT/constant-values.html
+++ b/apidocs/2.12.2-SNAPSHOT/constant-values.html
@@ -128,7 +128,7 @@ $('.navPadding').css('padding-top',
$('.fixedNav').css("height"));
<!-- -->
</a><code>public static final java.lang.String</code></td>
<th class="colSecond" scope="row"><code><a
href="org/apache/wiki/api/Release.html#BUILD">BUILD</a></code></th>
-<td class="colLast"><code>"13"</code></td>
+<td class="colLast"><code>"14"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a id="org.apache.wiki.api.Release.MINORREVISION">
@@ -156,7 +156,7 @@ $('.navPadding').css('padding-top',
$('.fixedNav').css("height"));
<!-- -->
</a><code>public static final java.lang.String</code></td>
<th class="colSecond" scope="row"><code><a
href="org/apache/wiki/api/Release.html#VERSTR">VERSTR</a></code></th>
-<td class="colLast"><code>"2.12.2-git-13"</code></td>
+<td class="colLast"><code>"2.12.2-git-14"</code></td>
</tr>
</tbody>
</table>
diff --git a/apidocs/2.12.2-SNAPSHOT/member-search-index.zip
b/apidocs/2.12.2-SNAPSHOT/member-search-index.zip
index c41806efb1..ab6fd6ac9c 100644
Binary files a/apidocs/2.12.2-SNAPSHOT/member-search-index.zip and
b/apidocs/2.12.2-SNAPSHOT/member-search-index.zip differ
diff --git
a/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/api/providers/AttachmentProvider.html
b/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/api/providers/AttachmentProvider.html
index 00368edfce..dc65fc67e2 100644
---
a/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/api/providers/AttachmentProvider.html
+++
b/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/api/providers/AttachmentProvider.html
@@ -348,7 +348,7 @@ extends <a href="WikiProvider.html" title="interface in
org.apache.wiki.api.prov
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>att</code> - The attachment</dd>
<dt><span class="returnLabel">Returns:</span></dt>
-<dd>An InputStream which you contains the raw data of the object. It's your
responsibility to close it.</dd>
+<dd>An InputStream which contains the raw data of the object. It's your
responsibility to close it.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../exceptions/ProviderException.html" title="class in
org.apache.wiki.api.exceptions">ProviderException</a></code> - If the
attachment cannot be found</dd>
<dd><code>java.io.IOException</code> - If the attachment cannot be opened</dd>
diff --git
a/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/providers/BasicAttachmentProvider.html
b/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/providers/BasicAttachmentProvider.html
index 86ea94e9ee..c1a4e36b34 100644
---
a/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/providers/BasicAttachmentProvider.html
+++
b/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/providers/BasicAttachmentProvider.html
@@ -601,7 +601,7 @@ implements <a
href="../api/providers/AttachmentProvider.html" title="interface i
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>att</code> - The attachment</dd>
<dt><span class="returnLabel">Returns:</span></dt>
-<dd>An InputStream which you contains the raw data of the object. It's your
responsibility to close it.</dd>
+<dd>An InputStream which contains the raw data of the object. It's your
responsibility to close it.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code> - If the attachment cannot be opened</dd>
<dd><code><a href="../api/exceptions/ProviderException.html" title="class in
org.apache.wiki.api.exceptions">ProviderException</a></code> - If the
attachment cannot be found</dd>
diff --git
a/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/providers/CachingAttachmentProvider.html
b/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/providers/CachingAttachmentProvider.html
index b0d8f81195..34978d2c5c 100644
---
a/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/providers/CachingAttachmentProvider.html
+++
b/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/providers/CachingAttachmentProvider.html
@@ -411,7 +411,7 @@ implements <a
href="../api/providers/AttachmentProvider.html" title="interface i
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>att</code> - The attachment</dd>
<dt><span class="returnLabel">Returns:</span></dt>
-<dd>An InputStream which you contains the raw data of the object. It's your
responsibility to close it.</dd>
+<dd>An InputStream which contains the raw data of the object. It's your
responsibility to close it.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../api/exceptions/ProviderException.html" title="class in
org.apache.wiki.api.exceptions">ProviderException</a></code> - If the
attachment cannot be found</dd>
<dd><code>java.io.IOException</code> - If the attachment cannot be opened</dd>
diff --git
a/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/providers/WikiAttachmentAdapterProvider.html
b/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/providers/WikiAttachmentAdapterProvider.html
index b2f31d0cde..e19753cfed 100644
---
a/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/providers/WikiAttachmentAdapterProvider.html
+++
b/apidocs/2.12.2-SNAPSHOT/org/apache/wiki/providers/WikiAttachmentAdapterProvider.html
@@ -443,7 +443,7 @@ implements <a
href="../api/providers/AttachmentProvider.html" title="interface i
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>att</code> - The attachment</dd>
<dt><span class="returnLabel">Returns:</span></dt>
-<dd>An InputStream which you contains the raw data of the object. It's your
responsibility to close it.</dd>
+<dd>An InputStream which contains the raw data of the object. It's your
responsibility to close it.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="../api/exceptions/ProviderException.html" title="class in
org.apache.wiki.api.exceptions">ProviderException</a></code> - If the
attachment cannot be found</dd>
<dd><code>java.io.IOException</code> - If the attachment cannot be opened</dd>
diff --git a/apidocs/2.12.2-SNAPSHOT/package-search-index.zip
b/apidocs/2.12.2-SNAPSHOT/package-search-index.zip
index 7381c8dffc..2841b47fde 100644
Binary files a/apidocs/2.12.2-SNAPSHOT/package-search-index.zip and
b/apidocs/2.12.2-SNAPSHOT/package-search-index.zip differ
diff --git a/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/api/Release.html
b/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/api/Release.html
index b2d1796daa..51bef9283d 100644
--- a/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/api/Release.html
+++ b/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/api/Release.html
@@ -78,7 +78,7 @@
<span class="sourceLineNo">069</span><a id="line.69"> * <p></a>
<span class="sourceLineNo">070</span><a id="line.70"> * If the build
identifier is empty, it is not added.</a>
<span class="sourceLineNo">071</span><a id="line.71"> */</a>
-<span class="sourceLineNo">072</span><a id="line.72"> public static final
String BUILD = "13";</a>
+<span class="sourceLineNo">072</span><a id="line.72"> public static final
String BUILD = "14";</a>
<span class="sourceLineNo">073</span><a id="line.73"></a>
<span class="sourceLineNo">074</span><a id="line.74"> /**</a>
<span class="sourceLineNo">075</span><a id="line.75"> * This is the
generic version string you should use when printing out the version. It is
of</a>
diff --git
a/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/api/providers/AttachmentProvider.html
b/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/api/providers/AttachmentProvider.html
index 8a026a400a..18f8a37239 100644
---
a/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/api/providers/AttachmentProvider.html
+++
b/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/api/providers/AttachmentProvider.html
@@ -65,7 +65,7 @@
<span class="sourceLineNo">056</span><a id="line.56"> * Get attachment
data.</a>
<span class="sourceLineNo">057</span><a id="line.57"> * </a>
<span class="sourceLineNo">058</span><a id="line.58"> * @param att The
attachment</a>
-<span class="sourceLineNo">059</span><a id="line.59"> * @return An
InputStream which you contains the raw data of the object. It's your
responsibility to close it.</a>
+<span class="sourceLineNo">059</span><a id="line.59"> * @return An
InputStream which contains the raw data of the object. It's your responsibility
to close it.</a>
<span class="sourceLineNo">060</span><a id="line.60"> * @throws
ProviderException If the attachment cannot be found</a>
<span class="sourceLineNo">061</span><a id="line.61"> * @throws
IOException If the attachment cannot be opened</a>
<span class="sourceLineNo">062</span><a id="line.62"> */</a>
diff --git
a/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/htmltowiki/XHtmlElementToWikiTranslator.ElementDecoratorData.html
b/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/htmltowiki/XHtmlElementToWikiTranslator.ElementDecoratorData.html
index 6ab9eb39c8..f81c72e1d9 100644
---
a/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/htmltowiki/XHtmlElementToWikiTranslator.ElementDecoratorData.html
+++
b/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/htmltowiki/XHtmlElementToWikiTranslator.ElementDecoratorData.html
@@ -234,7 +234,7 @@
<span class="sourceLineNo">225</span><a id="line.225"></a>
<span class="sourceLineNo">226</span><a id="line.226"> final Map<
Object, Object > m = new LinkedHashMap<>();</a>
<span class="sourceLineNo">227</span><a id="line.227"> Arrays.stream(
style.toLowerCase().split( ";" ) )</a>
-<span class="sourceLineNo">228</span><a id="line.228"> .filter(
StringUtils::isNotEmpty )</a>
+<span class="sourceLineNo">228</span><a id="line.228"> .filter(
StringUtils::isNotBlank )</a>
<span class="sourceLineNo">229</span><a id="line.229"> .forEach(
prop -> m.put( prop.split( ":" )[ 0 ].trim(), prop.split( ":" )[ 1 ].trim()
) );</a>
<span class="sourceLineNo">230</span><a id="line.230"> return m;</a>
<span class="sourceLineNo">231</span><a id="line.231"> }</a>
diff --git
a/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/htmltowiki/XHtmlElementToWikiTranslator.html
b/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/htmltowiki/XHtmlElementToWikiTranslator.html
index 6ab9eb39c8..f81c72e1d9 100644
---
a/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/htmltowiki/XHtmlElementToWikiTranslator.html
+++
b/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/htmltowiki/XHtmlElementToWikiTranslator.html
@@ -234,7 +234,7 @@
<span class="sourceLineNo">225</span><a id="line.225"></a>
<span class="sourceLineNo">226</span><a id="line.226"> final Map<
Object, Object > m = new LinkedHashMap<>();</a>
<span class="sourceLineNo">227</span><a id="line.227"> Arrays.stream(
style.toLowerCase().split( ";" ) )</a>
-<span class="sourceLineNo">228</span><a id="line.228"> .filter(
StringUtils::isNotEmpty )</a>
+<span class="sourceLineNo">228</span><a id="line.228"> .filter(
StringUtils::isNotBlank )</a>
<span class="sourceLineNo">229</span><a id="line.229"> .forEach(
prop -> m.put( prop.split( ":" )[ 0 ].trim(), prop.split( ":" )[ 1 ].trim()
) );</a>
<span class="sourceLineNo">230</span><a id="line.230"> return m;</a>
<span class="sourceLineNo">231</span><a id="line.231"> }</a>
diff --git a/apidocs/2.12.2-SNAPSHOT/type-search-index.zip
b/apidocs/2.12.2-SNAPSHOT/type-search-index.zip
index bdef217a1f..d6db3fa26a 100644
Binary files a/apidocs/2.12.2-SNAPSHOT/type-search-index.zip and
b/apidocs/2.12.2-SNAPSHOT/type-search-index.zip differ
diff --git a/development/changelog.html b/development/changelog.html
index 5c9a2bdced..27be2c79ce 100644
--- a/development/changelog.html
+++ b/development/changelog.html
@@ -186,6 +186,27 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
+<p><strong>2024-05-01 Juan Pablo Santos (juanpablo AT apache DOT
org)</strong></p>
+<ul>
+<li>
+<p><em>2.12.2-git-14</em></p>
+</li>
+<li>
+<p><a
href="https://issues.apache.org/jira/browse/JSPWIKI-1190">JSPWIKI-1190</a> -
Changing <code>jspwiki.syntax=markdown</code> breaks all the predefined/default
wiki content</p>
+<ul>
+<li>Markdown wikipages are now generated from default wikipages as part of the
build</li>
+<li>This generation allowed to uncover and fix a small bug in
<code>XHtmlElementToWikiTranslator</code>, where an
<code>ArrayIndexOutOfBOundsException</code> could occur when translating
<code>style</code> tags</li>
+</ul>
+</li>
+<li>
+<p>Dependency updates</p>
+<ul>
+<li>Awaitility to 4.2.1 (closes <a
href="https://github.com/apache/jspwiki/pull/337">PR #337</a>, thanks to
Dependabot)</li>
+<li>Log4J to 2.23.1 (closes <a
href="https://github.com/apache/jspwiki/pull/338">PR #338</a>, thanks to
Dependabot)</li>
+<li>Maven plugins: install to 3.1.2, cargo to 1.10.13 (closes <a
href="https://github.com/apache/jspwiki/pull/339">PR #339</a>, thanks to
Dependabot)</li>
+</ul>
+</li>
+</ul>
<p><strong>2024-04-27 Juan Pablo Santos (juanpablo AT apache DOT
org)</strong></p>
<ul>
<li>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-adapters.html
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-adapters.html
index 404f7b9f1d..dd184b39a6 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-adapters.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-adapters.html
@@ -184,7 +184,7 @@ ul {
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-210-adapters/2.12.2-SNAPSHOT/jspwiki-210-adapters-2.12.2-SNAPSHOT.jar</td>
</tr>
<tr>
- <td>Created:</td><td>2024-04-27T16:04:56.564+0000</td>
+ <td>Created:</td><td>2024-05-01T15:36:38.925+0000</td>
</tr>
<tr>
<td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-test-adaptees.html
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-test-adaptees.html
index 6ad6508714..3138399b28 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-test-adaptees.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-test-adaptees.html
@@ -184,7 +184,7 @@ ul {
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-210-test-adaptees/2.12.2-SNAPSHOT/jspwiki-210-test-adaptees-2.12.2-SNAPSHOT.jar</td>
</tr>
<tr>
- <td>Created:</td><td>2024-04-27T16:04:57.562+0000</td>
+ <td>Created:</td><td>2024-05-01T15:36:42.351+0000</td>
</tr>
<tr>
<td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-api.html
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-api.html
index f87051ea92..573772200a 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-api.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-api.html
@@ -184,7 +184,7 @@ ul {
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-api/2.12.2-SNAPSHOT/jspwiki-api-2.12.2-SNAPSHOT.jar</td>
</tr>
<tr>
- <td>Created:</td><td>2024-04-27T16:04:57.834+0000</td>
+ <td>Created:</td><td>2024-05-01T15:36:42.933+0000</td>
</tr>
<tr>
<td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-bootstrap.html
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-bootstrap.html
index 23844a80e1..128e11fe37 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-bootstrap.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-bootstrap.html
@@ -184,7 +184,7 @@ ul {
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-bootstrap/2.12.2-SNAPSHOT/jspwiki-bootstrap-2.12.2-SNAPSHOT.jar</td>
</tr>
<tr>
- <td>Created:</td><td>2024-04-27T16:04:58.171+0000</td>
+ <td>Created:</td><td>2024-05-01T15:36:43.299+0000</td>
</tr>
<tr>
<td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-cache.html
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-cache.html
index d84128b881..25b43efe6d 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-cache.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-cache.html
@@ -184,7 +184,7 @@ ul {
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-cache/2.12.2-SNAPSHOT/jspwiki-cache-2.12.2-SNAPSHOT.jar</td>
</tr>
<tr>
- <td>Created:</td><td>2024-04-27T16:04:58.310+0000</td>
+ <td>Created:</td><td>2024-05-01T15:36:43.676+0000</td>
</tr>
<tr>
<td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-event.html
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-event.html
index ea583e8840..ecaede396a 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-event.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-event.html
@@ -184,7 +184,7 @@ ul {
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-event/2.12.2-SNAPSHOT/jspwiki-event-2.12.2-SNAPSHOT.jar</td>
</tr>
<tr>
- <td>Created:</td><td>2024-04-27T16:04:58.479+0000</td>
+ <td>Created:</td><td>2024-05-01T15:36:43.925+0000</td>
</tr>
<tr>
<td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-http.html
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-http.html
index ad979afa3d..2061dfe986 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-http.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-http.html
@@ -184,7 +184,7 @@ ul {
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-http/2.12.2-SNAPSHOT/jspwiki-http-2.12.2-SNAPSHOT.jar</td>
</tr>
<tr>
- <td>Created:</td><td>2024-04-27T16:04:58.631+0000</td>
+ <td>Created:</td><td>2024-05-01T15:36:44.304+0000</td>
</tr>
<tr>
<td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-kendra-searchprovider.html
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-kendra-searchprovider.html
index 21263e30b9..79aca752e8 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-kendra-searchprovider.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-kendra-searchprovider.html
@@ -184,7 +184,7 @@ ul {
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-kendra-searchprovider/2.12.2-SNAPSHOT/jspwiki-kendra-searchprovider-2.12.2-SNAPSHOT.jar</td>
</tr>
<tr>
- <td>Created:</td><td>2024-04-27T16:04:58.738+0000</td>
+ <td>Created:</td><td>2024-05-01T15:36:44.540+0000</td>
</tr>
<tr>
<td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-main.html
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-main.html
index 073b79875f..9b1af988de 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-main.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-main.html
@@ -184,7 +184,7 @@ ul {
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-main/2.12.2-SNAPSHOT/jspwiki-main-2.12.2-SNAPSHOT.jar</td>
</tr>
<tr>
- <td>Created:</td><td>2024-04-27T16:04:59.464+0000</td>
+ <td>Created:</td><td>2024-05-01T15:36:46.083+0000</td>
</tr>
<tr>
<td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-markdown.html
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-markdown.html
index 19f1f984c4..b3eefaa618 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-markdown.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-markdown.html
@@ -184,7 +184,7 @@ ul {
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-markdown/2.12.2-SNAPSHOT/jspwiki-markdown-2.12.2-SNAPSHOT.jar</td>
</tr>
<tr>
- <td>Created:</td><td>2024-04-27T16:05:00.131+0000</td>
+ <td>Created:</td><td>2024-05-01T15:36:47.143+0000</td>
</tr>
<tr>
<td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-tika-searchprovider.html
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-tika-searchprovider.html
index ebd2c98128..224be72391 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-tika-searchprovider.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-tika-searchprovider.html
@@ -184,7 +184,7 @@ ul {
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-tika-searchprovider/2.12.2-SNAPSHOT/jspwiki-tika-searchprovider-2.12.2-SNAPSHOT.jar</td>
</tr>
<tr>
- <td>Created:</td><td>2024-04-27T16:05:00.237+0000</td>
+ <td>Created:</td><td>2024-05-01T15:36:47.934+0000</td>
</tr>
<tr>
<td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-util.html
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-util.html
index ede3b88ac8..8213a0e335 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-util.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-util.html
@@ -184,7 +184,7 @@ ul {
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-util/2.12.2-SNAPSHOT/jspwiki-util-2.12.2-SNAPSHOT.jar</td>
</tr>
<tr>
- <td>Created:</td><td>2024-04-27T16:05:00.382+0000</td>
+ <td>Created:</td><td>2024-05-01T15:36:48.224+0000</td>
</tr>
<tr>
<td>Access modifier filter:</td><td>PROTECTED</td>