ma1uta / ma1sd

Federated Matrix Identity Server (formerly fork of kamax/mxisd)
GNU Affero General Public License v3.0
167 stars 55 forks source link

Fully qualify org.xbill.DNS.Record. #122

Closed tjni closed 1 year ago

tjni commented 1 year ago

It collides with java.lang.Record added in Java 16. Even though this application does not formally support Java 16+, I hope it can be on a best-effort basis and this PR accepted.

tjni commented 1 year ago

I deleted my fork to keep my repositories and PR list clean. I still think this change is valuable.