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

Upstream pull 2024 02 #62

Merged
merged 108 commits into from
Mar 21, 2024
Merged

Upstream pull 2024 02 #62

merged 108 commits into from
Mar 21, 2024

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 March 3, 2024 09:49
…-markdown

Convert README from textile to markdown
…nfiguration

feat(dependabot): add dependabot.yml configuration
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ithub_actions/actions/setup-python-5

Bump actions/setup-python from 4 to 5
…ithub_actions/actions/setup-java-4

Bump actions/setup-java from 3 to 4
…nfiguration

GitHub actions configuration
# Conflicts:
#	.github/workflows/build-test.yml
@renat-nosto renat-nosto merged commit 50c1cb9 into master Mar 21, 2024
8 checks passed
@renat-nosto renat-nosto deleted the upstream-pull-2024-02 branch March 27, 2024 15:11
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.

8 participants