This repository was archived by the owner on May 3, 2021. It is now read-only.

Description
Using:
<dependency>
<groupId>org.neo4j.springframework.data</groupId>
<artifactId>spring-data-neo4j-rx-spring-boot-starter</artifactId>
<version>1.0.0</version>
</dependency>
and SpringBoot with my repo that extends ReactiveNeo4jRepository<Some, String> {
where
@Data
@Node
public class Some {
@Id
private SomeEnum naziv;
@AllArgsConstructor
@Getter
public enum SomeEnum {
MY("my"),
and getting that exception that it cannot convert Enumeration to value.