diff --git a/java/developing-applications/testing.md b/java/developing-applications/testing.md index bb224a365..aa713ac3e 100644 --- a/java/developing-applications/testing.md +++ b/java/developing-applications/testing.md @@ -267,6 +267,10 @@ Check out the version in our [CAP Java bookshop sample project](https://github.c H2 includes a built-in web console application, providing a user-friendly interface for database administration, query execution, and data inspection without requiring external tools. CAP Java applications configured with the H2 database expose the administration console under `http://localhost:8080/h2-console` (assuming default port `8080`). +::: warning Use the latest `2.3.x` version of H2 +Even though there are newer versions available, we cannot recommend using them for now. Therefore we only support until version 2.3.x of H2. This recommendation is subject to change. If our test results allow to recommend newer versions we will do so. +::: + ### Setup & Configuration #### Using the Maven Archetype