Cezary Olender
Cezary Olender
Update your pipfile as follows: [[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true [dev-packages] pylint = "*" [packages] beautifulsoup4 = "*" environs = "*" fake-useragent = "*" lxml...
I had the same issue my workaround was to simply add these reflections to **reflection-config.json** ``` [ { "name": "org.hibernate.generator.internal.CurrentTimestampGeneration", "allDeclaredConstructors": true }, { "name": "org.hibernate.generator.internal.CustomIdGenerator", "allDeclaredConstructors": true } ]...