Skip to content

Spring Boot v3 templates based on https://github.com/jhipster/jhipste… #969

Spring Boot v3 templates based on https://github.com/jhipster/jhipste…

Spring Boot v3 templates based on https://github.com/jhipster/jhipste… #969

Triggered via pull request January 27, 2025 20:33
@mshimamshima
synchronize #429
spring-boot-v3
Status Failure
Total duration 5m 3s
Artifacts

generator.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test/app.spec.js > JHipster generator for App generator > Application with other options > oauth2 > creates expected files with authenticationType "oauth2": test/app.spec.js#L765
AssertionError: src/main/kotlin/com/mycompany/myapp/security/oauth2/JwtGrantedAuthorityConverter.kt, no such file or directory - Expected + Received - true + false ❯ Proxy.assertFile node_modules/yeoman-test/dist/run-result.js:159:20 ❯ test/app.spec.js:765:27
test/app.spec.js > JHipster generator for App generator > Application with other options > oauth2 + elasticsearch > creates expected files with authenticationType "oauth2" and elasticsearch: test/app.spec.js#L808
AssertionError: src/main/kotlin/com/mycompany/myapp/security/oauth2/JwtGrantedAuthorityConverter.kt, no such file or directory - Expected + Received - true + false ❯ Proxy.assertFile node_modules/yeoman-test/dist/run-result.js:159:20 ❯ test/app.spec.js:808:27
test/app.spec.js > JHipster generator for App generator > Application with other options > oauth2 + mongodb > creates expected files with authenticationType "oauth2" and mongodb: test/app.spec.js#L852
AssertionError: src/main/kotlin/com/mycompany/myapp/security/oauth2/JwtGrantedAuthorityConverter.kt, no such file or directory - Expected + Received - true + false ❯ Proxy.assertFile node_modules/yeoman-test/dist/run-result.js:159:20 ❯ test/app.spec.js:852:27
test/app.spec.js > JHipster generator for App generator > Application with other options > oauth2 + react, no db, no service discovery & no admin ui > creates expected files for the oauth2 + react custom options: test/app.spec.js#L910
Error: Snapshot `JHipster generator for App generator > Application with other options > oauth2 + react, no db, no service discovery & no admin ui > creates expected files for the oauth2 + react custom options 1` mismatched - Expected + Received @@ -147,13 +147,10 @@ "stateCleared": "modified", }, "src/main/kotlin/com/test/reactui/security/oauth2/AudienceValidator.kt": { "stateCleared": "modified", }, - "src/main/kotlin/com/test/reactui/security/oauth2/JwtGrantedAuthorityConverter.kt": { - "stateCleared": "modified", - }, "src/main/kotlin/com/test/reactui/service/UserService.kt": { "stateCleared": "modified", }, "src/main/kotlin/com/test/reactui/service/dto/AdminUserDTO.kt": { "stateCleared": "modified", ❯ test/app.spec.js:910:54
test/app.spec.js > JHipster generator for App generator > Eureka > gateway with eureka > creates expected files with the gateway application type: test/app.spec.js#L1719
AssertionError: src/main/kotlin/com/mycompany/myapp/web/filter/ModifyServersOpenApiFilter.kt, no such file or directory - Expected + Received - true + false ❯ Proxy.assertFile node_modules/yeoman-test/dist/run-result.js:159:20 ❯ test/app.spec.js:1719:27
test/app.spec.js > JHipster generator for App generator > Eureka > gateway with eureka and rate limiting > creates expected files with the gateway application type: test/app.spec.js#L1764
AssertionError: src/main/kotlin/com/mycompany/myapp/web/filter/ModifyServersOpenApiFilter.kt, no such file or directory - Expected + Received - true + false ❯ Proxy.assertFile node_modules/yeoman-test/dist/run-result.js:159:20 ❯ test/app.spec.js:1764:27
test/app.spec.js > JHipster generator for App generator > Consul > gateway with consul > creates expected files with the gateway application type: test/app.spec.js#L1954
AssertionError: src/main/kotlin/com/mycompany/myapp/web/filter/ModifyServersOpenApiFilter.kt, no such file or directory - Expected + Received - true + false ❯ Proxy.assertFile node_modules/yeoman-test/dist/run-result.js:159:20 ❯ test/app.spec.js:1954:27
test/app.spec.js > JHipster generator for App generator > Consul > gateway with consul and rate limiting > creates expected files with the gateway application type: test/app.spec.js#L1999
AssertionError: src/main/kotlin/com/mycompany/myapp/web/filter/ModifyServersOpenApiFilter.kt, no such file or directory - Expected + Received - true + false ❯ Proxy.assertFile node_modules/yeoman-test/dist/run-result.js:159:20 ❯ test/app.spec.js:1999:27
generators/spring-boot/generator.spec.js > SubGenerator kotlin of kotlin JHipster blueprint > run > should succeed: generators/spring-boot/generator.spec.js#L22
Error: Snapshot `SubGenerator kotlin of kotlin JHipster blueprint > run > should succeed 1` mismatched - Expected + Received @@ -198,10 +198,13 @@ "stateCleared": "modified", }, "src/main/kotlin/com/mycompany/myapp/domain/User.kt": { "stateCleared": "modified", }, + "src/main/kotlin/com/mycompany/myapp/domain/enumeration/EnumFieldClass.kt": { + "stateCleared": "modified", + }, "src/main/kotlin/com/mycompany/myapp/management/SecurityMetersService.kt": { "stateCleared": "modified", }, "src/main/kotlin/com/mycompany/myapp/repository/AnotherSimpleRepository.kt": { "stateCleared": "modified", ❯ generators/spring-boot/generator.spec.js:22:47
generators/spring-boot/matrix.spec.js > Matrix test of SubGenerator kotlin of kotlin JHipster blueprint > monolith-oauth2-sql-reactive(false)-maven-enableTranslation(false)-tech.jhipster-jhi-Entity-DTO-skipCommitHook(false)-websocket(false)-serviceDiscoveryType(no)-messageBroker(no) > should succeed: generators/spring-boot/matrix.spec.js#L59
Error: Snapshot `Matrix test of SubGenerator kotlin of kotlin JHipster blueprint > monolith-oauth2-sql-reactive(false)-maven-enableTranslation(false)-tech.jhipster-jhi-Entity-DTO-skipCommitHook(false)-websocket(false)-serviceDiscoveryType(no)-messageBroker(no) > should succeed 1` mismatched - Expected + Received @@ -204,10 +204,13 @@ "stateCleared": "modified", }, "src/main/kotlin/tech/jhipster/domain/UserEntity.kt": { "stateCleared": "modified", }, + "src/main/kotlin/tech/jhipster/domain/enumeration/EnumFieldClass.kt": { + "stateCleared": "modified", + }, "src/main/kotlin/tech/jhipster/repository/AnotherSimpleRepository.kt": { "stateCleared": "modified", }, "src/main/kotlin/tech/jhipster/repository/AuthorityRepository.kt": { "stateCleared": "modified", @@ -247,13 +250,10 @@ }, "src/main/kotlin/tech/jhipster/security/oauth2/AudienceValidator.kt": { "stateCleared": "modified", }, "src/main/kotlin/tech/jhipster/security/oauth2/CustomClaimConverter.kt": { - "stateCleared": "modified", - }, - "src/main/kotlin/tech/jhipster/security/oauth2/JwtGrantedAuthorityConverter.kt": { "stateCleared": "modified", }, "src/main/kotlin/tech/jhipster/service/AnotherSimpleService.kt": { "stateCleared": "modified", }, ❯ generators/spring-boot/matrix.spec.js:59:51