Skip to content

Commit 2411987

Browse files
Copilotanidotnet
andcommitted
Fix Java version requirements to match pom.xml configuration
Co-authored-by: anidotnet <[email protected]>
1 parent ab91e21 commit 2411987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
5757
2. **Code style:** Follow existing code formatting in the repository (see `.editorconfig`)
5858
3. **Dependencies:** Check `pom.xml` files before adding new dependencies
5959
4. **API changes:** Be cautious with public API changes - this is a library used by others

0 commit comments

Comments
 (0)