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

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

Open
GeethaAnne opened this issue Jun 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@GeethaAnne
Copy link

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

@GeethaAnne GeethaAnne added the enhancement New feature or request label Jun 25, 2024
@cretz
Copy link
Member

cretz commented Jun 25, 2024

Create a default constructor on an input parameter

Unless I'm misunderstanding the request, the SDK cannot just create default constructors on user-provided classes. Which class are you wanting a default constructor added on to? The money transfer project in this repository doesn't use separate input classes. I think this is a case of just making sure the serialization constraints are well documented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants