HCL-TECH-SOFTWARE / domino-jnx

Modern Domino Java API based on JNA access to Domino's C API
https://opensource.hcltechsw.com/domino-jnx/
Apache License 2.0
13 stars 3 forks source link

domino-jnx-jna contains service service definition for class in commons[BUG] #436

Open Hipcrostino opened 1 month ago

Hipcrostino commented 1 month ago

domino-jnx-jna contains META-INF\Services\com.hcl.domino.richtext.structures.MemoryStructureWrapperService

This class exists, but in the Commons jar.

When spifly encounters this, the following error is thrown:

Could not load provider com.hcl.domino.commons.richtext.structures.DefaultMemoryStructureWrapperService of service com.hcl.domino.richtext.structures.MemoryStructureWrapperService java.lang.ClassNotFoundException: com.hcl.domino.commons.richtext.structures.DefaultMemoryStructureWrapperService not found by com.hcl.domino.jnx [67]

except for the above error, I have NOT seen any adverse effects of this so far.

Version is 1.39.0