Skip to content

Commit

Permalink
[NU-1836] Move converters from CONV util to extension methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Bigorajski committed Oct 22, 2024
1 parent b35d2df commit 149894d
Show file tree
Hide file tree
Showing 11 changed files with 2,563 additions and 466 deletions.
17 changes: 5 additions & 12 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@
* [#6807](https://github.com/TouK/nussknacker/pull/6807) Add conversion functions to primitives to: `#CONV`:
* toNumberOrNull
* toString
* toBoolean
* toBooleanOrNull
* toInteger
* toIntegerOrNull
* toLong
* toLongOrNull
* toDouble
* toDoubleOrNull
* toBigInteger
* toBigIntegerOrNull
* toBigDecimal
* toBigDecimalOrNull
* [#6995](https://github.com/TouK/nussknacker/pull/6995) Add `toJson` and `toJsonString` conversions (in the `#CONV` helper)
* [#6995](https://github.com/TouK/nussknacker/pull/6995) Add `#BASE64` helper to decode/encode Base64 values
* [#6826](https://github.com/TouK/nussknacker/pull/6826) Security fix: added validation of expression used inside
Expand Down Expand Up @@ -76,6 +64,11 @@
* [#6958](https://github.com/TouK/nussknacker/pull/6958) Add message size limit in the "Kafka" exceptionHandler
* [#6988](https://github.com/TouK/nussknacker/pull/6988) Remove unused API classes: `MultiMap`, `TimestampedEvictableStateFunction`
* [#7000](https://github.com/TouK/nussknacker/pull/7000) Show all possible options for dictionary editor on open.
* [#7061]https://github.com/TouK/nussknacker/pull/7061 SpeL: add conversion to primitives extension methods:
* isBoolean/toBoolean/toBooleanOrNull
* isLong/toLong/toLongOrNull
* isDouble/toDouble/toDoubleOrNull
* isBigDecimal/toBigDecimal/toBigDecimalOrNull

## 1.17

Expand Down
Loading

0 comments on commit 149894d

Please sign in to comment.