Azure / Azure/azure-functions-java-library
Add type and direction infos in Annotation class
- Langage dominant
- Java
- Étoiles
- 45
- Forks
- 49
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
background issue https://github.com/Microsoft/azure-maven-plugins/issues/456
There used to be strong dependency between function maven plugin and function java library, and now we change to use java reflect to get attributes from annotation to reduce the dependency (PR https://github.com/Microsoft/azure-maven-plugins/pull/508).
However, we still need to store annotation type and direction infos in our enum class for we can't get them from annotations. So could you please add the infos in annotations of java library, like add an annotation? If so, all needed informations could comming from java library directly.
Besides, could you please update the [function.json scheme](http://json.schemastore.org/function)? Schema could be much helpful in local validation and users could verify and update their code according to schema as well
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Commencez par la classe Annotation et les enums d’annotations existants, puis consultez l’issue de contexte liée ainsi que la pull request liée à reflection pour avoir le contexte nécessaire. Mettez à jour les annotations Java afin qu’elles exposent les informations de type et de direction nécessaires, puis mettez à jour le schéma function.json référencé afin que ces valeurs puissent être validées.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- java
- Domaine
- backend
- Type d'issue
- Fonctionnalité
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100