jpos / jPOS

jPOS Project
http://jpos.org
GNU Affero General Public License v3.0
599 stars 458 forks source link

Feature/negate op in environment expressions #519

Closed barspi closed 1 year ago

barspi commented 1 year ago

(this is equivalent to PR #518 done against current master)

Add support for environment expressions with a negate/NOT operator, such as ${!server.enabled:false}

Extensive test cases have been added.

Some observations: