Skip to content

Releases: Areeb-Gillani/vertx-boost

Improvements & Fixes

06 Aug 23:10
Compare
Choose a tag to compare
  • build.gradle improvements
  • AbstractController and Service fixes

Bug Fixes

06 Aug 22:52
Compare
Choose a tag to compare
  • Smart deployment

Bug Fixes

06 Aug 22:27
Compare
Choose a tag to compare
  • Bug Fixes

New initialization methodology

06 Aug 22:24
Compare
Choose a tag to compare
  • New initialization methodology

Performance Release

24 Sep 07:23
Compare
Choose a tag to compare
  • Http request handled using in memory cache
  • Http request invocation via reflection has next to no effect on performance now as it is in nano seconds

Bug Fixes

04 Sep 19:33
Compare
Choose a tag to compare
  • PostMapping bug fixed

Repository Support

03 Sep 23:01
a3d8e5e
Compare
Choose a tag to compare
  • Repository Support

Multi-tenancy Support

03 Sep 15:29
Compare
Choose a tag to compare
  • Multi-tenancy support on services for horizontal and vertical scaling via custom thread pool configurations

Initial Release

01 Sep 14:15
7c32549
Compare
Choose a tag to compare
  • This project adds the flavor of SpringBoot's style annotations in Vertx to reduce the learning curve. It follows the same annotation style such as @RestController, @service, @Autowired, @RequestParam, @RequestBody, @PostMapping & @GetMapping whereas controller and service classes should extend AbstractVerticle as per the requirement of Vertx.
  • Note: Autowired doesn't work in controllers to keep them loosely coupled.