kaibocai

Results 82 comments of kaibocai

Java 17 will be in public review next month. Thank you.

It's now in public review. Thanks.

Hi @onobc , thanks for reaching out. I would like to understand more how customer will be using mono/flux returned by functions. Do we have some solid user cases that...

> How about returning Mono or Flux? > @pragnagopa @amamounelsayed > > Is it possible to receive async responses with azure functions? Because I don't receive any errors when the...

add another example that using module service failed. https://github.com/kaibocai/java-worker-module-service-issue https://github.com/kaibocai/java-worker-module-issue/tree/master

Hi @Shrirang97 , thanks for open this issue, sorry for the late reply as we are full of capacity. The source link you provided is giving 404, would you mind...

For now, you can use [Spring Cloud Function on Azure](https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/getting-started-with-spring-cloud-function-in-azure) for DI on java azure functions. The DI Hook feature will be roll out in upcoming months, it will allows...

> Hey~ Do we have Dependency Injection for Spring framework now in 2022 June? Please checkout [Spring Cloud Function on Azure](https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/getting-started-with-spring-cloud-function-in-azure)

We are actively working on it and hoping to test and release in upcoming months. Sorry I can not provide a accurate estimated time for now. We will also have...

The dependency injection hook PR https://github.com/Azure/azure-functions-java-worker/pull/667 is merged. Please refer to [this repo](https://github.com/kaibocai/azure-function-java-dependency-injection-samples) for samples that using [google guice](https://github.com/google/guice) and [google dagger2](https://github.com/google/dagger) in azure java functions. Will update here once...