Skip to content

Version 1.73

Compare
Choose a tag to compare
@javadev javadev released this 01 Jan 06:26
· 386 commits to main since this release
  • Fixed encoding problem for POST and PUT requests.
  • Added fetch with retry.
  • Added FetchResponse.jsonMap(), FetchResponse.xmlMap() and ObjectBuilder.addMap(map) methods.
  • Added methods U.objectBuilder().addNull("Key") and U.arrayBuilder().addNull().
  • Fixed sonar warnings.
  • Migrated to junit 5.
  • Updated dependent libraries for spring-boot example.
  • Added StringJoiner to generate json.
  • Introduced methods U.downloadUrl(url, fileName) and U.decompressGzip(source, target).