temporalio / temporalio/samples-java

[Feature Request] Default constructor on an input parameter 'Money transfer project'

Open
#635 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Java
Stars
258
Forks
189
Avg merge
6d 4h
Merged PRs (30d)
4

Description

Is your feature request related to a problem? Please describe.

Customer Miro reported below:
'I started writing a basic "mocked up" data migration based on the "Money transfer project" and the Java SDK documentation.   Its been going slowly since I got stuck on the problem below, unfortunately. The problem I hit was related to serialization/deserialization and is lightly documented (and not included in any of the examples).  This is as simple as forgetting to create a default constructor on say an input parameter.  If this happens the test just hangs forever.'

Describe the solution you'd like

Create a default constructor on an input parameter

Additional context

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the "Money transfer project" sample and reviewing its input parameter classes alongside the Java SDK serialization/deserialization documentation. Identify the parameter that lacks a default constructor; done means it has one and the sample no longer hangs during deserialization. The issue names no file or test path, so those must be found first.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.