nmw-payment-taglib-2.0.0-SNAPSHOT
Snapshot Notes
Upgraded to current version of com.stripe:stripe-java:jar:20.33.0, which uses Stripe API version 2020-08-27.
Stripe releases minor updates on a regular basis. We will only note future updates when they change the Stripe API version, otherwise they will just be part of "Updated dependencies".
- Updated dependencies.
-
Cleaned-up use of
JspTagException
versusJspException
. Generally, methods declarethrows JspException
while actually throwing instances ofJspTagException
. The exception to this is private implementation methods that both declare and throwJspTagException
. - Attribute setters now throw
IllegalArgumentException
instead ofJspTagException
. - Case-insensitive boolean parsing.
- AO Credit Cards Sage Payment Solutions has been deprecated. We have removed support for it from this package.
nmw-payment-taglib-1.0.1
Release Notes
- Minimum Java version changed from 1.7 to 1.8.
-
Reduced use of property substitutions in
pom.xml
. This is to help 3rd-party parsers that fail to perform full Maven-compatible substitutions.
nmw-payment-taglib-1.0.0
Release Notes
- Project moved to GitHub and Maven.
- Minimum Java version changed from 1.6 to 1.7.
- Tag library version changed from 2.0 to 2.1.
- Significantly improved the taglib documentation.
- Improved the Java API documentation.
- Using managed dependencies:
- This project uses managed dependencies.
- This project's managed dependencies may also be imported by other projects.
- Please note: the next major release of this project will no longer support the "Sage" processor due to the underlying payment API being deprecated.