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 missing Jaeger classes for reflection #23610

Conversation

sophokles73
Copy link
Contributor

@sophokles73 sophokles73 commented Feb 11, 2022

Fixes: #10402

Signed-off-by: Kai Hudalla [email protected]

@quarkus-bot
Copy link

quarkus-bot bot commented Feb 11, 2022

Thanks for your pull request!

The title of your pull request does not follow our editorial rules. Could you have a look?

  • title should preferably start with an uppercase character (if it makes sense!)
  • title should not contain an issue number (use Fix #1234 in the description instead)

This message is automatically generated by a bot.

Retrieving sampler configuration from a central Jaeger Collector
requires lookup of additional value object classes. These missing
classes have been registered for reflection.

Fix quarkusio#10402

Signed-off-by: Kai Hudalla <[email protected]>
@sophokles73 sophokles73 force-pushed the register_missing_jaeger_classes_for_reflection branch from 879c4d1 to dd68b41 Compare February 11, 2022 13:37
@geoand geoand changed the title [#10402] Register missing Jaeger classes for reflection Register missing Jaeger classes for reflection Feb 13, 2022
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!

@geoand geoand merged commit 66d6294 into quarkusio:main Feb 13, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Feb 13, 2022
@sophokles73
Copy link
Contributor Author

would be nice if this would find its way into 2.7.x :-)

@geoand
Copy link
Contributor

geoand commented Feb 14, 2022

That's the point of the triage/backport label 😉

@sophokles73
Copy link
Contributor Author

got it, thanks for the explanation 👍

@geoand
Copy link
Contributor

geoand commented Feb 14, 2022

NP!

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.

RemoteControlledSampler fails with "No strategy present in response. Not updating sampler." in native mode
3 participants