Skip to content

Commit

Permalink
Synchronized core docs from refs/heads/14.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Infinispan committed Jan 28, 2025
1 parent 9c61794 commit d54210f
Show file tree
Hide file tree
Showing 54 changed files with 3,811 additions and 7,092 deletions.
133 changes: 55 additions & 78 deletions docs/stable/cheat-sheets/cache-configuration.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/stable/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.23">
<title>Infinispan 15.0 documentation index</title>
<title>Infinispan 14.0 documentation index</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style>
/*! Asciidoctor default stylesheet | MIT License | https://asciidoctor.org */
Expand Down Expand Up @@ -533,7 +533,7 @@
</head>
<body class="book">
<div id="header">
<h1>Infinispan 15.0 documentation index</h1>
<h1>Infinispan 14.0 documentation index</h1>
</div>
<div id="content">
<div id="preamble">
Expand Down Expand Up @@ -565,7 +565,10 @@ <h2 id="deploying_and_operating_infinispan_clusters" class="discrete">Deploying
<div class="ulist unstyled">
<ul class="unstyled">
<li>
<p><a href="titles/server/server.html">Infinispan Server Guide</a></p>
<p><a href="titles/tuning/tuning.html">Performance considerations and tuning guidelines</a></p>
</li>
<li>
<p><a href="titles/server/server.html">Guide to Infinispan Server</a></p>
</li>
<li>
<p><a href="titles/cli/cli.html">Using the Command Line Interface (CLI)</a></p>
Expand All @@ -577,9 +580,6 @@ <h2 id="deploying_and_operating_infinispan_clusters" class="discrete">Deploying
<p><a href="titles/security/security.html">Security guide</a></p>
</li>
<li>
<p><a href="titles/tuning/tuning.html">Performance considerations and tuning guidelines</a></p>
</li>
<li>
<p><a href="titles/upgrading/upgrading.html">Upgrading Infinispan deployments</a></p>
</li>
</ul>
Expand Down Expand Up @@ -618,13 +618,13 @@ <h2 id="developing_applications_with_infinispan" class="discrete">Developing app
<p><a href="titles/spring_boot/starter.html">Spring Boot Starter</a></p>
</li>
<li>
<p><a href="titles/memcached/memcached.html">Using the Memcached protocol endpoint with Infinispan</a></p>
<p><a href="titles/resp/resp-endpoint.html">Using the RESP protocol endpoint with Infinispan</a></p>
</li>
<li>
<p><a href="titles/resp/resp-endpoint.html">Using the Redis-compatible RESP protocol endpoint with Infinispan</a></p>
<p><a href="titles/spring/spring.html">Spring Cache and Spring Sessions with Infinispan</a></p>
</li>
<li>
<p><a href="titles/spring/spring.html">Spring Cache and Spring Sessions with Infinispan</a></p>
<p><a href="titles/memcached/memcached.html">Using the Memcached protocol endpoint with Infinispan</a></p>
</li>
</ul>
</div>
Expand All @@ -633,7 +633,7 @@ <h2 id="developing_applications_with_infinispan" class="discrete">Developing app
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-01-28 17:26:10 UTC
Last updated 2025-01-28 17:27:15 UTC
</div>
</div>
<script type="text/x-mathjax-config">
Expand Down
9 changes: 1 addition & 8 deletions docs/stable/logging/logs.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!DOCTYPE HTML>
<html>
<!DOCTYPE HTML><html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down Expand Up @@ -361,12 +360,6 @@ <h2 id="reportHeader">Infinispan (ISPN) log messages</h2>
that it was not possible to replicate tombstones for some segments during normal operations.
No action necessary.</td>
</tr>
<tr xmlns:xs="http://www.w3.org/2001/XMLSchema">
<td>ISPN000976</td>
<td>Received new cross-site event, site(s) %s: %s</td>
<td>INFO</td>
<td>A cluster has either joined or left the global cluster view.</td>
</tr>
</table>
<script>
<!--
Expand Down
1,363 changes: 614 additions & 749 deletions docs/stable/titles/cli/cli.html

Large diffs are not rendered by default.

1,031 changes: 341 additions & 690 deletions docs/stable/titles/configuring/configuring.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/stable/titles/contributing/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -757,12 +757,12 @@ <h3 id="pre_requisites"><a class="anchor" href="#pre_requisites"></a>1.1. Pre-re
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Java 21</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Infinispan is built with Java 21 and requires Java 17 for runtime (we build with OpenJDK)</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Java 17</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Infinispan is built using Java 17 and requires at least Java 11 for runtime (we build with OpenJDK)</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Maven 3.8</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">The Infinispan build uses Maven, and you should be using at least Maven 3.8</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Maven 3.5</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">The Infinispan build uses Maven, and you should be using at least Maven 3.5</p></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Git</p></td>
Expand All @@ -774,7 +774,7 @@ <h3 id="pre_requisites"><a class="anchor" href="#pre_requisites"></a>1.1. Pre-re
<div class="sect2">
<h3 id="java_compatibility"><a class="anchor" href="#java_compatibility"></a>1.2. Java compatibility</h3>
<div class="paragraph">
<p>Infinispan can run with Java 17 or greater.</p>
<p>Infinispan can run with Java 11 or greater.</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -1063,7 +1063,7 @@ <h6 id="code_style"><a class="anchor" href="#code_style"></a>Code Style</h6>
<div class="sect2">
<h3 id="builds"><a class="anchor" href="#builds"></a>1.5. Builds</h3>
<div class="paragraph">
<p>Infinispan uses <a href="http://maven.apache.org/">Maven</a> for builds. Make sure you have Maven 3.8 installed, and properly configured.</p>
<p>Infinispan uses <a href="http://maven.apache.org/">Maven</a> for builds. Make sure you have Maven 3 installed, and properly configured.</p>
</div>
<div class="sect3">
<h4 id="continuous_integration"><a class="anchor" href="#continuous_integration"></a>1.5.1. Continuous Integration</h4>
Expand Down Expand Up @@ -2183,7 +2183,7 @@ <h3 id="requirements"><a class="anchor" href="#requirements"></a>3.1. Requiremen
<p>Java 17 or above</p>
</li>
<li>
<p>Maven 3.8 or above</p>
<p>Maven 3.5 or above</p>
</li>
</ul>
</div>
Expand Down Expand Up @@ -3695,7 +3695,7 @@ <h3 id="infinispan_methods_and_corresponding_verbs"><a class="anchor" href="#inf
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-01-28 17:26:10 UTC
Last updated 2025-01-28 17:27:15 UTC
</div>
</div>
<script type="text/x-mathjax-config">
Expand Down
2 changes: 1 addition & 1 deletion docs/stable/titles/developing/developing.html
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ <h1>Infinispan Developer Guide</h1>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-01-28 17:26:10 UTC
Last updated 2025-01-28 17:27:15 UTC
</div>
</div>
<script type="text/x-mathjax-config">
Expand Down
Loading

0 comments on commit d54210f

Please sign in to comment.