Skip to content

Commit

Permalink
Deploying to gh-pages - 17:50:32
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke committed Sep 3, 2024
1 parent f3c5fe5 commit 3e4d319
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions snapshot/guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,23 @@ <h1 id="bootstrap"><a class="anchor" href="#bootstrap"></a>4 Bootstrapping Coher
This behaviour can easily be configured, either traditionally using Coherence system properties or using explicit Micronaut
configuration.</p>
</div>
<div class="admonitionblock important">
<table>
<tr>
<td class="icon">
<i class="fa icon-important" title="Important"></i>
</td>
<td class="content">
When using Micronaut, all Coherence resources used by application code should be injected.
Applications should avoid calling Coherence APIs that create or initialise Coherence resources directly,
especially static CacheFactory methods. If application code calls these Coherence APIs it may cause Coherence to
be initialised too early in the start-up process before the Micronaut framework has initialised the Coherence
extensions. A typical symptom of this would be that Coherence starts without picking up the correct configuration
from the Micronaut framework.
</td>
</tr>
</table>
</div>

<h2 id="defaultSession"><a class="anchor" href="#defaultSession"></a>4.1 Using the Default Session</h2>

Expand Down

0 comments on commit 3e4d319

Please sign in to comment.