Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set stable automatic module names #188

Open
2 tasks
sormuras opened this issue Mar 14, 2019 · 0 comments
Open
2 tasks

Set stable automatic module names #188

sormuras opened this issue Mar 14, 2019 · 0 comments

Comments

@sormuras
Copy link

All published fdk-java artifacts that are intended to be used by others should set a stable automatic module that doesn't rely on the file name of each artifact. For more details, see for example https://blog.joda.org/2017/04/java-se-9-jpms-module-naming.html

Available Maven Modules

Copied from https://github.com/fnproject/fdk-java/blob/master/pom.xml#L13-L24

    <modules>
        <module>api</module>
        <module>runtime</module>
        <module>testing-core</module>
        <module>testing-junit4</module>
        <module>testing</module>
        <module>flow-api</module>
        <module>flow-runtime</module>
        <module>flow-testing</module>
        <module>fn-spring-cloud-function</module>
        <module>examples</module>
    </modules>

Maven Module (and JAR name) - Java Module Name

  • api[.jar] - com.fnproject.fn.api
  • ...
sormuras added a commit to sormuras/fdk-java that referenced this issue Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant