Skip to content

Conversation

@haumacher
Copy link

A Java module name must match the syntax rules for a Java package. Therefore, no "-" signs are allowed there. In the current state, this very nice library unfortunately is not usable from a Java 17 modularized project.

A Java module name must match the syntax rules for a Java package. Therefore, no "-" signs are allowed there.
@haumacher
Copy link
Author

Hi there, any comments/suggestions/complaints?

@SchulteDev
Copy link

SchulteDev commented Sep 26, 2025

For anyone being interested in using the fork https://github.com/haumacher/java-utils-mail-dkim/tree/fix-automatic-module-name of @haumacher, you can use it using JitPack.

Maven example:

<dependencies>
  <dependency>
    <groupId>com.github.haumacher</groupId>
    <artifactId>java-utils-mail-dkim</artifactId>
    <version>fix-automatic-module-name-SNAPSHOT</version>
  </dependency>
</dependencies>

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants