github networknt/light-4j 1.5.1

latest releases: 2.1.33, 2.1.32, 1.6.47...
6 years ago

1.5.1 - 2017-11-8

Added

Changed

  • Fixed #124 Remove mockito dependencies in most modules
  • Fixed #122 Customize return of the status from cross-cutting concerns(Thanks @ddobrin)
  • Fixed #121 Add url debug output in ConsulClientImpl
  • Fixed #120 Split integration tests from unit tests
  • Fixed #119 Server module should only initialize client instance if config server is enabled
  • Fixed #113 Make Jwt token verification cache configurable
  • Upgrade to 1.5.1

Upgrade Guide

This is a minor release to add several enhancements required by different customers. If you are on 1.5.0 release, you don't need to upgrade to this one unless you need features provided by this release. To upgrade from 1.5.0 to 1.5.1, there is one more property added to security.yml

# Enable JWT token cache to speed up verification. This will only verify expired time
# and skip the signature verification as it takes more CPU power and long time.
enableJwtCache: true

With the above config change, you can just change the light-*-4j framework version from 1.5.0 to 1.5.1 in pom.xml of you project.

If you are in version 1.4.x, then it is recommended to regenerate the project or upgrade to 1.5.0 first then upgrade to 1.5.1

Don't miss a new light-4j release

NewReleases is sending notifications on new releases.