Skip to content

Commit

Permalink
test: add AuthData to test app to prevent classloading issues (#1085) (
Browse files Browse the repository at this point in the history
…#1089)

(cherry picked from commit 4c9b92e)

Co-authored-by: Marco Collovati <[email protected]>
  • Loading branch information
quarkus-hilla-bot[bot] and mcollovati authored Nov 22, 2024
1 parent be67427 commit 5b361ec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ class SpringReplacementsTest {
.overrideRuntimeConfigKey("quarkus.http.auth.proactive", "true")
.setArchiveProducer(() -> ShrinkWrap.create(JavaArchive.class)
.addClasses(
TestIdentityProvider.class,
IdentityMock.class,
AuthData.class,
TestIdentityProvider.class,
TestIdentityController.class,
TestUtils.class));

Expand Down

0 comments on commit 5b361ec

Please sign in to comment.