Skip to content

Upgraded libraries, wrote concise step-by-step instructions, and removed unnecessary comments#41

Merged
tomwheeler merged 2 commits into
mainfrom
tw-fixes
Aug 27, 2025
Merged

Upgraded libraries, wrote concise step-by-step instructions, and removed unnecessary comments#41
tomwheeler merged 2 commits into
mainfrom
tw-fixes

Conversation

@tomwheeler

@tomwheeler tomwheeler commented Aug 27, 2025

Copy link
Copy Markdown
Contributor

What was changed

I upgraded the Temporal SDK and other library dependencies to the latest stable versions. I also revised the README to include concise step-by-step instructions (and downplayed the use of make as this is not a standard tool for Java developers and those not using UNIX systems are unlikely to have it installed). Finally, I reduced non-essential comments, such as the version numbers of libraries that this was tested with, since that's already clear from the versions in the pom.xml file.

Why?

To make the repository more up-to-date and easier to use.

Checklist

  1. Closes

N/A

  1. How was this tested:

I manually ran the steps in the README and also ran mvn test to verify that all automated tests pass.

  1. Any docs updates needed?

No

@tomwheeler tomwheeler requested a review from a team as a code owner August 27, 2025 21:53
Comment thread pom.xml
<!--
CAUTION: Temporal applications require Java 8 (1.8) compiler source
and target at the time this material was developed.
CAUTION: Temporal applications require Java 8 (1.8) or higher.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I feel like this warning may be best if it is put in the README as a prerequisite instead? Though I don't know the habits of Java developers or if they are likely to be checking the pom.xml for warnings like this. Feel free to disregard if it feels redundant.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@lennessyy You make a good point and I appreciate your attention to detail.

The requirement to have Java 8 or higher is documented in the README for the Java SDK (https://github.com/temporalio/sdk-java/tree/master?tab=readme-ov-file#supported-java-runtimes). It's also in the prose for the "Set up a local development environment for Temporal and Java" tutorial that precedes this one.

@tomwheeler tomwheeler merged commit 0846bd3 into main Aug 27, 2025
5 checks passed
@tomwheeler tomwheeler deleted the tw-fixes branch August 27, 2025 22:29
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