Hotfix for rapiddweller-benerator-ce 3.2.1 release.
Changes are related to rapiddweller-benerator-ce 3.0.0 release check CHANGE_LOG.md for more details.
- Switched back to slf4j logging facade
-
Added method TextUtil.formatLinedTable()
-
StringUtil.maxLength(String[] strings)
-
MathUtil.sum(int[] addends)
-
BeanUtil.isImmutable(Class)
-
ArrayUtil.copyArray(Object array)
-
CollectionUtil.Added method union()
- ThreadUtil: made isThreadSafe() and isParallelizable() public
-
AnyConverter.toString()
-
Improved ThreadUtil.allThreadSafe() and ThreadUtil.allParallelizable()
- Added method forName(String className, boolean required) in the ClassProvider hierarchy
- Move GraalVM Converter to rapiddweller-benerator-ce module
- Introduce Checkstyle
- Remove useless unit test
- add missing doc strings
N/A
- Upgraded GraalVM from 20.3.0 to 21.0.0.2
N/A
N/A