fix(deps): update dependency org.springframework.cloud:spring-cloud-d… #1069
gateway.yaml
on: push
prepare-release
/
🛫 Prepare release
16s
github-release
/
🎉 Release
Annotations
12 errors and 4 warnings
🔨 Build and test backend service / gateway
Gradle build failed: see console output for details
|
de.codecentric.hc.gateway.monitoring.MonitoringIntTest ► getActuatorHealthShouldReturnOk():
intTest/TEST-de.codecentric.hc.gateway.monitoring.MonitoringIntTest.xml#L0
Failed test found in:
intTest/TEST-de.codecentric.hc.gateway.monitoring.MonitoringIntTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [ReactiveWebMergedContextConfiguration@690b300 testClass = de.codecentric.hc.gateway.monitoring.MonitoringIntTest, locations = [], classes = [de.codecentric.hc.gateway.Application], contextInitializerClasses = [], activeProfiles = ["intTest"], propertySourceLocations = [], propertySourceProperties = ["gateway.target.uri.habit=http://localhost:${wiremock.server.port}", "gateway.target.uri.track=http://localhost:${wiremock.server.port}", "gateway.target.uri.report=http://localhost:${wiremock.server.port}", "gateway.target.uri.ui=http://localhost:${wiremock.server.port}", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@b6f89d09, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3ba46e63, [ImportsContextCustomizer@76cc7e87 key = [org.springframework.cloud.contract.wiremock.WireMockRestTemplateConfiguration, org.springframework.cloud.contract.wiremock.WireMockConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6a818392, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@7b122839, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@663bb8ef, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@459f703f, org.springframework.boot.test.context.SpringBootTestAnnotation@df05e17e], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
de.codecentric.hc.gateway.monitoring.MonitoringIntTest ► getActuatorShouldReturnOk():
intTest/TEST-de.codecentric.hc.gateway.monitoring.MonitoringIntTest.xml#L0
Failed test found in:
intTest/TEST-de.codecentric.hc.gateway.monitoring.MonitoringIntTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [ReactiveWebMergedContextConfiguration@690b300 testClass = de.codecentric.hc.gateway.monitoring.MonitoringIntTest, locations = [], classes = [de.codecentric.hc.gateway.Application], contextInitializerClasses = [], activeProfiles = ["intTest"], propertySourceLocations = [], propertySourceProperties = ["gateway.target.uri.habit=http://localhost:${wiremock.server.port}", "gateway.target.uri.track=http://localhost:${wiremock.server.port}", "gateway.target.uri.report=http://localhost:${wiremock.server.port}", "gateway.target.uri.ui=http://localhost:${wiremock.server.port}", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@b6f89d09, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3ba46e63, [ImportsContextCustomizer@76cc7e87 key = [org.springframework.cloud.contract.wiremock.WireMockRestTemplateConfiguration, org.springframework.cloud.contract.wiremock.WireMockConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6a818392, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@7b122839, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@663bb8ef, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@459f703f, org.springframework.boot.test.context.SpringBootTestAnnotation@df05e17e], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
de.codecentric.hc.gateway.routing.HabitsIntTest ► postHabitsShouldReturnCreated():
intTest/TEST-de.codecentric.hc.gateway.routing.HabitsIntTest.xml#L0
Failed test found in:
intTest/TEST-de.codecentric.hc.gateway.routing.HabitsIntTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [ReactiveWebMergedContextConfiguration@63ceb4ca testClass = de.codecentric.hc.gateway.routing.HabitsIntTest, locations = [], classes = [de.codecentric.hc.gateway.Application], contextInitializerClasses = [], activeProfiles = ["intTest"], propertySourceLocations = [], propertySourceProperties = ["gateway.target.uri.habit=http://localhost:${wiremock.server.port}", "gateway.target.uri.track=http://localhost:${wiremock.server.port}", "gateway.target.uri.report=http://localhost:${wiremock.server.port}", "gateway.target.uri.ui=http://localhost:${wiremock.server.port}", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@b6f89d09, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3ba46e63, [ImportsContextCustomizer@2588d9b5 key = [org.springframework.cloud.contract.wiremock.WireMockRestTemplateConfiguration, org.springframework.cloud.contract.wiremock.WireMockConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6a818392, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@7b122839, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@663bb8ef, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@459f703f, org.springframework.boot.test.context.SpringBootTestAnnotation@df05e17e], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
de.codecentric.hc.gateway.routing.HabitsIntTest ► getHabitsShouldReturnHabits():
intTest/TEST-de.codecentric.hc.gateway.routing.HabitsIntTest.xml#L0
Failed test found in:
intTest/TEST-de.codecentric.hc.gateway.routing.HabitsIntTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [ReactiveWebMergedContextConfiguration@63ceb4ca testClass = de.codecentric.hc.gateway.routing.HabitsIntTest, locations = [], classes = [de.codecentric.hc.gateway.Application], contextInitializerClasses = [], activeProfiles = ["intTest"], propertySourceLocations = [], propertySourceProperties = ["gateway.target.uri.habit=http://localhost:${wiremock.server.port}", "gateway.target.uri.track=http://localhost:${wiremock.server.port}", "gateway.target.uri.report=http://localhost:${wiremock.server.port}", "gateway.target.uri.ui=http://localhost:${wiremock.server.port}", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@b6f89d09, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3ba46e63, [ImportsContextCustomizer@2588d9b5 key = [org.springframework.cloud.contract.wiremock.WireMockRestTemplateConfiguration, org.springframework.cloud.contract.wiremock.WireMockConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6a818392, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@7b122839, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@663bb8ef, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@459f703f, org.springframework.boot.test.context.SpringBootTestAnnotation@df05e17e], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
de.codecentric.hc.gateway.routing.HabitsIntTest ► deleteHabitsShouldReturnOk():
intTest/TEST-de.codecentric.hc.gateway.routing.HabitsIntTest.xml#L0
Failed test found in:
intTest/TEST-de.codecentric.hc.gateway.routing.HabitsIntTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [ReactiveWebMergedContextConfiguration@63ceb4ca testClass = de.codecentric.hc.gateway.routing.HabitsIntTest, locations = [], classes = [de.codecentric.hc.gateway.Application], contextInitializerClasses = [], activeProfiles = ["intTest"], propertySourceLocations = [], propertySourceProperties = ["gateway.target.uri.habit=http://localhost:${wiremock.server.port}", "gateway.target.uri.track=http://localhost:${wiremock.server.port}", "gateway.target.uri.report=http://localhost:${wiremock.server.port}", "gateway.target.uri.ui=http://localhost:${wiremock.server.port}", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@b6f89d09, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3ba46e63, [ImportsContextCustomizer@2588d9b5 key = [org.springframework.cloud.contract.wiremock.WireMockRestTemplateConfiguration, org.springframework.cloud.contract.wiremock.WireMockConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6a818392, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@7b122839, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@663bb8ef, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@459f703f, org.springframework.boot.test.context.SpringBootTestAnnotation@df05e17e], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
de.codecentric.hc.gateway.routing.ReportIntTest ► getAchievementReportShouldReturnAchievementReport():
intTest/TEST-de.codecentric.hc.gateway.routing.ReportIntTest.xml#L0
Failed test found in:
intTest/TEST-de.codecentric.hc.gateway.routing.ReportIntTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [ReactiveWebMergedContextConfiguration@a976148 testClass = de.codecentric.hc.gateway.routing.ReportIntTest, locations = [], classes = [de.codecentric.hc.gateway.Application], contextInitializerClasses = [], activeProfiles = ["intTest"], propertySourceLocations = [], propertySourceProperties = ["gateway.target.uri.habit=http://localhost:${wiremock.server.port}", "gateway.target.uri.track=http://localhost:${wiremock.server.port}", "gateway.target.uri.report=http://localhost:${wiremock.server.port}", "gateway.target.uri.ui=http://localhost:${wiremock.server.port}", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@b6f89d09, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3ba46e63, [ImportsContextCustomizer@52043841 key = [org.springframework.cloud.contract.wiremock.WireMockRestTemplateConfiguration, org.springframework.cloud.contract.wiremock.WireMockConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6a818392, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@7b122839, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@663bb8ef, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@459f703f, org.springframework.boot.test.context.SpringBootTestAnnotation@df05e17e], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
de.codecentric.hc.gateway.routing.TrackIntTest ► getTrackRecordsShouldReturnTrackRecordsForHabits():
intTest/TEST-de.codecentric.hc.gateway.routing.TrackIntTest.xml#L0
Failed test found in:
intTest/TEST-de.codecentric.hc.gateway.routing.TrackIntTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [ReactiveWebMergedContextConfiguration@38904ada testClass = de.codecentric.hc.gateway.routing.TrackIntTest, locations = [], classes = [de.codecentric.hc.gateway.Application], contextInitializerClasses = [], activeProfiles = ["intTest"], propertySourceLocations = [], propertySourceProperties = ["gateway.target.uri.habit=http://localhost:${wiremock.server.port}", "gateway.target.uri.track=http://localhost:${wiremock.server.port}", "gateway.target.uri.report=http://localhost:${wiremock.server.port}", "gateway.target.uri.ui=http://localhost:${wiremock.server.port}", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@b6f89d09, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3ba46e63, [ImportsContextCustomizer@375fdd04 key = [org.springframework.cloud.contract.wiremock.WireMockRestTemplateConfiguration, org.springframework.cloud.contract.wiremock.WireMockConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6a818392, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@7b122839, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@663bb8ef, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@459f703f, org.springframework.boot.test.context.SpringBootTestAnnotation@df05e17e], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
de.codecentric.hc.gateway.routing.TrackIntTest ► putTrackRecordsShouldUpsertTrackRecordsForHabits():
intTest/TEST-de.codecentric.hc.gateway.routing.TrackIntTest.xml#L0
Failed test found in:
intTest/TEST-de.codecentric.hc.gateway.routing.TrackIntTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [ReactiveWebMergedContextConfiguration@38904ada testClass = de.codecentric.hc.gateway.routing.TrackIntTest, locations = [], classes = [de.codecentric.hc.gateway.Application], contextInitializerClasses = [], activeProfiles = ["intTest"], propertySourceLocations = [], propertySourceProperties = ["gateway.target.uri.habit=http://localhost:${wiremock.server.port}", "gateway.target.uri.track=http://localhost:${wiremock.server.port}", "gateway.target.uri.report=http://localhost:${wiremock.server.port}", "gateway.target.uri.ui=http://localhost:${wiremock.server.port}", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@b6f89d09, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3ba46e63, [ImportsContextCustomizer@375fdd04 key = [org.springframework.cloud.contract.wiremock.WireMockRestTemplateConfiguration, org.springframework.cloud.contract.wiremock.WireMockConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6a818392, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@7b122839, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@663bb8ef, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@459f703f, org.springframework.boot.test.context.SpringBootTestAnnotation@df05e17e], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
de.codecentric.hc.gateway.routing.UiIntTest ► getUiShouldReturnTheHabitUi():
intTest/TEST-de.codecentric.hc.gateway.routing.UiIntTest.xml#L0
Failed test found in:
intTest/TEST-de.codecentric.hc.gateway.routing.UiIntTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [ReactiveWebMergedContextConfiguration@14805fb6 testClass = de.codecentric.hc.gateway.routing.UiIntTest, locations = [], classes = [de.codecentric.hc.gateway.Application], contextInitializerClasses = [], activeProfiles = ["intTest"], propertySourceLocations = [], propertySourceProperties = ["gateway.target.uri.habit=http://localhost:${wiremock.server.port}", "gateway.target.uri.track=http://localhost:${wiremock.server.port}", "gateway.target.uri.report=http://localhost:${wiremock.server.port}", "gateway.target.uri.ui=http://localhost:${wiremock.server.port}", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@b6f89d09, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3ba46e63, [ImportsContextCustomizer@6d709a91 key = [org.springframework.cloud.contract.wiremock.WireMockRestTemplateConfiguration, org.springframework.cloud.contract.wiremock.WireMockConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6a818392, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@7b122839, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@663bb8ef, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@459f703f, org.springframework.boot.test.context.SpringBootTestAnnotation@df05e17e], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
de.codecentric.hc.gateway.routing.UiIntTest ► getIndexShouldRedirectToTheHabitUi():
intTest/TEST-de.codecentric.hc.gateway.routing.UiIntTest.xml#L0
Failed test found in:
intTest/TEST-de.codecentric.hc.gateway.routing.UiIntTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [ReactiveWebMergedContextConfiguration@14805fb6 testClass = de.codecentric.hc.gateway.routing.UiIntTest, locations = [], classes = [de.codecentric.hc.gateway.Application], contextInitializerClasses = [], activeProfiles = ["intTest"], propertySourceLocations = [], propertySourceProperties = ["gateway.target.uri.habit=http://localhost:${wiremock.server.port}", "gateway.target.uri.track=http://localhost:${wiremock.server.port}", "gateway.target.uri.report=http://localhost:${wiremock.server.port}", "gateway.target.uri.ui=http://localhost:${wiremock.server.port}", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@b6f89d09, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3ba46e63, [ImportsContextCustomizer@6d709a91 key = [org.springframework.cloud.contract.wiremock.WireMockRestTemplateConfiguration, org.springframework.cloud.contract.wiremock.WireMockConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6a818392, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@7b122839, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@663bb8ef, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@459f703f, org.springframework.boot.test.context.SpringBootTestAnnotation@df05e17e], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
de.codecentric.hc.gateway.routing.UiIntTest ► getUiWithAnyRouteShouldReturnTheHabitUi():
intTest/TEST-de.codecentric.hc.gateway.routing.UiIntTest.xml#L0
Failed test found in:
intTest/TEST-de.codecentric.hc.gateway.routing.UiIntTest.xml
Error:
java.lang.IllegalStateException: Failed to load ApplicationContext for [ReactiveWebMergedContextConfiguration@14805fb6 testClass = de.codecentric.hc.gateway.routing.UiIntTest, locations = [], classes = [de.codecentric.hc.gateway.Application], contextInitializerClasses = [], activeProfiles = ["intTest"], propertySourceLocations = [], propertySourceProperties = ["gateway.target.uri.habit=http://localhost:${wiremock.server.port}", "gateway.target.uri.track=http://localhost:${wiremock.server.port}", "gateway.target.uri.report=http://localhost:${wiremock.server.port}", "gateway.target.uri.ui=http://localhost:${wiremock.server.port}", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@b6f89d09, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3ba46e63, [ImportsContextCustomizer@6d709a91 key = [org.springframework.cloud.contract.wiremock.WireMockRestTemplateConfiguration, org.springframework.cloud.contract.wiremock.WireMockConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6a818392, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@7b122839, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@663bb8ef, org.springframework.boot.test.web.reactive.server.WebTestClientContextCustomizer@459f703f, org.springframework.boot.test.context.SpringBootTestAnnotation@df05e17e], contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
|
prepare-release / 🛫 Prepare release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
prepare-release / 🛫 Prepare release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
prepare-release / 🛫 Prepare release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
🔨 Build and test backend service / gateway
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-results
|
70.2 KB |
|