GitHub user johnpoth opened a pull request: https://github.com/apache/camel/pull/2007
Set org.apache.core as the jkd9 automatic module name for camel-core This will be useful for people wanting to use Java 9's module system with camel-core. From Mark Reinhold's recommendation and common adoption, the module name should correspond to the principal exported API package: > Strongly recommend that all modules be named according to the reverse Internet domain-name convention. A module's name should correspond to the name of its principal exported API package, which should also follow that convention. If a module does not have such a package, or if for legacy reasons it must have a name that does not correspond to one of its exported packages, then its name should at least start with the reversed form of an Internet domain with which the author is associated. Thanks! You can merge this pull request into a Git repository by running: $ git pull https://github.com/johnpoth/camel jdk9 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2007.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2007 ---- commit e96a71def15cc43d97833bb89e1c0dbeba21fa4f Author: jpoth <poth.j...@gmail.com> Date: 2017-10-05T12:47:14Z Set org.apache.core as the jkd9 automatic module name for camel-core ---- ---