realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

Fix Java 17 support #7807

Closed cmelchior closed 1 year ago

cmelchior commented 1 year ago

The All-Opens attribute is only supported in Manifest-Version: 2.0 and above. This should be supported in Java 9 and above. I have experimentally tested that our sample projects compile with both Java 11 and 17 with this change.