-
Notifications
You must be signed in to change notification settings - Fork 218
Adding examples to Spring Boot (duration, zoneddatetime and suspend/resume) #1413
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>
Signed-off-by: salaboy <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]> Signed-off-by: salaboy <[email protected]>
58fffef
to
4fd0a74
Compare
@@ -47,7 +47,7 @@ | |||
<dependency> | |||
<groupId>io.dapr</groupId> | |||
<artifactId>durabletask-client</artifactId> | |||
<version>1.5.5</version> | |||
<version>1.5.6-SNAPSHOT</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<version>1.5.6-SNAPSHOT</version> | |
<version>1.5.6</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/** | ||
* Dapr's default maximum inbound message size for GRPC in bytes. | ||
*/ | ||
public static final Property<Integer> GRPC_MAX_INBOUND_MESSAGE_SIZE_BYTES = new IntegerProperty( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you rebase your PR? These changes shouldnt show up in your diff bc they are already merged into master
Description
Adding examples to validate that ZonedDateTime works
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1409
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: