Philipp Paland
Philipp Paland
Was merged as part of https://github.com/OpenAPITools/openapi-generator/issues/17571 apparently.
> a fix is expected between August and October. this year?
The announcement is here: https://techcommunity.microsoft.com/t5/apps-on-azure-blog/announcing-java-21-and-tomcat-10-1-on-azure-app-service/ba-p/4105714
@christian-anker-larsen are you going to reopen this issue?
Oh, I see what you mean :( That's a shame! Let's wait then.
I was able to upgrade my linux web app to Java 21 using ``` resource "azapi_update_resource" "backend-webapp-java-21" { type = "Microsoft.Web/sites@2023-01-01" resource_id = azurerm_linux_web_app.backend.id body = jsonencode({ properties = {...
@iAMSagar44 Right, the site_config you posted does not work yet. That's why I posted the workaround via the azapi provider.