testcontainers / testcontainers/testcontainers-java

Java 9: Please add Automatic-Module-Name attribute to META-INF/MANIFEST.MF

Open
#1,523 10 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

help wanted resolution/acknowledged type/bug
Dominant language
Java
Stars
8.7k
Forks
1.9k
Avg merge
2d 17h
Merged PRs (30d)
9

Description

I'm using org.testcontainers:postgresql:1.11.3 dependency and it has no Automatic-Module-Name manifest attribute. It leads to module name conflict, as module name for the dependency is just postgres.

Please add this attribute to all published artifacts. For postgresql it can be smth like testcontainers.postgresql.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue concerns META-INF/MANIFEST.MF in the published org.testcontainers:postgresql:1.11.3 artifact and requests the attribute in all published artifacts. Start by locating the build and packaging configuration that creates those manifests. Done means each published artifact contains an appropriate Automatic-Module-Name, including a distinct name such as testcontainers.postgresql for PostgreSQL.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
build-system, release
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.