Cannot compile `core`: reference to Record is ambiguous both class org.xbill.DNS.Record in org.xbill.DNS and class java.lang.Record in java.lang match

How to reproduce:

git clone git@gitlab.com:sila2/sila_java --recursive
cd sila_java
mvn install

Problem: Since Java 14, java.lang.Record exists, so import org.xbill.DNS.* is not enough to identify Record as org.xbill.DNS.Record.

Edited by Niklas Mertsch