play1
play1 copied to clipboard
Play framework
Just some cleanup no new functionality
Updates FirePhoque dependencies. All tests pass except I had to comment out one test in `samples-and-tests/just-test-cases/test/routing.test.html` that works interactively but not in auto test mode: _...
## Purpose [Compile code written for JDK 21](#1458) to improve code readability using [Pattern Matching for switch Expressions and Statements](https://docs.oracle.com/en/java/javase/21/language/pattern-matching-switch-expressions-and-statements.html#GUID-E69EEA63-E204-41B4-AA7F-D58B26A3B232)
[JPA 3.0](https://jakarta.ee/specifications/persistence/3.0/) don't have backward compatibility with 1.x-2.x versions because of renaming of all packages. As possible solution I see extracting play.db.jpa package in independent module and make two versions...