azure-functions-java-worker icon indicating copy to clipboard operation
azure-functions-java-worker copied to clipboard

Java runtime and core types for Microsoft Azure Functions

Results 136 azure-functions-java-worker issues
Sort by recently updated
recently updated
newest added

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...

Needs: Triage (Functions)

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)' ` ####...

triaged

#### 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...

triaged

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",...

needs-investigation
reviewed

Hi, I would like to know if exist any plan to add support for Graal VM Native image. ![](https://docs.oracle.com/en/graalvm/enterprise/19/guide/reference/overview_native-image-gen-image.png) Many thanks in advance Juan Antonio

New Feature
reviewed

#### 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...

Needs: Triage (Functions)

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...

needs-discussion

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...

Needs: Triage (Functions)