Gary Russell
Gary Russell
https://github.com/spring-projects-experimental/spring-native/pull/1078#discussion_r716381177 For example, Boot auto configures a `KafkaTemplate` without AOT, the framework has several layers fallbacks such that `KafkaTemplate` can be auto wired as a dependency. Unfortunately, AOT does not...
This might belong in core Spring Framework, but see https://stackoverflow.com/questions/58568209/how-can-i-map-incoming-headers-as-string-instead-of-byte-in-my-spring-cloud-st/58571153#58571153 Kafka headers are `byte[]`. If the source is a Spring app, the default header mapper supplies type information so String...
https://docs.spring.io/spring-amqp/docs/current/reference/html/#auto-recovery Auto recovery is effectively disabled. https://stackoverflow.com/questions/71833624/spring-amqp-recovery-mechanism/71833738?noredirect=1#comment126940241_71833738
Hop will no longer support JDK 8 before the end of life of 2.4.x; there is only one hard dependency on Hop (in `LocalizedQueueConnectionFactory` to determine the hosting node of...
It appears that the catch of `PossibleAuthenticationFailureException` is dead code.