Open olymk2 opened 2 years ago
what do you mean by generated jar? are you not using the official one that could be fetched from maven?
@qitia been looking at this again, so basically I am including this version which is pulled from maven.
com.microsoft.bingads/microsoft.bingads {:mvn/version "13.0.13"}
I am then building my project into an uberjar for deployment, how ever things fail I have had it mentioned that perhaps I need to add something to META-INF/service to make it work but this is not something I have had to do previously with other libraries so I am a bit lost.
It was explained that the library may use a ServiceLoader although searching the repository does not show any such usage.
OK got you. I did a quick search but do not find any obvious clue. Please share your solution if you have it resolved.
This issue seems related https://github.com/BingAds/BingAds-Java-SDK/issues/76
This error only occurs when running from the generated jar, I am not using shadow or gradle like in the linked issue, but perhaps this is related is this perhaps a missing dependency ?
Not sure where to start diagnosing this ?