You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
#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.The text was updated successfully, but these errors were encountered: