Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement/add gradle build to framework #64

Closed
wants to merge 84 commits into from

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 28 commits February 11, 2024 18:04
- 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
…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
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