Releases: fmjsjx/libcommon
Releases Β· fmjsjx/libcommon
Version 2.6.2
Upgraded Dependencies
netty 4.1.73.Final > 4.1.74.Final
junit 5.7.0 > 5.8.2
slf4j 1.7.32 > 1.7.36
Full Changelog: v2.6.1...v2.6.2
Version 2.6.1
Version 2.6.0
New Features
libcommon-collection
- Add
ListSet
interface. - Add
ArrayListSet
class.
Full Changelog: v2.5.5...v2.6.0
Version 2.5.5
Upgrade dependencies
netty 4.1.72.Final -> 4.1.73.Final
lettuce 6.1.5.RELEASE -> 6.1.6.RELEASE
mongodb 4.4.0 -> 4.4.1
snakeyaml 1.29 -> 1.30
log4j 2.17.0 -> 2.17.1
Full Changelog: v2.5.4...v2.5.5
Version 2.5.4
Upgrade dependencies
netty 4.1.70.Final -> 4.1.72.Final
jackson 2.13.0 -> 2.13.1
mongodb 4.3.4 -> 4.4.0
jruby 9.3.1.0 -> 9.3.2.0
log4j2 2.14.0 -> 2.17.0
Full Changelog: v2.5.3...v2.5.4
Version 2.5.3
Upgraded dependencies
netty 4.1.69.Final -> 4.1.70.Final
Version 2.5.2
Upgraded dependencies
netty 4.1.67.Final -> 4.1.69.Final
jackson 2.12.4 -> 2.13.0
rocketmq 4.9.1 -> 4.9.2
logback 1.2.5 -> 1.2.6
dsl-json 1.9.8 -> 1.9.9
aliyun-ons 1.8.8.1.Final -> 2.0.0.Final
mongodb 4.3.1 -> 4.3.4
jruby 9.2.19.0 -> 9.3.1.0
Version 2.5.1
Version 2.5.0
New Features
libcommon-function
- Provides additional functional interfaces.
libcommon-util
- Add
forEach(...)
,forEachUnless(...)
,forEachUntil(...)
onArrayUtil
.
Deprecated
libcommon-bson
libcommon-bson
was deptecated since 2.5 and may be removed on higher version(e.g. 3.x), please usebson-model
instead.
Full Changelog: v2.4.3...v2.5.0
Version 2.4.3
New Features
libcommon-bson
- Provides public
bname
constants by code generator.