Skip to content

Comments

Improvement/java 21 support#63

Closed
renat-nosto wants to merge 59 commits intomasterfrom
improvement/java_21_support
Closed

Improvement/java 21 support#63
renat-nosto wants to merge 59 commits intomasterfrom
improvement/java_21_support

Conversation

@renat-nosto
Copy link
Member

Pull Request Checklist

Helpful things

Fixes

Fixes #xxxx

Purpose

What does this PR do?

Background Context

Why did you take this approach?

References

Are there any relevant issues / PRs / mailing lists discussions?

tazmaniax and others added 30 commits October 9, 2022 13:59
* using diamonds instead of explicit types;
* using already casted variable;
* using StringBuilder instead of String concatenation in loop;
* remove unnecessary method argument;
* remove redundant if-statement;
* using unwrap() instead of getDelegate() and type cast.
…ed via an `@Audited` annotation, it attempts to insert a record in a related `AUD` table. However, Play! assumes all related entities extend `JPABase`, which the `AUD` tables don't. This leads to a `ClassCastException` because `HashMap` is cast to `JPABase`. By adding a check for `JPABase` here, we can avoid this problem. This effectively also checks for 'not null' which the previous implementation did.
…e_20221009

Updated 3rd party library dependencies
xael-fry and others added 24 commits July 15, 2023 08:03
…t_return_0_on_failure

issue #59: play auto-test can return an exit code of zero when the te…
…ot-get-unused-value

Bugfix/1430 do not get unused value
…ate_20230714

Updated 3rd party dependencies
Better compatibility with Hibernate Envers
- checkout from v2 to v4
- setup-python from v3 to v4
- setup-java from v2 to v3
# Conflicts:
#	framework/dependencies.yml
#	framework/lib/mysql-connector-j-8.1.0.jar
#	framework/src/play/classloading/ApplicationClassloader.java
#	framework/src/play/test/PlayJUnitRunner.java
# Conflicts:
#	samples-and-tests/i-am-a-developer/tests.py
@renat-nosto renat-nosto force-pushed the improvement/java_21_support branch from d8320ca to 286271c Compare February 27, 2024 15:22
@renat-nosto renat-nosto force-pushed the improvement/java_21_support branch from 286271c to 7509a5a Compare February 27, 2024 16:25
@renat-nosto renat-nosto deleted the improvement/java_21_support branch March 25, 2024 11:54
@renat-nosto renat-nosto restored the improvement/java_21_support branch January 7, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants