play1 icon indicating copy to clipboard operation
play1 copied to clipboard

Play framework

Results 105 play1 issues
Sort by recently updated
recently updated
newest added

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: ![CleanShot 2022-06-18 at 18 00...

Fixes deprecation with Class.newInstance() Also fixes a deprecation with Runtime.exec().

I could not find an issue for this dependency upgrade yet. It may for good reasons that Play1 targets Hibernate 5.6: I'm very interested in what those reasons are :)...

**Is your feature request related to a problem? Please describe.** The current documentation regarding transactions in jobs boils down to "We've got you covered, Don't sweet it." Which is actually...

I'm currently encountering an issue with Play not recognizing a plugin within one of my modules. It seems that Play only detects the plugin if I place my `play.plugins` file...

### Play Version 1.7.1 ### Operating System All ### JDK 21 ### Library Dependencies . ### Expected Behavior Start and run fine with JDK 21. And possibly update _[Java source](https://github.com/tazmaniax/play1/blob/master/documentation/manual/configuration.textile#java-source)_...

## 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...