Skip to content

Commit f961af9

Browse files
jheinnicOneCricketeer
authored andcommitted
Enable Service Provider Relocation (OneCricketeer#17)
Schema Registry Client's basic HTTP Authentication support is implemented through a ServiceProvider. Without handling the fact that relocating the schema client also relocates the service implementations, no implementations are found when the client attempts to find a strategy that matches an authentication source type specified through basic.auth.credentials.source...
1 parent 9fd4ebf commit f961af9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,9 @@
273273
<shadedPattern>${shade.prefix}.avroshaded</shadedPattern>
274274
</relocation>
275275
</relocations>
276+
<transformers>
277+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
278+
</transformers>
276279
</configuration>
277280
<executions>
278281
<execution>

0 commit comments

Comments
 (0)