Skip to content

Commit 37ce9d0

Browse files
authored
Merge pull request #530 from mkurz/fix_readme
Oops! It's Pekko HTTP not Akka HTTP
2 parents 92746d2 + 55184dd commit 37ce9d0

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

play-java-chatroom-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Go to <http://localhost:9000> and open it in two different browsers. Typing int
6363

6464
## Server backend
6565

66-
By default, the project uses the Akka HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
66+
By default, the project uses the Pekko HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
6767
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
6868
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
6969

play-java-compile-di-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Then go to the server at <http://localhost:9000> to see "Hello".
1919

2020
## Server backend
2121

22-
By default, the project uses the Akka HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
22+
By default, the project uses the Pekko HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
2323
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
2424
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
2525

play-java-dagger2-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Go to http://localhost:9000/ws to see the WS client pull the time from a remote
1414

1515
## Server backend
1616

17-
By default, the project uses the Akka HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
17+
By default, the project uses the Pekko HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
1818
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
1919
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
2020

play-java-ebean-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The GitHub location for this project is inside:
88

99
## Server backend
1010

11-
By default, the project uses the Akka HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
11+
By default, the project uses the Pekko HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
1212
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
1313
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
1414

play-java-fileupload-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ abstract Function<Multipart.FileInfo, Accumulator<ByteString, Http.MultipartForm
9595

9696
## Server backend
9797

98-
By default, the project uses the Akka HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
98+
By default, the project uses the Pekko HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
9999
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
100100
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

play-java-forms-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ And open <http://localhost:9000/>
1414

1515
## Server backend
1616

17-
By default, the project uses the Akka HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
17+
By default, the project uses the Pekko HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
1818
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
1919
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
2020

play-java-hello-world-tutorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ The Play application responds: `Welcome to the Hello World Tutorial!`
3838

3939
## Server backend
4040

41-
By default, the project uses the Akka HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
41+
By default, the project uses the Pekko HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
4242
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
4343
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

play-java-jpa-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Please see the Play documentation for more details:
1010

1111
## Server backend
1212

13-
By default, the project uses the Akka HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
13+
By default, the project uses the Pekko HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
1414
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
1515
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

play-java-pekko-cluster-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ but it doesn't demonstrate the [`Pekko Cluster Bootstrap`](https://pekko.apache.
3434

3535
## Server backend
3636

37-
By default, the project uses the Akka HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
37+
By default, the project uses the Pekko HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
3838
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
3939
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
4040

play-java-rest-api-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ That will contain your load test results.
4848

4949
## Server backend
5050

51-
By default, the project uses the Akka HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
51+
By default, the project uses the Pekko HTTP Server backend. To switch to the Netty Server backend, enable the `PlayNettyServer` sbt plugin in the `build.sbt` file.
5252
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
5353
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

0 commit comments

Comments
 (0)