desruisseaux opened a new pull request, #37: URL: https://github.com/apache/sis/pull/37
This pull request is a major change for Apache SIS developers and for users who compile from source code, but should be transparent for users of the binaries. This pull request contains four inter-dependent tasks: * Migration from Maven to Gradle build system, necessary because the features implemented by other tasks require more flexibility than what Maven provides. * Change of source code layout from _Package Hierarchy_ to _Module Source Hierarchy_. * Replacement of `core`, `storage`, `cloud`, `application`, `profile` groups by a new set of groups: `endorsed`, `incubator` and `optional`. * Addition of `module-info.java` files for JPMS modularisation. More details are provided in the [Apache SIS modularisation page](https://geomatys.github.io/draft/Modularization.html) and [announced on the developer mailing list](https://lists.apache.org/thread/xqnydv188cxom22forz3j8bbkbtv8g14). Each commit in this pull request focuses on a specific sub-task. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@sis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org