Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.

QueryParameterAnnotationHandler doesn't interpret string format correctly #18

@jeremiehuchet

Description

@jeremiehuchet

Pull request #17 point a bug in QueryParameterAnnotationHandler which doesn't format strings correctly.

@QueryParameter("limit=%d")
private Integer limit;

should be sucessfully transformed to limit=12345 instead of throwing IllegalFormatConversionException.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions