[
https://issues.apache.org/jira/browse/JEXL-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Biestro resolved JEXL-226.
--------------------------------
Resolution: Fixed
Assignee: Henri Biestro
Fix Version/s: (was: Later)
3.2
src/main/java/org/apache/commons/jexl3/internal/Debugger.java
src/main/java/org/apache/commons/jexl3/internal/Interpreter.java
src/main/java/org/apache/commons/jexl3/parser/Parser.jjt
src/main/java/org/apache/commons/jexl3/parser/ParserVisitor.java
src/site/xdoc/changes.xml
src/site/xdoc/reference/syntax.xml
src/test/java/org/apache/commons/jexl3/IfTest.java
Committed revision 1800127.
> add ?? operator support
> ------------------------
>
> Key: JEXL-226
> URL: https://issues.apache.org/jira/browse/JEXL-226
> Project: Commons JEXL
> Issue Type: New Feature
> Affects Versions: Later
> Reporter: Min Wei
> Assignee: Henri Biestro
> Labels: features
> Fix For: 3.2
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Jexl already supports null-coalescing semantics with the operator "?:". So it
> should be a simple matter to extend it with a different syntax.
> https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/null-conditional-operator
> https://github.com/apache/commons-jexl/pull/4
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)