Improved: Replace deprecated BigDecimal.ROUND_HALF by  RoundingMode.HALF (OFBIZ-13103)

Address this deprecation

int java.math.BigDecimal.ROUND_HALF_UP
Deprecated. Use RoundingMode.HALF_UP instead.

Rounding mode to round towards "nearest neighbor" unless both neighbors are
equidistant, in which case round up. Behaves as for ROUND_UP if the discarded
fraction is ≥ 0.5; otherwise, behaves as for ROUND_DOWN. Note that this is the
rounding mode that most of us were taught in grade school.
1 file changed
tree: 854ff53c4700828ad2457a739a2e027dbb06d124
  1. .github/
  2. assetmaint/
  3. bi/
  4. birt/
  5. cmssite/
  6. docs/
  7. ebay/
  8. ebaystore/
  9. ecommerce/
  10. example/
  11. exampleext/
  12. firstdatapaymentgateway/
  13. ldap/
  14. lucene/
  15. msggateway/
  16. multiflex/
  17. myportal/
  18. passport/
  19. pricat/
  20. projectmgr/
  21. rest-api/
  22. scrum/
  23. solr/
  24. webpos/
  25. .asf.yaml
  26. .gitignore
  27. .project
  28. LICENSE
  29. NOTICE
  30. README.md
  31. SECURITY.md
  32. VERSION
README.md

ofbiz-plugins

Apache OFBiz is an open source product for the automation of enterprise processes. It includes framework components and business applications for ERP, CRM, E-Business/E-Commerce, Supply Chain Management and Manufacturing Resource Planning. OFBiz provides a foundation and starting point for reliable, secure and scalable enterprise solutions.

The OFBiz plugins repository, that notably includes the E-Business/E-Commerce component, is complementary to the ofbiz-framework repository (https://github.com/apache/ofbiz-framework) It includes component that are not necessary for OFBiz to work but add significant features, like the ecommerce one, but not only.

You can find more documentation (asciidoc format), in the docs component. You can also find technical information at https://nightlies.apache.org/ofbiz/stable/readme/html5/README.html#ofbiz-plugin-system