Skip to content

Commit

Permalink
doc references to jdk 8
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Sep 28, 2023
1 parent 637d804 commit ef6f68e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions docs/src/main/paradox/buildtools/gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ explicit by duplicating the proto definitions in your project.

This is supported by `protobuf-gradle-plugin` and explained [here](https://github.com/google/protobuf-gradle-plugin#protos-in-dependencies).

## JDK 8 support

If you want to use TLS-based negotiation on JDK 8, Akka gRPC requires JDK 8 update 252 or later. JVM support for ALPN has been backported to JDK 8u252 which is now widely available. Support for using the Jetty ALPN agent has been [dropped in Akka HTTP 10.2.0](https://doc.akka.io/docs/akka-http/current/migration-guide/migration-guide-10.2.x.html#http-2-support-requires-jdk-8-update-252-or-later), and therefore is not supported by Akka gRPC.

## Starting your Akka gRPC server from gradle

Build script needs a custom task
Expand Down
4 changes: 0 additions & 4 deletions docs/src/main/paradox/buildtools/maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ Finally, the `target/proto` directory has to be introduced to the `akka-grpc-mav
Java
: @@snip[unpack protos](/plugin-tester-java/pom.xml) { #all-proto-paths }

## JDK 8 support

If you want to use TLS-based negotiation on JDK 8, Akka gRPC requires JDK 8 update 252 or later. JVM support for ALPN has been backported to JDK 8u252 which is now widely available. Support for using the Jetty ALPN agent has been [dropped in Akka HTTP 10.2.0](https://doc.akka.io/docs/akka-http/current/migration-guide/migration-guide-10.2.x.html#http-2-support-requires-jdk-8-update-252-or-later), and therefore is not supported by Akka gRPC.

## Starting your Akka gRPC server from Maven

You can start your gRPC application as usual with:
Expand Down
4 changes: 0 additions & 4 deletions docs/src/main/paradox/buildtools/sbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ as an external protobuf source, add it like:
libraryDependencies += "com.example" %% "my-grpc-service" % "1.0.0" % "protobuf"
```

## JDK 8 support

If you want to use TLS-based negotiation on JDK 8, Akka gRPC requires JDK 8 update 252 or later. JVM support for ALPN has been backported to JDK 8u252 which is now widely available. Support for using the Jetty ALPN agent has been [dropped in Akka HTTP 10.2.0](https://doc.akka.io/docs/akka-http/current/migration-guide/migration-guide-10.2.x.html#http-2-support-requires-jdk-8-update-252-or-later), and therefore is not supported by Akka gRPC.

## Starting your Akka gRPC server from sbt

You can start your gRPC application as usual with:
Expand Down

0 comments on commit ef6f68e

Please sign in to comment.