Duc M. Quoc
Duc M. Quoc
Thank @aesteve and @dalilagauge . On Windows 64-bit it works after setting maxheap. ```java @Configuration @Profile("test") public class EmbeddedRedisServer { @Value("${spring.redis.port:6380}") private int redisPort; private RedisServer redisServer; @PostConstruct public void...
You're right I believe - this should fix the `maxOccurs` to have inline element list.
Thank you. I was pulling my hair for several hours why the `@ElementList` would not appear...