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

Support for java 9 modules

Open tlf30 opened this issue 4 years ago • 3 comments

Hello, It would be great to get support for java 9 modules. I am migrating applications to JDK 17 and as part of that migration I am also migrating to java 9 modules. This is now one of the few libraries I am dependent on that is not modular compatible.

tlf30 avatar Oct 01 '21 02:10 tlf30

#105 is now merged, adding support for Automatic Module Names. Fully implementing Java 9 modules will require additional work that can be done at a future date. For now the main issue has been resolved of using imgui-java in module based applications without the need of performing a reads-all from all unnamed modules.

tlf30 avatar Jan 21 '22 17:01 tlf30

Could the package be published to maven, because #105 is merged now. Like v1.86.1 or something like that

Frooastside avatar Jan 22 '22 15:01 Frooastside

Could the package be published to maven, because #105 is merged now. Like v1.86.1 or something like that

@Frooastside v1.86.1 is now available.

SpaiR avatar Jan 24 '22 09:01 SpaiR