Skip to content

Releases: centic9/commons-dost

1.0.0.28

02 Nov 21:13
Compare
Choose a tag to compare
  • Add HttpClientWrapper.simplePost()
  • Update some dependencies

1.0.0.27

09 Mar 12:27
Compare
Choose a tag to compare
  • Add more JavaDoc
  • Add MovingAverage

1.0.0.26

23 Jul 20:19
Compare
Choose a tag to compare
  • 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

02 Mar 04:15
Compare
Choose a tag to compare
  • 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

02 Mar 04:10
Compare
Choose a tag to compare
  • 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

15 Jun 21:10
Compare
Choose a tag to compare
  • 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

26 Jan 20:09
Compare
Choose a tag to compare
  • 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

25 Jan 22:21
Compare
Choose a tag to compare
  • 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

05 May 20:45
Compare
Choose a tag to compare
  • 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

24 Apr 12:24
Compare
Choose a tag to compare
  • 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