apache / apache/datasketches-java
Add proper module name in Manifest
- Langage dominant
- Java
- Étoiles
- 958
- Forks
- 226
- Merge moyen
- 3 j 9 h
- PR mergées (30 j)
- 8
Description
Hello,
Any plan to add proper jpms/JDK9 module configuration into the library?
Current manifest looks like :
```
Manifest-Version: 1.0
Build-Jdk-Spec: 25
Build-OS: Mac OS X aarch64 26.1
Build-Tool-Jdk-Spec: 25
GroupId-ArtifactId: org.apache.datasketches:datasketches-java
Implementation-Vendor: The Apache Software Foundation
git-branch: 9.0.X
git-commit-id: f3b334b380feee9f928500de9adb6bbf763fc104
git-commit-tag: 9.0.0-RC1
git-commit-time:
git-commit-user-email: xxx@yyy.com
```
An easy way forward would be through an additional `Automatic-Module-Name` entry, like:
```
Automatic-Module-Name: org.apache.datasketches
```
it can be done with something like:
```
org.apache.maven.plugins
maven-jar-plugin
org.apache.datasketches
```
*edit: I would benefit from this going from datasketches 7.X*
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Commencez par la configuration de build Maven qui crée le JAR de la bibliothèque et comparez son manifeste généré avec l’exemple de l’issue. Ajoutez l’entrée Automatic-Module-Name demandée via la configuration du manifeste du JAR, puis vérifiez que le manifeste généré contient org.apache.datasketches.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- java
- Domaine
- build-system
- Type d'issue
- Fonctionnalité
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- Calme
- Clarté
- Plutôt claire
- Accessibilité débutants
- 65/100