bjonnh
04/19/2019, 10:48 PMbjonnh
04/19/2019, 10:48 PMbjonnh
04/19/2019, 11:10 PMbjonnh
04/19/2019, 11:10 PMbjonnh
04/19/2019, 11:10 PMbjonnh
04/19/2019, 11:13 PMbjonnh
04/19/2019, 11:13 PMbjonnh
04/19/2019, 11:59 PMbjonnh
04/25/2019, 4:05 PMbjonnh
04/25/2019, 4:05 PMbjonnh
04/25/2019, 4:05 PMbjonnh
04/25/2019, 4:06 PMbjonnh
04/25/2019, 4:10 PMbjonnh
04/25/2019, 5:34 PMbjonnh
04/25/2019, 5:34 PMbjonnh
04/25/2019, 5:35 PMbjonnh
04/25/2019, 5:38 PMbjonnh
04/25/2019, 5:39 PMthiagoretondar
04/25/2019, 11:32 PMbjonnh
04/26/2019, 6:13 PMbjonnh
04/26/2019, 6:14 PMbjonnh
04/26/2019, 6:14 PMBernhard
05/05/2019, 2:04 PMBernhard
05/05/2019, 2:04 PMBernhard
05/05/2019, 2:29 PMdf
05/07/2019, 6:57 PM@OneToMany
@JoinColumn(name = "productId", referencedColumnName = "productId")
val categories: List<ProductCategory> = emptyList()
which results in following error message
Found shared references to a collection: ...entity.Review.categories
sdeleuze
05/16/2019, 10:06 AMsdeleuze
05/16/2019, 10:07 AMGerard Klijs
05/21/2019, 9:44 AMthanksforallthefish
06/04/2019, 10:48 AMCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerAdapter' defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter]: Factory method 'requestMappingHandlerAdapter' threw exception; nested exception is java.lang.NoClassDefFoundError: org/reactivestreams/Publisher
downgrading to spring boot 2.1 makes this issue disappear. a sample project is https://github.com/ThanksForAllTheFish/kotlintest-boot2.2 (which is just a demo project from spring initializer with web, actuator and kotlintest)