|
12 | 12 | <a href="https://astro.build"><img src="https://img.shields.io/badge/Astro-7.2-orange?style=flat-square&logo=astro" alt="Astro"></a> |
13 | 13 | <a href="https://react.dev"><img src="https://img.shields.io/badge/React-19.0-blue?style=flat-square&logo=react" alt="React"></a> |
14 | 14 | <a href="https://spring.io/projects/spring-boot"><img src="https://img.shields.io/badge/Spring_Boot-4.1-green?style=flat-square&logo=springboot" alt="Spring Boot"></a> |
15 | | - <a href="https://www.java.com"><img src="https://img.shields.io/badge/Java-21-red?style=flat-square&logo=openjdk" alt="Java 21"></a> |
| 15 | + <a href="https://www.java.com"><img src="https://img.shields.io/badge/Java-25-red?style=flat-square&logo=openjdk" alt="Java 25"></a> |
16 | 16 | <a href="https://www.mongodb.com"><img src="https://img.shields.io/badge/Database-MongoDB-forestgreen?style=flat-square&logo=mongodb" alt="MongoDB"></a> |
17 | 17 | <a href="https://github.com/Modtale/modtale"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fghloc.vercel.app%2Fapi%2FModtale%2Fmodtale%2Fbadge&style=flat-square&logo=git" alt="Lines of Code"></a> |
18 | 18 | </p> |
@@ -60,7 +60,7 @@ Warden is a separate, closed-source security scanner service. |
60 | 60 | | | **React** | Interactive UI Components & SPA Routing (`react-router-dom`) | |
61 | 61 | | | **Tailwind CSS** | Utility-first, responsive, and dark-mode compatible styling | |
62 | 62 | | | **Lucide React** | Consistent, lightweight SVG iconography | |
63 | | -| **Backend** | **Java 21** | Modern, high-performance server language | |
| 63 | +| **Backend** | **Java 25** | Modern, high-performance server language | |
64 | 64 | | | **Spring Boot** | Enterprise-grade REST API Framework | |
65 | 65 | | | **MongoDB** | Primary NoSQL document data store | |
66 | 66 | | | **Bucket4j / Caffeine** | Token-bucket rate limiting and high-speed in-memory caching | |
@@ -186,7 +186,7 @@ npm run dev |
186 | 186 |
|
187 | 187 | ### 5. Native Launcher |
188 | 188 |
|
189 | | -The `launcher/` project is a native Java 21 JavaFX client for installing Modtale projects into a local Hytale mods folder. It does not use Electron. |
| 189 | +The `launcher/` project is a native Java 25 JavaFX client for installing Modtale projects into a local Hytale mods folder. It does not use Electron. |
190 | 190 |
|
191 | 191 | ```bash |
192 | 192 | cd launcher |
|
0 commit comments