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

HawtioEndpointAutoConfiguration is not working with reactive web applications but is configured as ANY #3384

Closed
norbson opened this issue Apr 8, 2024 · 3 comments
Assignees

Comments

@norbson
Copy link

norbson commented Apr 8, 2024

When I switch from servlet to reactive web application, HawtioEndpointAutoConfiguration throws exception. If it suppose to work only with servelt type it should be expressed in appropriate ConditionalOnWebApplication configuration - now is ANY.

@norbson
Copy link
Author

norbson commented Apr 8, 2024

It is worth to add that JolokiaEndpointAutoConfiguration is conditional on SERVLET Type

@grgrzybek grgrzybek self-assigned this Apr 9, 2024
@grgrzybek
Copy link
Contributor

Thanks for the report - checking!

grgrzybek added a commit that referenced this issue Apr 9, 2024
Signed-off-by: Grzegorz Grzybek <gr.grzybek@gmail.com>
@grgrzybek
Copy link
Contributor

HawtioEndpointAutoConfiguration doesn't provide @Bean definitions for Spring WebFlux, so I've restricted the annotation.

tadayosi pushed a commit that referenced this issue Apr 10, 2024
Signed-off-by: Grzegorz Grzybek <gr.grzybek@gmail.com>
tadayosi pushed a commit to tadayosi/hawtio that referenced this issue Apr 15, 2024
…e=FLUX

Signed-off-by: Grzegorz Grzybek <gr.grzybek@gmail.com>
tadayosi pushed a commit to tadayosi/hawtio that referenced this issue Apr 16, 2024
…e=FLUX

Signed-off-by: Grzegorz Grzybek <gr.grzybek@gmail.com>
tadayosi pushed a commit that referenced this issue Apr 16, 2024
Signed-off-by: Grzegorz Grzybek <gr.grzybek@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants