Skip to content

Commit

Permalink
Updating 1.5.x documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Lagom Build Server authored and Play Team committed Mar 26, 2019
1 parent c401a89 commit 42ec648
Show file tree
Hide file tree
Showing 283 changed files with 491 additions and 1,533 deletions.
1 change: 0 additions & 1 deletion src/docs/1.5.x/java/CoreConcepts.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ <h1 id="Introduction-to-Lagom-concepts"><a class="section-marker" href="#Introdu
</li>
</ul>


1 change: 1 addition & 0 deletions src/docs/1.5.x/java/DevEnvironment.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ <h1 id="Development-Environment"><a class="section-marker" href="#Development-En
elasticsearch / &quot;bin&quot; / &quot;elasticsearch&quot;
}

import scala.sys.process._
val process = Process(binFile.getAbsolutePath, elasticsearch).run(log)
log.info(&quot;Elastic search started on port 9200&quot;)

Expand Down
1 change: 0 additions & 1 deletion src/docs/1.5.x/java/Home.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@



<h2>Welcome to Lagom</h2>
<ol>
<li>
Expand Down
10 changes: 10 additions & 0 deletions src/docs/1.5.x/java/Migration15.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ <h1 id="Lagom-1.5-Migration-Guide"><a class="section-marker" href="#Lagom-1.5-Mi
<p>Cluster formation now also supports <a href="Cluster.html#Joining-during-production-(Akka-Cluster-Bootstrap)">Cluster Bootstrapping</a> as a new way to form a cluster.</p>
<p>These new defaults may require at least two changes on your codebase. First, if you want to opt-in to cluster bootstrapping you must make sure you don&rsquo;t set <code>seed-nodes</code>. <code>seed-nodes</code> always takes precedence over any other cluster formation mechanism. Second, if you use Cluster Bootstrapping, you will have to setup a <a href="https://doc.akka.io/docs/akka/2.5/discovery/index.html">discovery</a> mechanism (see the <a href="Cluster.html#Akka-Discovery">Lagom Cluster reference guide</a> for more details).</p><h4 id="Service-Location"><a class="section-marker" href="#Service-Location">§</a>Service Location</h4>
<p>You no longer have a <code>ServiceLocator</code> provided by the tooling libraries so you will have to provide one of your choice. We recommend using the new <a href="https://github.com/lagom/lagom-akka-discovery-service-locator"><code>lagom-akka-discovery-service-locator</code></a> which is implemented using <a href="https://doc.akka.io/docs/akka/current/discovery/index.html">Akka Service Discovery</a> implementations.</p>
<p>You first need to add the following dependency to each service implementation in your <code>build.sbt</code>.</p>
<pre class="prettyprint"><code>&quot;com.lightbend.lagom&quot; %% &quot;lagom-javadsl-akka-discovery-service-locator&quot; % &quot;1.0.0&quot;
</code></pre>
<p>or if you are using <code>maven</code>.</p>
<pre class="prettyprint"><code>&lt;dependency&gt;
&lt;groupId&gt;com.lightbend.lagom&lt;/groupId&gt;
&lt;artifactId&gt;lagom-javadsl-akka-discovery-service-locator_2.12&lt;/artifactId&gt;
&lt;version&gt;1.0.0&lt;/version&gt;
&lt;/dependency&gt;
</code></pre>
<p>Read the <a href="https://github.com/lagom/lagom-akka-discovery-service-locator">docs</a> of the new <code>lagom-akka-discovery-service-locator</code> for details on how to setup the Akka Service Discovery <a href="https://doc.akka.io/docs/akka/current/discovery/index.html">method</a>. For example,</p>
<pre class="prettyprint"><code>akka {
discovery {
Expand Down
1 change: 0 additions & 1 deletion src/docs/1.5.x/java/ReferenceGuide.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<h1 id="Lagom-reference-guide"><a class="section-marker" href="#Lagom-reference-guide">§</a>Lagom reference guide</h1>


<h2>Configuring builds and the development environment</h2>
<ol>
<li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,7 @@ <h4>toString</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,7 @@ <h4>toString</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,7 @@ <h4>identifiedBy</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,7 @@ <h4>doWithService</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,11 +524,7 @@ <h4>toString</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,7 @@ <h3>Methods inherited from class&nbsp;<a href="https://docs.oracle.com/javase/8/
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,7 @@ <h4>toString</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,7 @@ <h4>toString</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,7 @@ <h4>toString</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,7 @@ <h4>withProperty</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,11 +313,7 @@ <h4>toString</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,7 @@ <h2 title="Interface Descriptor.ServiceCallHolder" class="title">Interface Descr
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,7 @@ <h4>withProperty</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,7 @@ <h2 title="Interface Descriptor.TopicHolder" class="title">Interface Descriptor.
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -879,11 +879,7 @@ <h4>withTopics</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,7 @@ <h4>IllegalMessageTypeException</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,7 @@ <h4>IllegalPathParameterException</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,7 @@ <h4>named</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,7 @@ <h4>named</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,7 @@ <h4>methodForImpl</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,7 @@ <h4>ScalaMethodCall$</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,7 @@ <h4>method</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,7 @@ <h4>methodForImpl</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1094,11 +1094,7 @@ <h4>topic</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,7 @@ <h4>toString</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,11 +306,7 @@ <h4>withResponseHeader</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,11 +337,7 @@ <h4>getAcls</h4>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript">
if (window.name == "classFrame" && window.top.location.hash) {
window.location.href = window.top.location.hash;
}
</script></div>
<div class="aboutLanguage"><script type=\"text/javascript\">\n if (window.name == \"classFrame\" && window.top.location.hash) {\n window.location.href = window.top.location.hash;\n }\n</script></div>
</div>
<div class="subNav">
<ul class="navList">
Expand Down
Loading

0 comments on commit 42ec648

Please sign in to comment.