radar-jersey 0.4.3
Changes since version 0.4.2.1:
- Added
ConfigLoader.Filters.cache
class to process@CacheControl
and@NoCache
annotations on classes and methods. This will addCache-Control
headers to responses, allowing clients to cache results. - Added
ConfigLoader.Enhancers.swagger
method to enable a Swagger OpenAPI endpoint. Annotate methods with@Operation
or@ApiResponses(value = [ApiResponse(...), ...])
to have more detailed Swagger information returned.
Build updates:
- Added Github actions
- Use Gradle Kotlin DSL
- Use dynamic dependencies with dependency locks for easier dependency updates.