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 the fields of the ChangeStreamDocument for reflection #18061

Merged

Conversation

loicmathieu
Copy link
Contributor

Fixes #17878

@geoand I saw you register the ChangeStreamDocument class for reflection, apparently its fields needs to be registered for reflection or they would be null (see #17878).

I choose to only register the fields of the ChangeStreamDocument for reflection and not the other as this didn't seems to be an issue for the other classes.

@loicmathieu loicmathieu requested a review from geoand June 22, 2021 07:31
Copy link
Contributor

@geoand geoand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@quarkus-bot
Copy link

quarkus-bot bot commented Jun 22, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building 0ebecfc

Status Name Step Test failures Logs Raw logs
Initial JDK 11 Build Build ⚠️ Check → Logs Raw logs

@loicmathieu loicmathieu force-pushed the fix/mongodb-changestream-relfection-issue branch from 0ebecfc to 732b2a7 Compare June 22, 2021 07:53
@gsmet gsmet merged commit d11f34f into quarkusio:main Jun 22, 2021
@quarkus-bot quarkus-bot bot added this to the 2.1 - main milestone Jun 22, 2021
@gsmet gsmet modified the milestones: 2.1 - main, 2.0.0.Final Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quarkus Mongodb change stream resume token always null in native
3 participants