Skip to content

Commit

Permalink
Preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
vbergmann2 committed Sep 24, 2021
1 parent 7ab8ce0 commit c001e08
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
# Release 1.1.3-jdk-11

## Release Highlights

- Switched back to slf4j logging facade

## Important Notes

### New features

- Added method TextUtil.formatLinedTable()

- StringUtil.maxLength(String[] strings)

- MathUtil.sum(int[] addends)

- BeanUtil.isImmutable(Class)

- ArrayUtil.copyArray(Object array)

- CollectionUtil.Added method union()


### Changed design

- ThreadUtil: made isThreadSafe() and isParallelizable() public


### Changed implementation

- AnyConverter.toString()

- Improved ThreadUtil.allThreadSafe() and ThreadUtil.allParallelizable()


## Breaking Changes

- Added method forName(String className, boolean required) in the ClassProvider hierarchy


# Release 1.1.2-jdk-11

## Release Highlights
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.rapiddweller</groupId>
<artifactId>rd-lib-common</artifactId>
<version>1.1.3-jdk-11-SNAPSHOT</version>
<version>1.1.3-jdk-11</version>
<packaging>jar</packaging>
<name>rapiddweller Common</name>
<description>'rapiddweller Common' is an open source Java library
Expand Down

0 comments on commit c001e08

Please sign in to comment.