This repository was archived by the owner on Mar 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Incorrect META-INF/services records in ffwd-http-client #75
Labels
Comments
@mishako thanks for reporting. Can you provide me a code snippet on how I can reproduce this error you are seeing? I believe this is error is happening because of the way the client is shading dependencies. |
@dmichel1
Output:
|
@mishako thank you! I'm thinking the best path forward is to move the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Jar-file of
ffwd-http-client
contains incorrect records inMETA-INF/services
.Note the mismatch between
com.fasterxml
in the name of the file andcom.spotify.ffwd.http.fasterxml
inside it.This breaks java service discovery. For example, having
ffwd-http-client
on classpath and doingnew ObjectMapper().findAndRegisterModules()
results in this error:The text was updated successfully, but these errors were encountered: