gluonhq / attach

GNU General Public License v3.0
48 stars 26 forks source link

ServiceFactory is not exported #368

Closed piemmm closed 1 year ago

piemmm commented 1 year ago

Hi!

In Services, to register a service, you need to pass in a ServiceFactory which resides in package com.gluonhq.attach.util.impl

So in com.gluonhq.attach.util.Services you can't call 'registerServiceFactory(ServiceFactory)'

This is in JDK18 (where module-info.java is required).

Can you fix this please?