mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
This moves the feature from a unconditional application listener that can load gRPC types to an auto-configuration that backs off if the necessary classes are not present. Also updated the smoke tests to actually use the feature. Closes gh-50825