Skip to content

Commit

Permalink
[oracle-jdbc] Serialization of String now needs explicit opt-in
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanne committed Jul 19, 2024
1 parent 7ec1fd6 commit c5c0905
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@
import jakarta.ws.rs.Produces;
import jakarta.ws.rs.core.MediaType;

import io.quarkus.runtime.annotations.RegisterForReflection;

@Path("/jpa-oracle/testserialization")
@Produces(MediaType.TEXT_PLAIN)
@RegisterForReflection(targets = { String.class }, serialization = true)
public class SerializationTestEndpoint {

@GET
Expand Down

0 comments on commit c5c0905

Please sign in to comment.