Markus Gulden
Markus Gulden
Currently, HttpRequestMessage only supports query parameters and headers, but no path parameters. When I run a function locally using Azure Functions Core Tools, the implementing [HttpRequestMessageImpl](https://github.com/Azure/azure-functions-java-worker/blob/1.2.6/src/main/java/com/microsoft/azure/functions/worker/binding/RpcHttpRequestDataSource.java#L26) does so, however, I...
If I have my config class and repository interface in different packages, Spring does not find the repository, even if I set basePackageClasses or basePackages with the @EnableDocumentDbRepositories annotation: `org.springframework.beans.factory.NoSuchBeanDefinitionException:...