BiglyBT icon indicating copy to clipboard operation
BiglyBT copied to clipboard

NameService SPI was removed in Java 9

Open sergiomb2 opened this issue 3 years ago • 3 comments

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

sergiomb2 avatar Jul 07 '21 00:07 sergiomb2

We support Java 8 so this isn't going to be removed until then.

parg avatar Jul 07 '21 07:07 parg

@parg You may not have to forever — the latest Eclipse releases include an SWT that now requires Java 11+.

ferdnyc avatar Dec 02 '21 06:12 ferdnyc

@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?

ferdnyc avatar Jul 02 '22 03:07 ferdnyc