File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ This is a multi-module Maven project with the following modules:
2929## Development Environment
3030
3131### Java Versions
32- - ** Minimum supported:** Java 8
32+ - ** Minimum supported:** Java 11 (as configured in pom.xml)
3333- ** Primary testing:** Java 11 and 17
3434- ** Native image testing:** Java 17 and 21 with GraalVM
3535
@@ -53,7 +53,7 @@ mvn -pl nitrite clean install
5353## Code Guidelines
5454
5555### Java Standards
56- 1 . ** Minimum compatibility:** Code must compile and run on Java 8
56+ 1 . ** Minimum compatibility:** Code must compile and run on Java 11 (as per maven.compiler.source=11 in pom.xml)
57572 . ** Code style:** Follow existing code formatting in the repository (see ` .editorconfig ` )
58583 . ** Dependencies:** Check ` pom.xml ` files before adding new dependencies
59594 . ** API changes:** Be cautious with public API changes - this is a library used by others
You can’t perform that action at this time.
0 commit comments