BiglyBT
BiglyBT copied to clipboard
NameService SPI was removed in Java 9
and there is no replacement yet. This commit fix compile of biglybt with Java 9 or Java 11
Also we have some references here: https://github.com/BiglySoftware/BiglyBT/issues/1017#issuecomment-873667879
We support Java 8 so this isn't going to be removed until then.
@parg You may not have to forever — the latest Eclipse releases include an SWT that now requires Java 11+.
@sergiomb2 @parg
With #2611 merged, the exclusion of AENameServiceDescriptor
when building under JDK 9+ is now completely automatic. Building BiglyBT doesn't force anyone to have to deal with it at all, anymore.
...I think this can probably be closed?