javamoney-examples
javamoney-examples copied to clipboard
JavaMoney - Examples
Bumps [gson](https://github.com/google/gson) from 2.2.4 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
Bumps [h2](https://github.com/h2database/h2database) from 1.3.165 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...
[Parallel builds in Maven 3](https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3) Maven 3.x has the capability to perform parallel builds. ===================== If there are any inappropriate modifications in this PR, please give me a reply and...
I've found no documentation as how to store monetary amounts (e.g. FastMoney) using JPA. Since the classes are reasonably not annotated as @Embeddable and have more than one attribute one...
Bumps [primefaces](https://github.com/primefaces/primefaces) from 5.1 to 6.0. Release notes Sourced from primefaces's releases. PrimeFaces 6.0 No release notes provided. 5.3.Final Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot...
As we heard, **Java 11** is not going to include JavaFX any more. The JavaFX examples either have to be migrated to a successor project (Open FX or whatever) or...
Create a JShell example e.g. a Currency Converter using JShell. Rolled over from #30
Some examples are using Log4J 1, those should be upgraded to Log4J 2.
The "web" example javamoney-tradingapp no longer works after changes to API/RI and lib
Are there any samples on how to save `MonetaryAmount` on a database? I think this is very common use case, so the docs should include it. I would at least...