From 29b0616b949ed2cf1d2ca112e461eee2d03356ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gautier=20Ben=20A=C3=AFm?= Date: Fri, 24 Oct 2025 15:58:02 +0200 Subject: [PATCH] docs: remove mentions of beta --- docs/1-getting-started/0-introduction/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/1-getting-started/0-introduction/README.md b/docs/1-getting-started/0-introduction/README.md index 44d12049..c7cdeb1f 100644 --- a/docs/1-getting-started/0-introduction/README.md +++ b/docs/1-getting-started/0-introduction/README.md @@ -9,10 +9,6 @@ content: Welcome to the JavaScript Modules documentation! -Currently in Beta, this technology is actively developed and the first stable version (v1) is scheduled for release in Autumn 2025. We actively support this new technology, and we consider it ready for production: you can build a production-ready Jahia website with JavaScript and React. - -It is considered Beta as Jahia UI extensions and OSGi interactions can only be written in Java for now, these features are not yet available to JavaScript modules. - ![JavaScript Modules Hello World](./hello-world.png) Here is what you would get within minutes. The code is written in React/JSX and made interactive on the client; Jahia is the first Java CMS to support [partial hydration/island architecture](https://www.jahia.com/blog/leveraging-the-island-architecture-in-jahia-cms) on the market.