Add Module Name to JGroups #688
Replies: 5 comments 6 replies
-
So I added this to the POM:
Good? |
Beta Was this translation helpful? Give feedback.
-
Good morning, The end result is something like this ( from Apache Commons IO commons-io-2.11.0.jar ) : If you want me to test is before you commit then send me a link please. Thanks. |
Beta Was this translation helpful? Give feedback.
-
You need to build from source |
Beta Was this translation helpful? Give feedback.
-
That will take a while... If you build a snapshot JAR locally and test, and there's still an issue, the fix (to be fixed later) will be in 5.2.11. If you wait for 5.2.11, and the issue still persists, then the fix will be in 5.2.12 only... |
Beta Was this translation helpful? Give feedback.
-
Good morning, |
Beta Was this translation helpful? Give feedback.
-
Now days people are using modules.
So please have a look at this article:
http://branchandbound.net/blog/java/2017/12/automatic-module-name/
From the article:
"This post explains the first step you can take as a library maintainer on your way to becoming a Java module. This first step boils down to picking a module name, and adding it as Automatic-Module-Name: -module name- entry to the library's MANIFEST.MF. That's it".
Regards.
Beta Was this translation helpful? Give feedback.
All reactions