Giter VIP home page Giter VIP logo

jsr354-api-bp's Introduction

JSR 354: Money and Currency API

Maven Central CircleCI Coverage Status Stability: Maintenance Join the chat at https://gitter.im/JavaMoney/jsr354-api

JSR 354 provides an API for representing, transporting, and performing comprehensive calculations with Money and Currency. See the home page for more details: http://jcp.org/en/jsr/detail?id=354

This is the API module of JSR 354 licenced under

  • the Apache License Version 2.0 (LICENCE.txt)

See also: http://javamoney.github.io/

Release Notes

  • 1.0 API as defined by JSR 354 Spec.
  • 1.0.1 API as defined by JSR 354 Spec (Fix: building Java 7 API with Java 7)
  • 1.0.2 API as defined by JSR 354 Spec (Fix: built with Java 9) - dont use, use 1.0.3 instead!
  • 1.0.3 API as defined by JSR 354 Spec (Compatible with Java 8, full Java 9 module support)
  • 1.1 API as defined by JSR 354 MR 1.

Built with Maven

jsr354-api-bp's People

Contributors

atsticks avatar dependabot[bot] avatar keilw avatar reallyinsane avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

jsr354-api-bp's Issues

Add Automatic-Module-Name to JAR manifest for better Java Module System behavior

Currently the module names seem to be:

  • jsr354-api-bp: javax.money
  • jsr354-ri-bp: moneta.bp

For the the non-backported versions they are:

  • jsr354-api: java.money
  • jsr354-ri: org.javamoney.moneta

I'm not sure if the -bp versions and the non-bp versions should have the same module name or not (there might be some issues if they're the same), but at the very least the backport version should have a module name starting with org.javamoney..

It would also be nice to see some (more?) documentation on "the big picture" for how JavaMoney is handling Java Modules in both the backport and non-backport versions.

p.s. I'm willing to help with this.

Who or what changed the build system?!

The Travis build
https://travis-ci.org/JavaMoney/jsr354-api-bp

fails with some obscure error message:

------------------------------------------------------------
Gradle 4.0.1
------------------------------------------------------------

Build time:   2017-07-07 14:02:41 UTC
Revision:     38e5dc0f772daecca1d2681885d3d85414eb6826

Groovy:       2.4.11
Ant:          Apache Ant(TM) version 1.9.6 compiled on June 29 2015
JVM:          1.8.0_151 (Oracle Corporation 25.151-b12)
OS:           Linux 4.4.0-98-generic amd64

Why would the build system change to Gradle?

Package name wrong!

Hi,

We must not use the "javax.money" in two places even if the BP had a different Maven groupId, that's illegitimate.
JSR 310 may have a lot of nasty mistakes (like circular dependencies, redundancies, etc.) but the BP was done properly so far in a
package org.threeten.bp;

Should do the same for the API:
Either
package org.javamoney.bp;
or
package org.javamoney.bp.api;

Depending on how the "RI Backport" should look like.
Therefore I would suggest calling it
org.javamoney.bp.impl;
if the repository was something like "javamoney-impl-bp"
or
org.javamoney.moneta.bp;
if we go for "javamoney-moneta-bp" (or just "moneta-bp")

WDYT?

So? Any movements on this? :)

As I see, Java 8 was mostly adopted by market, so maybe we don't need backport to 7?
In the same time, a lot of business software was writen with old Java like 4 and 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.