Releases: centic9/commons-dost
Releases · centic9/commons-dost
1.1.0.1
- Update forbidden-api
- Add a utility which can download the matching version of the Selenium chrome-driver binary
- Remove IOConsumer, commonis-io has a nicer version of this anyway
- Add BufferedReaderWithPeek
Full Changelog: 1.1.0.0...1.1.0.1
1.1.0.0
- Breaking Change: MappedCounter switched from Integer to Long to avoid integer-overflow in some use-cases
- Update log4j-api to 2.17.1
Full Changelog: 1.0.0.36...1.1.0.0
1.0.0.36
- Update log4j to 2.16.0
- Avoid some useless log-output when starting external processes
Full Changelog: 1.0.0.35...1.0.0.36
1.0.0.35
- Update log4j to 2.15.0
Full Changelog: 1.0.0.34...1.0.0.35
1.0.0.34
- Update third party libs
- Detect jmod as zip-file
- Adjust output in ExecutionHelper
- Print out "Location" when HTTP requests fail
Full Changelog: 1.0.0.33...1.0.0.34
1.0.0.33
- Update some third party libraries
- Switch utility function to Log4j v2
- Start to introduce support for the AsyncHttpClient
- Add helper class for SignalHandling which gracefully degrades on some JDK versions
- Add ThreadUtils
- Add ExecutorUtil
- Enhance unit tests
1.0.0.32
- Update a number of third party dependencies
- Add a functional interface IOConsumer for a Consumer which can throw an IOException
- Support more document-opening-tools besides gnome-open and kde-open in DocumentStarter as both are gone in newer versions of Ubuntu and Debian
1.0.0.31
1.0.0.30
- Enhance ThreadDump
- Add an implementation of List which wraps another list and allows to transparently access single properties of the type of object contained in the original list
- Provide base classes UnsupportedList and UnsupportedCollection which throw exceptions for all methods to act as base classes for collections which only implement parts of the interface, e.g. read-only access.
- HttpClientWrapper.checkAndFetch(): Avoid NullPointerException when response entity is null