diff --git a/README.md b/README.md index aa421500a1f..472885a164a 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@
-
-
+
+
-
-
+
+
@@ -18,14 +18,17 @@
Project Helidon is a set of Java Libraries for writing microservices.
Helidon supports two programming models:
-* Helidon MP: [MicroProfile](https://microprofile.io/) 3.3
+* Helidon MP: [MicroProfile 6.0](https://microprofile.io/compatible/6-0/)
* Helidon SE: a small, functional style API
-In either case your application is just a Java SE program.
+In either case your application is a Java SE program running on the
+new Helidon NĂma WebServer that has been written from the ground up to
+use Java 21 Virtual Threads.
-## Early access branch
-This branch requires Java 21 early access release.
-Kindly use latest official release to work with Java 17, unless you are interested in the newest and greatest!
+In Helidon 4 each request is processed by a dedicated virtual thread so
+your code is free to perform blocking operations without impacting your servers
+ability to handle other requests. You get all the throughput of a reactive
+server with none of the complexity.
## License
@@ -48,7 +51,7 @@ See Getting Started at