Skip to content

Commit

Permalink
Remove outdated potential improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinand-swoboda committed Mar 7, 2023
1 parent 3b2137b commit 6f64f2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,8 @@ dependencies {

- Make use of Java modules (introduced in Java 9).
- Only primary / foreign keys of (Java) type `long` are supported i.e. no composite or UUID keys.
- Make Maven builds reproducible ([guide](https://maven.apache.org/guides/mini/guide-reproducible-builds.html))
- Switch to Spotify's fmt-maven-plugin fork
- Investigate nullness annotations (e.g. `javax.annotations`, `org.jspecify`).
- Investigate `@Contract` annotations (`org.jetbrains`).
- Adopt [Error Prone Support](https://github.com/PicnicSupermarket/error-prone-support)
- Relation mapping does not work for entities that are not based on a table in the DB schema.

## Contributing
Expand Down

0 comments on commit 6f64f2d

Please sign in to comment.