azure-functions-java-worker
azure-functions-java-worker copied to clipboard
Java runtime and core types for Microsoft Azure Functions
Made changes to contributor guide to include examples from VS Code and IntelliJ e2e debugging
Hello, I'm trying to use some Azure libraries together and found an incompatibility I don't know how to solve: this exception is thrown `"[2021-03-24T10:38:43.344Z] java.lang.NoSuchMethodError: io.netty.handler.ssl.SslProvider.isAlpnSupported(Lio/netty/handler/ssl/SslProvider;)Z"` Please advise how to...
When using batch request from microsoft-graph sdk (for java) I am getting below error because of dependency conflict between function and java worker. ` Exception: NoSuchMethodError: 'com.google.gson.JsonElement com.google.gson.JsonParser.parseString(java.lang.String)' ` ####...
#### Investigative information - Container Repository: mcr.microsoft.com/azure-functions/java:3.0-java11-appservice-stage6 - Region: Japan East - Java Version: 8 and 11 #### Repro steps 1. make webssh to the container which hosts the java...
The following code results in 2 rows in the cosmos DB ```Java @FunctionName("CosmosDBTriggerJava1") public void run( @CosmosDBTrigger( name = "items", databaseName = "db1", collectionName = "col3", leaseCollectionName="leases", connectionStringSetting = "juzhucos_DOCUMENTDB",...
Hi, I would like to know if exist any plan to add support for Graal VM Native image.  Many thanks in advance Juan Antonio
#### Investigative information Hi Team, I'm not sure if this needs to be logged against azure-service-bus-java SDK or here. Basically, the issue is, if the message body is set using...
I'm running a Java Function App that calls the JasperReports library. When I "fill" a report (i.e. put together the template and data to produce a PDF report) the function...
Event Grid triggered Function fails to deserialize the `eventTime` field coming in this format `"eventTime": "2017-06-26T18:41:00.9584103Z"`. As a workaround I had to use a custom deserializer but this workaround won't...