Skip to content

Spring Data R2DBC issue repo: whenever saving list enum on a class fetched through Spring Data, exception is thrown

Notifications You must be signed in to change notification settings

markitovtr1/spring-data-r2dbc-list-enum-save-issue

Repository files navigation

List enum save issue

Setting up repository

# Start postgres
docker-compose up -d postgres

# Run liquibase separately, to avoid failing because postgres did not start
docker-compose up liquibase

# Run tests
./gradlew test

About

Spring Data R2DBC issue repo: whenever saving list enum on a class fetched through Spring Data, exception is thrown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages