Git Product home page Git Product logo

gorse4j's Issues

[Enhancement] Use mvnd for CI

A minor optimization for CI can be to use Apache Maven Daemon rather than the plain mvn commands for building.

This should be a drop in replacement, and provide faster CI (not the daemon providing any benefit but rather the fast, concurrent downloading from repositories).

This will be contributed as part of #1.

[Enhancement] Switch to sign-maven-plugin

sign-maven-plugin allows users on all platforms to build the project agnostically. It works the same as maven-gpg-plugin and will allow you to deploy the way you are doing so already.

This will also create the following diff for the README (after #1):

- 56   # Building
- 57   When building on a Windows platform (or anywhere where GPG is not installed, *nix systems tend to bundle GPG), you should pass the `-Dgpg.skip` argument to Maven (`mvnd clean install -Dgpg.skip`).

[Enhancement] JPMS Support

Motivation

Almost every Java 9+ developer is using JPMS for the performance and development benefits it brings.

Approaches

This can be tackled in two different ways - Automatic-Module-Name in the MANIFEST.MF, in order to secure the name that would be used if JPMS is adopted in the future, or a module-info file to do this the correct way and actually use JPMS in the development of gorse4j as well.

I have done the latter in #1., but that is a controversial PR.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.