Skip to content

QBit Java Microservices Lib 1.6.0.RELEASE

Compare
Choose a tag to compare
@RichardHightower RichardHightower released this 28 Apr 02:15
· 89 commits to master since this release

QBit Java Microservices Lib 1.6.0.RELEASE

QBit Java Microservices Lib uses Reakt Reactive Java Lib.

  • 689 Fixed issue where admin health check was returning the wrong HTTP stats code (we have another health check that we use that was returning the right code.).
  • 687 You can now register QueueCallbackHandlers with serviceEndpoints, serviceQueues and serviceBundles. You can also register QueueCallbackHandlers when you register a service with the ManagedServiceBuilder. This allows you to get rid of @QueueCallback annotation.
  • 686 see 687 (for serviceQueue).
  • 684 see 687 (for ManagedServiceBuilder)
  • 691 Improvement on ServiceManagementBundle.
  • 683 Adopt Metrik interface for gathering microservice KPIs
  • 692 Create common facade for stats, KPI, health checks, to get rid of boiler plate code.