You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by takezoe <gi...@git.apache.org> on 2017/07/03 04:32:42 UTC

[GitHub] incubator-predictionio pull request #402: [PIO-83] Replace semverfi with jav...

GitHub user takezoe opened a pull request:

    https://github.com/apache/incubator-predictionio/pull/402

    [PIO-83] Replace semverfi with java-semver

    Replace [semverfi](https://github.com/softprops/semverfi) with java-semver because semverfi is no longer maintained. It stopped in Scala 2.10. I looked alternatives of semverfi and found [java-semver](https://github.com/zafarkhaja/jsemver) which has no extra dependency, MIT license and the largest stars on GitHub in alternatives.
    
    Other alternatives are:
    
    - https://github.com/jknack/semver.java
    - https://github.com/jlindsey/java-semver
    
    This Scala library didn't satisfy our requirement:
    
    - https://github.com/SeerUK/scala-semver

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/takezoe/incubator-predictionio replace_semverfi

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-predictionio/pull/402.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 #402
    
----
commit 94ddd6cc211a2562a1aad486c0dabf3ae52ebb18
Author: Naoki Takezoe <ta...@apache.org>
Date:   2017-07-03T04:13:05Z

    Replace semverfi with java-semver
    
    because semverfi is no longer maintained. It stopped in Scala 2.10.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-predictionio pull request #402: [PIO-83] Replace semverfi with jav...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-predictionio/pull/402


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---