Skip to content

Fixes problems observed while reviewing and testing the code#23

Merged
angelazhou32 merged 12 commits into
mainfrom
tw-fixes
Jan 15, 2026
Merged

Fixes problems observed while reviewing and testing the code#23
angelazhou32 merged 12 commits into
mainfrom
tw-fixes

Conversation

@tomwheeler

Copy link
Copy Markdown
Contributor

What was changed

I fixed a variety of problems in the exercise, mainly to better follow Java conventions and to reduce unnecessary differences between the practice and solution versions. I also upgraded to the latest Temporal SDK. Finally, I downgraded a library used for unit tests in order to work around a bug in the current version, which prevented any unit tests from being executed.

Additionally, I fixed a problem with the code sample, which was that the package name did not match the name of the directory containing the source file. I addressed that by removing the package statement, which wasn't needed in this example since there were no other source files and therefore no possibility for confusing this class name with another one.

Why?

After reviewing PR #22, I realized that the entire codebase for this repo would benefit from a closer inspection.

Checklist

I tested these changes locally by manually running through the exercise (I tested PR #22 on GitHub Codespaces a couple of hours ago, so I am confident that the code in this PR runs equally well on Codespaces).

@tomwheeler tomwheeler requested a review from a team as a code owner January 15, 2026 01:50

@angelazhou32 angelazhou32 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @tomwheeler !!

@angelazhou32 angelazhou32 merged commit 8b60c5b into main Jan 15, 2026
3 checks passed
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