mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
32962894a0
Prior to this commit, the JMS connection factories would proxy various interfaces. This typically requires runtime hints for GraalVM native applications and spring-jms is missing those. This commit adds a new `ConnectionFactoriesRuntimeHints` that contributes such hints with type conditions. Fixes gh-33590