PicnicSupermarket / jolo

jOOQ entity relationship loader.
MIT License
46 stars 4 forks source link

make key type generic. preserve validation of key type to accept only Long and UUID. #8

Closed razvanmuscalu closed 1 year ago

razvanmuscalu commented 5 years ago

BTW tests pass for both openjdk8 and openjdk11, but the build for openjdk8 fails because of connection error to sonar on localhost/127.0.0.1:9000, not sure what's going on.

Stephan202 commented 5 years ago

The Sonar failure is due to:

Encrypted environment variables have been removed for security reasons.

As a result SONARCLOUD_TOKEN isn't set. This happens because your PR comes from an external repository. Would have to look into best practices on how to solve this. :thinking: