Skip to content

Tolerate actuator endpoints with the same id in the configuration processor #39249

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

Closed
mhalbritter opened this issue Jan 19, 2024 · 0 comments
Closed
Assignees
Labels
type: task A general task
Milestone

Comments

@mhalbritter
Copy link
Contributor

#32046 adds a reactive session endpoint with the same id as the servlet one. Our spring-boot-configuration-processor then emits multiple properties for the group, for the enabled and for the cache TTL property. This in turn trips up our asciidoctor extension.

We should fix the spring-boot-configuration-processor to tolerate endpoints with the same id. However, it should fail if the enableByDefault value from the @Endpoint annotation differs between the endpoints with the same id.

@mhalbritter mhalbritter added the type: task A general task label Jan 19, 2024
@mhalbritter mhalbritter added this to the 3.3.x milestone Jan 19, 2024
@mhalbritter mhalbritter self-assigned this Jan 19, 2024
@mhalbritter mhalbritter modified the milestones: 3.3.x, 3.3.0-M2 Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant