influxdb-java icon indicating copy to clipboard operation
influxdb-java copied to clipboard

Compatibilty with JPMS

Open tomprodehl opened this issue 5 years ago • 2 comments

As Java migrates to modules, support for modular artifacts becomes more important. Producing jmod files or modular jars as inputs to jlink will become required as older version of Java eventually are retired.

tomprodehl avatar Nov 08 '18 16:11 tomprodehl

This needs moving classes to different packages, so either deprecation is used, which is then removed with later versions, or this is totally restructured in version 3 (not sure about its plan).

asashour avatar Jan 31 '19 08:01 asashour

My understanding is that moving classes to different packages is not necessary, one needs to define a module and define what it requires and what it exports.

tomprodehl avatar May 07 '19 19:05 tomprodehl