Skip to content

Commit

Permalink
Register for reflection Pageable class for not missing paged/unpaged …
Browse files Browse the repository at this point in the history
…attributes.

Related to quarkusio#41292
  • Loading branch information
aureamunoz committed Dec 13, 2024
1 parent b235baa commit f40a608
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ void registerReflection(BuildProducer<ReflectiveClassBuildItem> producer) {
"org.springframework.data.domain.Page",
"org.springframework.data.domain.Slice",
"org.springframework.data.domain.PageImpl",
"org.springframework.data.domain.Pageable",
"org.springframework.data.domain.SliceImpl",
"org.springframework.data.domain.Sort",
"org.springframework.data.domain.Chunk",
Expand Down

0 comments on commit f40a608

Please sign in to comment.