Hanxiao Liu
Hanxiao Liu
@pragnagopa So functions-extension-bundles will release to maven central and the maven plugin could change dependency from java-library to extension bundles? Besides, shall we change the dependency of archetype?
@pragnagopa Do you mean we should remove the dependency from function project and maven plugin will read the `host.json` and add the dependency? Does maven support this feature?
Pr for Kafka is ready, https://github.com/microsoft/azure-maven-plugins/pull/1410. We hold the PR as Kafka extension is not included in the functions extensions bundle, as maven template could only add the content, but...
Kaffa template has been added to functions maven plugin, so close this issue
@pragnagopa According to the [announcement](https://github.com/Azure/app-service-announcements/issues/266), java users are not affected by the function host upgrade, so do we need to show this warning in Java tooling? /cc @andxu @yucwan
@pragnagopa @anthonychu Maven plugin will call function core tools while maven package and local run, and package/run will refer host.json instead of `FUNCTIONS_EXTENSION_VERSION` specified in pom configuration; for deployment, it...
@purijatin Thanks for your report, the issue should be resolved in azure-functions-maven-plugin 1.19.0, could you please try the latest version and see whether the issue could be reproduced? Many thanks!
@dsteindo Thanks for your report, we have migrated to kudu deployment which need to specify the deployment type for each resource, or we will deploy it as a jar file...
@dsteindo Sorry for the late response, currently maven toolkit did not support deploy options like `clean` and `restart` in one deploy. We are working on the support and will update...
@pragnagopa @jdneo How about update the version of function maven plugin in develop branch of archetype and then CI test will covers the latest archetype as well as maven plugin,...