Skip to content

Commit

Permalink
Duplicate registration of JSR provider in MicroProfileClientFactoryBe…
Browse files Browse the repository at this point in the history
…an.java
  • Loading branch information
rmannibucau authored Jan 12, 2024
1 parent f571938 commit 6ac5fb6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public MicroProfileClientFactoryBean(MicroProfileClientConfigurableImpl<RestClie
registeredProviders.add(new ProviderInfo<>(new DefaultResponseExceptionMapper(), getBus(), false));
}
registeredProviders.add(new ProviderInfo<>(new JsrJsonpProvider(), getBus(), false));
registeredProviders.add(new ProviderInfo<>(new JsrJsonbProvider(), getBus(), false));
super.setProviders(registeredProviders);
}

Expand Down

0 comments on commit 6ac5fb6

Please sign in to comment.