Coder Social home page Coder Social logo

javasdk's People

Contributors

andreiruse avatar beajeanm avatar brianweller89 avatar christopherbond avatar cjkent avatar dependabot-preview[bot] avatar dependabot[bot] avatar jodastephen avatar martynassateika avatar opengammacibot avatar thomascollett avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

javasdk's Issues

ServiceInvoker.of() does not work well for URLs including a path

The line which uses the URL is:
ServiceInvoker.of(CREDENTIALS, httpUrl);

This URL works well:
HttpUrl httpUrl = HttpUrl.parse("https://localhost/");

This URL does not, and the paths inside the library will erase the /api/ path from the given URL.
HttpUrl httpUrl = HttpUrl.parse("https://localhost/api/");

As an example, instead of https://localhost/api/auth/v1/tokenClientCredentials, it will resolve into https://localhost/auth/v1/tokenClientCredentials.

Dependabot couldn't authenticate with http://opengamma.jfrog.io/opengamma/all

Dependabot couldn't authenticate with http://opengamma.jfrog.io/opengamma/all.

Dependabot tried to authenticate with your details, but authentication failed. This could be because the details are no longer valid or because they don't grant permission to access all of the dependencies required.

Please note that for JFrog repositories Dependabot needs to have deploy permission (as JFrog requires this for Dependabot to access uncached artifacts).

You can provide authentication details in your Dependabot dashboard by clicking into the account menu (in the top right) and selecting 'Config variables'.

You can mention @dependabot in the comments below to contact the Dependabot team.

Perform file compression (gzip) for all files

Currently:

  • PortfolioDataFile.of(Path path) always performs archiving on that file
  • PortfolioDataFile.of(String name, String data) only performs archiving on the data, if it's above a certain size

For simplicity, we'd like the two methods to be consistent and always perform compression.

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.