Releases: Areeb-Gillani/vertx-boost
Releases · Areeb-Gillani/vertx-boost
Improvements & Fixes
- build.gradle improvements
- AbstractController and Service fixes
Bug Fixes
- Smart deployment
Bug Fixes
- Bug Fixes
New initialization methodology
- New initialization methodology
Performance Release
- 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
- PostMapping bug fixed
Repository Support
- Repository Support
Multi-tenancy Support
- Multi-tenancy support on services for horizontal and vertical scaling via custom thread pool configurations
Initial Release
- 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.