Skip to content

Comments

Improvement/add gradle build to framework#64

Closed
renat-nosto wants to merge 84 commits intomasterfrom
improvement/add_gradle_build_to_framework
Closed

Improvement/add gradle build to framework#64
renat-nosto wants to merge 84 commits intomasterfrom
improvement/add_gradle_build_to_framework

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 27 commits February 11, 2024 18:36
# 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
…rser

feat(YamlParser): add SafeConstructor to enforce security
…ate_20231113

Updated 3rd party dependencies
playframework#1466 The clock function was removed from time module in Python 3.8
….8.0

documentation(release): update documentation for release 1.8.0
…gradle_build_to_framework

# Conflicts:
#	framework/dependencies.yml
@renat-nosto renat-nosto deleted the improvement/add_gradle_build_to_framework branch March 11, 2024 14:01
@renat-nosto renat-nosto restored the improvement/add_gradle_build_to_framework 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.

7 participants