Skip to content

Modify Java tests#5498

Merged
rzuckerm merged 1 commit intoTheRenegadeCoder:mainfrom
pascalecu:java/upgrade-version
Apr 10, 2026
Merged

Modify Java tests#5498
rzuckerm merged 1 commit intoTheRenegadeCoder:mainfrom
pascalecu:java/upgrade-version

Conversation

@pascalecu
Copy link
Copy Markdown
Member

Congrats on taking the first step to contributing to the Sample Programs repository maintained by The Renegade Coder!
For simplicity, please make sure that your pull request includes one and only one contribution.

Please fill one of the sections below as applicable.
Please also add any other relevant information to the Notes section at the bottom.
You may delete or just ignore any other sections.
For more information please refer to our contributing documentation

I Am Modifying an Existing Code Snippet or Existing Tests

  • I fixed Modify Java Testing #5497
  • I did not include any extra folders/libraries
  • I have read about modifying existing code snippets or tests in the contributing documentation
  • I have explained why this modification is necessary either in the issue linked above or in the notes below
  • I named the pull request using Modify {PROJECT} {tests} in {LANGUAGE} format

Other Notes

It is wiser to pin the container on the latest LTS, which is JDK 25 right now. I would've switched to JDK 26 as it released a month ago, but I don't want to change the image every 6 months.

@github-actions github-actions Bot added enhancement Any code that improves the repo tests Testing related labels Apr 10, 2026
pascalecu added a commit to pascalecu/sample-programs that referenced this pull request Apr 10, 2026
Even though Java 23 *does* support implicitly declared classes (it was
the first version to introduce them), the image doesn't support them as
they're supposedly a preview feature, so I could either wait for TheRenegadeCoder#5498
to get passed, or I could just do it the old way.
@rzuckerm rzuckerm merged commit 4480a4a into TheRenegadeCoder:main Apr 10, 2026
8 checks passed
pascalecu added a commit to pascalecu/sample-programs that referenced this pull request Apr 10, 2026
Even though Java 23 *does* support implicitly declared classes (it was
the first version to introduce them), the image doesn't support them as
they're supposedly a preview feature, so I could either wait for TheRenegadeCoder#5498
to get passed, or I could just do it the old way.
pascalecu added a commit to pascalecu/sample-programs that referenced this pull request Apr 10, 2026
Even though Java 23 *does* support implicitly declared classes (it was
the first version to introduce them), the image doesn't support them as
they're supposedly a preview feature, so I could either wait for TheRenegadeCoder#5498
to get passed, or I could just do it the old way.
@pascalecu pascalecu deleted the java/upgrade-version branch April 10, 2026 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Any code that improves the repo tests Testing related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Modify Java Testing

2 participants