-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functions - Java 17 Support #3245
Comments
@Flanker32 please help send a PR to enable Java 17 runtime. |
@apawast Thanks for your message, currently vscode leverage Get Function App Stacks API to get the Java runtimes, here is the related codes, once the API is updated, java 17 could be shown and create in VSCode extensions. Another work item is to update the backup stacks, I'll do this once the API is updated, or @apawast could you please provide the sample response so that we could prepare the PR in advanced |
@Flanker32 has the stacks API been updated for this yet? |
@fiveisprime @Flanker32 |
Currently Java 17 (preview) is updated on StacksAPI with the isHidden flag set to true. Azure/azure-functions-ux#6729. The final PR with isHidden=false has been merged and will be available for customers to use by September 16: Azure/azure-functions-ux#6855. Could you please ensure VSCode supports Java 17 (preview) for Azure Functions Runtime v4? cc @amamounelsayed @apawast @shreyas-gopalakrishna @kaibocai |
We are releasing Java 17 for preview this semester. Users need to be able to create Functions and select "Java 17 (preview)" in VSCode.
Configuration: set
javaVersion
to17
for Windows andLinuxFxVersion
tojava|17
for LinuxThe text was updated successfully, but these errors were encountered: