Up to 0.10.8, kwik used the modularized fork of siphash from io7m-com. Version 0.10.9, however, upgraded to the latest version of the original project, which is not modularized yet. By convention, modular artifacts requiring automatic modules should not be published to maven central for various reasons (breaks jlink/jpackage builds, for example) and the java compiler issues a warning ("requires directive for an automatic module").
Fortunately, this is not a problem for our project (see this readme), but other modular projects using kwik may be forced to stay with 0.10.8.
Up to 0.10.8, kwik used the modularized fork of siphash from io7m-com. Version 0.10.9, however, upgraded to the latest version of the original project, which is not modularized yet. By convention, modular artifacts requiring automatic modules should not be published to maven central for various reasons (breaks jlink/jpackage builds, for example) and the java compiler issues a warning ("requires directive for an automatic module").
Fortunately, this is not a problem for our project (see this readme), but other modular projects using kwik may be forced to stay with 0.10.8.