Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register for reflection Pageable class #45114

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

aureamunoz
Copy link
Member

@aureamunoz aureamunoz commented Dec 13, 2024

We were missing paged/unpaged attributes in serialization. (See #41292 (comment)).

I've verified it works with the issue reproducer. However I'm not sure how to add a test for checking it automatically during the build.

cc @geoand

@quarkus-bot quarkus-bot bot added the area/spring Issues relating to the Spring integration label Dec 13, 2024

This comment has been minimized.

@geoand
Copy link
Contributor

geoand commented Dec 13, 2024

However I'm not sure how to add a test for checking it automatically during the build.

Can't we add something similar to what's in the reproducer to our spring integration tests?

@aureamunoz aureamunoz marked this pull request as draft December 13, 2024 12:29
@aureamunoz aureamunoz force-pushed the register-pageable-4-reflection branch from f40a608 to 5e49319 Compare December 16, 2024 18:28
@aureamunoz aureamunoz marked this pull request as ready for review December 16, 2024 18:28
@aureamunoz
Copy link
Member Author

Done, this on is ready for review again @geoand

This comment has been minimized.

@geoand
Copy link
Contributor

geoand commented Dec 17, 2024

The test failure looks related

@aureamunoz aureamunoz force-pushed the register-pageable-4-reflection branch from 5e49319 to 57c250d Compare December 17, 2024 08:34
Copy link

quarkus-bot bot commented Dec 17, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 57c250d.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.

@gsmet gsmet merged commit 477c120 into quarkusio:main Dec 17, 2024
20 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.18 - main milestone Dec 17, 2024
@gsmet gsmet modified the milestones: 3.18 - main, 3.17.5 Dec 17, 2024
@gsmet gsmet modified the milestones: 3.17.5, 3.15.3 Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/spring Issues relating to the Spring integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spring-data throw JsonMappingException when using PageImpl
3 participants