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

Code for Java records and tests #292

Merged
merged 3 commits into from
Feb 12, 2024

Conversation

sagaofsilence
Copy link
Contributor

@sagaofsilence sagaofsilence commented Dec 3, 2023

Please review the changes you did in this PR and check these points to make sure that the code examples are of high quality:

  • the source branch for this PR is NOT the master branch of your fork (please create a dedicated branch for the PR)
  • the PR doesn't contain code that is irrelevant to the topic of the article
  • the PR doesn't contain any other files that are irrelevant to the topic of the article
  • the PR contains a README.md file that explains in a sentence or two what the code example is about and links to the article on reflectoring.io (if you added to an existing module, please add the link to the existing README.md file)
  • the code is covered with tests where it makes sense
  • if you have created a new Maven or Gradle module, please add it to the CI build (search for "# ADD NEW MODULES HERE" in build-all.sh)
  • used the latest Gradle or Maven version
  • used Java 11 or later
  • the GitHub Actions build is successful for your PR branch

Feel free to raise the PR even if the checklist hasn't been worked through, yet. But please only flag it to be reviewed after going through the checklist above.

Also feel free to reach out if you have any trouble with any of the steps.

@sagaofsilence
Copy link
Contributor Author

@thombergs please review the code examples for Java records article.

@sagaofsilence sagaofsilence marked this pull request as ready for review December 8, 2023 14:13
@Maiklins Maiklins merged commit 0a30e90 into thombergs:master Feb 12, 2024
0 of 7 checks passed
@sagaofsilence sagaofsilence deleted the java-records branch June 6, 2024 02:53
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.

2 participants