Skip to content

Releases: javaquery/util

Release 1.2.7

Choose a tag to compare

@javaquery javaquery released this 20 Jan 10:15
79d8f40

What's Changed

Full Changelog: 1.2.5...1.2.7

Release 1.2.5

Choose a tag to compare

@javaquery javaquery released this 23 May 05:57

Changes: #14

Full Changelog: 1.2.4...1.2.5

Release 1.2.4

Choose a tag to compare

@javaquery javaquery released this 13 Mar 14:28

Full Changelog: 1.2.3...1.2.4

Release 1.2.3

Choose a tag to compare

@javaquery javaquery released this 13 Mar 14:07

Full Changelog: 1.2.2...1.2.3

Release 1.2.2

Choose a tag to compare

@javaquery javaquery released this 09 Oct 11:19
  • logback version upgrade
  • ExecutionContext enhancement

Release: 1.2.1

Choose a tag to compare

@javaquery javaquery released this 06 Jun 07:51
  • gradle version upgrade
  • Strings.equalsIgnoreCase
  • interfaces
  • JSONObject put value

Release: 1.2.0

Choose a tag to compare

@javaquery javaquery released this 22 Apr 10:10
06d4dff
  • JHashMap: Build on top of HashMap. Provide you extra functionality to opt values.
  • ExecutionContext: Help you to transfer data between method calls and log extra details.
  • CommonResponse: Build common http response object.

Release: 1.0.7

Choose a tag to compare

@javaquery javaquery released this 24 Dec 06:38
dafd9a9
  • AbstractRuntimeException: Useful constructor to define any runtime exception
  • ParameterAwareException: Useful when you want to log parameters provided in method. That helps you debug issue faster.
  • Strings: equals, notEqual, equalsIgnoreCase method included.

Release: 1.0.6.1

Choose a tag to compare

@javaquery javaquery released this 26 Nov 03:55
c0d6699
  • set sourceCompatibility to JDK 1.8

Release:1.0.6

Choose a tag to compare

@javaquery javaquery released this 15 Nov 04:58
a086b83
  • LogBuilder
  • ExecutableFunction for util methods in String and Collection
  • String normalize and hasDiacritics method
  • Provided access to java.util.Collections singleton and empty collection methods