Igor Kulikov
d11f866856
Version set to 3.8.1-RC
1 year ago
Igor Kulikov
b4124f7c4c
Merge with RC
1 year ago
Igor Kulikov
4d705f26fd
Version set to 3.8.0-RC
1 year ago
Igor Kulikov
3dadc34b5b
Version set to 3.9.0-SNAPSHOT
1 year ago
Igor Kulikov
4e7176cce7
Version set to 3.8.0-RC
1 year ago
Igor Kulikov
025fb1ca8c
Version set to 3.8.0
1 year ago
nick
5699c49c53
tbel: refactoring raiseError
1 year ago
nick
03af2564eb
tbel: refactoring tbUtils with docs #2
1 year ago
nick
b86a9d3802
tbel: refactoring tbUtils with docs
1 year ago
Andrii Landiak
c6ee0bff19
Add edgeIdsCache to decrease number of calls to db for findRelatedEdgeByEntityId
1 year ago
Kulikov
297e3941a7
TBEL: added parseBinaryArrayToInt ( #11329 )
* tbel: added new parseBinaryArrayToInt
fix bug: parseLongToBinaryArray:
Writes the bit value to the appropriate location in the bins array, starting at the end of the array, to ensure proper alignment (highest bit to low end).
* tbel: refactoring parseBinaryArrayToInt_Test.
* tbel: refactoring arseByteToBinaryArray add Endian
* tbel: added new hexToBase64
2 years ago
Kulikov
ea235b7769
TBEL: added padStart, padEnd, parseByteToBinaryArray, parseBytesToBinaryArray, parseLongToBinaryArray ( #11323 )
* tbel: added String.prototype.padStart() and String.prototype.padEnd() ;
* tbel: added binary String format
* tbel: added parseByteToBinaryArray, parseBytesToBinaryArray, parseLongToBinaryArray
2 years ago
Kulikov
b48474861e
TBEL: added parseBytesIntToFloat, parseBytesLongToDouble, byteArrayToExecutionArrayList ( #11296 )
* tbel: added parseBytesIntLongToFloat
* tbel: added to doubleToHex_Test() String valueHex = "0x000000000000000A";
* tbel: added byteArray to ExecutionArrayList;
2 years ago
nick
7fcb82cea9
tbel: added new version tbel and new test hexToBytes
2 years ago
nick
c347c067e7
tbel: added some parseBytesTo Int/Long/Float/Double methods with length
2 years ago
nick
2f838c4fbf
tbel: added some double methods
2 years ago
nick
7e0a9bbebf
tbel: added some float methods
2 years ago
Kulikov
99d4eb0d9c
TBEL: new methods ( #11129 )
* tbel: number to string by radix
* Revert "tbel: number to string by radix"
This reverts commit 0fd285d76b .
* tbel: number to string by radix and new Error
* tbel: number to Hexadecimal must be even-length.
* tbel: add tests isBinary...isHexadecimal
* tbel: Comments 1
* tbel: Comments 2
* tbel: Comments 3
2 years ago
nick
4d52002953
Revert "tbel: number to string by radix"
This reverts commit 0fd285d76b .
2 years ago
nick
0fd285d76b
tbel: number to string by radix
2 years ago
Igor Kulikov
468c007882
Version set to 3.7.1-SNAPSHOT
2 years ago
Oleksandra Matviienko
63df92e995
JUnit5 migration in common. Junit-platform.properties and logback-test.xml where added to java resource directories if needed.
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2 years ago
nick
4e9d03fce4
tbel: encodeURI() decodeURI() comments 2
2 years ago
nick
332c676317
tbel: encodeURI() decodeURI() comments 1
2 years ago
nick
10aa7ae795
tbel: encodeURI() decodeURI() == mdn 3
2 years ago
nick
2923c9dbd3
tbel: encodeURI() decodeURI() == mdn 2
2 years ago
nick
e488f71444
tbel: encodeURI() decodeURI() == mdn 1
2 years ago
nick
5f7f57cb63
tbel: encodeURI() decodeURI() == mdn
2 years ago
Sergey Matvienko
b6ce95b99d
NashornJsInvokeService: defaults added for max_memory and max_cpu_time to improve deployment experience
2 years ago
Sergey Matvienko
eba645c542
Nashorn LOCAL_JS_SANDBOX_MAX_MEMORY introduced
2 years ago
Volodymyr Babak
f03a1cc946
TbDate - use strict constructors instead of constructors with var args
2 years ago
Ivan Raznatovskyi
09fc025e12
Initial commit from another fork
2 years ago
Andrii Shvaika
5acf527f1a
Version set to 3.7.0-SNAPSHOT
2 years ago
Igor Kulikov
c5a72ed8df
Update license header to 2024 year.
2 years ago
nick
c636ea2c0e
fix_bug: TbDateTests -> JDK ver
2 years ago
Igor Kulikov
bc35df1dd7
Version set to 3.6.3-SNAPSHOT
2 years ago
YevhenBondarenko
1fc704bae1
test fixes and minor refactoring
2 years ago
nick
7e00acd44b
tbDate: fix bug comments 3
2 years ago
nick
3bf585ec80
tbel fix_bug tbDate delete String... options
2 years ago
nick
c14fe5b2cd
tbel fix_bug tbDate delete String... options
2 years ago
nick
fbfecf3410
tbel fix_bug tbDate tests Constructor class
2 years ago
nick
a12c9e11f8
tbel fix_bug tbDate test
2 years ago
nick
272cc27257
tbel fix_bug tbDate parameters date as String with patter + locale
2 years ago
nick
a246b3c4a7
tbel fix_bug tbDate parameters Locale and TZ as String
2 years ago
nick
39b0959c77
tbel fix_bug tbDate from String without TZ RFC_1123
2 years ago
nick
91552b18b8
tbel fix_bug tbDate from String without TZ add test
2 years ago
nick
b58befc4a0
tbel fix_bug tbDate from String without TZ
2 years ago
Andrii Shvaika
fc698b4f31
Revert changes to JacksonUtil
2 years ago
nick
bc5a1b4be9
tbel fix_bug tbDate Default zoneId - ZoneId.systemDefault()
2 years ago
nick
240cd25cf4
tbel fix_bug tbDate parse toString with Object Mapper
2 years ago