Giter Site home page Giter Site logo

Comments (4)

keilw avatar keilw commented on June 11, 2024

That might help, would you have a PR for that?

from jsr354-ri.

ab666 avatar ab666 commented on June 11, 2024

It appears that 'LoadbleResource' has been refactored into 'LoadableURLResource' in master. Any plans to release 1.4.3 soon?

from jsr354-ri.

keilw avatar keilw commented on June 11, 2024

That depends on the open issues in https://github.com/JavaMoney/jsr354-ri/milestone/8, especially #353.

from jsr354-ri.

keilw avatar keilw commented on June 11, 2024

@ab666 FYI 1.4.3 was released 2 days ago.
Since LoadableURLResource or the new LoadableHttpResource are internal implementation details, the only interface they both implement is DataStreamFactory.
For now replacing the URLConnection based implementation with a more reliable OkHttp version looks sufficient.
We might in future offer more than one LoaderService implementation, at least according to https://stackoverflow.com/questions/57374172/why-multiple-implementations-not-allowed-declare-as-module-service-in-module-inf that seems possible in the module-info, too, e.g. allowing to tweak it in Bootstrap.getService(), but for now switching back to the urlconnection variant is totally experimental and at your own risk (one has to build Moneta from scratch or patch it in the META-INF/services if they still use Java 8)
Yet the only real relevant interface would be LoaderService, and there seems little value to turn any of these internal classes into interfaces.

from jsr354-ri.

Related Issues (20)

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.