Giter VIP home page Giter VIP logo

Comments (5)

eed3si9n avatar eed3si9n commented on June 10, 2024

Are you suggesting that sbt uses Apache Ivy repository (https://svn.apache.org/repos/asf/ant/ivy/core/) and continue the unofficial fork? Is the motivation to avoid duplication of development (for example to adopt to JDK 9/10)?

from ivy.

twogee avatar twogee commented on June 10, 2024

The fork appeared because EasyAnt project has created a clone of Ivy SVN repo in GitHub. Meanwhile, Ant project (which Ivy is a part of) converted to Git (https://git.apache.org/ant-ivy.git/) a couple of years ago. All Apache Git repos are cloned at GitHub, inclusive Ivy (https://github.com/apache/ant-ivy). Since Ant project has been discussing a new release of Ivy (tentatively called 2.5.0), maybe there's a chance to merge the development history. We would appreciate your input choosing the baseline for the next release. The current plan is to release 2.5.0 for Java 7 and target Java 8 for next release in order to align the development with Ant.

from ivy.

eed3si9n avatar eed3si9n commented on June 10, 2024

sbt uses a fork off of 2.3.x apache/ant-ivy@a83df76, which we call 2.3.x-sbt.
In sbt 1.x, library management feature is modularized in librarymanagement repo (LM API) - https://github.com/sbt/librarymanagement/blob/v1.1.3/project/Dependencies.scala#L43
At the time when I started patching 2.3.x in 2014 I tried 2.4.x, but it wasn't quite stable. There's been a handful of people interested in 2.4.x (sbt/sbt#1920, sbt/sbt#3976) but 2.3.x has been working mostly ok.

I should probably note that there are overwhelming number of people who want to switch the library management implementation away from Ivy, and migrate to Scala based engine called Coursier. sbt/sbt#2997 for example has 172 likes atm. Since Coursier doesn't implement all features of Ivy, we will likely continue to depend on Ivy for a long time, but I as an sbt maintainer would like Ivy to stay as stable LM API implementation; and Coursier implementation can do the cooler things.

As per Java is concerned. I am ok with supporting Java 7 as the minimum version, but it's essential that we support Java versions 10 and 11.

from ivy.

twogee avatar twogee commented on June 10, 2024

Thanks for the pointer. I am aware of Coursier, and I'm fine with sbt moving to pure Scala. My intent was to understand whether it would make sense to add sbt branch to Apache Ivy in order to make it easier to port improvements.

from ivy.

eed3si9n avatar eed3si9n commented on June 10, 2024

My intent was to understand whether it would make sense to add sbt branch to Apache Ivy in order to make it easier to port improvements.

Yes, I think that makes sense.

from ivy.

Related Issues (6)

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.