Skip to content

Commit

Permalink
fix(java17): add Jackson converter to RestAdapters to avoid Gson (#1174)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mattgogerly and mergify[bot] committed Sep 20, 2023
1 parent 73fb887 commit f3b7597
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,8 @@ public PluginReleaseService pluginReleaseService(
clientProvider.getClient(new DefaultServiceEndpoint("front50", address))))
.setLogLevel(retrofitLogLevel)
.setLog(new Slf4jRetrofitLogger(Front50Service.class))
<<<<<<< HEAD
=======
.setConverter(new JacksonConverter(objectMapper))
.setErrorHandler(SpinnakerRetrofitErrorHandler.getInstance())
>>>>>>> c1bd0b19 (fix(java17): add Jackson converter to RestAdapters to avoid Gson (#1174))
.build()
.create(Front50Service.class);

Expand Down

0 comments on commit f3b7597

Please sign in to comment.