mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 08:59:09 +00:00
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