-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add rewind client API #123
base: main
Are you sure you want to change the base?
Conversation
samples-azure-functions/src/test/java/com/functions/EndToEndTests.java
Outdated
Show resolved
Hide resolved
<DefaultItemExcludes>**</DefaultItemExcludes> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.9.2" /> |
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.
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.
@davidmrdavid how close are we to completing the v2.9.3 extension release?
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.
Looks like the v2.9.3 extension release is in the validation stage right now.
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.
@shreyas-gopalakrishna , Can we try again without this .csproj file, the v2.9.3 should be included in the extension bundle by now. Thanks.
<DefaultItemExcludes>**</DefaultItemExcludes> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.9.2" /> |
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.
@davidmrdavid how close are we to completing the v2.9.3 extension release?
samples-azure-functions/src/main/java/com/functions/RewindInstance.java
Outdated
Show resolved
Hide resolved
samples-azure-functions/src/main/java/com/functions/RewindInstance.java
Outdated
Show resolved
Hide resolved
samples-azure-functions/src/main/java/com/functions/RewindInstance.java
Outdated
Show resolved
Hide resolved
samples-azure-functions/src/test/java/com/functions/EndToEndTests.java
Outdated
Show resolved
Hide resolved
samples-azure-functions/src/test/java/com/functions/EndToEndTests.java
Outdated
Show resolved
Hide resolved
samples-azure-functions/src/test/java/com/functions/EndToEndTests.java
Outdated
Show resolved
Hide resolved
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.
Added more comments.
Moving forward, please be especially mindful about variable naming. Poor variable names can make it a lot harder to correctly understand and review code. It can also be a distraction. Good variable naming, on the other hand, can make everything much easier to understand quickly and makes the overall code feel more professional and polished.
samples-azure-functions/src/test/java/com/functions/EndToEndTests.java
Outdated
Show resolved
Hide resolved
samples-azure-functions/src/test/java/com/functions/EndToEndTests.java
Outdated
Show resolved
Hide resolved
samples-azure-functions/src/test/java/com/functions/EndToEndTests.java
Outdated
Show resolved
Hide resolved
samples-azure-functions/src/test/java/com/functions/EndToEndTests.java
Outdated
Show resolved
Hide resolved
samples-azure-functions/src/test/java/com/functions/EndToEndTests.java
Outdated
Show resolved
Hide resolved
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.
This looks great - thanks!
bc1954b
to
55502ab
Compare
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.
Issue describing the changes in this PR
resolves #65
Pull request checklist
CHANGELOG.md
Additional information
Additional PR information