microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
13 stars 7 forks source link

Change package name for Azure Functions annotations #17

Closed cgillum closed 2 years ago

cgillum commented 2 years ago

From this PR comment: https://github.com/microsoft/durabletask-java/pull/16#discussion_r835537847 by @amamounelsayed.

Can we have the annotations part of com.microsoft.azure.functions.annotation? By this way it will follow the same annotations.

This would change the Azure Functions integration package name from com.microsoft.durabletask.azurefunctions to com.microsoft.azure.functions.annotation.

kaibocai commented 2 years ago

we may be able to close this issue as worker are using new design which don't require specific package name.