Skip to content
Permalink
Browse files
Add missing dependency between jwt basic auth and springdoc
DamnClin committed Aug 23, 2022
1 parent f55b688 commit 69a7d5a
Showing 1 changed file with 1 addition and 1 deletion.
}
@Bean
JHipsterModuleResource jwtBasicAuthModule(JwtAuthenticationApplicationService jwtAuthentications) {
return JHipsterModuleResource

COLLECTOR-SAHAB / differentiating test: SvelteApplicationServiceIT

{return-object}.organization.dependencies.size=1 only occurs in the original version.

COLLECTOR-SAHAB / differentiating test: SvelteApplicationServiceIT

{return-object}.organization.dependencies.size=2 only occurs in the patched version.

.builder()
.legacyUrl("/api/servers/spring-boot/security-systems/jwt/basic-auth")
.slug("spring-boot-jwt-basic-auth")
.propertiesDefinition(JHipsterModulePropertiesDefinition.builder().addBasePackage().addIndentation().build())
.apiDoc(new JHipsterModuleApiDoc("Spring Boot - MVC - Security", "Add Basic Auth for Spring Security JWT"))
.organization(JHipsterModuleOrganization.builder().addModuleDependency("spring-boot-jwt").build())
.organization(JHipsterModuleOrganization.builder().addModuleDependency("spring-boot-jwt").addFeatureDependency("springdoc").build())
.tags("server", "spring", "spring-boot", AUTHENTICATION)
.factory(jwtAuthentications::buildBasicAuthModule);
}
}

0 comments on commit 69a7d5a

Please sign in to comment.