LibX

LibX

18M Downloads

[LibX2] Java 16 changes

noeppi-noeppi opened this issue ยท 5 comments

commented

A collection of things that need to change when using Java 16

commented

When LibX is packed as a module, it should not export the impl and annotation.processor packages. NetworkImpl has to get a wrapper then as it is used.

Done

commented

ModInit should support the generation of codecs for records

Done

commented

ImmutableList.of and methods like this should be replaced with List.of

Done

commented

With the changes that are planned to the config system, it should be possible to automatically provide value mappers for record if there are value mappers for all element types.

Done

commented

Use new instanceof syntax whenever possible

Done