radar-jersey version 0.3.0
Changes since version 0.2.4:
- Added a dedicated MPClient via
ManagementPortalResourceEnhancer
for frequently used ManagementPortal operations - Added injection of a ProjectService and RadarProjectService in
ManagementPortalResourceEnhancer
if MPClient is configured - Inject an ObjectMapper and OkHttpClient via
RadarResourceEnhancer
. - Added a radar-jersey-hibernate module for easy configuration of a database via
HibernateResourceEnhancer
- Added a health check resource at
/health
and HealthService with theHealthResourceEnhancer
- Updated dependencies
- Added utility cache functions with
CachedValue
andCachedSet
.