Skip to content

Commit

Permalink
Merge pull request #530 from mkurz/fix_readme
Browse files Browse the repository at this point in the history
Oops! It's Pekko HTTP not Akka HTTP
  • Loading branch information
mkurz authored Jan 23, 2024
2 parents 92746d2 + 55184dd commit 37ce9d0
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion play-java-chatroom-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Go to <http://localhost:9000> and open it in two different browsers. Typing int

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down
2 changes: 1 addition & 1 deletion play-java-compile-di-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Then go to the server at <http://localhost:9000> to see "Hello".

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

2 changes: 1 addition & 1 deletion play-java-dagger2-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Go to http://localhost:9000/ws to see the WS client pull the time from a remote

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down
2 changes: 1 addition & 1 deletion play-java-ebean-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The GitHub location for this project is inside:

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down
2 changes: 1 addition & 1 deletion play-java-fileupload-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ abstract Function<Multipart.FileInfo, Accumulator<ByteString, Http.MultipartForm

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
2 changes: 1 addition & 1 deletion play-java-forms-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ And open <http://localhost:9000/>

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down
2 changes: 1 addition & 1 deletion play-java-hello-world-tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ The Play application responds: `Welcome to the Hello World Tutorial!`

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
2 changes: 1 addition & 1 deletion play-java-jpa-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Please see the Play documentation for more details:

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
2 changes: 1 addition & 1 deletion play-java-pekko-cluster-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ but it doesn't demonstrate the [`Pekko Cluster Bootstrap`](https://pekko.apache.

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down
2 changes: 1 addition & 1 deletion play-java-rest-api-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ That will contain your load test results.

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
2 changes: 1 addition & 1 deletion play-java-starter-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ There are several demonstration files available in this template.

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
2 changes: 1 addition & 1 deletion play-java-streaming-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Please see the documentation at:

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
2 changes: 1 addition & 1 deletion play-java-websocket-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ There are also tests showing how Junit and Pekko Testkit are used to test actors

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down
2 changes: 1 addition & 1 deletion play-scala-anorm-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is an example Play application that uses Scala on the front end, and commun

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down
2 changes: 1 addition & 1 deletion play-scala-chatroom-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Go to <http://localhost:9000> and open it in two different browsers. Typing int

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down
2 changes: 1 addition & 1 deletion play-scala-compile-di-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ServerSpec extends PlaySpec

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down
2 changes: 1 addition & 1 deletion play-scala-fileupload-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Play's Scala API for `parse.multipartFormData` uses a `BodyParser[MultipartFormD

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down
2 changes: 1 addition & 1 deletion play-scala-forms-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ And open [http://localhost:9000/](http://localhost:9000/)

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down
2 changes: 1 addition & 1 deletion play-scala-hello-world-tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ The Play application responds: `Welcome to the Hello World Tutorial!`

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
2 changes: 1 addition & 1 deletion play-scala-isolated-slick-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ Now go to <http://localhost:9000>, and you will see the list of users in the dat

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
2 changes: 1 addition & 1 deletion play-scala-log4j2-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Please see [Using a custom logging framework](https://www.playframework.com/docu

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down
2 changes: 1 addition & 1 deletion play-scala-macwire-di-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ For further details, please see:

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
2 changes: 1 addition & 1 deletion play-scala-rest-api-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Play will start up on the HTTP port at <http://localhost:9000/>. You don't nee

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down
2 changes: 1 addition & 1 deletion play-scala-secure-session-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Then go to <http://localhost:9000> to see the server.

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down
2 changes: 1 addition & 1 deletion play-scala-slick-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To see an example of a Play application using Slick outside the play application

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

2 changes: 1 addition & 1 deletion play-scala-starter-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ There are several demonstration files available in this template.

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down
2 changes: 1 addition & 1 deletion play-scala-streaming-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Once the application has been compiled and the server started, your application

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).
2 changes: 1 addition & 1 deletion play-scala-websocket-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The Websocket API is built on Pekko Streams, and so is async, non-blocking, and

## Server backend

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.
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.
In the `build.sbt` of this project, you'll find a commented line for this setting; simply uncomment it to make the switch.
For more detailed information, refer to the Play Framework [documentation](https://www.playframework.com/documentation/3.0.x/Server).

Expand Down

0 comments on commit 37ce9d0

Please sign in to comment.