Skip to content

Commit 5ae0af1

Browse files
committed
Reorganized JavaMoney and retired projects.
1 parent c4daf6e commit 5ae0af1

File tree

30 files changed

+479
-291
lines changed

30 files changed

+479
-291
lines changed

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
11
Java Money and Currency - Modules that are not part of JSR 354
22
==============================================================
33

4-
JavaMoney-lib is a financial library that is built upon JSR 354 (or compatible libraries).
5-
Whereas the JSR 354 API and reference implementation provides the fundamentals like monetary amounts, customizable currencies and interfaces for interoperation this library adds additional powerful APIs and SPIs that were implemented during JSR development as a proof of concept:
4+
WARNING: The modules in this area are not production ready. Use them on your own risk. APIs as well as packaging
5+
may change at anytime!!
6+
7+
JavaMoney-lib provides extensions built upon JSR 354 (or compatible libraries).
8+
Whereas the JSR 354 API and reference implementation provides the fundamentals like monetary amounts, customizable currencies
9+
and interfaces for interoperation this library adds additional powerful APIs and SPIs that were implemented during JSR
10+
development as a proof of concept:
11+
12+
* [**Calculation**](javamoney-calc) finally provides a set of monetary calculations and formulas. The idea here is to provide a comprehensive set of algorithms and tools to perform complex financial mathematics.
13+
* [**Bundles**](bundles) provides easy to use bundles for depend upon:
14+
* [**javamoney-all**](bundles/java-money-all) provides a pom that imports everything you need (API, RI and the released JavaMoney libraries).
15+
* [**Integration**](integration) provides bootstraping extensions that change the JavaMoney runtime capabilities:
16+
* [**javamoney-cdi**](integration/javamoney-cdi) Integrates JavaMoney with CDI, so SPIs can as well be loaded from CDI.
17+
18+
Currently the following modules are retired (not actively maintained or released):
619

7-
* [**Currency Conversion**](currencies), supporting multiple conversion data providers, direct and derived (chained) rates, current, as well as historic conversion.
8-
Also feed implementations from the European Central Bank (EZB) and the International Monetary Funds (IMF) were available, that support currency conversion back to 1995 for almost every ISO currency.
9-
* Currency Services, provide a EE styled service, which allows querying currencies available and supports mapping between different currency naming schemes.
1020
* [**Formatting**](format) provides an extendable formatting library that allows to define complex formatters, that can be configured in arbitrary ways using `LocalizationStyle` instances.
1121
Also available is a flexible Builder for creating arbitrary complex formatters and parsers based on an ordered set of arbitrary tokens.
1222
* [**Region API**](regions) provides a forest (a set of trees) of regions. This allows to model regional hierarchies in a more flexible and intuitive way, than adding all functionalities into `java.util.Locale`.
1323
By default the Unicode CLDR region tree, well as ISO countries defined by the 2- or 3-letter country code are available.
1424
Of course, the API is fully extendible, so customer related regions such as legal units, customer segments etc can be mapped easily to this API, also.
1525
* [**Validity API**](validity) This API provides a generic API for accessing historic validity information for arbitrary items, and for relationships between items.
1626
By default the API provides access to the historic relationship of currencies to countries using the Unicode CLDR data.
17-
* [**Calculation**](calc) finally provides a set of monetary calculations and formulas. The idea here is to provide a comprehensive set of algorithms and tools to perform complex financial mathematics.
1827
* [**Data**](data) JavaMoney Data
19-
* [**Bundles for particular Java Environments**](bundles) finally provides the library in different flavors, targeting different execution environments:
20-
* [**se-cdi**](bundles/java-se-cdi) CDI SE Standalone Bundle: loading SPIs based on a Weld SE container.
21-
* [**ee**](bundles/java-ee) Java EE Functionality: loading SPIs based on CDI in a Java EE environment >= EE6.
22-
2328

2429
To use the library you simply have to add the Maven dependency to your project (tbd)
2530

bundles/java-ee/pom.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

bundles/java-ee/src/main/java/org/javamoney/annotation/Amount.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

bundles/java-ee/src/main/java/org/javamoney/annotation/package-info.java

Lines changed: 0 additions & 5 deletions
This file was deleted.

bundles/java-ee/src/main/resources/META-INF/services/javax.money.provider.Monetary$MonetaryLoader

Lines changed: 0 additions & 1 deletion
This file was deleted.

bundles/java-se-cdi/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

bundles/java-se-cdi/pom.xml

Lines changed: 0 additions & 26 deletions
This file was deleted.

bundles/java-se-cdi/src/main/java/org/javamoney/cdi/CDIContainer.java

Lines changed: 0 additions & 111 deletions
This file was deleted.

bundles/java-se-cdi/src/main/java/org/javamoney/cdi/impl/CDIAmountProvider.java

Lines changed: 0 additions & 57 deletions
This file was deleted.

bundles/java-se-cdi/src/main/resources/META-INF/beans.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)