microsoft / microsoft/azure-tools-for-java
Azure Functions templates are only available for Java 8
@Flanker32 is already working on this.
Since Apr 11, 2023.
- Dominant language
- Java
- Stars
- 262
- Forks
- 185
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
Hi there!
I'm trying to use Azure Functions templates to generate new projects in IntelliJ IDEA, but regardless of what JDK version I wish to use for the project, only Java 8 projects are created.
The templates themselves are hardcoded for Java 8 and the method that replaces the template variables doesn't currently take in the desired JDK version.
The expected behavior would be that, depending on the JDK version, a pom.xml or build.gradle file would be generated with the appropriate target Java version and library versions pre-selected. This way, developers wouldn't have to manually find the correct values for these version numbers.
Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.