Mark Paluch
Mark Paluch
Originally reported by [kliarist](https://github.com/kliarist) at spring-projects/spring-graphql#746: I am using `spring-graphql` along with `spring-data-mongo` and `querydsl` and faced with the below issue ``` org.springframework.data.mapping.MappingException: Invalid path reference articles.title; Associations can only...
We should enable `DefaultMessageListenerContainer` to auto-startup and participate in the container-managed lifecycle instead of requiring applications to start the lifecycle.
See https://github.com/spring-projects/spring-framework/issues/17661
We should investigate an alternative data binding infrastructure to avoid using expressions. While `SimpleEvaluationContext` is a good sandbox, SpEL provides too many options that could lead to a potential escaping...
See also https://github.com/spring-projects/spring-data-commons/pull/2861