quarkus-rest-client

Quarkus - Error sending form data with date field

醉酒当歌 提交于 2020-06-29 04:22:09
问题 I'm using Quarkus version 1.5.1, however when trying to send data of type LocalDate (or Date) of a form, it returns the following error message: java.lang.RuntimeException: RESTEASY007545: Unable to find a MessageBodyReader for media type: text / plain; charset = us-ascii and class type java.time.LocalDate I have already imported the following dependencies, but the error persists. <dependency> <groupId> io.quarkus </groupId> <artifactId> quarkus-resteasy </artifactId> </dependency>