patch: add multiple conditionals to prevent Bean clashes #91 #116
Annotations
3 errors
SessionAutoConfigurationTest.defaultRedisHttpSession():
platform-spring-bom/platform-spring-caching/src/test/kotlin/io/cloudflight/platform/spring/caching/SessionAutoConfigurationTest.kt#L31
java.lang.AssertionError:
Expecting:
<Started application [AnnotationConfigApplicationContext@183c737c id = 'org.springframework.context.annotation.AnnotationConfigApplicationContext@183c737c', applicationName = '', beanDefinitionCount = 17]>
to have a single bean of type:
<org.springframework.session.SessionRepository>
but found no beans of that type
|
SessionAutoConfigurationTest.defaultSafeRedisSessionSerializer():
platform-spring-bom/platform-spring-caching/src/test/kotlin/io/cloudflight/platform/spring/caching/SessionAutoConfigurationTest.kt#L61
java.lang.AssertionError:
Expecting:
<Started application [AnnotationConfigApplicationContext@32af0de4 id = 'org.springframework.context.annotation.AnnotationConfigApplicationContext@32af0de4', applicationName = '', beanDefinitionCount = 20]>
to have a single bean of type:
<org.springframework.data.redis.serializer.RedisSerializer>
but found no beans of that type
|
build
Gradle build failed: see console output for details
|