spring-projects-experimental / spring-fu

Configuration DSLs for Spring Boot
Apache License 2.0
1.67k stars 139 forks source link

Unable to use spring.fu.jafu with jigsaw modules, due unnamed module. #357

Open extenda-vladlen-gladis opened 3 years ago

extenda-vladlen-gladis commented 3 years ago

Hi there, could you transform published spring.fu.jafu artifact from unnamed module to the automatic one, by adding the following line to MANIFEST.MF Automatic-Module-Name: spring.fu.jafu

sdeleuze commented 3 years ago

Hi, we could add this entry, but I am not sure we can support modules yet due to the split packages issue. Could you check locally and provide us your feedback about if that works or not?

gvart-sellics commented 3 years ago

@sdeleuze it worked fine with hardcoded value inside jar file