Releases: centic9/commons-dost
Releases · centic9/commons-dost
1.0.0.28
- Add HttpClientWrapper.simplePost()
- Update some dependencies
1.0.0.27
- Add more JavaDoc
- Add MovingAverage
1.0.0.26
- Remove specialized support for Eclipse
- Add CollectionUtils.getCombinedText()
- Order MappedCounter by Comparable if possible
- Update to Gradle 4.6, commons-test 1.0.0.15, JaCoCo 0.8.1
- HttpClientWrapper: Include the actual server-response in the output
- Optimize use of HttpClientWrapper without Authentication
- Update forbidden-apis to 2.5, httpclient to 4.5.6
1.0.0.25
- Add wrappers to send metrics
- Support sending body data with a HTTP GET request
- Add forbidden-apis check, fix some issues, suppress some failures
- Add some more tests
- Add more information when executing external calls fails
1.0.0.24
- third party dependencies and Gradle updated
- Add helper class SVNCommands to call the svn-executable for a number of task
- Allow to sub-class BufferingLogOutputStream
- Add a .gitattributes to get rid of line-ending chaos
1.0.0.23
- Allow to sub-class BufferingLogOutputStream
- Add helper class SVNCommands to call the svn-executable
- Update some third party dependencies
- Update Gradle to 3.4.1
1.0.0.22
- Remove dependency on Google Guava as updating it to version 20.0 showed problems with the DataStax Cassandra driver as Guava removed some classes in version 20. Replaced the two usages with local versions of the methods.
1.0.0.21
- Update some Gradle plugins and third party libraries
- Fix some IntelliJ warnings
- Add method to MapUtils to sort by value first and key for equal values, the existing sortByValue() has undefined sort-order in this case.
- Handle null-keys in MappedCounter without throwing a NullPointerException
- Add MappedCounter.clear()
1.0.0.20
- Update to commons-test-1.0.0.11
- Add EmailConfig and MailserverConfig for combined handling of all parameters used for sending email via commons-email
- Update/enhance JavaDoc
1.0.0.19
- Gradle 2.12
- MappedCounter: Add a method to count occurrences in a collection
- Flush the BufferingLogOutputStream after some time as well to not hold some log-data for a very long time