Загрузка данных
#21 60.96 14:34:06 [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.627 s <<< FAILURE! -- in ru.rshbintech.crft.dboul.ndbo.backend.service.LegalEntityServiceTest
#21 60.96 14:34:06 [ERROR] ru.rshbintech.crft.dboul.ndbo.backend.service.LegalEntityServiceTest.getClientStatusWhereIdentifierIsNullTest -- Time elapsed: 0.002 s <<< ERROR!
#21 60.96 java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@4c131cbb testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.LegalEntityServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@2f356a39, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 60.96 at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:180)
#21 60.96 at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
#21 60.96 at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)
#21 60.96 at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:139)
#21 60.96 at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)
#21 60.96 at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:159)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 60.96 at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
#21 60.96 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
#21 60.96 at java.base/java.util.Optional.orElseGet(Optional.java:364)
#21 60.96 at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
#21 60.96 at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
#21 60.96 Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.config.internalAutoProxyCreator': Could not initialize class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
#21 60.96 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:614)
#21 60.96 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
#21 60.96 at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
#21 60.96 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
#21 60.96 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
#21 60.96 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
#21 60.96 at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:265)
#21 60.96 at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:808)
#21 60.96 at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:611)
#21 60.96 at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
#21 60.96 at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439)
#21 60.96 at org.springframework.boot.SpringApplication.run(SpringApplication.java:318)
#21 60.96 at org.springframework.boot.test.context.SpringBootContextLoader.lambda$loadContext$3(SpringBootContextLoader.java:144)
#21 60.96 at org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:58)
#21 60.96 at org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:46)
#21 60.96 at org.springframework.boot.SpringApplication.withHook(SpringApplication.java:1461)
#21 60.96 at org.springframework.boot.test.context.SpringBootContextLoader$ContextLoaderHook.run(SpringBootContextLoader.java:563)
#21 60.96 at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:144)
#21 60.96 at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:110)
#21 60.96 at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:225)
#21 60.96 at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:152)
#21 60.96 ... 19 more
#21 60.96 Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
#21 60.96 at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.initBeanFactory(AnnotationAwareAspectJAutoProxyCreator.java:82)
#21 60.96 at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.setBeanFactory(AbstractAdvisorAutoProxyCreator.java:67)
#21 60.96 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeAwareMethods(AbstractAutowireCapableBeanFactory.java:1847)
#21 60.96 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1814)
#21 60.96 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607)
#21 60.96 ... 39 more
#21 60.96 Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: org/aspectj/lang/annotation/Pointcut [in thread "main"]
#21 60.96 at org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.<clinit>(AbstractAspectJAdvisorFactory.java:60)
#21 60.96 at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.initBeanFactory(AnnotationAwareAspectJAutoProxyCreator.java:82)
#21 60.96 at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.setBeanFactory(AbstractAdvisorAutoProxyCreator.java:67)
#21 60.96 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeAwareMethods(AbstractAutowireCapableBeanFactory.java:1847)
#21 60.96 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1814)
#21 60.96 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607)
#21 60.96 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
#21 60.96 at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
#21 60.96 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
#21 60.96 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
#21 60.96 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
#21 60.96 at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:265)
#21 60.96 at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:808)
#21 60.96 at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:611)
#21 60.96 at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
#21 60.96 at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439)
#21 60.96 at org.springframework.boot.SpringApplication.run(SpringApplication.java:318)
#21 60.96 at org.springframework.boot.test.context.SpringBootContextLoader.lambda$loadContext$3(SpringBootContextLoader.java:144)
#21 60.96 at org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:58)
#21 60.96 at org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:46)
#21 60.96 at org.springframework.boot.SpringApplication.withHook(SpringApplication.java:1461)
#21 60.96 at org.springframework.boot.test.context.SpringBootContextLoader$ContextLoaderHook.run(SpringBootContextLoader.java:563)
#21 60.96 at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:144)
#21 60.96 at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:110)
#21 60.96 at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:225)
#21 60.96 at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:152)
#21 60.96 at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
#21 60.96 at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)
#21 60.96 at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:139)
#21 60.96 at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)
#21 60.96 at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:159)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 60.96 at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
#21 60.96 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
#21 60.96 at java.base/java.util.Optional.orElseGet(Optional.java:364)
#21 60.96 at java.base/java.util.Optional.ifPresent(Optional.java:178)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
#21 60.96 at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
#21 60.96 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 60.96 at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
#21 60.96 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
#21 60.96 at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
#21 60.96 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 60.96 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 60.96 at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
#21 60.96 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
#21 60.96 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
#21 60.96 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
#21 60.96 ... 2 more
#21 60.96
#21 60.96 14:34:06 [INFO] Running ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest
#21 61.06 14:34:06,053 |-WARN in ch.qos.logback.core.model.processor.AppenderModelHandler - Appender named [CONSOLE] not referenced. Skipping further processing.
#21 61.06 {"@timestamp":"2026-06-25T14:34:06.005434422Z","@version":"1","message":"Could not detect default configuration classes for test class [ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest]: MerchantAgreementServiceTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.","logger_name":"org.springframework.test.context.support.AnnotationConfigContextLoaderUtils","thread_name":"main","level":"INFO","level_value":20000}
#21 61.06 {"@timestamp":"2026-06-25T14:34:06.007884486Z","@version":"1","message":"Found @SpringBootConfiguration ru.rshbintech.crft.dboul.ndbo.backend.Application for test class ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest","logger_name":"org.springframework.boot.test.context.SpringBootTestContextBootstrapper","thread_name":"main","level":"INFO","level_value":20000}
#21 61.06
#21 61.06 . ____ _ __ _ _
#21 61.06 /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
#21 61.06 ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
#21 61.06 \\/ ___)| |_)| | | | | || (_| | ) ) ) )
#21 61.06 ' |____| .__|_| |_|_| |_\__, | / / / /
#21 61.06 =========|_|==============|___/=/_/_/_/
#21 61.06
#21 61.06 :: Spring Boot :: (v3.5.7)
#21 61.06
#21 61.06 {"@timestamp":"2026-06-25T14:34:06.059048311Z","@version":"1","message":"\n\nFound multiple occurrences of org.json.JSONObject on the class path:\n\n\tjar:file:/app/.m2/repository/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar!/org/json/JSONObject.class\n\tjar:file:/app/.m2/repository/org/json/json/20240303/json-20240303.jar!/org/json/JSONObject.class\n\nYou may wish to exclude one of them to ensure predictable runtime behavior\n","logger_name":"org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer","thread_name":"main","level":"WARN","level_value":30000}
#21 61.06 {"@timestamp":"2026-06-25T14:34:06.062843288Z","@version":"1","message":"Starting MerchantAgreementServiceTest using Java 21.0.10 with PID 805 (started by app in /app/owb-ms-prd-qr-acquiring-impl)","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest","thread_name":"main","level":"INFO","level_value":20000}
#21 61.06 {"@timestamp":"2026-06-25T14:34:06.063185321Z","@version":"1","message":"No active profile set, falling back to 1 default profile: \"default\"","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest","thread_name":"main","level":"INFO","level_value":20000}
#21 61.79 {"@timestamp":"2026-06-25T14:34:06.802037729Z","@version":"1","message":"Bootstrapping Spring Data JDBC repositories in DEFAULT mode.","logger_name":"org.springframework.data.repository.config.RepositoryConfigurationDelegate","thread_name":"main","level":"INFO","level_value":20000}
#21 61.89 {"@timestamp":"2026-06-25T14:34:06.921757472Z","@version":"1","message":"Finished Spring Data repository scanning in 117 ms. Found 34 JDBC repository interfaces.","logger_name":"org.springframework.data.repository.config.RepositoryConfigurationDelegate","thread_name":"main","level":"INFO","level_value":20000}
#21 62.07 {"@timestamp":"2026-06-25T14:34:07.007993817Z","@version":"1","message":"BeanFactory id=44d125b9-ef5b-3483-8571-c56dbf60671b","logger_name":"org.springframework.cloud.context.scope.GenericScope","thread_name":"main","level":"INFO","level_value":20000}
#21 62.13 {"@timestamp":"2026-06-25T14:34:07.178587386Z","@version":"1","message":"Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.config.internalAutoProxyCreator': Could not initialize class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory","logger_name":"org.springframework.web.context.support.GenericWebApplicationContext","thread_name":"main","level":"WARN","level_value":30000}
#21 62.13
#21 62.13
#21 62.13
#21 62.13 ============================
#21 62.13 CONDITIONS EVALUATION REPORT
#21 62.13 ============================
#21 62.13
#21 62.13
#21 62.13 Positive matches:
#21 62.13 -----------------
#21 62.13
#21 62.13 AopAutoConfiguration matched:
#21 62.13 - @ConditionalOnBooleanProperty (spring.aop.auto=true) matched (OnPropertyCondition)
#21 62.13
#21 62.13 AopAutoConfiguration.ClassProxyingConfiguration matched:
#21 62.13 - @ConditionalOnMissingClass did not find unwanted class 'org.aspectj.weaver.Advice' (OnClassCondition)
#21 62.13 - @ConditionalOnBooleanProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)
#21 62.13
#21 62.13 ApplicationAvailabilityAutoConfiguration#applicationAvailability matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.availability.ApplicationAvailability; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 AuditAnnotationProcessingAspect matched:
#21 62.13 - @ConditionalOnProperty (audit-lib.enabled=true) matched (OnPropertyCondition)
#21 62.13
#21 62.13 AutoServiceRegistrationAutoConfiguration matched:
#21 62.13 - @ConditionalOnProperty (spring.cloud.service-registry.auto-registration.enabled) matched (OnPropertyCondition)
#21 62.13
#21 62.13 AutoServiceRegistrationConfiguration matched:
#21 62.13 - @ConditionalOnProperty (spring.cloud.service-registry.auto-registration.enabled) matched (OnPropertyCondition)
#21 62.13
#21 62.13 BankConfiguration matched:
#21 62.13 - @ConditionalOnProperty (spring.security.oauth2.resourceserver.jwt.jwk-set-uri) matched (OnPropertyCondition)
#21 62.13
#21 62.13 CacheMeterBinderProvidersConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.MeterBinder' (OnClassCondition)
#21 62.13
#21 62.13 CacheMeterBinderProvidersConfiguration.HazelcastCacheMeterBinderProviderConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'com.hazelcast.spring.cache.HazelcastCache', 'com.hazelcast.core.Hazelcast' (OnClassCondition)
#21 62.13
#21 62.13 CacheMetricsAutoConfiguration matched:
#21 62.13 - @ConditionalOnBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) found bean 'cacheManager' (OnBeanCondition)
#21 62.13
#21 62.13 CacheMetricsRegistrarConfiguration matched:
#21 62.13 - @ConditionalOnBean (types: org.springframework.boot.actuate.metrics.cache.CacheMeterBinderProvider,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'hazelcastCacheMeterBinderProvider', 'simpleMeterRegistry' (OnBeanCondition)
#21 62.13
#21 62.13 ClientConfiguration matched:
#21 62.13 - @ConditionalOnProperty (spring.security.rshb.enabled) matched (OnPropertyCondition)
#21 62.13
#21 62.13 CommonsClientAutoConfiguration.ActuatorConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.annotation.Endpoint' (OnClassCondition)
#21 62.13 - @ConditionalOnProperty (spring.cloud.features.enabled) matched (OnPropertyCondition)
#21 62.13
#21 62.13 CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.boot.actuate.health.HealthIndicator' (OnClassCondition)
#21 62.13 - @ConditionalOnProperty (spring.cloud.discovery.enabled) matched; @ConditionalOnProperty (spring.cloud.discovery.blocking.enabled) matched (OnPropertyCondition)
#21 62.13 - @ConditionalOnBean (types: org.springframework.cloud.client.discovery.DiscoveryClient; SearchStrategy: all) found beans 'simpleDiscoveryClient', 'compositeDiscoveryClient' (OnBeanCondition)
#21 62.13
#21 62.13 CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration#discoveryClientHealthIndicator matched:
#21 62.13 - @ConditionalOnProperty (spring.cloud.discovery.client.health-indicator.enabled) matched (OnPropertyCondition)
#21 62.13
#21 62.13 CommonsClientAutoConfiguration.DiscoveryLoadBalancerConfiguration#discoveryCompositeHealthContributor matched:
#21 62.13 - @ConditionalOnProperty (spring.cloud.discovery.client.composite-indicator.enabled) matched (OnPropertyCondition)
#21 62.13 - @ConditionalOnBean (types: org.springframework.cloud.client.discovery.health.DiscoveryHealthIndicator; SearchStrategy: all) found bean 'discoveryClientHealthIndicator' (OnBeanCondition)
#21 62.13
#21 62.13 CompatibilityVerifierAutoConfiguration matched:
#21 62.13 - @ConditionalOnProperty (spring.cloud.compatibility-verifier.enabled) matched (OnPropertyCondition)
#21 62.13
#21 62.13 CompositeMeterRegistryAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'io.micrometer.core.instrument.composite.CompositeMeterRegistry' (OnClassCondition)
#21 62.13
#21 62.13 ConfigurationPropertiesRebinderAutoConfiguration matched:
#21 62.13 - @ConditionalOnBean (types: org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor; SearchStrategy: all) found bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' (OnBeanCondition)
#21 62.13
#21 62.13 ConfigurationPropertiesRebinderAutoConfiguration#configurationPropertiesBeans matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.cloud.context.properties.ConfigurationPropertiesBeans; SearchStrategy: current) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 ConfigurationPropertiesRebinderAutoConfiguration#configurationPropertiesRebinder matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.cloud.context.properties.ConfigurationPropertiesRebinder; SearchStrategy: current) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 DataSourceAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
#21 62.13 - @ConditionalOnMissingBean (types: io.r2dbc.spi.ConnectionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 DataSourceAutoConfiguration.PooledDataSourceConfiguration matched:
#21 62.13 - AnyNestedCondition 1 matched 1 did not; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.PooledDataSourceAvailable PooledDataSource found supported DataSource; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.ExplicitType @ConditionalOnProperty (spring.datasource.type) did not find property 'spring.datasource.type' (DataSourceAutoConfiguration.PooledDataSourceCondition)
#21 62.13 - @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 DataSourceAutoConfiguration.PooledDataSourceConfiguration#jdbcConnectionDetails matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 DataSourceConfiguration.Hikari matched:
#21 62.13 - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
#21 62.13 - @ConditionalOnProperty (spring.datasource.type=com.zaxxer.hikari.HikariDataSource) matched (OnPropertyCondition)
#21 62.13 - @ConditionalOnMissingBean (types: javax.sql.DataSource; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 DataSourceHealthContributorAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource' (OnClassCondition)
#21 62.13 - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
#21 62.13 - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource' (OnBeanCondition)
#21 62.13
#21 62.13 DataSourceHealthContributorAutoConfiguration#dbHealthContributor matched:
#21 62.13 - @ConditionalOnMissingBean (names: dbHealthIndicator,dbHealthContributor; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 DataSourceInitializationConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition)
#21 62.13 - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer,org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 DataSourcePoolMetadataProvidersConfiguration.CommonsDbcp2PoolDataSourceMetadataProviderConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition)
#21 62.13
#21 62.13 DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
#21 62.13
#21 62.13 DataSourcePoolMetricsAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
#21 62.13 - @ConditionalOnBean (types: javax.sql.DataSource,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'simpleMeterRegistry', 'dataSource' (OnBeanCondition)
#21 62.13
#21 62.13 DataSourcePoolMetricsAutoConfiguration.DataSourcePoolMetadataMetricsConfiguration matched:
#21 62.13 - @ConditionalOnBean (types: org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider; SearchStrategy: all) found beans 'commonsDbcp2PoolDataSourceMetadataProvider', 'hikariPoolDataSourceMetadataProvider' (OnBeanCondition)
#21 62.13
#21 62.13 DataSourcePoolMetricsAutoConfiguration.HikariDataSourceMetricsConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
#21 62.13
#21 62.13 DataSourceTransactionManagerAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.TransactionManager' (OnClassCondition)
#21 62.13
#21 62.13 DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration matched:
#21 62.13 - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
#21 62.13
#21 62.13 DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration#transactionManager matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 DiskSpaceHealthContributorAutoConfiguration matched:
#21 62.13 - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
#21 62.13
#21 62.13 DiskSpaceHealthContributorAutoConfiguration#diskSpaceHealthIndicator matched:
#21 62.13 - @ConditionalOnMissingBean (names: diskSpaceHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 DispatcherServletAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
#21 62.13 - found 'session' scope (OnWebApplicationCondition)
#21 62.13
#21 62.13 DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition)
#21 62.13 - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition)
#21 62.13
#21 62.13 DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition)
#21 62.13 - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition)
#21 62.13
#21 62.13 DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched:
#21 62.13 - @ConditionalOnBean (names: dispatcherServlet types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition)
#21 62.13
#21 62.13 EndpointAutoConfiguration#endpointCachingOperationInvokerAdvisor matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 EndpointAutoConfiguration#endpointOperationParameterMapper matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 EndpointAutoConfiguration#propertiesEndpointAccessResolver matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.EndpointAccessResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 ErrorMvcAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
#21 62.13 - found 'session' scope (OnWebApplicationCondition)
#21 62.13
#21 62.13 ErrorMvcAutoConfiguration#basicErrorController matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 ErrorMvcAutoConfiguration#errorAttributes matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched:
#21 62.13 - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched:
#21 62.13 - @ConditionalOnBooleanProperty (server.error.whitelabel.enabled=true) matched (OnPropertyCondition)
#21 62.13 - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition)
#21 62.13
#21 62.13 ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched:
#21 62.13 - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 FeignAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'feign.Feign' (OnClassCondition)
#21 62.13
#21 62.13 FeignAutoConfiguration#cachingCapability matched:
#21 62.13 - @ConditionalOnProperty (spring.cloud.openfeign.cache.enabled) matched (OnPropertyCondition)
#21 62.13 - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheInterceptor; SearchStrategy: all) found bean 'cacheInterceptor' (OnBeanCondition)
#21 62.13
#21 62.13 FeignAutoConfiguration.DefaultFeignTargeterConfiguration matched:
#21 62.13 - AnyNestedCondition 1 matched 1 did not; NestedCondition on FeignCircuitBreakerDisabledConditions.CircuitBreakerDisabled @ConditionalOnProperty (spring.cloud.openfeign.circuitbreaker.enabled=false) matched; NestedCondition on FeignCircuitBreakerDisabledConditions.CircuitBreakerClassMissing @ConditionalOnMissingClass found unwanted class 'org.springframework.cloud.client.circuitbreaker.CircuitBreaker' (FeignCircuitBreakerDisabledConditions)
#21 62.13
#21 62.13 FeignAutoConfiguration.DefaultFeignTargeterConfiguration#feignTargeter matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.cloud.openfeign.Targeter; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 FeignAutoConfiguration.FeignJacksonConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.Module', 'org.springframework.data.domain.Page', 'org.springframework.data.domain.Sort' (OnClassCondition)
#21 62.13 - @ConditionalOnProperty (spring.cloud.openfeign.autoconfiguration.jackson.enabled=true) matched (OnPropertyCondition)
#21 62.13
#21 62.13 FeignAutoConfiguration.FeignJacksonConfiguration#pageJacksonModule matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.cloud.openfeign.support.PageJacksonModule; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 FeignAutoConfiguration.FeignJacksonConfiguration#sortModule matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.cloud.openfeign.support.SortJacksonModule; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 GenericCacheConfiguration matched:
#21 62.13 - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration automatic cache type (CacheCondition)
#21 62.13
#21 62.13 HazelcastAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
#21 62.13
#21 62.13 HazelcastCacheConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'com.hazelcast.core.HazelcastInstance', 'com.hazelcast.spring.cache.HazelcastCacheManager' (OnClassCondition)
#21 62.13 - Cache org.springframework.boot.autoconfigure.cache.HazelcastCacheConfiguration automatic cache type (CacheCondition)
#21 62.13
#21 62.13 HazelcastConfig#hazelcastInstance matched:
#21 62.13 - @ConditionalOnProperty (hazelcast.embedded=true) matched (OnPropertyCondition)
#21 62.13
#21 62.13 HazelcastHealthContributorAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
#21 62.13 - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
#21 62.13 - @ConditionalOnBean (types: com.hazelcast.core.HazelcastInstance; SearchStrategy: all) found bean 'hazelcastInstance' (OnBeanCondition)
#21 62.13
#21 62.13 HazelcastHealthContributorAutoConfiguration#hazelcastHealthContributor matched:
#21 62.13 - @ConditionalOnMissingBean (names: hazelcastHealthIndicator,hazelcastHealthContributor; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 HealthContributorAutoConfiguration#pingHealthContributor matched:
#21 62.13 - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
#21 62.13
#21 62.13 HealthEndpointAutoConfiguration matched:
#21 62.13 - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
#21 62.13
#21 62.13 HealthEndpointConfiguration#healthContributorRegistry matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthContributorRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 HealthEndpointConfiguration#healthEndpoint matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 HealthEndpointConfiguration#healthEndpointGroupMembershipValidator matched:
#21 62.13 - @ConditionalOnBooleanProperty (management.endpoint.health.validate-group-membership=true) matched (OnPropertyCondition)
#21 62.13
#21 62.13 HealthEndpointConfiguration#healthEndpointGroups matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointGroups; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 HealthEndpointConfiguration#healthHttpCodeStatusMapper matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HttpCodeStatusMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 HealthEndpointConfiguration#healthStatusAggregator matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.StatusAggregator; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 HealthEndpointWebExtensionConfiguration matched:
#21 62.13 - found 'session' scope (OnWebApplicationCondition)
#21 62.13 - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition)
#21 62.13 - @ConditionalOnBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) found bean 'healthEndpoint' (OnBeanCondition)
#21 62.13
#21 62.13 HealthEndpointWebExtensionConfiguration#healthEndpointWebExtension matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 HealthEndpointWebExtensionConfiguration.MvcAdditionalHealthEndpointPathsConfiguration matched:
#21 62.13 - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition)
#21 62.13
#21 62.13 HttpClientAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.http.client.ClientHttpRequestFactory' (OnClassCondition)
#21 62.13 - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition)
#21 62.13
#21 62.13 HttpClientAutoConfiguration#clientHttpRequestFactoryBuilder matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder<?>; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 HttpClientAutoConfiguration#clientHttpRequestFactorySettings matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.http.client.ClientHttpRequestFactorySettings; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 HttpClientObservationsAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'io.micrometer.observation.Observation' (OnClassCondition)
#21 62.13 - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition)
#21 62.13
#21 62.13 HttpClientObservationsAutoConfiguration.MeterFilterConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
#21 62.13 - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
#21 62.13
#21 62.13 HttpEncodingAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition)
#21 62.13 - found 'session' scope (OnWebApplicationCondition)
#21 62.13 - @ConditionalOnBooleanProperty (server.servlet.encoding.enabled=true) matched (OnPropertyCondition)
#21 62.13
#21 62.13 HttpEncodingAutoConfiguration#characterEncodingFilter matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 HttpMessageConvertersAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition)
#21 62.13 - NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition)
#21 62.13
#21 62.13 HttpMessageConvertersAutoConfiguration#messageConverters matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition)
#21 62.13
#21 62.13 HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JacksonAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
#21 62.13
#21 62.13 JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
#21 62.13
#21 62.13 JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
#21 62.13
#21 62.13 JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
#21 62.13
#21 62.13 JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched:
#21 62.13 - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition)
#21 62.13
#21 62.13 JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched:
#21 62.13 - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JacksonEndpointAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
#21 62.13
#21 62.13 JacksonEndpointAutoConfiguration#endpointObjectMapper matched:
#21 62.13 - @ConditionalOnBooleanProperty (management.endpoints.jackson.isolated-object-mapper=true) matched (OnPropertyCondition)
#21 62.13
#21 62.13 JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
#21 62.13 - @ConditionalOnPreferredJsonMapper JACKSON no property was configured and Jackson is the default (OnPreferredJsonMapperCondition)
#21 62.13 - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition)
#21 62.13
#21 62.13 JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: ?; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition)
#21 62.13 - @ConditionalOnBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) found bean 'jacksonObjectMapperBuilder' (OnBeanCondition)
#21 62.13
#21 62.13 JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration#mappingJackson2XmlHttpMessageConverter matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.http.converter.xml.MappingJackson2XmlHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JdbcClientAutoConfiguration matched:
#21 62.13 - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate; SearchStrategy: all) found a single bean 'namedParameterJdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.simple.JdbcClient; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JdbcRepositoriesAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations', 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' (OnClassCondition)
#21 62.13 - @ConditionalOnBooleanProperty (spring.data.jdbc.repositories.enabled=true) matched (OnPropertyCondition)
#21 62.13 - @ConditionalOnBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations,org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found beans 'transactionManager', 'namedParameterJdbcTemplate' (OnBeanCondition)
#21 62.13
#21 62.13 JdbcRepositoriesAutoConfiguration.JdbcRepositoriesConfiguration matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.data.jdbc.repository.config.JdbcRepositoryConfigExtension; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JdbcTemplateAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition)
#21 62.13 - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
#21 62.13
#21 62.13 JdbcTemplateConfiguration matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JooqAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.jooq.DSLContext' (OnClassCondition)
#21 62.13 - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource' (OnBeanCondition)
#21 62.13
#21 62.13 JooqAutoConfiguration#dataSourceConnectionProvider matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.jooq.ConnectionProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JooqAutoConfiguration#dslContext matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.jooq.DSLContext; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JooqAutoConfiguration#jooqConfiguration matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.jooq.Configuration; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JooqAutoConfiguration#jooqExceptionTranslator matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.jooq.ExceptionTranslatorExecuteListener; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JooqAutoConfiguration#transactionProvider matched:
#21 62.13 - @ConditionalOnBean (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found bean 'transactionManager'; @ConditionalOnMissingBean (types: org.jooq.TransactionProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JtaAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'jakarta.transaction.Transaction' (OnClassCondition)
#21 62.13 - @ConditionalOnBooleanProperty (spring.jta.enabled=true) matched (OnPropertyCondition)
#21 62.13
#21 62.13 JvmMetricsAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
#21 62.13 - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
#21 62.13
#21 62.13 JvmMetricsAutoConfiguration#classLoaderMetrics matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.ClassLoaderMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JvmMetricsAutoConfiguration#jvmCompilationMetrics matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmCompilationMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JvmMetricsAutoConfiguration#jvmGcMetrics matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmGcMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JvmMetricsAutoConfiguration#jvmHeapPressureMetrics matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmHeapPressureMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JvmMetricsAutoConfiguration#jvmInfoMetrics matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmInfoMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JvmMetricsAutoConfiguration#jvmMemoryMetrics matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmMemoryMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JvmMetricsAutoConfiguration#jvmThreadMetrics matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmThreadMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 JwtTokenValidatorImpl matched:
#21 62.13 - @ConditionalOnMissingBean (names: jwtTokenValidator; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 KafkaAnnotationDrivenConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.kafka.annotation.EnableKafka' (OnClassCondition)
#21 62.13
#21 62.13 KafkaAnnotationDrivenConfiguration#kafkaListenerContainerFactory matched:
#21 62.13 - @ConditionalOnMissingBean (names: kafkaListenerContainerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 KafkaAnnotationDrivenConfiguration#kafkaListenerContainerFactoryConfigurer matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13 - @ConditionalOnThreading found PLATFORM (OnThreadingCondition)
#21 62.13
#21 62.13 KafkaAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition)
#21 62.13
#21 62.13 KafkaAutoConfiguration#kafkaAdmin matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.kafka.core.KafkaAdmin; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 KafkaAutoConfiguration#kafkaConnectionDetails matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.kafka.KafkaConnectionDetails; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 KafkaAutoConfiguration#kafkaProducerListener matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.kafka.support.ProducerListener; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 KafkaMetricsAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.binder.kafka.KafkaClientMetrics', 'org.springframework.kafka.core.ProducerFactory' (OnClassCondition)
#21 62.13 - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
#21 62.13
#21 62.13 KafkaMetricsAutoConfiguration.KafkaStreamsMetricsConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.binder.kafka.KafkaStreamsMetrics', 'org.springframework.kafka.config.StreamsBuilderFactoryBean' (OnClassCondition)
#21 62.13
#21 62.13 LifecycleAutoConfiguration#defaultLifecycleProcessor matched:
#21 62.13 - @ConditionalOnMissingBean (names: lifecycleProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 LifecycleMvcEndpointAutoConfiguration#environmentManager matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.cloud.context.environment.EnvironmentManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 LiquibaseAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'liquibase.integration.spring.SpringLiquibase', 'liquibase.change.DatabaseChange' (OnClassCondition)
#21 62.13 - @ConditionalOnBooleanProperty (spring.liquibase.enabled=true) matched (OnPropertyCondition)
#21 62.13 - AnyNestedCondition 2 matched 1 did not; NestedCondition on LiquibaseAutoConfiguration.LiquibaseDataSourceCondition.LiquibaseUrlCondition @ConditionalOnProperty (spring.liquibase.url) did not find property 'spring.liquibase.url'; NestedCondition on LiquibaseAutoConfiguration.LiquibaseDataSourceCondition.JdbcConnectionDetailsCondition @ConditionalOnBean (types: org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails; SearchStrategy: all) found bean 'jdbcConnectionDetails'; NestedCondition on LiquibaseAutoConfiguration.LiquibaseDataSourceCondition.DataSourceBeanCondition @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource' (LiquibaseAutoConfiguration.LiquibaseDataSourceCondition)
#21 62.13
#21 62.13 LiquibaseAutoConfiguration.CustomizerConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'liquibase.integration.spring.Customizer' (OnClassCondition)
#21 62.13
#21 62.13 LiquibaseAutoConfiguration.LiquibaseConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.jdbc.core.ConnectionCallback' (OnClassCondition)
#21 62.13 - @ConditionalOnMissingBean (types: liquibase.integration.spring.SpringLiquibase; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 LiquibaseAutoConfiguration.LiquibaseConfiguration#liquibaseConnectionDetails matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.liquibase.LiquibaseConnectionDetails; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 LogbackMetricsAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'ch.qos.logback.classic.LoggerContext', 'org.slf4j.LoggerFactory' (OnClassCondition)
#21 62.13 - LogbackLoggingCondition ILoggerFactory is a Logback LoggerContext (LogbackMetricsAutoConfiguration.LogbackLoggingCondition)
#21 62.13 - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
#21 62.13
#21 62.13 LogbackMetricsAutoConfiguration#logbackMetrics matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.logging.LogbackMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 MailHealthContributorAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnClassCondition)
#21 62.13 - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
#21 62.13 - @ConditionalOnBean (types: org.springframework.mail.javamail.JavaMailSenderImpl; SearchStrategy: all) found bean 'mailSender' (OnBeanCondition)
#21 62.13
#21 62.13 MailHealthContributorAutoConfiguration#mailHealthContributor matched:
#21 62.13 - @ConditionalOnMissingBean (names: mailHealthIndicator,mailHealthContributor; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 MailSenderAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'jakarta.mail.internet.MimeMessage', 'jakarta.activation.MimeType', 'org.springframework.mail.MailSender' (OnClassCondition)
#21 62.13 - AnyNestedCondition 1 matched 1 did not; NestedCondition on MailSenderAutoConfiguration.MailSenderCondition.JndiNameProperty @ConditionalOnProperty (spring.mail.jndi-name) did not find property 'spring.mail.jndi-name'; NestedCondition on MailSenderAutoConfiguration.MailSenderCondition.HostProperty @ConditionalOnProperty (spring.mail.host) matched (MailSenderAutoConfiguration.MailSenderCondition)
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.mail.MailSender; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 MailSenderPropertiesConfiguration matched:
#21 62.13 - @ConditionalOnProperty (spring.mail.host) matched (OnPropertyCondition)
#21 62.13
#21 62.13 MailSenderPropertiesConfiguration#mailSender matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.mail.javamail.JavaMailSender; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 ManagementContextAutoConfiguration.SameManagementContextConfiguration matched:
#21 62.13 - Management Port actual port type (SAME) matched required type (OnManagementPortCondition)
#21 62.13
#21 62.13 MetricsAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition)
#21 62.13
#21 62.13 MetricsAutoConfiguration#micrometerClock matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 MicrometerTracingAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'io.micrometer.tracing.Tracer' (OnClassCondition)
#21 62.13 - @ConditionalOnBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) found bean 'micrometerOtelTracer' (OnBeanCondition)
#21 62.13
#21 62.13 MicrometerTracingAutoConfiguration#defaultTracingObservationHandler matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.tracing.handler.DefaultTracingObservationHandler; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 MicrometerTracingAutoConfiguration#propagatingReceiverTracingObservationHandler matched:
#21 62.13 - @ConditionalOnBean (types: io.micrometer.tracing.propagation.Propagator; SearchStrategy: all) found bean 'otelPropagator'; @ConditionalOnMissingBean (types: io.micrometer.tracing.handler.PropagatingReceiverTracingObservationHandler<?>; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 MicrometerTracingAutoConfiguration#propagatingSenderTracingObservationHandler matched:
#21 62.13 - @ConditionalOnBean (types: io.micrometer.tracing.propagation.Propagator; SearchStrategy: all) found bean 'otelPropagator'; @ConditionalOnMissingBean (types: io.micrometer.tracing.handler.PropagatingSenderTracingObservationHandler<?>; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 MultipartAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'jakarta.servlet.MultipartConfigElement' (OnClassCondition)
#21 62.13 - found 'session' scope (OnWebApplicationCondition)
#21 62.13 - @ConditionalOnBooleanProperty (spring.servlet.multipart.enabled=true) matched (OnPropertyCondition)
#21 62.13
#21 62.13 MultipartAutoConfiguration#multipartConfigElement matched:
#21 62.13 - @ConditionalOnMissingBean (types: jakarta.servlet.MultipartConfigElement; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 MultipartAutoConfiguration#multipartResolver matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 MultipleOpenApiSupportConfiguration matched:
#21 62.13 - found 'session' scope (OnWebApplicationCondition)
#21 62.13 - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition)
#21 62.13 - AnyNestedCondition 1 matched 1 did not; NestedCondition on MultipleOpenApiSupportCondition.OnActuatorDifferentPort found non-matching nested conditions Management Port actual port type (SAME) did not match required type (DIFFERENT), @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator'; NestedCondition on MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 2 matched 1 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnListGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) found beans 'internalApis', 'serviceApis', 'externalApis'; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty (springdoc.group-configs[0].group) did not find property 'springdoc.group-configs[0].group'; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) found beans 'internalApis', 'serviceApis', 'externalApis' (MultipleOpenApiSupportCondition)
#21 62.13
#21 62.13 MultipleOpenApiSupportConfiguration#multipleOpenApiResource matched:
#21 62.13 - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition)
#21 62.13 - @ConditionalOnMissingBean (types: org.springdoc.webmvc.api.MultipleOpenApiWebMvcResource; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 NamedParameterJdbcTemplateConfiguration matched:
#21 62.13 - @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a single bean 'jdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 NoOpCacheConfiguration matched:
#21 62.13 - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition)
#21 62.13
#21 62.13 OAuth2ResourceServerAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken' (OnClassCondition)
#21 62.13 - found 'session' scope (OnWebApplicationCondition)
#21 62.13
#21 62.13 OAuth2ResourceServerJwtConfiguration.JwtDecoderConfiguration matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.jwt.JwtDecoder; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OAuth2ResourceServerJwtConfiguration.JwtDecoderConfiguration#jwtDecoderByJwkKeySetUri matched:
#21 62.13 - @ConditionalOnProperty (spring.security.oauth2.resourceserver.jwt.jwk-set-uri) matched (OnPropertyCondition)
#21 62.13
#21 62.13 OAuth2ResourceServerOpaqueTokenConfiguration.OpaqueTokenIntrospectionClientConfiguration matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.security.oauth2.server.resource.introspection.OpaqueTokenIntrospector; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 Oauth2ResourceServerConfiguration.JwtConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.security.oauth2.jwt.JwtDecoder' (OnClassCondition)
#21 62.13
#21 62.13 ObservationAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'io.micrometer.observation.ObservationRegistry' (OnClassCondition)
#21 62.13
#21 62.13 ObservationAutoConfiguration#observationRegistry matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 ObservationAutoConfiguration.MeterObservationHandlerConfiguration matched:
#21 62.13 - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.observation.MeterObservationHandler; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 ObservationAutoConfiguration.MeterObservationHandlerConfiguration.TracingAndMetricsObservationHandlerConfiguration matched:
#21 62.13 - @ConditionalOnBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) found bean 'micrometerOtelTracer' (OnBeanCondition)
#21 62.13
#21 62.13 ObservationAutoConfiguration.MetricsWithTracingConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'io.micrometer.tracing.Tracer' (OnClassCondition)
#21 62.13
#21 62.13 OpenTelemetryAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'io.opentelemetry.sdk.OpenTelemetrySdk' (OnClassCondition)
#21 62.13
#21 62.13 OpenTelemetryAutoConfiguration#openTelemetry matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.opentelemetry.api.OpenTelemetry; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryAutoConfiguration#openTelemetryResource matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.opentelemetry.sdk.resources.Resource; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryLoggingAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'io.opentelemetry.sdk.logs.SdkLoggerProvider', 'io.opentelemetry.api.OpenTelemetry' (OnClassCondition)
#21 62.13
#21 62.13 OpenTelemetryLoggingAutoConfiguration#batchLogRecordProcessor matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.opentelemetry.sdk.logs.export.BatchLogRecordProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryLoggingAutoConfiguration#otelSdkLoggerProvider matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.opentelemetry.sdk.logs.SdkLoggerProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryPropagationConfigurations.NoPropagation#noopTextMapPropagator matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.opentelemetry.context.propagation.TextMapPropagator; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryPropagationConfigurations.PropagationWithBaggage matched:
#21 62.13 - @ConditionalOnBooleanProperty (management.tracing.baggage.enabled=true) matched (OnPropertyCondition)
#21 62.13
#21 62.13 OpenTelemetryPropagationConfigurations.PropagationWithBaggage#otelSlf4JBaggageEventListener matched:
#21 62.13 - @ConditionalOnBooleanProperty (management.tracing.baggage.correlation.enabled=true) matched (OnPropertyCondition)
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.tracing.otel.bridge.Slf4JBaggageEventListener; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryTracingAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'io.micrometer.tracing.otel.bridge.OtelTracer', 'io.opentelemetry.sdk.trace.SdkTracerProvider', 'io.opentelemetry.api.OpenTelemetry' (OnClassCondition)
#21 62.13
#21 62.13 OpenTelemetryTracingAutoConfiguration#micrometerOtelTracer matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryTracingAutoConfiguration#otelContextPropagators matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.opentelemetry.context.propagation.ContextPropagators; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryTracingAutoConfiguration#otelCurrentTraceContext matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.tracing.otel.bridge.OtelCurrentTraceContext; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryTracingAutoConfiguration#otelPropagator matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.tracing.otel.bridge.OtelPropagator; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryTracingAutoConfiguration#otelSampler matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.opentelemetry.sdk.trace.samplers.Sampler; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryTracingAutoConfiguration#otelSdkTracerProvider matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.opentelemetry.sdk.trace.SdkTracerProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryTracingAutoConfiguration#otelSlf4JEventListener matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.tracing.otel.bridge.Slf4JEventListener; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryTracingAutoConfiguration#otelSpanCustomizer matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.tracing.SpanCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryTracingAutoConfiguration#otelSpanProcessor matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.opentelemetry.sdk.trace.export.BatchSpanProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryTracingAutoConfiguration#otelTracer matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.opentelemetry.api.trace.Tracer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryTracingAutoConfiguration#otelTracerEventPublisher matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.micrometer.tracing.otel.bridge.OtelTracer$EventPublisher; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryTracingAutoConfiguration#spanExporters matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.tracing.SpanExporters; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 OpenTelemetryTracingAutoConfiguration#spanProcessors matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.tracing.SpanProcessors; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 PermissionRepositoryImpl matched:
#21 62.13 - @ConditionalOnMissingBean (names: permissionRepository; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 PermissionServiceImpl matched:
#21 62.13 - @ConditionalOnMissingBean (names: permissionService; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 PersistenceExceptionTranslationAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition)
#21 62.13
#21 62.13 PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched:
#21 62.13 - @ConditionalOnBooleanProperty (spring.dao.exceptiontranslation.enabled=true) matched (OnPropertyCondition)
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 PrometheusExemplarsAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'io.micrometer.tracing.Tracer', 'io.prometheus.metrics.tracer.common.SpanContext' (OnClassCondition)
#21 62.13 - @ConditionalOnBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) found bean 'micrometerOtelTracer' (OnBeanCondition)
#21 62.13
#21 62.13 PrometheusExemplarsAutoConfiguration#spanContext matched:
#21 62.13 - @ConditionalOnMissingBean (types: io.prometheus.metrics.tracer.common.SpanContext; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 RefreshAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.cloud.context.scope.refresh.RefreshScope' (OnClassCondition)
#21 62.13 - @ConditionalOnProperty (spring.cloud.refresh.enabled) matched (OnPropertyCondition)
#21 62.13
#21 62.13 RefreshAutoConfiguration#configDataContextRefresher matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.cloud.context.refresh.ConfigDataContextRefresher; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13 - NoneNestedConditions 0 matched 3 did not; NestedCondition on ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition.OnBootstrapEnabled @ConditionalOnProperty (spring.cloud.bootstrap.enabled) did not find property 'spring.cloud.bootstrap.enabled'; NestedCondition on ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition.OnUseLegacyProcessingEnabled @ConditionalOnProperty (spring.config.use-legacy-processing) did not find property 'spring.config.use-legacy-processing'; NestedCondition on ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition.OnBootstrapMarkerClassPresent @ConditionalOnClass did not find required class 'org.springframework.cloud.bootstrap.marker.Marker' (ConditionalOnBootstrapDisabled.OnBootstrapDisabledCondition)
#21 62.13
#21 62.13 RefreshAutoConfiguration#loggingRebinder matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.cloud.logging.LoggingRebinder; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 RefreshAutoConfiguration#refreshScope matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.cloud.context.scope.refresh.RefreshScope; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 RefreshAutoConfiguration#refreshScopeLifecycle matched:
#21 62.13 - @ConditionalOnProperty (spring.cloud.refresh.on-restart.enabled) matched (OnPropertyCondition)
#21 62.13
#21 62.13 RefreshEndpointAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration', 'org.springframework.boot.actuate.health.Health' (OnClassCondition)
#21 62.13
#21 62.13 RefreshEndpointAutoConfiguration#refreshScopeHealthIndicator matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.cloud.health.RefreshScopeHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13 - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
#21 62.13
#21 62.13 RepositoryMetricsAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.data.repository.Repository' (OnClassCondition)
#21 62.13 - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
#21 62.13
#21 62.13 RepositoryMetricsAutoConfiguration#metricsRepositoryMethodInvocationListener matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 RepositoryMetricsAutoConfiguration#repositoryTagsProvider matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.RepositoryTagsProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 RequestJwtTokenParser matched:
#21 62.13 - @ConditionalOnMissingBean (names: jwtTokenParser; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 ResourceServerTokenRelayAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
#21 62.13 - found 'session' scope (OnWebApplicationCondition)
#21 62.13 - @ConditionalOnProperty (spring.cloud.mvc.token-relay.enabled) matched (OnPropertyCondition)
#21 62.13
#21 62.13 RestClientAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition)
#21 62.13 - AnyNestedCondition 1 matched 1 did not; NestedCondition on NotReactiveWebApplicationOrVirtualThreadsExecutorEnabledCondition.VirtualThreadsExecutorEnabled found non-matching nested conditions @ConditionalOnThreading did not find VIRTUAL; NestedCondition on NotReactiveWebApplicationOrVirtualThreadsExecutorEnabledCondition.NotReactiveWebApplication NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationOrVirtualThreadsExecutorEnabledCondition)
#21 62.13
#21 62.13 RestClientAutoConfiguration#httpMessageConvertersRestClientCustomizer matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.HttpMessageConvertersRestClientCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 RestClientAutoConfiguration#restClientBuilder matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 RestClientAutoConfiguration#restClientBuilderConfigurer matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 RestClientAutoConfiguration#restClientSsl matched:
#21 62.13 - @ConditionalOnBean (types: org.springframework.boot.ssl.SslBundles; SearchStrategy: all) found bean 'sslBundleRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientSsl; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 RestClientObservationConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition)
#21 62.13 - @ConditionalOnBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) found bean 'restClientBuilder' (OnBeanCondition)
#21 62.13
#21 62.13 RestTemplateAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition)
#21 62.13 - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition)
#21 62.13
#21 62.13 RestTemplateAutoConfiguration#restTemplateBuilder matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 RestTemplateObservationConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition)
#21 62.13 - @ConditionalOnBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) found bean 'restTemplateBuilder' (OnBeanCondition)
#21 62.13
#21 62.13 RestartEndpointWithoutIntegrationConfiguration matched:
#21 62.13 - @ConditionalOnMissingClass did not find unwanted class 'org.springframework.integration.monitor.IntegrationMBeanExporter' (OnClassCondition)
#21 62.13
#21 62.13 ScheduledTasksObservabilityAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition)
#21 62.13 - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition)
#21 62.13
#21 62.13 SecurityAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition)
#21 62.13
#21 62.13 SecurityAutoConfiguration#authenticationEventPublisher matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationEventPublisher; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 SecurityFilterAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required classes 'org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer', 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition)
#21 62.13 - found 'session' scope (OnWebApplicationCondition)
#21 62.13
#21 62.13 SecurityFilterAutoConfiguration#securityFilterChainRegistration matched:
#21 62.13 - @ConditionalOnBean (names: springSecurityFilterChain; SearchStrategy: all) found bean 'springSecurityFilterChain' (OnBeanCondition)
#21 62.13
#21 62.13 SecurityRequestMatchersManagementContextConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.security.web.util.matcher.RequestMatcher' (OnClassCondition)
#21 62.13 - found 'session' scope (OnWebApplicationCondition)
#21 62.13
#21 62.13 SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
#21 62.13 - @ConditionalOnBean (types: org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath; SearchStrategy: all) found bean 'dispatcherServletRegistration' (OnBeanCondition)
#21 62.13
#21 62.13 SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration#requestMatcherProvider matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.security.servlet.RequestMatcherProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 ServletEndpointManagementContextConfiguration matched:
#21 62.13 - found 'session' scope (OnWebApplicationCondition)
#21 62.13
#21 62.13 ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
#21 62.13
#21 62.13 ServletManagementContextAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'jakarta.servlet.Servlet' (OnClassCondition)
#21 62.13 - found 'session' scope (OnWebApplicationCondition)
#21 62.13
#21 62.13 ServletWebServerFactoryAutoConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'jakarta.servlet.ServletRequest' (OnClassCondition)
#21 62.13 - found 'session' scope (OnWebApplicationCondition)
#21 62.13
#21 62.13 ServletWebServerFactoryAutoConfiguration.TomcatConfiguration matched:
#21 62.13 - @ConditionalOnClass found required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition)
#21 62.13
#21 62.13 ServletWebServerFactoryConfiguration.EmbeddedTomcat matched:
#21 62.13 - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition)
#21 62.13
#21 62.13 SimpleCacheConfiguration matched:
#21 62.13 - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition)
#21 62.13
#21 62.13 SimpleDiscoveryClientAutoConfiguration#simpleDiscoveryProperties matched:
#21 62.13 - @ConditionalOnMissingBean (types: org.springframework.cloud.client.discovery.simple.SimpleDiscoveryProperties; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SimpleMetricsExportAutoConfiguration matched:
#21 62.14 - @ConditionalOnEnabledMetricsExport management.simple.metrics.export.enabled is true (OnMetricsExportEnabledCondition)
#21 62.14 - @ConditionalOnBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) found bean 'micrometerClock'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SimpleMetricsExportAutoConfiguration#simpleConfig matched:
#21 62.14 - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.simple.SimpleConfig; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringBootWebSecurityConfiguration matched:
#21 62.14 - found 'session' scope (OnWebApplicationCondition)
#21 62.14
#21 62.14 SpringDataWebAutoConfiguration matched:
#21 62.14 - @ConditionalOnClass found required classes 'org.springframework.data.web.PageableHandlerMethodArgumentResolver', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
#21 62.14 - found 'session' scope (OnWebApplicationCondition)
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.data.web.PageableHandlerMethodArgumentResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDataWebAutoConfiguration#pageableCustomizer matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.data.web.config.PageableHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDataWebAutoConfiguration#sortCustomizer matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.data.web.config.SortHandlerMethodArgumentResolverCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDataWebAutoConfiguration#springDataWebSettings matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.data.web.config.SpringDataWebSettings; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfigProperties matched:
#21 62.14 - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition)
#21 62.14 - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration matched:
#21 62.14 - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
#21 62.14 - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#fileSupportConverter matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.converters.FileSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#globalOpenApiCustomizer matched:
#21 62.14 - @ConditionalOnMissingBean (names: globalOpenApiCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#initExtraSchemas matched:
#21 62.14 - @ConditionalOnProperty (springdoc.enable-extra-schemas) matched (OnPropertyCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#methodParameterPojoExtractor matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.extractor.MethodParameterPojoExtractor; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#openAPIBuilder matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.service.OpenAPIService; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#operationBuilder matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.service.OperationService; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#parameterBuilder matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.service.GenericParameterService; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#parameterObjectNamingStrategyCustomizer matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.ParameterObjectNamingStrategyCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#polymorphicModelConverter matched:
#21 62.14 - @ConditionalOnProperty (springdoc.model-converters.polymorphic-converter.enabled) matched (OnPropertyCondition)
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PolymorphicModelConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#requestBodyBuilder matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.service.RequestBodyService; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#responseSupportConverter matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.converters.ResponseSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#schemaPropertyDeprecatingConverter matched:
#21 62.14 - @ConditionalOnProperty (springdoc.model-converters.deprecating-converter.enabled) matched (OnPropertyCondition)
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.converters.SchemaPropertyDeprecatingConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#schemaUtils matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.utils.SchemaUtils; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#securityParser matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.service.SecurityService; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#springDocCustomizers matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.SpringDocCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#springDocProviders matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringDocProviders; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#springdocBeanFactoryPostProcessor matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition)
#21 62.14 - AnyNestedCondition 1 matched 1 did not; NestedCondition on CacheOrGroupedOpenApiCondition.OnCacheDisabled found non-matching nested conditions @ConditionalOnProperty (springdoc.cache.disabled) did not find property 'springdoc.cache.disabled', @ConditionalOnMissingBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) found beans of type 'org.springdoc.core.models.GroupedOpenApi' serviceApis, externalApis, internalApis; NestedCondition on CacheOrGroupedOpenApiCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 1 matched 1 did not; NestedCondition on MultipleOpenApiSupportCondition.OnActuatorDifferentPort found non-matching nested conditions Management Port actual port type (SAME) did not match required type (DIFFERENT), @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator'; NestedCondition on MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 2 matched 1 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnListGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) found beans 'internalApis', 'serviceApis', 'externalApis'; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty (springdoc.group-configs[0].group) did not find property 'springdoc.group-configs[0].group'; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) found beans 'internalApis', 'serviceApis', 'externalApis' (CacheOrGroupedOpenApiCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#springdocObjectMapperProvider matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.providers.ObjectMapperProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration.QuerydslProvider matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.data.querydsl.binding.QuerydslBindingsFactory' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocConfiguration.QuerydslProvider#queryDslQuerydslPredicateOperationCustomizer matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.QuerydslPredicateOperationCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration.SpringDocSpringDataWebPropertiesProvider matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocConfiguration.SpringDocSpringDataWebPropertiesProvider#springDataWebPropertiesProvider matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringDataWebPropertiesProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration.WebConversionServiceConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.boot.autoconfigure.web.format.WebConversionService' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocPageableConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.data.domain.Pageable' (OnClassCondition)
#21 62.14 - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
#21 62.14 - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition)
#21 62.14 - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocPageableConfiguration#dataRestDelegatingMethodParameterCustomizer matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.DataRestDelegatingMethodParameterCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocPageableConfiguration#pageOpenAPIConverter matched:
#21 62.14 - @ConditionalOnClass found required classes 'org.springframework.data.web.PagedModel', 'org.springframework.data.web.config.SpringDataWebSettings' (OnClassCondition)
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PageOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocPageableConfiguration#pageableOpenAPIConverter matched:
#21 62.14 - @ConditionalOnProperty (springdoc.model-converters.pageable-converter.enabled) matched (OnPropertyCondition)
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PageableOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocSecurityConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.security.web.SecurityFilterChain' (OnClassCondition)
#21 62.14 - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
#21 62.14 - @ConditionalOnExpression (#{${springdoc.api-docs.enabled:true} and ${springdoc.enable-spring-security:true}}) resulted in true (OnExpressionCondition)
#21 62.14 - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocSecurityConfiguration.SpringSecurityLoginEndpointConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'jakarta.servlet.Filter' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocSortConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.data.domain.Sort' (OnClassCondition)
#21 62.14 - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
#21 62.14 - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition)
#21 62.14 - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocSortConfiguration#sortOpenAPIConverter matched:
#21 62.14 - @ConditionalOnProperty (springdoc.sort-converter.enabled) matched (OnPropertyCondition)
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.converters.SortOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocWebMvcConfiguration matched:
#21 62.14 - found 'session' scope (OnWebApplicationCondition)
#21 62.14 - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition)
#21 62.14 - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocWebMvcConfiguration#openApiResource matched:
#21 62.14 - @ConditionalOnExpression (#{(${springdoc.use-management-port:false} == false ) and ${springdoc.enable-default-api-docs:true}}) resulted in true (OnExpressionCondition)
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.webmvc.api.OpenApiWebMvcResource; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocWebMvcConfiguration#requestBuilder matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.webmvc.core.service.RequestService; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocWebMvcConfiguration#responseBuilder matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.service.GenericResponseService; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocWebMvcConfiguration#springWebProvider matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringWebProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocWebMvcConfiguration.SpringDocWebMvcRouterConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.web.servlet.function.RouterFunction' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocWebMvcConfiguration.SpringDocWebMvcRouterConfiguration#routerFunctionProvider matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.webmvc.core.providers.RouterFunctionWebMvcProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SqlInitializationAutoConfiguration matched:
#21 62.14 - @ConditionalOnBooleanProperty (spring.sql.init.enabled=true) matched (OnPropertyCondition)
#21 62.14 - NoneNestedConditions 0 matched 1 did not; NestedCondition on SqlInitializationAutoConfiguration.SqlInitializationModeCondition.ModeIsNever @ConditionalOnProperty (spring.sql.init.mode=never) did not find property 'spring.sql.init.mode' (SqlInitializationAutoConfiguration.SqlInitializationModeCondition)
#21 62.14
#21 62.14 SslAutoConfiguration#sslBundleRegistry matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.ssl.SslBundleRegistry,org.springframework.boot.ssl.SslBundles; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SslHealthContributorAutoConfiguration matched:
#21 62.14 - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
#21 62.14
#21 62.14 SslHealthContributorAutoConfiguration#sslHealthIndicator matched:
#21 62.14 - @ConditionalOnMissingBean (names: sslHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SslHealthContributorAutoConfiguration#sslInfo matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.info.SslInfo; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SslObservabilityAutoConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
#21 62.14 - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry,org.springframework.boot.ssl.SslBundles; SearchStrategy: all) found beans 'sslBundleRegistry', 'simpleMeterRegistry' (OnBeanCondition)
#21 62.14
#21 62.14 StartupTimeMetricsListenerAutoConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
#21 62.14 - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
#21 62.14
#21 62.14 StartupTimeMetricsListenerAutoConfiguration#startupTimeMetrics matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SwaggerConfig matched:
#21 62.14 - found 'session' scope (OnWebApplicationCondition)
#21 62.14 - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition)
#21 62.14 - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition)
#21 62.14
#21 62.14 SwaggerConfig#indexPageTransformer matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerIndexTransformer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SwaggerConfig#swaggerConfigResource matched:
#21 62.14 - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition)
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerConfigResource; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SwaggerConfig#swaggerResourceResolver matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerResourceResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SwaggerConfig#swaggerWebMvcConfigurer matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerWebMvcConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SwaggerConfig#swaggerWelcome matched:
#21 62.14 - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition)
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerWelcomeWebMvc; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SwaggerUiConfigProperties matched:
#21 62.14 - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition)
#21 62.14 - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition)
#21 62.14
#21 62.14 SwaggerUiOAuthProperties matched:
#21 62.14 - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition)
#21 62.14 - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition)
#21 62.14
#21 62.14 SystemMetricsAutoConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
#21 62.14 - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
#21 62.14
#21 62.14 SystemMetricsAutoConfiguration#diskSpaceMetrics matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SystemMetricsAutoConfiguration#fileDescriptorMetrics matched:
#21 62.14 - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.FileDescriptorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SystemMetricsAutoConfiguration#processorMetrics matched:
#21 62.14 - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.ProcessorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 SystemMetricsAutoConfiguration#uptimeMetrics matched:
#21 62.14 - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.UptimeMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 TaskExecutionAutoConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition)
#21 62.14
#21 62.14 TaskExecutorConfigurations.AsyncConfigurerConfiguration matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.scheduling.annotation.AsyncConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 TaskExecutorConfigurations.AsyncConfigurerConfiguration#applicationTaskExecutorAsyncConfigurer matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.scheduling.annotation.AsyncConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilder matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14 - @ConditionalOnThreading found PLATFORM (OnThreadingCondition)
#21 62.14
#21 62.14 TaskExecutorConfigurations.TaskExecutorConfiguration matched:
#21 62.14 - AnyNestedCondition 1 matched 1 did not; NestedCondition on TaskExecutorConfigurations.OnExecutorCondition.ModelCondition @ConditionalOnProperty (spring.task.execution.mode=force) did not find property 'spring.task.execution.mode'; NestedCondition on TaskExecutorConfigurations.OnExecutorCondition.ExecutorBeanCondition @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) did not find any beans (TaskExecutorConfigurations.OnExecutorCondition)
#21 62.14
#21 62.14 TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutor matched:
#21 62.14 - @ConditionalOnThreading found PLATFORM (OnThreadingCondition)
#21 62.14
#21 62.14 TaskExecutorConfigurations.ThreadPoolTaskExecutorBuilderConfiguration#threadPoolTaskExecutorBuilder matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.task.ThreadPoolTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 TaskExecutorMetricsAutoConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.jvm.ExecutorServiceMetrics' (OnClassCondition)
#21 62.14 - @ConditionalOnBean (types: java.util.concurrent.Executor,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'applicationTaskExecutor', 'simpleMeterRegistry', 'taskScheduler' (OnBeanCondition)
#21 62.14
#21 62.14 TaskSchedulingAutoConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition)
#21 62.14
#21 62.14 TaskSchedulingAutoConfiguration#scheduledBeanLazyInitializationExcludeFilter matched:
#21 62.14 - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) found bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor' (OnBeanCondition)
#21 62.14
#21 62.14 TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilder matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14 - @ConditionalOnThreading found PLATFORM (OnThreadingCondition)
#21 62.14
#21 62.14 TaskSchedulingConfigurations.TaskSchedulerConfiguration matched:
#21 62.14 - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) found bean 'org.springframework.context.annotation.internalScheduledAnnotationProcessor'; @ConditionalOnMissingBean (types: org.springframework.scheduling.TaskScheduler,java.util.concurrent.ScheduledExecutorService; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 TaskSchedulingConfigurations.TaskSchedulerConfiguration#taskScheduler matched:
#21 62.14 - @ConditionalOnThreading found PLATFORM (OnThreadingCondition)
#21 62.14
#21 62.14 TaskSchedulingConfigurations.ThreadPoolTaskSchedulerBuilderConfiguration#threadPoolTaskSchedulerBuilder matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 TomcatMetricsAutoConfiguration matched:
#21 62.14 - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.binder.tomcat.TomcatMetrics', 'org.apache.catalina.Manager' (OnClassCondition)
#21 62.14 - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
#21 62.14
#21 62.14 TomcatMetricsAutoConfiguration#tomcatMetricsBinder matched:
#21 62.14 - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.tomcat.TomcatMetrics,org.springframework.boot.actuate.metrics.web.tomcat.TomcatMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 TransactionAutoConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)
#21 62.14
#21 62.14 TransactionAutoConfiguration.EnableTransactionManagementConfiguration matched:
#21 62.14 - @ConditionalOnBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found bean 'transactionManager'; @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration matched:
#21 62.14 - @ConditionalOnBooleanProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition)
#21 62.14
#21 62.14 TransactionAutoConfiguration.TransactionTemplateConfiguration matched:
#21 62.14 - @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a single bean 'transactionManager' (OnBeanCondition)
#21 62.14
#21 62.14 TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 TransactionManagerCustomizationAutoConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)
#21 62.14
#21 62.14 TransactionManagerCustomizationAutoConfiguration#platformTransactionManagerCustomizers matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 UtilAutoConfiguration matched:
#21 62.14 - @ConditionalOnProperty (spring.cloud.util.enabled) matched (OnPropertyCondition)
#21 62.14
#21 62.14 UtilAutoConfiguration#inetUtils matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.cloud.commons.util.InetUtils; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 ValidationAutoConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'jakarta.validation.executable.ExecutableValidator' (OnClassCondition)
#21 62.14 - @ConditionalOnResource found location classpath:META-INF/services/jakarta.validation.spi.ValidationProvider (OnResourceCondition)
#21 62.14
#21 62.14 ValidationAutoConfiguration#defaultValidator matched:
#21 62.14 - @ConditionalOnMissingBean (types: jakarta.validation.Validator; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 ValidationAutoConfiguration#methodValidationPostProcessor matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.validation.beanvalidation.MethodValidationPostProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebEndpointAutoConfiguration matched:
#21 62.14 - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
#21 62.14
#21 62.14 WebEndpointAutoConfiguration#controllerEndpointDiscoverer matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebEndpointAutoConfiguration#endpointMediaTypes matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebEndpointAutoConfiguration#pathMappedEndpoints matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebEndpointAutoConfiguration#webEndpointDiscoverer matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebEndpointAutoConfiguration.WebEndpointServletConfiguration matched:
#21 62.14 - found 'session' scope (OnWebApplicationCondition)
#21 62.14
#21 62.14 WebEndpointAutoConfiguration.WebEndpointServletConfiguration#servletEndpointDiscoverer matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcAutoConfiguration matched:
#21 62.14 - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
#21 62.14 - found 'session' scope (OnWebApplicationCondition)
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcAutoConfiguration#formContentFilter matched:
#21 62.14 - @ConditionalOnBooleanProperty (spring.mvc.formcontent.filter.enabled=true) matched (OnPropertyCondition)
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcAutoConfiguration.EnableWebMvcConfiguration#flashMapManager matched:
#21 62.14 - @ConditionalOnMissingBean (names: flashMapManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcAutoConfiguration.EnableWebMvcConfiguration#localeResolver matched:
#21 62.14 - @ConditionalOnMissingBean (names: localeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcAutoConfiguration.EnableWebMvcConfiguration#themeResolver matched:
#21 62.14 - @ConditionalOnMissingBean (names: themeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcAutoConfiguration.EnableWebMvcConfiguration#viewNameTranslator matched:
#21 62.14 - @ConditionalOnMissingBean (names: viewNameTranslator; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration matched:
#21 62.14 - @ConditionalOnEnabledResourceChain found class org.webjars.WebJarVersionLocator (OnEnabledResourceChainCondition)
#21 62.14
#21 62.14 WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched:
#21 62.14 - @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcEndpointManagementContextConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
#21 62.14 - found 'session' scope (OnWebApplicationCondition)
#21 62.14 - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet,org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) found beans 'webEndpointDiscoverer', 'dispatcherServlet' (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcEndpointManagementContextConfiguration#controllerEndpointHandlerMapping matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcEndpointManagementContextConfiguration#endpointObjectMapperWebMvcConfigurer matched:
#21 62.14 - @ConditionalOnBean (types: org.springframework.boot.actuate.endpoint.jackson.EndpointObjectMapper; SearchStrategy: all) found bean 'endpointObjectMapper' (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcEndpointManagementContextConfiguration#webEndpointServletHandlerMapping matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcObservationAutoConfiguration matched:
#21 62.14 - @ConditionalOnClass found required classes 'org.springframework.web.servlet.DispatcherServlet', 'io.micrometer.observation.Observation' (OnClassCondition)
#21 62.14 - found 'session' scope (OnWebApplicationCondition)
#21 62.14 - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcObservationAutoConfiguration#webMvcObservationFilter matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.web.filter.ServerHttpObservationFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcObservationAutoConfiguration.MeterFilterConfiguration matched:
#21 62.14 - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
#21 62.14 - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition)
#21 62.14
#21 62.14 WebSocketServletAutoConfiguration matched:
#21 62.14 - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'jakarta.websocket.server.ServerContainer' (OnClassCondition)
#21 62.14 - found 'session' scope (OnWebApplicationCondition)
#21 62.14
#21 62.14 WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration matched:
#21 62.14 - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition)
#21 62.14
#21 62.14 WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration#websocketServletWebServerCustomizer matched:
#21 62.14 - @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14
#21 62.14 Negative matches:
#21 62.14 -----------------
#21 62.14
#21 62.14 ActiveMQAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition)
#21 62.14
#21 62.14 AopAutoConfiguration.AspectJAutoProxyingConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.aspectj.weaver.Advice' (OnClassCondition)
#21 62.14
#21 62.14 AppOpticsMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.appoptics.AppOpticsMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 ArtemisAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition)
#21 62.14
#21 62.14 AtlasMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.atlas.AtlasMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 AuditAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnBooleanProperty (management.auditevents.enabled=true) matched (OnPropertyCondition)
#21 62.14
#21 62.14 AuditAutoConfiguration.AuthenticationAuditConfiguration:
#21 62.14 Did not match:
#21 62.14 - Ancestor org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.security.authentication.event.AbstractAuthenticationEvent' (OnClassCondition)
#21 62.14
#21 62.14 AuditAutoConfiguration.AuthorizationAuditConfiguration:
#21 62.14 Did not match:
#21 62.14 - Ancestor org.springframework.boot.actuate.autoconfigure.audit.AuditAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.security.access.event.AbstractAuthorizationEvent' (OnClassCondition)
#21 62.14
#21 62.14 AuditEventsEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 AvailabilityHealthContributorAutoConfiguration#livenessStateHealthIndicator:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBooleanProperty (management.health.livenessstate.enabled=true) did not find property 'management.health.livenessstate.enabled' (OnPropertyCondition)
#21 62.14
#21 62.14 AvailabilityHealthContributorAutoConfiguration#readinessStateHealthIndicator:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBooleanProperty (management.health.readinessstate.enabled=true) did not find property 'management.health.readinessstate.enabled' (OnPropertyCondition)
#21 62.14
#21 62.14 AvailabilityProbesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - Probes availability not running on a supported cloud platform (AvailabilityProbesAutoConfiguration.ProbesCondition)
#21 62.14
#21 62.14 BatchAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition)
#21 62.14
#21 62.14 BatchObservationAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.batch.core.configuration.annotation.BatchObservabilityBeanPostProcessor' (OnClassCondition)
#21 62.14
#21 62.14 BeansEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 BraveAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'brave.Tracer' (OnClassCondition)
#21 62.14
#21 62.14 Cache2kCacheConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.cache2k.Cache2kBuilder' (OnClassCondition)
#21 62.14
#21 62.14 CacheAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (names: cacheResolver types: org.springframework.cache.CacheManager; SearchStrategy: all) found beans of type 'org.springframework.cache.CacheManager' cacheManager (OnBeanCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition)
#21 62.14
#21 62.14 CacheAutoConfiguration.CacheManagerEntityManagerFactoryDependsOnPostProcessor:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition)
#21 62.14 - Ancestor org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
#21 62.14
#21 62.14 CacheMeterBinderProvidersConfiguration.Cache2kCacheMeterBinderProviderConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required classes 'org.cache2k.Cache2kBuilder', 'org.cache2k.extra.spring.SpringCache2kCache', 'org.cache2k.extra.micrometer.Cache2kCacheMetrics' (OnClassCondition)
#21 62.14
#21 62.14 CacheMeterBinderProvidersConfiguration.CaffeineCacheMeterBinderProviderConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.github.benmanes.caffeine.cache.Cache' (OnClassCondition)
#21 62.14
#21 62.14 CacheMeterBinderProvidersConfiguration.JCacheCacheMeterBinderProviderConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'javax.cache.CacheManager' (OnClassCondition)
#21 62.14
#21 62.14 CacheMeterBinderProvidersConfiguration.RedisCacheMeterBinderProviderConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.redis.cache.RedisCache' (OnClassCondition)
#21 62.14
#21 62.14 CachesEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition)
#21 62.14
#21 62.14 CaffeineCacheConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.github.benmanes.caffeine.cache.Caffeine' (OnClassCondition)
#21 62.14
#21 62.14 CassandraAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
#21 62.14
#21 62.14 CassandraDataAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
#21 62.14
#21 62.14 CassandraHealthContributorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
#21 62.14
#21 62.14 CassandraReactiveDataAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
#21 62.14
#21 62.14 CassandraReactiveHealthContributorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
#21 62.14
#21 62.14 CassandraReactiveRepositoriesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition)
#21 62.14
#21 62.14 CassandraRepositoriesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition)
#21 62.14
#21 62.14 org.springframework.boot.autoconfigure.http.client.reactive.ClientHttpConnectorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'reactor.core.publisher.Mono' (OnClassCondition)
#21 62.14
#21 62.14 org.springframework.boot.autoconfigure.web.reactive.function.client.ClientHttpConnectorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
#21 62.14
#21 62.14 CloudFoundryActuatorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnCloudPlatform did not find CLOUD_FOUNDRY (OnCloudPlatformCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
#21 62.14 - found 'session' scope (OnWebApplicationCondition)
#21 62.14 - @ConditionalOnBooleanProperty (management.cloudfoundry.enabled=true) matched (OnPropertyCondition)
#21 62.14
#21 62.14 CloudHypermediaAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.hateoas.Link' (OnClassCondition)
#21 62.14
#21 62.14 CodecsAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
#21 62.14
#21 62.14 CommonsClientAutoConfiguration.ActuatorConfiguration#featuresEndpoint:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 CompositeMeterRegistryConfiguration:
#21 62.14 Did not match:
#21 62.14 - NoneNestedConditions 1 matched 1 did not; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.SingleInjectableMeterRegistry @ConditionalOnSingleCandidate (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found a single bean 'simpleMeterRegistry'; NestedCondition on CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition.NoMeterRegistryCondition @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (CompositeMeterRegistryConfiguration.MultipleNonPrimaryMeterRegistriesCondition)
#21 62.14
#21 62.14 ConditionsReportEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 ConfigurationPropertiesReportEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 ConnectionFactoryHealthContributorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBean (types: io.r2dbc.spi.ConnectionFactory; SearchStrategy: all) did not find any beans of type io.r2dbc.spi.ConnectionFactory (OnBeanCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition)
#21 62.14 - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition)
#21 62.14
#21 62.14 ConnectionPoolMetricsAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.r2dbc.pool.ConnectionPool' (OnClassCondition)
#21 62.14
#21 62.14 CouchbaseAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
#21 62.14
#21 62.14 CouchbaseCacheConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
#21 62.14
#21 62.14 CouchbaseDataAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
#21 62.14
#21 62.14 CouchbaseHealthContributorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
#21 62.14
#21 62.14 CouchbaseReactiveDataAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
#21 62.14
#21 62.14 CouchbaseReactiveHealthContributorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
#21 62.14
#21 62.14 CouchbaseReactiveRepositoriesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
#21 62.14
#21 62.14 CouchbaseRepositoriesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
#21 62.14
#21 62.14 DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration:
#21 62.14 Did not match:
#21 62.14 - EmbeddedDataSource spring.datasource.url is set (DataSourceAutoConfiguration.EmbeddedDatabaseCondition)
#21 62.14
#21 62.14 DataSourceCheckpointRestoreConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.crac.Resource' (OnClassCondition)
#21 62.14
#21 62.14 DataSourceConfiguration.Dbcp2:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: javax.sql.DataSource; SearchStrategy: all) found beans of type 'javax.sql.DataSource' dataSource (OnBeanCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition)
#21 62.14 - @ConditionalOnProperty (spring.datasource.type=org.apache.commons.dbcp2.BasicDataSource) matched (OnPropertyCondition)
#21 62.14
#21 62.14 DataSourceConfiguration.Generic:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (spring.datasource.type) did not find property 'spring.datasource.type' (OnPropertyCondition)
#21 62.14
#21 62.14 DataSourceConfiguration.OracleUcp:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSourceImpl', 'oracle.jdbc.OracleConnection' (OnClassCondition)
#21 62.14
#21 62.14 DataSourceConfiguration.Tomcat:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition)
#21 62.14
#21 62.14 DataSourceJmxConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBooleanProperty (spring.jmx.enabled=true) found different value in property 'spring.jmx.enabled' (OnPropertyCondition)
#21 62.14
#21 62.14 DataSourcePoolMetadataProvidersConfiguration.OracleUcpPoolDataSourceMetadataProviderConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSource', 'oracle.jdbc.OracleConnection' (OnClassCondition)
#21 62.14
#21 62.14 DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition)
#21 62.14
#21 62.14 DatadogMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.datadog.DatadogMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition)
#21 62.14
#21 62.14 DynatraceMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.dynatrace.DynatraceMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 ElasticMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.elastic.ElasticMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 ElasticsearchClientAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'co.elastic.clients.elasticsearch.ElasticsearchClient' (OnClassCondition)
#21 62.14
#21 62.14 ElasticsearchDataAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate' (OnClassCondition)
#21 62.14
#21 62.14 ElasticsearchReactiveHealthContributorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
#21 62.14
#21 62.14 ElasticsearchRepositoriesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.repository.ElasticsearchRepository' (OnClassCondition)
#21 62.14
#21 62.14 ElasticsearchRestClientAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClientBuilder' (OnClassCondition)
#21 62.14
#21 62.14 ElasticsearchRestHealthContributorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClient' (OnClassCondition)
#21 62.14
#21 62.14 EmbeddedLdapAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition)
#21 62.14
#21 62.14 EmbeddedWebServerFactoryCustomizerAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - Application is deployed as a WAR file. (OnWarDeploymentCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
#21 62.14
#21 62.14 EnvironmentEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 ErrorWebFluxAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
#21 62.14
#21 62.14 FeignAcceptGzipEncodingAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (spring.cloud.openfeign.compression.response.enabled) did not find property 'spring.cloud.openfeign.compression.response.enabled' (OnPropertyCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'feign.Feign' (OnClassCondition)
#21 62.14
#21 62.14 FeignAutoConfiguration.CircuitBreakerPresentFeignTargeterConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (spring.cloud.openfeign.circuitbreaker.enabled=true) did not find property 'spring.cloud.openfeign.circuitbreaker.enabled' (OnPropertyCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.cloud.client.circuitbreaker.CircuitBreaker' (OnClassCondition)
#21 62.14
#21 62.14 FeignAutoConfiguration.Http2ClientFeignConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'feign.http2client.Http2Client' (OnClassCondition)
#21 62.14
#21 62.14 FeignAutoConfiguration.HttpClient5FeignConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'feign.hc5.ApacheHttp5Client' (OnClassCondition)
#21 62.14
#21 62.14 FeignAutoConfiguration.Oauth2FeignConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.OAuth2AuthorizedClientManager' (OnClassCondition)
#21 62.14
#21 62.14 FeignAutoConfiguration.OkHttpFeignConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'feign.okhttp.OkHttpClient' (OnClassCondition)
#21 62.14
#21 62.14 FeignContentGzipEncodingAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (spring.cloud.openfeign.compression.request.enabled) did not find property 'spring.cloud.openfeign.compression.request.enabled' (OnPropertyCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'feign.Feign' (OnClassCondition)
#21 62.14
#21 62.14 FeignHalAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.hateoas.config.WebConverters' (OnClassCondition)
#21 62.14
#21 62.14 FeignLoadBalancerAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBean did not find required type 'org.springframework.cloud.loadbalancer.support.LoadBalancerClientFactory' (OnBeanCondition)
#21 62.14
#21 62.14 FlywayAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition)
#21 62.14
#21 62.14 FlywayEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition)
#21 62.14
#21 62.14 FreeMarkerAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'freemarker.template.Configuration' (OnClassCondition)
#21 62.14
#21 62.14 GangliaMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.ganglia.GangliaMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 GraphQlAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
#21 62.14
#21 62.14 GraphQlObservationAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
#21 62.14
#21 62.14 GraphQlQueryByExampleAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
#21 62.14
#21 62.14 GraphQlQuerydslAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition)
#21 62.14
#21 62.14 GraphQlRSocketAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
#21 62.14
#21 62.14 GraphQlReactiveQueryByExampleAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
#21 62.14
#21 62.14 GraphQlReactiveQuerydslAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition)
#21 62.14
#21 62.14 GraphQlWebFluxAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
#21 62.14
#21 62.14 GraphQlWebFluxSecurityAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
#21 62.14
#21 62.14 GraphQlWebMvcAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
#21 62.14
#21 62.14 GraphQlWebMvcSecurityAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
#21 62.14
#21 62.14 GraphiteMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.graphite.GraphiteMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 GroovyTemplateAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition)
#21 62.14
#21 62.14 GsonAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition)
#21 62.14
#21 62.14 GsonHttpMessageConvertersConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition)
#21 62.14
#21 62.14 H2ConsoleAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.h2.server.web.JakartaWebServlet' (OnClassCondition)
#21 62.14
#21 62.14 HazelcastClientConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: com.hazelcast.core.HazelcastInstance; SearchStrategy: all) found beans of type 'com.hazelcast.core.HazelcastInstance' hazelcastInstance (OnBeanCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'com.hazelcast.client.HazelcastClient' (OnClassCondition)
#21 62.14
#21 62.14 HazelcastConfig#hazelcastClient:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (hazelcast.embedded=false) found different value in property 'embedded' (OnPropertyCondition)
#21 62.14
#21 62.14 HazelcastConnectionDetailsConfiguration.HazelcastClientConfigFileConfiguration:
#21 62.14 Did not match:
#21 62.14 - ResourceCondition (Hazelcast) did not find resources 'file:./hazelcast-client.xml', 'classpath:/hazelcast-client.xml', 'file:./hazelcast-client.yaml', 'classpath:/hazelcast-client.yaml', 'file:./hazelcast-client.yml', 'classpath:/hazelcast-client.yml' (HazelcastClientConfigAvailableCondition)
#21 62.14
#21 62.14 HazelcastJpaDependencyAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition)
#21 62.14
#21 62.14 HazelcastServerConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: com.hazelcast.core.HazelcastInstance; SearchStrategy: all) found beans of type 'com.hazelcast.core.HazelcastInstance' hazelcastInstance (OnBeanCondition)
#21 62.14
#21 62.14 HazelcastServerConfiguration.HazelcastLoggingConfigCustomizerConfiguration:
#21 62.14 Did not match:
#21 62.14 - Ancestor org.springframework.boot.autoconfigure.hazelcast.HazelcastServerConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.slf4j.Logger' (OnClassCondition)
#21 62.14
#21 62.14 HazelcastServerConfiguration.HazelcastServerConfigFileConfiguration:
#21 62.14 Did not match:
#21 62.14 - ResourceCondition (Hazelcast) did not find resources 'file:./hazelcast.xml', 'classpath:/hazelcast.xml', 'file:./hazelcast.yaml', 'classpath:/hazelcast.yaml', 'file:./hazelcast.yml', 'classpath:/hazelcast.yml' (HazelcastServerConfiguration.ConfigAvailableCondition)
#21 62.14 - Ancestor org.springframework.boot.autoconfigure.hazelcast.HazelcastServerConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
#21 62.14
#21 62.14 HazelcastServerConfiguration.SpringManagedContextHazelcastConfigCustomizerConfiguration:
#21 62.14 Did not match:
#21 62.14 - Ancestor org.springframework.boot.autoconfigure.hazelcast.HazelcastServerConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'com.hazelcast.spring.context.SpringManagedContext' (OnClassCondition)
#21 62.14
#21 62.14 HealthEndpointReactiveWebExtensionConfiguration:
#21 62.14 Did not match:
#21 62.14 - did not find reactive web application classes (OnWebApplicationCondition)
#21 62.14
#21 62.14 HealthEndpointWebExtensionConfiguration.JerseyAdditionalHealthEndpointPathsConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
#21 62.14
#21 62.14 HeapDumpWebEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint the configured access for endpoint 'heapdump' is NONE (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 HibernateJpaAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'jakarta.persistence.EntityManager' (OnClassCondition)
#21 62.14
#21 62.14 HibernateMetricsAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'jakarta.persistence.EntityManagerFactory' (OnClassCondition)
#21 62.14
#21 62.14 HttpExchangesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBean (types: org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository (OnBeanCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
#21 62.14 - @ConditionalOnBooleanProperty (management.httpexchanges.recording.enabled=true) matched (OnPropertyCondition)
#21 62.14
#21 62.14 HttpExchangesAutoConfiguration.ReactiveHttpExchangesConfiguration:
#21 62.14 Did not match:
#21 62.14 - did not find reactive web application classes (OnWebApplicationCondition)
#21 62.14 - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
#21 62.14
#21 62.14 HttpExchangesAutoConfiguration.ServletHttpExchangesConfiguration:
#21 62.14 Did not match:
#21 62.14 - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
#21 62.14 Matched:
#21 62.14 - found 'session' scope (OnWebApplicationCondition)
#21 62.14
#21 62.14 HttpExchangesEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 HttpHandlerAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition)
#21 62.14
#21 62.14 HumioMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.humio.HumioMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 HypermediaAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.hateoas.EntityModel' (OnClassCondition)
#21 62.14
#21 62.14 InfinispanCacheConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager' (OnClassCondition)
#21 62.14
#21 62.14 InfluxMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.influx.InfluxMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 InfoContributorAutoConfiguration#buildInfoContributor:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.BuildProperties; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition)
#21 62.14
#21 62.14 InfoContributorAutoConfiguration#envInfoContributor:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnEnabledInfoContributor management.info.env.enabled is not true (OnEnabledInfoContributorCondition)
#21 62.14
#21 62.14 InfoContributorAutoConfiguration#gitInfoContributor:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.GitProperties; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition)
#21 62.14
#21 62.14 InfoContributorAutoConfiguration#javaInfoContributor:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnEnabledInfoContributor management.info.java.enabled is not true (OnEnabledInfoContributorCondition)
#21 62.14
#21 62.14 InfoContributorAutoConfiguration#osInfoContributor:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnEnabledInfoContributor management.info.os.enabled is not true (OnEnabledInfoContributorCondition)
#21 62.14
#21 62.14 InfoContributorAutoConfiguration#processInfoContributor:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnEnabledInfoContributor management.info.process.enabled is not true (OnEnabledInfoContributorCondition)
#21 62.14
#21 62.14 InfoContributorAutoConfiguration#sslInfo:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnEnabledInfoContributor management.info.ssl.enabled is not true (OnEnabledInfoContributorCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.info.SslInfo; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 InfoContributorAutoConfiguration#sslInfoContributor:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnEnabledInfoContributor management.info.ssl.enabled is not true (OnEnabledInfoContributorCondition)
#21 62.14
#21 62.14 InfoEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 IntegrationAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition)
#21 62.14
#21 62.14 IntegrationGraphEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.integration.graph.IntegrationGraphServer' (OnClassCondition)
#21 62.14
#21 62.14 JCacheCacheConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'javax.cache.Caching' (OnClassCondition)
#21 62.14
#21 62.14 JdbcRepositoriesAutoConfiguration.SpringBootJdbcConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration; SearchStrategy: all) found beans of type 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' conversionJdbcConfig (OnBeanCondition)
#21 62.14
#21 62.14 JerseyAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition)
#21 62.14
#21 62.14 JerseySameManagementContextConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
#21 62.14
#21 62.14 JerseyServerMetricsAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.glassfish.jersey.micrometer.server.ObservationApplicationEventListener' (OnClassCondition)
#21 62.14
#21 62.14 JerseyWebEndpointManagementContextConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
#21 62.14
#21 62.14 JettyMetricsAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.eclipse.jetty.server.Server' (OnClassCondition)
#21 62.14
#21 62.14 JmsAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'jakarta.jms.Message' (OnClassCondition)
#21 62.14
#21 62.14 JmsHealthContributorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition)
#21 62.14
#21 62.14 JmxAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBooleanProperty (spring.jmx.enabled=true) found different value in property 'spring.jmx.enabled' (OnPropertyCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition)
#21 62.14
#21 62.14 JmxEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBooleanProperty (spring.jmx.enabled=true) found different value in property 'spring.jmx.enabled' (OnPropertyCondition)
#21 62.14
#21 62.14 JmxMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.jmx.JmxMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 JndiConnectionFactoryAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition)
#21 62.14
#21 62.14 JndiDataSourceAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'spring.datasource.jndi-name' (OnPropertyCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
#21 62.14
#21 62.14 JndiJtaConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnJndi JNDI environment is not available (OnJndiCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.transaction.jta.JtaTransactionManager' (OnClassCondition)
#21 62.14
#21 62.14 JooqAutoConfiguration#settings:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (spring.jooq.config) did not find property 'spring.jooq.config' (OnPropertyCondition)
#21 62.14
#21 62.14 JpaRepositoriesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition)
#21 62.14
#21 62.14 JsonbAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition)
#21 62.14
#21 62.14 JsonbHttpMessageConvertersConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition)
#21 62.14
#21 62.14 JvmMetricsAutoConfiguration.VirtualThreadMetricsConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.java21.instrument.binder.jdk.VirtualThreadMetrics' (OnClassCondition)
#21 62.14
#21 62.14 KafkaAnnotationDrivenConfiguration#kafkaListenerContainerFactoryConfigurerVirtualThreads:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer; SearchStrategy: all) found beans of type 'org.springframework.boot.autoconfigure.kafka.ConcurrentKafkaListenerContainerFactoryConfigurer' kafkaListenerContainerFactoryConfigurer (OnBeanCondition)
#21 62.14
#21 62.14 KafkaAnnotationDrivenConfiguration.EnableKafkaConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (names: org.springframework.kafka.config.internalKafkaListenerAnnotationProcessor; SearchStrategy: all) found beans named org.springframework.kafka.config.internalKafkaListenerAnnotationProcessor (OnBeanCondition)
#21 62.14
#21 62.14 KafkaAutoConfiguration#kafkaConsumerFactory:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.kafka.core.ConsumerFactory; SearchStrategy: all) found beans of type 'org.springframework.kafka.core.ConsumerFactory' consumerReplicationFactory (OnBeanCondition)
#21 62.14
#21 62.14 KafkaAutoConfiguration#kafkaJaasInitializer:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBooleanProperty (spring.kafka.jaas.enabled=true) did not find property 'spring.kafka.jaas.enabled' (OnPropertyCondition)
#21 62.14
#21 62.14 KafkaAutoConfiguration#kafkaProducerFactory:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.kafka.core.ProducerFactory; SearchStrategy: all) found beans of type 'org.springframework.kafka.core.ProducerFactory' auditLibProducerFactory (OnBeanCondition)
#21 62.14
#21 62.14 KafkaAutoConfiguration#kafkaRetryTopicConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBooleanProperty (spring.kafka.retry.topic.enabled=true) did not find property 'spring.kafka.retry.topic.enabled' (OnPropertyCondition)
#21 62.14
#21 62.14 KafkaAutoConfiguration#kafkaTemplate:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.kafka.core.KafkaTemplate; SearchStrategy: all) found beans of type 'org.springframework.kafka.core.KafkaTemplate' flowTemplate, owbKafkaTemplate, auditLibKafkaTemplate (OnBeanCondition)
#21 62.14
#21 62.14 KafkaAutoConfiguration#kafkaTransactionManager:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (spring.kafka.producer.transaction-id-prefix) did not find property 'spring.kafka.producer.transaction-id-prefix' (OnPropertyCondition)
#21 62.14
#21 62.14 KafkaStreamsAnnotationDrivenConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.apache.kafka.streams.StreamsBuilder' (OnClassCondition)
#21 62.14
#21 62.14 KairosMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.kairos.KairosMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 LdapAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition)
#21 62.14
#21 62.14 LdapHealthContributorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.LdapOperations' (OnClassCondition)
#21 62.14
#21 62.14 LdapRepositoriesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition)
#21 62.14
#21 62.14 LettuceMetricsAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.lettuce.core.metrics.MicrometerCommandLatencyRecorder' (OnClassCondition)
#21 62.14
#21 62.14 LibEventLoggingConfiguration#subjectFromJwtSupplierService:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: ru.rshbintech.crft.dboul.ndbo.backend.core.event.logging.auditservice.SubjectSupplierService; SearchStrategy: all) found beans of type 'ru.rshbintech.crft.dboul.ndbo.backend.core.event.logging.auditservice.SubjectSupplierService' subjectSupplierServiceImpl (OnBeanCondition)
#21 62.14
#21 62.14 LiquibaseAutoConfiguration.CustomizerConfiguration#springLiquibaseCustomizer:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBean (types: liquibase.integration.spring.Customizer; SearchStrategy: all) did not find any beans of type liquibase.integration.spring.Customizer (OnBeanCondition)
#21 62.14
#21 62.14 LiquibaseEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'liquibase.integration.spring.SpringLiquibase' (OnClassCondition)
#21 62.14
#21 62.14 LoadBalancerAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBean (types: org.springframework.cloud.client.loadbalancer.LoadBalancerClient; SearchStrategy: all) did not find any beans of type org.springframework.cloud.client.loadbalancer.LoadBalancerClient (OnBeanCondition)
#21 62.14 Matched:
#21 62.14 - AnyNestedCondition 2 matched 0 did not; NestedCondition on BlockingRestClassesPresentCondition.RestClientPresent @ConditionalOnClass found required class 'org.springframework.web.client.RestClient'; NestedCondition on BlockingRestClassesPresentCondition.RestTemplatePresent @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (BlockingRestClassesPresentCondition)
#21 62.14
#21 62.14 LoadBalancerAutoConfiguration.RetryAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - Ancestor org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.retry.support.RetryTemplate' (OnClassCondition)
#21 62.14
#21 62.14 LoadBalancerAutoConfiguration.RetryInterceptorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - Ancestor org.springframework.cloud.client.loadbalancer.LoadBalancerAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.retry.support.RetryTemplate' (OnClassCondition)
#21 62.14 - @ConditionalOnProperty (spring.cloud.loadbalancer.retry.enabled) matched (OnPropertyCondition)
#21 62.14
#21 62.14 LoadBalancerBeanPostProcessorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
#21 62.14
#21 62.14 Log4J2MetricsAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.apache.logging.log4j.core.LoggerContext' (OnClassCondition)
#21 62.14
#21 62.14 LogFileWebEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 LoggersEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 MailSenderJndiConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (spring.mail.jndi-name) did not find property 'spring.mail.jndi-name' (OnPropertyCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'jakarta.mail.Session' (OnClassCondition)
#21 62.14
#21 62.14 MailSenderValidatorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBooleanProperty (spring.mail.test-connection=true) did not find property 'spring.mail.test-connection' (OnPropertyCondition)
#21 62.14
#21 62.14 ManagementContextAutoConfiguration.DifferentManagementContextConfiguration:
#21 62.14 Did not match:
#21 62.14 - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition)
#21 62.14
#21 62.14 ManagementWebSecurityAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' clientFilterChain, bankFilterChain; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition)
#21 62.14 Matched:
#21 62.14 - found 'session' scope (OnWebApplicationCondition)
#21 62.14
#21 62.14 MappingsEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 MessageSourceAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition)
#21 62.14
#21 62.14 MetricsAspectsAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.aspectj.weaver.Advice' (OnClassCondition)
#21 62.14
#21 62.14 MetricsEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition)
#21 62.14
#21 62.14 MicrometerTracingAutoConfiguration.SpanAspectConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.aspectj.weaver.Advice' (OnClassCondition)
#21 62.14
#21 62.14 MongoAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
#21 62.14
#21 62.14 MongoDataAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
#21 62.14
#21 62.14 MongoHealthContributorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.mongodb.core.MongoTemplate' (OnClassCondition)
#21 62.14
#21 62.14 MongoMetricsAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition)
#21 62.14
#21 62.14 MongoReactiveAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
#21 62.14
#21 62.14 MongoReactiveDataAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
#21 62.14
#21 62.14 MongoReactiveHealthContributorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
#21 62.14
#21 62.14 MongoReactiveRepositoriesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
#21 62.14
#21 62.14 MongoRepositoriesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
#21 62.14
#21 62.14 MultipleOpenApiSupportConfiguration.SpringDocWebMvcActuatorDifferentConfiguration:
#21 62.14 Did not match:
#21 62.14 - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition)
#21 62.14
#21 62.14 MustacheAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition)
#21 62.14
#21 62.14 Neo4jAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
#21 62.14
#21 62.14 Neo4jDataAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
#21 62.14
#21 62.14 Neo4jHealthContributorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
#21 62.14
#21 62.14 Neo4jReactiveDataAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
#21 62.14
#21 62.14 Neo4jReactiveRepositoriesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
#21 62.14
#21 62.14 Neo4jRepositoriesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
#21 62.14
#21 62.14 NettyAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.netty.util.NettyRuntime' (OnClassCondition)
#21 62.14
#21 62.14 NewRelicMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.newrelic.NewRelicMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 NoOpMeterRegistryConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (OnBeanCondition)
#21 62.14
#21 62.14 NoopTracerAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) found beans of type 'io.micrometer.tracing.Tracer' micrometerOtelTracer (OnBeanCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'io.micrometer.tracing.Tracer' (OnClassCondition)
#21 62.14
#21 62.14 OAuth2AuthorizationServerAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition)
#21 62.14
#21 62.14 OAuth2AuthorizationServerJwtAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition)
#21 62.14
#21 62.14 OAuth2ClientAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.registration.ClientRegistration' (OnClassCondition)
#21 62.14
#21 62.14 OAuth2ClientWebSecurityAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.web.OAuth2AuthorizedClientRepository' (OnClassCondition)
#21 62.14
#21 62.14 OAuth2ResourceServerJwtConfiguration.JwtConverterConfiguration:
#21 62.14 Did not match:
#21 62.14 - AnyNestedCondition 0 matched 3 did not; NestedCondition on OAuth2ResourceServerJwtConfiguration.JwtConverterPropertiesCondition.OnAuthoritiesClaimName @ConditionalOnProperty (spring.security.oauth2.resourceserver.jwt.authorities-claim-name) did not find property 'spring.security.oauth2.resourceserver.jwt.authorities-claim-name'; NestedCondition on OAuth2ResourceServerJwtConfiguration.JwtConverterPropertiesCondition.OnPrincipalClaimName @ConditionalOnProperty (spring.security.oauth2.resourceserver.jwt.principal-claim-name) did not find property 'spring.security.oauth2.resourceserver.jwt.principal-claim-name'; NestedCondition on OAuth2ResourceServerJwtConfiguration.JwtConverterPropertiesCondition.OnAuthorityPrefix @ConditionalOnProperty (spring.security.oauth2.resourceserver.jwt.authority-prefix) did not find property 'spring.security.oauth2.resourceserver.jwt.authority-prefix' (OAuth2ResourceServerJwtConfiguration.JwtConverterPropertiesCondition)
#21 62.14
#21 62.14 OAuth2ResourceServerJwtConfiguration.JwtDecoderConfiguration#jwtDecoderByIssuerUri:
#21 62.14 Did not match:
#21 62.14 - OpenID Connect Issuer URI Condition did not find issuer-uri property (IssuerUriCondition)
#21 62.14
#21 62.14 OAuth2ResourceServerJwtConfiguration.JwtDecoderConfiguration#jwtDecoderByPublicKeyValue:
#21 62.14 Did not match:
#21 62.14 - Public Key Value Condition did not find public-key-location property (KeyValueCondition)
#21 62.14
#21 62.14 OAuth2ResourceServerJwtConfiguration.OAuth2SecurityFilterChainConfiguration:
#21 62.14 Did not match:
#21 62.14 - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' clientFilterChain, bankFilterChain; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition)
#21 62.14
#21 62.14 OAuth2ResourceServerOpaqueTokenConfiguration.OAuth2SecurityFilterChainConfiguration:
#21 62.14 Did not match:
#21 62.14 - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' clientFilterChain, bankFilterChain; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition)
#21 62.14
#21 62.14 OAuth2ResourceServerOpaqueTokenConfiguration.OpaqueTokenIntrospectionClientConfiguration#opaqueTokenIntrospector:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (spring.security.oauth2.resourceserver.opaquetoken.introspection-uri) did not find property 'spring.security.oauth2.resourceserver.opaquetoken.introspection-uri' (OnPropertyCondition)
#21 62.14
#21 62.14 ObservationAutoConfiguration.MeterObservationHandlerConfiguration.OnlyMetricsMeterObservationHandlerConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) found beans of type 'io.micrometer.tracing.Tracer' micrometerOtelTracer (OnBeanCondition)
#21 62.14
#21 62.14 ObservationAutoConfiguration.ObservedAspectConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.aspectj.weaver.Advice' (OnClassCondition)
#21 62.14
#21 62.14 ObservationAutoConfiguration.OnlyMetricsConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingClass found unwanted class 'io.micrometer.tracing.Tracer' (OnClassCondition)
#21 62.14
#21 62.14 ObservationAutoConfiguration.OnlyTracingConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingClass found unwanted class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 OpenTelemetryPropagationConfigurations.PropagationWithBaggage#textMapPropagatorWithBaggage:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnEnabledTracing management.tracing.enabled is false (OnEnabledTracingCondition)
#21 62.14
#21 62.14 OpenTelemetryPropagationConfigurations.PropagationWithoutBaggage:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBooleanProperty (management.tracing.baggage.enabled=false) did not find property 'management.tracing.baggage.enabled' (OnPropertyCondition)
#21 62.14
#21 62.14 OtlpLoggingAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.opentelemetry.exporter.otlp.http.logs.OtlpHttpLogRecordExporter' (OnClassCondition)
#21 62.14
#21 62.14 OtlpMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.registry.otlp.OtlpMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 OtlpTracingAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.opentelemetry.exporter.otlp.http.trace.OtlpHttpSpanExporter' (OnClassCondition)
#21 62.14
#21 62.14 PauseResumeEndpointsConfiguration#pauseEndpoint:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBean (types: org.springframework.cloud.context.restart.RestartEndpoint; SearchStrategy: all) did not find any beans of type org.springframework.cloud.context.restart.RestartEndpoint (OnBeanCondition)
#21 62.14
#21 62.14 PauseResumeEndpointsConfiguration#resumeEndpoint:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBean (types: org.springframework.cloud.context.restart.RestartEndpoint; SearchStrategy: all) did not find any beans of type org.springframework.cloud.context.restart.RestartEndpoint (OnBeanCondition)
#21 62.14
#21 62.14 ProjectInfoAutoConfiguration#buildProperties:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition)
#21 62.14
#21 62.14 ProjectInfoAutoConfiguration#gitProperties:
#21 62.14 Did not match:
#21 62.14 - GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition)
#21 62.14
#21 62.14 PrometheusMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnEnabledMetricsExport management.defaults.metrics.export.enabled is considered false (OnMetricsExportEnabledCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'io.micrometer.prometheusmetrics.PrometheusMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 PulsarAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition)
#21 62.14
#21 62.14 PulsarReactiveAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition)
#21 62.14
#21 62.14 QuartzAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition)
#21 62.14
#21 62.14 QuartzEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition)
#21 62.14
#21 62.14 R2dbcAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnResource did not find resource 'classpath:META-INF/services/io.r2dbc.spi.ConnectionFactoryProvider' (OnResourceCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition)
#21 62.14
#21 62.14 R2dbcDataAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition)
#21 62.14
#21 62.14 R2dbcInitializationConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.init.DatabasePopulator' (OnClassCondition)
#21 62.14
#21 62.14 R2dbcObservationAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.r2dbc.proxy.ProxyConnectionFactory' (OnClassCondition)
#21 62.14
#21 62.14 R2dbcProxyAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.r2dbc.proxy.ProxyConnectionFactory' (OnClassCondition)
#21 62.14
#21 62.14 R2dbcRepositoriesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.repository.R2dbcRepository' (OnClassCondition)
#21 62.14
#21 62.14 R2dbcTransactionManagerAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition)
#21 62.14
#21 62.14 RSocketGraphQlClientAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
#21 62.14
#21 62.14 RSocketMessagingAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition)
#21 62.14
#21 62.14 RSocketRequesterAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition)
#21 62.14
#21 62.14 RSocketSecurityAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition)
#21 62.14
#21 62.14 RSocketServerAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition)
#21 62.14
#21 62.14 RSocketStrategiesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.netty.buffer.PooledByteBufAllocator' (OnClassCondition)
#21 62.14
#21 62.14 RabbitAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition)
#21 62.14
#21 62.14 RabbitHealthContributorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.amqp.rabbit.core.RabbitTemplate' (OnClassCondition)
#21 62.14
#21 62.14 RabbitMetricsAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.rabbitmq.client.ConnectionFactory' (OnClassCondition)
#21 62.14
#21 62.14 ReactiveCloudFoundryActuatorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
#21 62.14
#21 62.14 ReactiveCommonsClientAutoConfiguration.ReactiveDiscoveryLoadBalancerConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
#21 62.14
#21 62.14 ReactiveCompositeDiscoveryClientAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
#21 62.14
#21 62.14 ReactiveElasticsearchClientAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'co.elastic.clients.transport.ElasticsearchTransport' (OnClassCondition)
#21 62.14
#21 62.14 ReactiveElasticsearchRepositoriesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'reactor.core.publisher.Mono' (OnClassCondition)
#21 62.14
#21 62.14 ReactiveHealthEndpointConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
#21 62.14
#21 62.14 ReactiveManagementContextAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
#21 62.14
#21 62.14 ReactiveManagementWebSecurityAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
#21 62.14
#21 62.14 ReactiveMultipartAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
#21 62.14
#21 62.14 ReactiveOAuth2ClientAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
#21 62.14
#21 62.14 ReactiveOAuth2ClientWebSecurityAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
#21 62.14
#21 62.14 ReactiveOAuth2ResourceServerAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
#21 62.14
#21 62.14 ReactiveSecurityAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
#21 62.14
#21 62.14 ReactiveUserDetailsServiceAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - AnyNestedCondition 0 matched 3 did not; NestedCondition on ReactiveUserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured.PasswordConfigured @ConditionalOnProperty (spring.security.user.password) did not find property 'spring.security.user.password'; NestedCondition on ReactiveUserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured.NameConfigured @ConditionalOnProperty (spring.security.user.name) did not find property 'spring.security.user.name'; NestedCondition on ReactiveUserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured.MissingAlternative @ConditionalOnMissingClass found unwanted class 'org.springframework.security.oauth2.server.resource.introspection.ReactiveOpaqueTokenIntrospector' (ReactiveUserDetailsServiceAutoConfiguration.MissingAlternativeOrUserPropertiesConfigured)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.security.authentication.ReactiveAuthenticationManager' (OnClassCondition)
#21 62.14
#21 62.14 ReactiveWebServerFactoryAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
#21 62.14
#21 62.14 ReactorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'reactor.core.publisher.Hooks' (OnClassCondition)
#21 62.14
#21 62.14 ReactorLoadBalancerClientAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
#21 62.14
#21 62.14 RedisAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition)
#21 62.14
#21 62.14 RedisCacheConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition)
#21 62.14
#21 62.14 RedisHealthContributorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition)
#21 62.14
#21 62.14 RedisReactiveAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
#21 62.14
#21 62.14 RedisReactiveHealthContributorAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
#21 62.14
#21 62.14 RedisRepositoriesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition)
#21 62.14
#21 62.14 RefreshAutoConfiguration#legacyContextRefresher:
#21 62.14 Did not match:
#21 62.14 - AnyNestedCondition 0 matched 3 did not; NestedCondition on ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition.OnBootstrapEnabled @ConditionalOnProperty (spring.cloud.bootstrap.enabled) did not find property 'spring.cloud.bootstrap.enabled'; NestedCondition on ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition.OnUseLegacyProcessingEnabled @ConditionalOnProperty (spring.config.use-legacy-processing) did not find property 'spring.config.use-legacy-processing'; NestedCondition on ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition.OnBootstrapMarkerClassPresent @ConditionalOnClass did not find required class 'org.springframework.cloud.bootstrap.marker.Marker' (ConditionalOnBootstrapEnabled.OnBootstrapEnabledCondition)
#21 62.14
#21 62.14 RefreshEndpointAutoConfiguration.RefreshEndpointConfiguration#refreshEndpoint:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnBean (types: org.springframework.cloud.context.refresh.ContextRefresher; SearchStrategy: all) found bean 'configDataContextRefresher'; @ConditionalOnMissingBean (types: org.springframework.cloud.endpoint.RefreshEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 RepositoryRestMvcAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition)
#21 62.14
#21 62.14 RestartEndpointWithIntegrationConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.integration.monitor.IntegrationMBeanExporter' (OnClassCondition)
#21 62.14
#21 62.14 RestartEndpointWithoutIntegrationConfiguration#restartEndpointWithoutIntegration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint the configured access for endpoint 'restart' is NONE (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 Saml2RelyingPartyAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition)
#21 62.14
#21 62.14 SbomEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 ScheduledTasksEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 SecurityDataConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.security.data.repository.query.SecurityEvaluationContextExtension' (OnClassCondition)
#21 62.14
#21 62.14 SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
#21 62.14
#21 62.14 SendGridAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition)
#21 62.14
#21 62.14 ServiceRegistryAutoConfiguration.ServiceRegistryEndpointConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBean (types: org.springframework.cloud.client.serviceregistry.ServiceRegistry; SearchStrategy: all) did not find any beans of type org.springframework.cloud.client.serviceregistry.ServiceRegistry (OnBeanCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.annotation.Endpoint' (OnClassCondition)
#21 62.14
#21 62.14 ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition)
#21 62.14
#21 62.14 ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBooleanProperty (management.server.add-application-context-header=true) did not find property 'management.server.add-application-context-header' (OnPropertyCondition)
#21 62.14
#21 62.14 ServletWebServerFactoryAutoConfiguration.ForwardedHeaderFilterConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (server.forward-headers-strategy=framework) did not find property 'server.forward-headers-strategy' (OnPropertyCondition)
#21 62.14
#21 62.14 ServletWebServerFactoryConfiguration.EmbeddedJetty:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition)
#21 62.14
#21 62.14 ServletWebServerFactoryConfiguration.EmbeddedUndertow:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition)
#21 62.14
#21 62.14 SessionAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition)
#21 62.14
#21 62.14 SessionsEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition)
#21 62.14
#21 62.14 ShutdownEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint the configured access for endpoint 'shutdown' is NONE (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 SignalFxMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.signalfx.SignalFxMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 SimpleReactiveDiscoveryClientAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
#21 62.14
#21 62.14 SpringApplicationAdminJmxAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBooleanProperty (spring.application.admin.enabled=true) did not find property 'spring.application.admin.enabled' (OnPropertyCondition)
#21 62.14
#21 62.14 SpringBootWebSecurityConfiguration.SecurityFilterChainConfiguration:
#21 62.14 Did not match:
#21 62.14 - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) found beans of type 'org.springframework.security.web.SecurityFilterChain' clientFilterChain, bankFilterChain; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass found required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition)
#21 62.14
#21 62.14 SpringBootWebSecurityConfiguration.WebSecurityEnablerConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (names: springSecurityFilterChain; SearchStrategy: all) found beans named springSecurityFilterChain (OnBeanCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#oas31ModelConverter:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (springdoc.explicit-object-schema=true) did not find property 'springdoc.explicit-object-schema' (OnPropertyCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#propertiesResolverForSchema:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (springdoc.api-docs.resolve-schema-properties) did not find property 'springdoc.api-docs.resolve-schema-properties' (OnPropertyCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#propertyCustomizingConverter:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBean (types: org.springdoc.core.customizers.PropertyCustomizer; SearchStrategy: all) did not find any beans of type org.springdoc.core.customizers.PropertyCustomizer (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocConfiguration#springdocBeanFactoryPostProcessor2:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingClass found unwanted class 'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocConfiguration.SpringDocActuatorConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator' (OnPropertyCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocConfiguration.SpringDocRepositoryRestConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.rest.core.config.RepositoryRestConfiguration' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocConfiguration.SpringDocWebFluxSupportConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocDataRestConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.data.rest.core.config.RepositoryRestConfiguration' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocFunctionCatalogConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.cloud.function.web.function.FunctionEndpointInitializer' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocGroovyConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'groovy.lang.MetaClass' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocHateoasConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.hateoas.server.LinkRelationProvider' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocJacksonKotlinModuleConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.module.kotlin.KotlinModule' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocJavadocConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.github.therapi.runtimejavadoc.CommentFormatter' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocKotlinConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'kotlin.coroutines.Continuation' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocKotlinxConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'kotlinx.coroutines.flow.Flow' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocSecurityConfiguration.SpringDocSecurityOAuth2ClientConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.client.annotation.RegisteredOAuth2AuthorizedClient' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocSecurityConfiguration.SpringDocSecurityOAuth2Configuration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationService' (OnClassCondition)
#21 62.14
#21 62.14 SpringDocSecurityConfiguration.SpringSecurityLoginEndpointConfiguration#springSecurityLoginEndpointCustomizer:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (springdoc.show-login-endpoint) did not find property 'springdoc.show-login-endpoint' (OnPropertyCondition)
#21 62.14
#21 62.14 SpringDocSortConfiguration#dataRestDelegatingMethodParameterCustomizer:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.DataRestDelegatingMethodParameterCustomizer; SearchStrategy: all) found beans of type 'org.springdoc.core.customizers.DataRestDelegatingMethodParameterCustomizer' dataRestDelegatingMethodParameterCustomizer (OnBeanCondition)
#21 62.14
#21 62.14 SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration#actuatorProvider:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnExpression (#{${springdoc.show-actuator:false} or ${springdoc.use-management-port:false}}) resulted in false (OnExpressionCondition)
#21 62.14
#21 62.14 SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration#openApiActuatorResource:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnExpression (#{${springdoc.use-management-port:false} and ${springdoc.enable-default-api-docs:true}}) resulted in false (OnExpressionCondition)
#21 62.14
#21 62.14 SslObservabilityAutoConfiguration#sslInfoProvider:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.info.SslInfo; SearchStrategy: all) found beans of type 'org.springframework.boot.info.SslInfo' sslInfo (OnBeanCondition)
#21 62.14
#21 62.14 StackdriverMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.stackdriver.StackdriverMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 StartupEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - ApplicationStartup configured applicationStartup is of type class org.springframework.core.metrics.DefaultApplicationStartup, expected BufferingApplicationStartup. (StartupEndpointAutoConfiguration.ApplicationStartupCondition)
#21 62.14
#21 62.14 StatsdMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.micrometer.statsd.StatsdMeterRegistry' (OnClassCondition)
#21 62.14
#21 62.14 SwaggerConfig#springWebProvider:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringWebProvider; SearchStrategy: all) found beans of type 'org.springdoc.core.providers.SpringWebProvider' springWebProvider (OnBeanCondition)
#21 62.14
#21 62.14 SwaggerConfig#swaggerUiHome:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (springdoc.swagger-ui.use-root-path=true) did not find property 'springdoc.swagger-ui.use-root-path' (OnPropertyCondition)
#21 62.14
#21 62.14 SwaggerConfig.SwaggerActuatorWelcomeConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (springdoc.use-management-port) did not find property 'springdoc.use-management-port' (OnPropertyCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition)
#21 62.14
#21 62.14 TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilderVirtualThreads:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder' simpleAsyncTaskExecutorBuilder (OnBeanCondition)
#21 62.14
#21 62.14 TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutorVirtualThreads:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition)
#21 62.14
#21 62.14 TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilderVirtualThreads:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder' simpleAsyncTaskSchedulerBuilder (OnBeanCondition)
#21 62.14
#21 62.14 TaskSchedulingConfigurations.TaskSchedulerConfiguration#taskSchedulerVirtualThreads:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition)
#21 62.14
#21 62.14 ThreadDumpEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition)
#21 62.14
#21 62.14 ThymeleafAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.thymeleaf.spring6.SpringTemplateEngine' (OnClassCondition)
#21 62.14
#21 62.14 TransactionAutoConfiguration#transactionalOperator:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnSingleCandidate (types: org.springframework.transaction.ReactiveTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
#21 62.14
#21 62.14 TransactionAutoConfiguration.AspectJTransactionManagementConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBean did not find required type 'org.springframework.transaction.aspectj.AbstractTransactionAspect' (OnBeanCondition)
#21 62.14 - @ConditionalOnBean (types: ?; SearchStrategy: all) did not find any beans of type ? (OnBeanCondition)
#21 62.14
#21 62.14 TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBooleanProperty (spring.aop.proxy-target-class=false) did not find property 'spring.aop.proxy-target-class' (OnPropertyCondition)
#21 62.14
#21 62.14 WavefrontAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.application.ApplicationTags' (OnClassCondition)
#21 62.14
#21 62.14 WavefrontMetricsExportAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition)
#21 62.14
#21 62.14 WavefrontTracingAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition)
#21 62.14
#21 62.14 WebClientAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
#21 62.14
#21 62.14 WebClientObservationConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
#21 62.14
#21 62.14 WebFluxAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
#21 62.14
#21 62.14 WebFluxEndpointManagementContextConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition)
#21 62.14
#21 62.14 WebFluxObservationAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
#21 62.14
#21 62.14 WebMvcAutoConfiguration#hiddenHttpMethodFilter:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBooleanProperty (spring.mvc.hiddenmethod.filter.enabled=true) did not find property 'spring.mvc.hiddenmethod.filter.enabled' (OnPropertyCondition)
#21 62.14
#21 62.14 WebMvcAutoConfiguration.ProblemDetailsErrorHandlingConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBooleanProperty (spring.mvc.problemdetails.enabled=true) did not find property 'spring.mvc.problemdetails.enabled' (OnPropertyCondition)
#21 62.14
#21 62.14 WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition)
#21 62.14
#21 62.14 WebMvcEndpointManagementContextConfiguration#managementHealthEndpointWebMvcHandlerMapping:
#21 62.14 Did not match:
#21 62.14 - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition)
#21 62.14
#21 62.14 WebServiceTemplateAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.ws.client.core.WebServiceTemplate' (OnClassCondition)
#21 62.14
#21 62.14 WebServicesAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition)
#21 62.14
#21 62.14 WebSessionIdResolverAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'reactor.core.publisher.Mono' (OnClassCondition)
#21 62.14
#21 62.14 WebSocketMessagingAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition)
#21 62.14
#21 62.14 WebSocketReactiveAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
#21 62.14
#21 62.14 WebSocketServletAutoConfiguration.JettyWebSocketConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'org.eclipse.jetty.ee10.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer' (OnClassCondition)
#21 62.14
#21 62.14 WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition)
#21 62.14
#21 62.14 WritableEnvironmentEndpointAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnProperty (management.endpoint.env.post.enabled) did not find property 'management.endpoint.env.post.enabled' (OnPropertyCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required classes 'org.springframework.boot.actuate.env.EnvironmentEndpoint', 'org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' (OnClassCondition)
#21 62.14
#21 62.14 XADataSourceAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnBean (types: org.springframework.boot.jdbc.XADataSourceWrapper; SearchStrategy: all) did not find any beans of type org.springframework.boot.jdbc.XADataSourceWrapper (OnBeanCondition)
#21 62.14 Matched:
#21 62.14 - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'jakarta.transaction.TransactionManager', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
#21 62.14
#21 62.14 ZipkinAutoConfiguration:
#21 62.14 Did not match:
#21 62.14 - @ConditionalOnClass did not find required class 'zipkin2.reporter.Encoding' (OnClassCondition)
#21 62.14
#21 62.14
#21 62.14 Exclusions:
#21 62.14 -----------
#21 62.14
#21 62.14 org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration
#21 62.14
#21 62.14
#21 62.14 Unconditional classes:
#21 62.14 ----------------------
#21 62.14
#21 62.14 org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
#21 62.14
#21 62.14 ru.rshbintech.crft.dboul.ndbo.backend.core.employee.access.control.config.RshbSecurityAutoConfiguration
#21 62.14
#21 62.14 org.springframework.cloud.client.ReactiveCommonsClientAutoConfiguration
#21 62.14
#21 62.14 org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration
#21 62.14
#21 62.14 org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration
#21 62.14
#21 62.14 org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration
#21 62.14
#21 62.14 org.springframework.cloud.client.discovery.simple.SimpleDiscoveryClientAutoConfiguration
#21 62.14
#21 62.14 org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
#21 62.14
#21 62.14 org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration
#21 62.14
#21 62.14 org.springframework.cloud.client.CommonsClientAutoConfiguration
#21 62.14
#21 62.14 org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration
#21 62.14
#21 62.14 org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration
#21 62.14
#21 62.14 org.springframework.cloud.commons.config.CommonsConfigAutoConfiguration
#21 62.14
#21 62.14 org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration
#21 62.14
#21 62.14 org.springframework.cloud.client.loadbalancer.LoadBalancerDefaultMappingsProviderAutoConfiguration
#21 62.14
#21 62.14 org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClientAutoConfiguration
#21 62.14
#21 62.14 org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration
#21 62.14
#21 62.14 org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration
#21 62.14
#21 62.14 org.springframework.cloud.autoconfigure.LifecycleMvcEndpointAutoConfiguration
#21 62.14
#21 62.14 org.springdoc.core.configuration.SpringDocSpecPropertiesConfiguration
#21 62.14
#21 62.14 org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration
#21 62.14
#21 62.14 ru.rshbintech.crft.dboul.ndbo.backend.core.event.logging.config.LibEventLoggingConfiguration
#21 62.14
#21 62.14 org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
#21 62.14
#21 62.14
#21 62.14
#21 62.15 {"@timestamp":"2026-06-25T14:34:07.196518486Z","@version":"1","message":"\n\nError starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.","logger_name":"org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLogger","thread_name":"main","level":"INFO","level_value":20000}
#21 62.15 {"@timestamp":"2026-06-25T14:34:07.199008014Z","@version":"1","message":"Application run failed","logger_name":"org.springframework.boot.SpringApplication","thread_name":"main","level":"ERROR","level_value":40000,"stack_trace":"org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.config.internalAutoProxyCreator': Could not initialize class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:614)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)\n\tat org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:265)\n\tat org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:808)\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:611)\n\tat org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)\n\tat org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439)\n\tat org.springframework.boot.SpringApplication.run(SpringApplication.java:318)\n\tat org.springframework.boot.test.context.SpringBootContextLoader.lambda$loadContext$3(SpringBootContextLoader.java:144)\n\tat org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:58)\n\tat org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:46)\n\tat org.springframework.boot.SpringApplication.withHook(SpringApplication.java:1461)\n\tat org.springframework.boot.test.context.SpringBootContextLoader$ContextLoaderHook.run(SpringBootContextLoader.java:563)\n\tat org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:144)\n\tat org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:110)\n\tat org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:225)\n\tat org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:152)\n\tat org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)\n\tat org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)\n\tat org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:139)\n\tat org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)\n\tat org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:159)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:383)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:388)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:382)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:382)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:293)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:292)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:281)\n\tat java.base/java.util.Optional.orElseGet(Optional.java:364)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:280)\n\tat org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:27)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:112)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:111)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:128)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:128)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:201)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:170)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:94)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:59)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:142)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:58)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$1(InterceptingLauncher.java:39)\n\tat org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:38)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithoutCancellationToken(LauncherAdapter.java:60)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:52)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136)\n\tat org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)\n\tat org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)\n\tat org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)\n\tat org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)\nCaused by: java.lang.NoClassDefFoundError: Could not initialize class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory\n\tat org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.initBeanFactory(AnnotationAwareAspectJAutoProxyCreator.java:82)\n\tat org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.setBeanFactory(AbstractAdvisorAutoProxyCreator.java:67)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeAwareMethods(AbstractAutowireCapableBeanFactory.java:1847)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1814)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607)\n\t... 100 common frames omitted\nCaused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: org/aspectj/lang/annotation/Pointcut [in thread \"main\"]\n\tat org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.<clinit>(AbstractAspectJAdvisorFactory.java:60)\n\tat org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.initBeanFactory(AnnotationAwareAspectJAutoProxyCreator.java:82)\n\tat org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.setBeanFactory(AbstractAdvisorAutoProxyCreator.java:67)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeAwareMethods(AbstractAutowireCapableBeanFactory.java:1847)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1814)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)\n\tat org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:265)\n\tat org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:808)\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:611)\n\tat org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)\n\tat org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439)\n\tat org.springframework.boot.SpringApplication.run(SpringApplication.java:318)\n\tat org.springframework.boot.test.context.SpringBootContextLoader.lambda$loadContext$3(SpringBootContextLoader.java:144)\n\tat org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:58)\n\tat org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:46)\n\tat org.springframework.boot.SpringApplication.withHook(SpringApplication.java:1461)\n\tat org.springframework.boot.test.context.SpringBootContextLoader$ContextLoaderHook.run(SpringBootContextLoader.java:563)\n\tat org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:144)\n\tat org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:110)\n\tat org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:225)\n\tat org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:152)\n\tat org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)\n\tat org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)\n\tat org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:139)\n\tat org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)\n\tat org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:159)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)\n\tat java.base/java.util.Optional.orElseGet(Optional.java:364)\n\tat java.base/java.util.Optional.ifPresent(Optional.java:178)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)\n\tat java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)\n\tat java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)\n\tat java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)\n\tat java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)\n\tat java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)\n\tat java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n"}
#21 62.15 {"@timestamp":"2026-06-25T14:34:07.200943442Z","@version":"1","message":"Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener] to prepare test instance [ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest@562080e0]","logger_name":"org.springframework.test.context.TestContextManager","thread_name":"main","level":"WARN","level_value":30000,"stack_trace":"java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@67c368e1 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [\"org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true\"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@135acf52, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = \"src/main/webapp\", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]\n\tat org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:180)\n\tat org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)\n\tat org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)\n\tat org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:139)\n\tat org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)\n\tat org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:159)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:383)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:388)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:382)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:382)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:293)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:292)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:281)\n\tat java.base/java.util.Optional.orElseGet(Optional.java:364)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:280)\n\tat org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:27)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:112)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:111)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:128)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:128)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:201)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:170)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:94)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:59)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:142)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:58)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$1(InterceptingLauncher.java:39)\n\tat org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:38)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithoutCancellationToken(LauncherAdapter.java:60)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:52)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136)\n\tat org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)\n\tat org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)\n\tat org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)\n\tat org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)\nCaused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.config.internalAutoProxyCreator': Could not initialize class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:614)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)\n\tat org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:265)\n\tat org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:808)\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:611)\n\tat org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)\n\tat org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439)\n\tat org.springframework.boot.SpringApplication.run(SpringApplication.java:318)\n\tat org.springframework.boot.test.context.SpringBootContextLoader.lambda$loadContext$3(SpringBootContextLoader.java:144)\n\tat org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:58)\n\tat org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:46)\n\tat org.springframework.boot.SpringApplication.withHook(SpringApplication.java:1461)\n\tat org.springframework.boot.test.context.SpringBootContextLoader$ContextLoaderHook.run(SpringBootContextLoader.java:563)\n\tat org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:144)\n\tat org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:110)\n\tat org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:225)\n\tat org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:152)\n\t... 80 common frames omitted\nCaused by: java.lang.NoClassDefFoundError: Could not initialize class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory\n\tat org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.initBeanFactory(AnnotationAwareAspectJAutoProxyCreator.java:82)\n\tat org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.setBeanFactory(AbstractAdvisorAutoProxyCreator.java:67)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeAwareMethods(AbstractAutowireCapableBeanFactory.java:1847)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1814)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607)\n\t... 100 common frames omitted\nCaused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: org/aspectj/lang/annotation/Pointcut [in thread \"main\"]\n\tat org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.<clinit>(AbstractAspectJAdvisorFactory.java:60)\n\tat org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.initBeanFactory(AnnotationAwareAspectJAutoProxyCreator.java:82)\n\tat org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.setBeanFactory(AbstractAdvisorAutoProxyCreator.java:67)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeAwareMethods(AbstractAutowireCapableBeanFactory.java:1847)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1814)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607)\n\tat org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)\n\tat org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)\n\tat org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)\n\tat org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:265)\n\tat org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:808)\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:611)\n\tat org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)\n\tat org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439)\n\tat org.springframework.boot.SpringApplication.run(SpringApplication.java:318)\n\tat org.springframework.boot.test.context.SpringBootContextLoader.lambda$loadContext$3(SpringBootContextLoader.java:144)\n\tat org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:58)\n\tat org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:46)\n\tat org.springframework.boot.SpringApplication.withHook(SpringApplication.java:1461)\n\tat org.springframework.boot.test.context.SpringBootContextLoader$ContextLoaderHook.run(SpringBootContextLoader.java:563)\n\tat org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:144)\n\tat org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:110)\n\tat org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:225)\n\tat org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:152)\n\tat org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)\n\tat org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)\n\tat org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:139)\n\tat org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)\n\tat org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:159)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)\n\tat java.base/java.util.Optional.orElseGet(Optional.java:364)\n\tat java.base/java.util.Optional.ifPresent(Optional.java:178)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)\n\tat java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)\n\tat java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)\n\tat java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)\n\tat java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)\n\tat java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)\n\tat java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n"}
#21 62.15 {"@timestamp":"2026-06-25T14:34:07.21197522Z","@version":"1","message":"Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener] to prepare test instance [ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest@4f8527e3]","logger_name":"org.springframework.test.context.TestContextManager","thread_name":"main","level":"WARN","level_value":30000,"stack_trace":"java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@67c368e1 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [\"org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true\"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@135acf52, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = \"src/main/webapp\", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]\n\tat org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)\n\tat org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)\n\tat org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)\n\tat org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:139)\n\tat org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)\n\tat org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:159)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:383)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:388)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:382)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:382)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:293)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:292)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:281)\n\tat java.base/java.util.Optional.orElseGet(Optional.java:364)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:280)\n\tat org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:27)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:112)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:111)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:128)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:128)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:201)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:170)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:94)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:59)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:142)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:58)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$1(InterceptingLauncher.java:39)\n\tat org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:38)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithoutCancellationToken(LauncherAdapter.java:60)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:52)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136)\n\tat org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)\n\tat org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)\n\tat org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)\n\tat org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)\n"}
#21 62.16 {"@timestamp":"2026-06-25T14:34:07.216939333Z","@version":"1","message":"Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener] to prepare test instance [ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest@42b464cc]","logger_name":"org.springframework.test.context.TestContextManager","thread_name":"main","level":"WARN","level_value":30000,"stack_trace":"java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@67c368e1 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [\"org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true\"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@135acf52, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = \"src/main/webapp\", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]\n\tat org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)\n\tat org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)\n\tat org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)\n\tat org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:139)\n\tat org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)\n\tat org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:159)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:383)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:388)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:382)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:382)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:293)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:292)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:281)\n\tat java.base/java.util.Optional.orElseGet(Optional.java:364)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:280)\n\tat org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:27)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:112)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:111)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:128)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:128)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:201)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:170)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:94)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:59)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:142)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:58)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$1(InterceptingLauncher.java:39)\n\tat org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:38)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithoutCancellationToken(LauncherAdapter.java:60)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:52)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136)\n\tat org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)\n\tat org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)\n\tat org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)\n\tat org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)\n"}
#21 62.16 {"@timestamp":"2026-06-25T14:34:07.221276853Z","@version":"1","message":"Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener] to prepare test instance [ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest@734f84fc]","logger_name":"org.springframework.test.context.TestContextManager","thread_name":"main","level":"WARN","level_value":30000,"stack_trace":"java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@67c368e1 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = [\"org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true\"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@135acf52, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = \"src/main/webapp\", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]\n\tat org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)\n\tat org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)\n\tat org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)\n\tat org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:139)\n\tat org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)\n\tat org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:159)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$10(ClassBasedTestDescriptor.java:383)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:388)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$11(ClassBasedTestDescriptor.java:382)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)\n\tat java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)\n\tat java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)\n\tat java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)\n\tat java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)\n\tat java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)\n\tat java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)\n\tat java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:382)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:293)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:292)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:281)\n\tat java.base/java.util.Optional.orElseGet(Optional.java:364)\n\tat org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:280)\n\tat org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:27)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:112)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:111)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:69)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:128)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:128)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:201)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:170)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:94)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:59)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:142)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:58)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$1(InterceptingLauncher.java:39)\n\tat org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:38)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithoutCancellationToken(LauncherAdapter.java:60)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:52)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136)\n\tat org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)\n\tat org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)\n\tat org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)\n\tat org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)\n"}
#21 62.19 14:34:07 [ERROR] Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 1.223 s <<< FAILURE! -- in ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest
#21 62.19 14:34:07 [ERROR] ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest.successCcbCreateForInternetAcquiringTest -- Time elapsed: 0.004 s <<< ERROR!
#21 62.19 java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@67c368e1 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@135acf52, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 62.19 at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:180)
#21 62.19 at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
#21 62.19 at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)
#21 62.19 at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:139)
#21 62.19 at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)
#21 62.19 at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:159)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
#21 62.19 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
#21 62.19 at java.base/java.util.Optional.orElseGet(Optional.java:364)
#21 62.19 at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
#21 62.19 at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
#21 62.19 Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.config.internalAutoProxyCreator': Could not initialize class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
#21 62.19 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:614)
#21 62.19 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
#21 62.19 at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
#21 62.19 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
#21 62.19 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
#21 62.19 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
#21 62.19 at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:265)
#21 62.19 at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:808)
#21 62.19 at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:611)
#21 62.19 at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
#21 62.19 at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439)
#21 62.19 at org.springframework.boot.SpringApplication.run(SpringApplication.java:318)
#21 62.19 at org.springframework.boot.test.context.SpringBootContextLoader.lambda$loadContext$3(SpringBootContextLoader.java:144)
#21 62.19 at org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:58)
#21 62.19 at org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:46)
#21 62.19 at org.springframework.boot.SpringApplication.withHook(SpringApplication.java:1461)
#21 62.19 at org.springframework.boot.test.context.SpringBootContextLoader$ContextLoaderHook.run(SpringBootContextLoader.java:563)
#21 62.19 at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:144)
#21 62.19 at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:110)
#21 62.19 at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:225)
#21 62.19 at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:152)
#21 62.19 ... 19 more
#21 62.19 Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory
#21 62.19 at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.initBeanFactory(AnnotationAwareAspectJAutoProxyCreator.java:82)
#21 62.19 at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.setBeanFactory(AbstractAdvisorAutoProxyCreator.java:67)
#21 62.19 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeAwareMethods(AbstractAutowireCapableBeanFactory.java:1847)
#21 62.19 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1814)
#21 62.19 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607)
#21 62.19 ... 39 more
#21 62.19 Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoClassDefFoundError: org/aspectj/lang/annotation/Pointcut [in thread "main"]
#21 62.19 at org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.<clinit>(AbstractAspectJAdvisorFactory.java:60)
#21 62.19 at org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.initBeanFactory(AnnotationAwareAspectJAutoProxyCreator.java:82)
#21 62.19 at org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.setBeanFactory(AbstractAdvisorAutoProxyCreator.java:67)
#21 62.19 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeAwareMethods(AbstractAutowireCapableBeanFactory.java:1847)
#21 62.19 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1814)
#21 62.19 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:607)
#21 62.19 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:529)
#21 62.19 at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:339)
#21 62.19 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:373)
#21 62.19 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:337)
#21 62.19 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
#21 62.19 at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:265)
#21 62.19 at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:808)
#21 62.19 at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:611)
#21 62.19 at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
#21 62.19 at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439)
#21 62.19 at org.springframework.boot.SpringApplication.run(SpringApplication.java:318)
#21 62.19 at org.springframework.boot.test.context.SpringBootContextLoader.lambda$loadContext$3(SpringBootContextLoader.java:144)
#21 62.19 at org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:58)
#21 62.19 at org.springframework.util.function.ThrowingSupplier.get(ThrowingSupplier.java:46)
#21 62.19 at org.springframework.boot.SpringApplication.withHook(SpringApplication.java:1461)
#21 62.19 at org.springframework.boot.test.context.SpringBootContextLoader$ContextLoaderHook.run(SpringBootContextLoader.java:563)
#21 62.19 at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:144)
#21 62.19 at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:110)
#21 62.19 at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:225)
#21 62.19 at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:152)
#21 62.19 at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
#21 62.19 at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)
#21 62.19 at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:139)
#21 62.19 at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)
#21 62.19 at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:159)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
#21 62.19 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
#21 62.19 at java.base/java.util.Optional.orElseGet(Optional.java:364)
#21 62.19 at java.base/java.util.Optional.ifPresent(Optional.java:178)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
#21 62.19 at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
#21 62.19 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:1024)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
#21 62.19 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
#21 62.19 at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
#21 62.19 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
#21 62.19 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
#21 62.19 ... 2 more
#21 62.19
#21 62.19 14:34:07 [ERROR] ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest.failedValidationCreateNewMerchantAgreementDraftTest -- Time elapsed: 0.002 s <<< ERROR!
#21 62.19 java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@67c368e1 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@135acf52, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 62.19 at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
#21 62.19 at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
#21 62.19 at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)
#21 62.19 at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:139)
#21 62.19 at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)
#21 62.19 at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:159)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
#21 62.19 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
#21 62.19 at java.base/java.util.Optional.orElseGet(Optional.java:364)
#21 62.19 at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
#21 62.19 at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
#21 62.19
#21 62.19 14:34:07 [ERROR] ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest.successSaveNewMerchantAgreementDraftTest -- Time elapsed: 0.001 s <<< ERROR!
#21 62.19 java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@67c368e1 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@135acf52, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 62.19 at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
#21 62.19 at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
#21 62.19 at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)
#21 62.19 at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:139)
#21 62.19 at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)
#21 62.19 at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:159)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
#21 62.19 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
#21 62.19 at java.base/java.util.Optional.orElseGet(Optional.java:364)
#21 62.19 at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
#21 62.19 at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
#21 62.19
#21 62.19 14:34:07 [ERROR] ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest.createPdfFileIfNotCreatedTest -- Time elapsed: 0.001 s <<< ERROR!
#21 62.19 java.lang.IllegalStateException: ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@67c368e1 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@135acf52, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 62.19 at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:145)
#21 62.19 at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:130)
#21 62.19 at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:200)
#21 62.19 at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:139)
#21 62.19 at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:260)
#21 62.19 at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:159)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
#21 62.19 at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
#21 62.19 at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1708)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
#21 62.19 at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
#21 62.19 at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
#21 62.19 at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
#21 62.19 at java.base/java.util.Optional.orElseGet(Optional.java:364)
#21 62.19 at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
#21 62.19 at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
#21 62.19
#21 62.19 14:34:07 [INFO] Running ru.rshbintech.crft.dboul.ndbo.backend.service.core.MccServiceTest
#21 62.50 14:34:07 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 s -- in ru.rshbintech.crft.dboul.ndbo.backend.service.core.MccServiceTest
#21 62.50 14:34:07 [INFO] Running ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsConsumerTest
#21 62.68 {"@timestamp":"2026-06-25T14:34:07.742403861Z","@version":"1","message":"Сохранена настройка: test.key, значение: def","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsConsumer","thread_name":"main","level":"INFO","level_value":20000}
#21 62.69 {"@timestamp":"2026-06-25T14:34:07.74951457Z","@version":"1","message":"Сохранена настройка: test.key, значение: 123","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsConsumer","thread_name":"main","level":"INFO","level_value":20000}
#21 62.89 {"@timestamp":"2026-06-25T14:34:07.927302589Z","@version":"1","message":"Ошибка во время обработки сообщения от МС Настройки: SomeRuntimeException","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsConsumer","thread_name":"main","level":"ERROR","level_value":40000,"stack_trace":"java.lang.RuntimeException: SomeRuntimeException\n\tat ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.dto.SettingResponseDto.properties(SettingResponseDto.java:5)\n\tat ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsConsumer.listenUpdatedSetting(SettingsConsumer.java:25)\n\tat ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsConsumerTest.listenUpdatedSetting_shouldLogError_whenExceptionOccurs(SettingsConsumerTest.java:69)\n\tat java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:580)\n\tat org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:775)\n\tat org.junit.platform.commons.support.ReflectionSupport.invokeMethod(ReflectionSupport.java:479)\n\tat org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)\n\tat org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:161)\n\tat org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:152)\n\tat org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:91)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:112)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:94)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:93)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:87)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:216)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:212)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:201)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:170)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:94)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:59)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:142)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:58)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$1(InterceptingLauncher.java:39)\n\tat org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:38)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithoutCancellationToken(LauncherAdapter.java:60)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:52)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136)\n\tat org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)\n\tat org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)\n\tat org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)\n\tat org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)\n"}
#21 62.89 14:34:07 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s -- in ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsConsumerTest
#21 62.89 14:34:07 [INFO] Running ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsRegistrationServiceTest
#21 63.18 {"@timestamp":"2026-06-25T14:34:08.23305644Z","@version":"1","message":"Регистрация настроек в МС Настройки","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsRegistrationService","thread_name":"main","level":"INFO","level_value":20000}
#21 63.18 {"@timestamp":"2026-06-25T14:34:08.234161491Z","@version":"1","message":"Файл настроек не найден: /not-exists.json","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsRegistrationService","thread_name":"main","level":"ERROR","level_value":40000}
#21 63.28 {"@timestamp":"2026-06-25T14:34:08.241917063Z","@version":"1","message":"Регистрация настроек в МС Настройки","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsRegistrationService","thread_name":"main","level":"INFO","level_value":20000}
#21 63.29 {"@timestamp":"2026-06-25T14:34:08.343100652Z","@version":"1","message":"Регистрация настроек в МС Настройки","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsRegistrationService","thread_name":"main","level":"INFO","level_value":20000}
#21 63.30 {"@timestamp":"2026-06-25T14:34:08.353452788Z","@version":"1","message":"Ошибка регистрации настроек в МС Настройки: Kafka error","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsRegistrationService","thread_name":"main","level":"ERROR","level_value":40000,"stack_trace":"java.lang.RuntimeException: Kafka error\n\tat org.springframework.kafka.core.KafkaTemplate.send(KafkaTemplate.java:596)\n\tat ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsRegistrationService.registrationSettings(SettingsRegistrationService.java:41)\n\tat ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsRegistrationServiceTest.lambda$registrationSettings_whenKafkaThrowsException_shouldBeHandled$0(SettingsRegistrationServiceTest.java:93)\n\tat org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:49)\n\tat org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:36)\n\tat org.junit.jupiter.api.Assertions.assertDoesNotThrow(Assertions.java:3199)\n\tat ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsRegistrationServiceTest.registrationSettings_whenKafkaThrowsException_shouldBeHandled(SettingsRegistrationServiceTest.java:93)\n\tat java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:580)\n\tat org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:775)\n\tat org.junit.platform.commons.support.ReflectionSupport.invokeMethod(ReflectionSupport.java:479)\n\tat org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)\n\tat org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:161)\n\tat org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:152)\n\tat org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:91)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:112)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:94)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:93)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:87)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:216)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:212)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:201)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:170)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:94)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:59)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:142)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:58)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$1(InterceptingLauncher.java:39)\n\tat org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:38)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithoutCancellationToken(LauncherAdapter.java:60)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:52)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136)\n\tat org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)\n\tat org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)\n\tat org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)\n\tat org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)\n"}
#21 63.30 14:34:08 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s -- in ru.rshbintech.crft.dboul.ndbo.backend.service.core.setting.SettingsRegistrationServiceTest
#21 63.30 14:34:08 [INFO] Running ru.rshbintech.crft.dboul.ndbo.backend.service.core.EmployeeRBACServiceTest
#21 63.51 14:34:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.200 s -- in ru.rshbintech.crft.dboul.ndbo.backend.service.core.EmployeeRBACServiceTest
#21 63.51 14:34:08 [INFO] Running ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreControllerTest
#21 63.62 {"@timestamp":"2026-06-25T14:34:08.571143009Z","@version":"1","message":"Could not detect default configuration classes for test class [ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreControllerTest]: StoreControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.","logger_name":"org.springframework.test.context.support.AnnotationConfigContextLoaderUtils","thread_name":"main","level":"INFO","level_value":20000}
#21 63.62 {"@timestamp":"2026-06-25T14:34:08.642105605Z","@version":"1","message":"Found @SpringBootConfiguration ru.rshbintech.crft.dboul.ndbo.backend.Application for test class ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreControllerTest","logger_name":"org.springframework.boot.test.context.SpringBootTestContextBootstrapper","thread_name":"main","level":"INFO","level_value":20000}
#21 63.73
#21 63.73 . ____ _ __ _ _
#21 63.73 /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
#21 63.73 ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
#21 63.73 \\/ ___)| |_)| | | | | || (_| | ) ) ) )
#21 63.73 ' |____| .__|_| |_|_| |_\__, | / / / /
#21 63.73 =========|_|==============|___/=/_/_/_/
#21 63.73
#21 63.73 :: Spring Boot :: (v3.5.7)
#21 63.73
#21 63.73 {"@timestamp":"2026-06-25T14:34:08.723948377Z","@version":"1","message":"\n\nFound multiple occurrences of org.json.JSONObject on the class path:\n\n\tjar:file:/app/.m2/repository/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar!/org/json/JSONObject.class\n\tjar:file:/app/.m2/repository/org/json/json/20240303/json-20240303.jar!/org/json/JSONObject.class\n\nYou may wish to exclude one of them to ensure predictable runtime behavior\n","logger_name":"org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer","thread_name":"main","level":"WARN","level_value":30000}
#21 63.73 {"@timestamp":"2026-06-25T14:34:08.730203747Z","@version":"1","message":"Starting StoreControllerTest using Java 21.0.10 with PID 805 (started by app in /app/owb-ms-prd-qr-acquiring-impl)","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreControllerTest","thread_name":"main","level":"INFO","level_value":20000}
#21 63.73 {"@timestamp":"2026-06-25T14:34:08.730578924Z","@version":"1","message":"No active profile set, falling back to 1 default profile: \"default\"","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreControllerTest","thread_name":"main","level":"INFO","level_value":20000}
#21 63.73 14:34:08,712 |-WARN in ch.qos.logback.core.model.processor.AppenderModelHandler - Appender named [CONSOLE] not referenced. Skipping further processing.
#21 66.21 {"@timestamp":"2026-06-25T14:34:11.206670978Z","@version":"1","message":"Initializing Spring TestDispatcherServlet ''","logger_name":"org.springframework.boot.test.mock.web.SpringBootMockServletContext","thread_name":"main","level":"INFO","level_value":20000}
#21 66.21 {"@timestamp":"2026-06-25T14:34:11.206970003Z","@version":"1","message":"Initializing Servlet ''","logger_name":"org.springframework.test.web.servlet.TestDispatcherServlet","thread_name":"main","level":"INFO","level_value":20000}
#21 66.21 {"@timestamp":"2026-06-25T14:34:11.208258097Z","@version":"1","message":"Completed initialization in 1 ms","logger_name":"org.springframework.test.web.servlet.TestDispatcherServlet","thread_name":"main","level":"INFO","level_value":20000}
#21 66.21 {"@timestamp":"2026-06-25T14:34:11.256871799Z","@version":"1","message":"Started StoreControllerTest in 2.604 seconds (process running for 43.122)","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreControllerTest","thread_name":"main","level":"INFO","level_value":20000}
#21 66.60 {"@timestamp":"2026-06-25T14:34:11.631632747Z","@version":"1","message":"java.lang.RuntimeException: Ошибка интеграционного взаимодействия","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.exception.CustomResponseExceptionHandler","thread_name":"main","level":"ERROR","level_value":40000,"stack_trace":"java.util.concurrent.CompletionException: java.lang.RuntimeException: Ошибка интеграционного взаимодействия\n\tat java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)\n\tat java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)\n\tat java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)\n\tat java.base/java.lang.Thread.run(Thread.java:1583)\nCaused by: java.lang.RuntimeException: Ошибка интеграционного взаимодействия\n\tat ru.rshbintech.crft.dboul.ndbo.backend.service.core.store.StoreService.getAllAgreementByClient(StoreService.java:92)\n\tat ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreControllerImpl.lambda$getAgreements$0(StoreControllerImpl.java:58)\n\tat java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)\n\t... 3 common frames omitted\n"}
#21 66.74 {"@timestamp":"2026-06-25T14:34:11.78290664Z","@version":"1","message":"Serializing PageImpl instances as-is is not supported, meaning that there is no guarantee about the stability of the resulting JSON structure!\n\tFor a stable JSON structure, please use Spring Data's PagedModel (globally via @EnableSpringDataWebSupport(pageSerializationMode = VIA_DTO))\n\tor Spring HATEOAS and Spring Data's PagedResourcesAssembler as documented in https://docs.spring.io/spring-data/commons/reference/repositories/core-extensions.html#core.web.pageables.\n","logger_name":"org.springframework.data.web.config.SpringDataJacksonConfiguration$PageModule$WarningLoggingModifier","thread_name":"main","level":"WARN","level_value":30000}
#21 66.89 14:34:11 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.377 s -- in ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreControllerTest
#21 66.89 14:34:11 [INFO] Running ru.rshbintech.crft.dboul.ndbo.backend.resource.ServiceResponseControllerTest
#21 66.95 {"@timestamp":"2026-06-25T14:34:11.958767463Z","@version":"1","message":"Could not detect default configuration classes for test class [ru.rshbintech.crft.dboul.ndbo.backend.resource.ServiceResponseControllerTest]: ServiceResponseControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.","logger_name":"org.springframework.test.context.support.AnnotationConfigContextLoaderUtils","thread_name":"main","level":"INFO","level_value":20000}
#21 66.95 {"@timestamp":"2026-06-25T14:34:11.971618685Z","@version":"1","message":"Found @SpringBootConfiguration ru.rshbintech.crft.dboul.ndbo.backend.Application for test class ru.rshbintech.crft.dboul.ndbo.backend.resource.ServiceResponseControllerTest","logger_name":"org.springframework.boot.test.context.SpringBootTestContextBootstrapper","thread_name":"main","level":"INFO","level_value":20000}
#21 67.15
#21 67.15 . ____ _ __ _ _
#21 67.15 /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
#21 67.15 ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
#21 67.15 \\/ ___)| |_)| | | | | || (_| | ) ) ) )
#21 67.15 ' |____| .__|_| |_|_| |_\__, | / / / /
#21 67.15 =========|_|==============|___/=/_/_/_/
#21 67.15
#21 67.15 :: Spring Boot :: (v3.5.7)
#21 67.15
#21 67.15 {"@timestamp":"2026-06-25T14:34:12.033117944Z","@version":"1","message":"\n\nFound multiple occurrences of org.json.JSONObject on the class path:\n\n\tjar:file:/app/.m2/repository/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar!/org/json/JSONObject.class\n\tjar:file:/app/.m2/repository/org/json/json/20240303/json-20240303.jar!/org/json/JSONObject.class\n\nYou may wish to exclude one of them to ensure predictable runtime behavior\n","logger_name":"org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer","thread_name":"main","level":"WARN","level_value":30000}
#21 67.15 {"@timestamp":"2026-06-25T14:34:12.039287058Z","@version":"1","message":"Starting ServiceResponseControllerTest using Java 21.0.10 with PID 805 (started by app in /app/owb-ms-prd-qr-acquiring-impl)","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.ServiceResponseControllerTest","thread_name":"main","level":"INFO","level_value":20000}
#21 67.15 {"@timestamp":"2026-06-25T14:34:12.03961362Z","@version":"1","message":"No active profile set, falling back to 1 default profile: \"default\"","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.ServiceResponseControllerTest","thread_name":"main","level":"INFO","level_value":20000}
#21 67.15 14:34:12,021 |-WARN in ch.qos.logback.core.model.processor.AppenderModelHandler - Appender named [CONSOLE] not referenced. Skipping further processing.
#21 67.88 {"@timestamp":"2026-06-25T14:34:12.920706491Z","@version":"1","message":"Initializing Spring TestDispatcherServlet ''","logger_name":"org.springframework.boot.test.mock.web.SpringBootMockServletContext","thread_name":"main","level":"INFO","level_value":20000}
#21 67.88 {"@timestamp":"2026-06-25T14:34:12.920978108Z","@version":"1","message":"Initializing Servlet ''","logger_name":"org.springframework.test.web.servlet.TestDispatcherServlet","thread_name":"main","level":"INFO","level_value":20000}
#21 67.88 {"@timestamp":"2026-06-25T14:34:12.921934952Z","@version":"1","message":"Completed initialization in 0 ms","logger_name":"org.springframework.test.web.servlet.TestDispatcherServlet","thread_name":"main","level":"INFO","level_value":20000}
#21 67.88 {"@timestamp":"2026-06-25T14:34:12.938325416Z","@version":"1","message":"Started ServiceResponseControllerTest in 0.962 seconds (process running for 44.804)","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.ServiceResponseControllerTest","thread_name":"main","level":"INFO","level_value":20000}
#21 67.94 {"@timestamp":"2026-06-25T14:34:12.997444201Z","@version":"1","message":"Ошибка обработки ответного сообщения из CRM по отправке договора ИЭ: Cannot invoke \"String.length()\" because \"name\" is null","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.ServiceResponseControllerImpl","thread_name":"main","level":"ERROR","level_value":40000}
#21 68.00 {"@timestamp":"2026-06-25T14:34:13.035211811Z","@version":"1","message":"Хедеры из запроса AcquiringContractContract: Content-Type: application/xml, x-extension: clientId:08baa1e0-e13d-46ba-9e18-8b62c83add11;orderId:e5430750-5d06-4cae-9330-e9b70b657af6, x-b3-traceid: test-trace-id, Content-Length: 117","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.ServiceResponseControllerImpl","thread_name":"main","level":"INFO","level_value":20000}
#21 68.02 {"@timestamp":"2026-06-25T14:34:13.068439808Z","@version":"1","message":"GetAcquiringInfoResponse, traceId: test-trace-id","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.ServiceResponseControllerImpl","thread_name":"main","level":"INFO","level_value":20000}
#21 68.02 {"@timestamp":"2026-06-25T14:34:13.069423656Z","@version":"1","message":"Ошибка при обработке входящего запроса из процессинга по запросу GetAcquiringInfoResponse: Processing error","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.ServiceResponseControllerImpl","thread_name":"main","level":"ERROR","level_value":40000}
#21 68.05 {"@timestamp":"2026-06-25T14:34:13.089184437Z","@version":"1","message":"Хедеры из запроса AcquiringContractContract: Content-Type: application/xml, x-extension: clientId:08baa1e0-e13d-46ba-9e18-8b62c83add11;orderId:e5430750-5d06-4cae-9330-e9b70b657af6, x-b3-traceid: test-trace-id, Content-Length: 11","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.ServiceResponseControllerImpl","thread_name":"main","level":"INFO","level_value":20000}
#21 68.05 {"@timestamp":"2026-06-25T14:34:13.101916283Z","@version":"1","message":"Ошибка обработки сообщения из CRM по договору ТЭ: Ошибка преобразования входящей XML в объектjakarta.xml.bind.UnmarshalException\n - with linked exception:\n[org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.]","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.ServiceResponseControllerImpl","thread_name":"main","level":"ERROR","level_value":40000}
#21 68.07 {"@timestamp":"2026-06-25T14:34:13.128342434Z","@version":"1","message":"Ошибка обработки ответного сообщения из CRM по отправке договора ТЭ: Ошибка преобразования входящей XML в объектjakarta.xml.bind.UnmarshalException\n - with linked exception:\n[org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.]","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.ServiceResponseControllerImpl","thread_name":"main","level":"ERROR","level_value":40000}
#21 68.10 {"@timestamp":"2026-06-25T14:34:13.14635248Z","@version":"1","message":"GetAcquiringInfoResponse, traceId: test-trace-id","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.ServiceResponseControllerImpl","thread_name":"main","level":"INFO","level_value":20000}
#21 68.11 14:34:13 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.199 s -- in ru.rshbintech.crft.dboul.ndbo.backend.resource.ServiceResponseControllerTest
#21 68.11 14:34:13 [INFO] Running ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreMerchantControllerImplTest
#21 68.26 {"@timestamp":"2026-06-25T14:34:13.159955697Z","@version":"1","message":"Could not detect default configuration classes for test class [ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreMerchantControllerImplTest]: StoreMerchantControllerImplTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.","logger_name":"org.springframework.test.context.support.AnnotationConfigContextLoaderUtils","thread_name":"main","level":"INFO","level_value":20000}
#21 68.26 {"@timestamp":"2026-06-25T14:34:13.172424836Z","@version":"1","message":"Found @SpringBootConfiguration ru.rshbintech.crft.dboul.ndbo.backend.Application for test class ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreMerchantControllerImplTest","logger_name":"org.springframework.boot.test.context.SpringBootTestContextBootstrapper","thread_name":"main","level":"INFO","level_value":20000}
#21 68.26
#21 68.26 . ____ _ __ _ _
#21 68.26 /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
#21 68.26 ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
#21 68.26 \\/ ___)| |_)| | | | | || (_| | ) ) ) )
#21 68.26 ' |____| .__|_| |_|_| |_\__, | / / / /
#21 68.26 =========|_|==============|___/=/_/_/_/
#21 68.26
#21 68.26 :: Spring Boot :: (v3.5.7)
#21 68.26
#21 68.26 {"@timestamp":"2026-06-25T14:34:13.224027208Z","@version":"1","message":"\n\nFound multiple occurrences of org.json.JSONObject on the class path:\n\n\tjar:file:/app/.m2/repository/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar!/org/json/JSONObject.class\n\tjar:file:/app/.m2/repository/org/json/json/20240303/json-20240303.jar!/org/json/JSONObject.class\n\nYou may wish to exclude one of them to ensure predictable runtime behavior\n","logger_name":"org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer","thread_name":"main","level":"WARN","level_value":30000}
#21 68.26 {"@timestamp":"2026-06-25T14:34:13.22941856Z","@version":"1","message":"Starting StoreMerchantControllerImplTest using Java 21.0.10 with PID 805 (started by app in /app/owb-ms-prd-qr-acquiring-impl)","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreMerchantControllerImplTest","thread_name":"main","level":"INFO","level_value":20000}
#21 68.26 {"@timestamp":"2026-06-25T14:34:13.229752117Z","@version":"1","message":"No active profile set, falling back to 1 default profile: \"default\"","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreMerchantControllerImplTest","thread_name":"main","level":"INFO","level_value":20000}
#21 68.26 14:34:13,213 |-WARN in ch.qos.logback.core.model.processor.AppenderModelHandler - Appender named [CONSOLE] not referenced. Skipping further processing.
#21 68.87 {"@timestamp":"2026-06-25T14:34:13.910202045Z","@version":"1","message":"Initializing Spring TestDispatcherServlet ''","logger_name":"org.springframework.boot.test.mock.web.SpringBootMockServletContext","thread_name":"main","level":"INFO","level_value":20000}
#21 68.87 {"@timestamp":"2026-06-25T14:34:13.91081421Z","@version":"1","message":"Initializing Servlet ''","logger_name":"org.springframework.test.web.servlet.TestDispatcherServlet","thread_name":"main","level":"INFO","level_value":20000}
#21 68.87 {"@timestamp":"2026-06-25T14:34:13.911514949Z","@version":"1","message":"Completed initialization in 1 ms","logger_name":"org.springframework.test.web.servlet.TestDispatcherServlet","thread_name":"main","level":"INFO","level_value":20000}
#21 68.87 {"@timestamp":"2026-06-25T14:34:13.921420124Z","@version":"1","message":"Started StoreMerchantControllerImplTest in 0.744 seconds (process running for 45.787)","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreMerchantControllerImplTest","thread_name":"main","level":"INFO","level_value":20000}
#21 68.91 {"@timestamp":"2026-06-25T14:34:13.963216866Z","@version":"1","message":"Access denied","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.exception.CustomResponseExceptionHandler","thread_name":"main","level":"ERROR","level_value":40000,"stack_trace":"org.springframework.security.authorization.AuthorizationDeniedException: Access denied\n\tat ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreMerchantControllerImpl.getDraftCCB(StoreMerchantControllerImpl.java:98)\n\tat java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:580)\n\tat org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:258)\n\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:191)\n\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:991)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:896)\n\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)\n\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)\n\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)\n\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903)\n\tat jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564)\n\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\n\tat org.springframework.test.web.servlet.TestDispatcherServlet.service(TestDispatcherServlet.java:72)\n\tat jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)\n\tat org.springframework.mock.web.MockFilterChain$ServletFilterProxy.doFilter(MockFilterChain.java:165)\n\tat org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:132)\n\tat org.springframework.test.web.servlet.MockMvc.perform(MockMvc.java:201)\n\tat ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreMerchantControllerImplTest.draftCCB_whenDelegateHasNoAuthority_thenReturnsForbidden(StoreMerchantControllerImplTest.java:86)\n\tat java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:580)\n\tat org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:775)\n\tat org.junit.platform.commons.support.ReflectionSupport.invokeMethod(ReflectionSupport.java:479)\n\tat org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)\n\tat org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:161)\n\tat org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:152)\n\tat org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:91)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:112)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:94)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:93)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:87)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:216)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:212)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:201)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:170)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:94)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:59)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:142)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:58)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$1(InterceptingLauncher.java:39)\n\tat org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:38)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithoutCancellationToken(LauncherAdapter.java:60)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:52)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136)\n\tat org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)\n\tat org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)\n\tat org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)\n\tat org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)\n"}
#21 68.92 14:34:13 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.815 s -- in ru.rshbintech.crft.dboul.ndbo.backend.resource.StoreMerchantControllerImplTest
#21 68.92 14:34:13 [INFO] Running ru.rshbintech.crft.dboul.ndbo.backend.resource.B2BControllerImplTest
#21 69.09 {"@timestamp":"2026-06-25T14:34:13.977038055Z","@version":"1","message":"Could not detect default configuration classes for test class [ru.rshbintech.crft.dboul.ndbo.backend.resource.B2BControllerImplTest]: B2BControllerImplTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.","logger_name":"org.springframework.test.context.support.AnnotationConfigContextLoaderUtils","thread_name":"main","level":"INFO","level_value":20000}
#21 69.09 {"@timestamp":"2026-06-25T14:34:13.984526109Z","@version":"1","message":"Found @SpringBootConfiguration ru.rshbintech.crft.dboul.ndbo.backend.Application for test class ru.rshbintech.crft.dboul.ndbo.backend.resource.B2BControllerImplTest","logger_name":"org.springframework.boot.test.context.SpringBootTestContextBootstrapper","thread_name":"main","level":"INFO","level_value":20000}
#21 69.09
#21 69.09 14:34:14,049 |-WARN in ch.qos.logback.core.model.processor.AppenderModelHandler - Appender named [CONSOLE] not referenced. Skipping further processing.
#21 69.09 . ____ _ __ _ _
#21 69.09 /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
#21 69.09 ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
#21 69.09 \\/ ___)| |_)| | | | | || (_| | ) ) ) )
#21 69.09 ' |____| .__|_| |_|_| |_\__, | / / / /
#21 69.09 =========|_|==============|___/=/_/_/_/
#21 69.09
#21 69.09 :: Spring Boot :: (v3.5.7)
#21 69.09
#21 69.09 {"@timestamp":"2026-06-25T14:34:14.061137695Z","@version":"1","message":"\n\nFound multiple occurrences of org.json.JSONObject on the class path:\n\n\tjar:file:/app/.m2/repository/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar!/org/json/JSONObject.class\n\tjar:file:/app/.m2/repository/org/json/json/20240303/json-20240303.jar!/org/json/JSONObject.class\n\nYou may wish to exclude one of them to ensure predictable runtime behavior\n","logger_name":"org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer","thread_name":"main","level":"WARN","level_value":30000}
#21 69.09 {"@timestamp":"2026-06-25T14:34:14.066654355Z","@version":"1","message":"Starting B2BControllerImplTest using Java 21.0.10 with PID 805 (started by app in /app/owb-ms-prd-qr-acquiring-impl)","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.B2BControllerImplTest","thread_name":"main","level":"INFO","level_value":20000}
#21 69.09 {"@timestamp":"2026-06-25T14:34:14.06705954Z","@version":"1","message":"No active profile set, falling back to 1 default profile: \"default\"","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.B2BControllerImplTest","thread_name":"main","level":"INFO","level_value":20000}
#21 69.58 {"@timestamp":"2026-06-25T14:34:14.627178777Z","@version":"1","message":"Initializing Spring TestDispatcherServlet ''","logger_name":"org.springframework.boot.test.mock.web.SpringBootMockServletContext","thread_name":"main","level":"INFO","level_value":20000}
#21 69.58 {"@timestamp":"2026-06-25T14:34:14.627436449Z","@version":"1","message":"Initializing Servlet ''","logger_name":"org.springframework.test.web.servlet.TestDispatcherServlet","thread_name":"main","level":"INFO","level_value":20000}
#21 69.58 {"@timestamp":"2026-06-25T14:34:14.628200099Z","@version":"1","message":"Completed initialization in 1 ms","logger_name":"org.springframework.test.web.servlet.TestDispatcherServlet","thread_name":"main","level":"INFO","level_value":20000}
#21 69.58 {"@timestamp":"2026-06-25T14:34:14.636918635Z","@version":"1","message":"Started B2BControllerImplTest in 0.649 seconds (process running for 46.502)","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.B2BControllerImplTest","thread_name":"main","level":"INFO","level_value":20000}
#21 69.86 {"@timestamp":"2026-06-25T14:34:14.902079466Z","@version":"1","message":"Клиент 73448ace-97cb-48cf-96b5-5cfe624ba8ce не владеет ТСП 123456789012","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.B2BControllerImpl","thread_name":"main","level":"WARN","level_value":30000}
#21 70.18 {"@timestamp":"2026-06-25T14:34:15.235225555Z","@version":"1","message":"Ошибка распознавания QR кода: QR reading failed","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.B2BControllerImpl","thread_name":"main","level":"WARN","level_value":30000}
#21 70.20 {"@timestamp":"2026-06-25T14:34:15.252615619Z","@version":"1","message":"Клиент 1489c110-bf45-4fb5-b9fa-231f8d418177 не владеет ТСП 123456789012","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.resource.B2BControllerImpl","thread_name":"main","level":"WARN","level_value":30000}
#21 70.23 {"@timestamp":"2026-06-25T14:34:15.283476288Z","@version":"1","message":"Validation failed for argument [0] in public org.springframework.http.ResponseEntity<ru.rshbintech.crft.dboul.ndbo.backend.resource.dto.response.b2b.PaymentLinkRegistrationResponseDTO> ru.rshbintech.crft.dboul.ndbo.backend.resource.B2BControllerImpl.registrationPaymentLinkOneOff(ru.rshbintech.crft.dboul.ndbo.backend.resource.dto.request.PaymentLinkOneOffRequestDTO): [Field error in object 'paymentLinkOneOffRequestDTO' on field 'account': rejected value [123456]; codes [Size.paymentLinkOneOffRequestDTO.account,Size.account,Size.java.lang.String,Size]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [paymentLinkOneOffRequestDTO.account,account]; arguments []; default message [account],20,20]; default message [Длина счета должна быть 20 символов]] ","logger_name":"ru.rshbintech.crft.dboul.ndbo.backend.exception.CustomResponseExceptionHandler","thread_name":"main","level":"ERROR","level_value":40000,"stack_trace":"org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [0] in public org.springframework.http.ResponseEntity<ru.rshbintech.crft.dboul.ndbo.backend.resource.dto.response.b2b.PaymentLinkRegistrationResponseDTO> ru.rshbintech.crft.dboul.ndbo.backend.resource.B2BControllerImpl.registrationPaymentLinkOneOff(ru.rshbintech.crft.dboul.ndbo.backend.resource.dto.request.PaymentLinkOneOffRequestDTO): [Field error in object 'paymentLinkOneOffRequestDTO' on field 'account': rejected value [123456]; codes [Size.paymentLinkOneOffRequestDTO.account,Size.account,Size.java.lang.String,Size]; arguments [org.springframework.context.support.DefaultMessageSourceResolvable: codes [paymentLinkOneOffRequestDTO.account,account]; arguments []; default message [account],20,20]; default message [Длина счета должна быть 20 символов]] \n\tat org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor.resolveArgument(RequestResponseBodyMethodProcessor.java:159)\n\tat org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)\n\tat org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:227)\n\tat org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:181)\n\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:991)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:896)\n\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)\n\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089)\n\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979)\n\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014)\n\tat org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914)\n\tat jakarta.servlet.http.HttpServlet.service(HttpServlet.java:590)\n\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885)\n\tat org.springframework.test.web.servlet.TestDispatcherServlet.service(TestDispatcherServlet.java:72)\n\tat jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658)\n\tat org.springframework.mock.web.MockFilterChain$ServletFilterProxy.doFilter(MockFilterChain.java:165)\n\tat org.springframework.mock.web.MockFilterChain.doFilter(MockFilterChain.java:132)\n\tat org.springframework.test.web.servlet.MockMvc.perform(MockMvc.java:201)\n\tat ru.rshbintech.crft.dboul.ndbo.backend.resource.B2BControllerImplTest.registrationPaymentLinkOneOffAccountValidationError(B2BControllerImplTest.java:168)\n\tat java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)\n\tat java.base/java.lang.reflect.Method.invoke(Method.java:580)\n\tat org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:775)\n\tat org.junit.platform.commons.support.ReflectionSupport.invokeMethod(ReflectionSupport.java:479)\n\tat org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)\n\tat org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:161)\n\tat org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:152)\n\tat org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:91)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:112)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:94)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)\n\tat org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:93)\n\tat org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:87)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:216)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:212)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:137)\n\tat org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat java.base/java.util.ArrayList.forEach(ArrayList.java:1596)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:160)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146)\n\tat org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144)\n\tat org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:143)\n\tat org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:100)\n\tat org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)\n\tat org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:201)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:170)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:94)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:59)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:142)\n\tat org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:58)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)\n\tat org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.lambda$execute$1(InterceptingLauncher.java:39)\n\tat org.junit.platform.launcher.core.ClasspathAlignmentCheckingLauncherInterceptor.intercept(ClasspathAlignmentCheckingLauncherInterceptor.java:25)\n\tat org.junit.platform.launcher.core.InterceptingLauncher.execute(InterceptingLauncher.java:38)\n\tat org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.executeWithoutCancellationToken(LauncherAdapter.java:60)\n\tat org.apache.maven.surefire.junitplatform.LauncherAdapter.execute(LauncherAdapter.java:52)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:203)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:168)\n\tat org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:136)\n\tat org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)\n\tat org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)\n\tat org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)\n\tat org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)\n"}
#21 70.24 14:34:15 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.318 s -- in ru.rshbintech.crft.dboul.ndbo.backend.resource.B2BControllerImplTest
#21 70.58 14:34:15 [INFO]
#21 70.58 14:34:15 [INFO] Results:
#21 70.58 14:34:15 [INFO]
#21 70.58 14:34:15 [ERROR] Errors:
#21 70.58 14:34:15 [ERROR] DocumentStateHandlerTest.shouldSaveDocumentSignature_WhenSignInfoReceived » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@41dd3d0f testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.DocumentStateHandlerTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] LegalEntityOrderServiceTest.createCcbBuild_whenAllOrderFieldAreFilled_returnCorrectCcbDocument » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@46b70adb testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.LegalEntityOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@78d0615d, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] LegalEntityOrderServiceTest.createOrderRegistration_whenClientAlreadyRegistered_shouldThrowAnException(ClientStatus)[1] » IllegalState Failed to load ApplicationContext for [WebMergedContextConfiguration@46b70adb testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.LegalEntityOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@78d0615d, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] LegalEntityOrderServiceTest.createOrderRegistration_whenClientAlreadyRegistered_shouldThrowAnException(ClientStatus)[2] » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@46b70adb testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.LegalEntityOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@78d0615d, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] LegalEntityOrderServiceTest.createOrderRegistration_whenClientAlreadyRegistered_shouldThrowAnException(ClientStatus)[3] » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@46b70adb testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.LegalEntityOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@78d0615d, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] LegalEntityOrderServiceTest.createOrderRegistration_whenClientAlreadyRegistered_shouldThrowAnException(ClientStatus)[4] » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@46b70adb testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.LegalEntityOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@78d0615d, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] LegalEntityOrderServiceTest.createOrderRegistration_whenClientAlreadyRegistered_shouldThrowAnException(ClientStatus)[5] » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@46b70adb testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.LegalEntityOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@78d0615d, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] LegalEntityOrderServiceTest.createOrderRegistration_whenClientNotRegistered_orderMustBeSave » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@46b70adb testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.LegalEntityOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@78d0615d, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] LegalEntityServiceTest.getClientStatusWhereIdentifierIsNullTest » IllegalState Failed to load ApplicationContext for [WebMergedContextConfiguration@4c131cbb testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.LegalEntityServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@2f356a39, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] MerchantAgreementServiceTest.createPdfFileIfNotCreatedTest » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@67c368e1 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@135acf52, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] MerchantAgreementServiceTest.failedValidationCreateNewMerchantAgreementDraftTest » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@67c368e1 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@135acf52, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] MerchantAgreementServiceTest.successCcbCreateForInternetAcquiringTest » IllegalState Failed to load ApplicationContext for [WebMergedContextConfiguration@67c368e1 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@135acf52, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] MerchantAgreementServiceTest.successSaveNewMerchantAgreementDraftTest » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@67c368e1 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantAgreementServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@135acf52, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] MerchantOrderServiceTest.changeStatusOrder_whenStatusDoesNotChange_statusHistoryIsNotSaved » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@1abde659 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@df712166, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] MerchantOrderServiceTest.createCcbBuildTest » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@1abde659 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@df712166, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] MerchantOrderServiceTest.createRegistrationMerchantOrder_whenAllFieldAreFilledInCorrectly_orderSuccessfullyCreated » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@1abde659 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@df712166, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] MerchantOrderServiceTest.createRegistrationMerchantOrder_whenClientDoesNotHaveThisAccount_shouldThrowAnException » IllegalState Failed to load ApplicationContext for [WebMergedContextConfiguration@1abde659 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@df712166, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] MerchantOrderServiceTest.createRegistrationMerchantOrder_whenClientDoesNotHaveThisCommissionAccount_shouldThrowAnException » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@1abde659 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@df712166, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] MerchantOrderServiceTest.createUpdateMerchantOrder_whenAllFieldAreFilledInCorrectly_orderSuccessfullyCreated » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@1abde659 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.MerchantOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@df712166, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] SupportOrderServiceTest.createSupportOrderTest » IllegalState Failed to load ApplicationContext for [WebMergedContextConfiguration@50d65662 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.SupportOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] TerminalServiceRequestServiceTest.successSaveTerminalServiceRequestTest » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@1011a38 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.external.ecp.TerminalServiceRequestServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] TerminalServiceRequestServiceTest.whenFindAll_thenReturnsAllEntities » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@1011a38 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.external.ecp.TerminalServiceRequestServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] TerminalServiceRequestServiceTest.whenRequestIsExpired_itDeletesSuccessfully » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@1011a38 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.external.ecp.TerminalServiceRequestServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] B2BPaymentOperationServiceTest.createB2BPaymentOrderNotEnoughMoneyExceptionTest » IllegalState Failed to load ApplicationContext for [WebMergedContextConfiguration@1c5f791a testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.order.B2BPaymentOperationServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@ea3d7c41, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] B2BPaymentOperationServiceTest.createB2BPaymentOrderSuccessTest » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@1c5f791a testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.order.B2BPaymentOperationServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@ea3d7c41, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] B2BPaymentOperationServiceTest.processB2BPaymentOperationSuccessTest » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@1c5f791a testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.order.B2BPaymentOperationServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.bean.override.BeanOverrideContextCustomizer@ea3d7c41, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] ValidationOrderServiceTest.checkDelegateAuthority_WithMatchingAuthorityAndSignature_ShouldReturnTrue » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@3acdf211 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.validation.ValidationOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] ValidationOrderServiceTest.checkDelegateAuthority_WithNonMatchingAuthority_ShouldReturnFalse » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@3acdf211 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.validation.ValidationOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] ValidationOrderServiceTest.checkDelegateAuthority_WithNonMatchingSignatureType_ShouldReturnFalse » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@3acdf211 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.validation.ValidationOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [ERROR] ValidationOrderServiceTest.checkDelegateAuthority_WithWildcardAuthority_ShouldReturnTrue » IllegalState ApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@3acdf211 testClass = ru.rshbintech.crft.dboul.ndbo.backend.service.validation.ValidationOrderServiceTest, locations = [], classes = [ru.rshbintech.crft.dboul.ndbo.backend.Application], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@12e007be, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@4e2cdc51, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@3dc46f24, org.springframework.boot.test.web.reactor.netty.DisableReactorResourceFactoryGlobalResourcesContextCustomizerFactory$DisableReactorResourceFactoryGlobalResourcesContextCustomizerCustomizer@2e3252, org.springframework.boot.test.autoconfigure.OnFailureConditionReportContextCustomizerFactory$OnFailureConditionReportContextCustomizer@602298b, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@20820df0, org.springframework.test.context.support.DynamicPropertiesContextCustomizer@0, org.springframework.boot.test.context.SpringBootTestAnnotation@8d89f46e], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]
#21 70.58 14:34:15 [INFO]
#21 70.58 14:34:15 [ERROR] Tests run: 193, Failures: 0, Errors: 30, Skipped: 0
#21 70.58 14:34:15 [INFO]
#21 70.60 14:34:15 [INFO] ------------------------------------------------------------------------
#21 70.60 14:34:15 [INFO] Reactor Summary for owb-ms-prd-qr-acquiring 1.3.5-RC4:
#21 70.60 14:34:15 [INFO]
#21 70.60 14:34:15 [INFO] owb-ms-prd-qr-acquiring ............................ SUCCESS [ 0.528 s]
#21 70.60 14:34:15 [INFO] owb-ms-prd-qr-acquiring-api ........................ SUCCESS [ 8.556 s]
#21 70.60 14:34:15 [INFO] owb-ms-prd-qr-acquiring-db ......................... SUCCESS [ 8.556 s]
#21 70.60 14:34:15 [INFO] owb-ms-prd-qr-acquiring-impl ....................... FAILURE [ 59.335 s]
#21 70.60 14:34:15 [INFO] ------------------------------------------------------------------------
#21 70.60 14:34:15 [INFO] BUILD FAILURE
#21 70.60 14:34:15 [INFO] ------------------------------------------------------------------------
#21 70.60 14:34:15 [INFO] Total time: 01:09 min (Wall Clock)
#21 70.60 14:34:15 [INFO] Finished at: 2026-06-25T14:34:15Z
#21 70.60 14:34:15 [INFO] ------------------------------------------------------------------------
#21 70.60 14:34:15 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project owb-ms-prd-qr-acquiring-impl:
#21 70.60 14:34:15 [ERROR]
#21 70.60 14:34:15 [ERROR] See /app/target/surefire-reports for the individual test results.
#21 70.60 14:34:15 [ERROR] See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
#21 70.60 14:34:15 [ERROR] -> [Help 1]
#21 70.60 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.4:test (default-test) on project owb-ms-prd-qr-acquiring-impl:
#21 70.60
#21 70.60 See /app/target/surefire-reports for the individual test results.
#21 70.60 See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
#21 70.60 at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)
#21 70.60 at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
#21 70.60 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
#21 70.60 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
#21 70.60 at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
#21 70.60 at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
#21 70.60 at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
#21 70.60 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
#21 70.60 at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
#21 70.60 at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:193)
#21 70.60 at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:180)
#21 70.60 at java.util.concurrent.FutureTask.run (FutureTask.java:317)
#21 70.60 at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:572)
#21 70.60 at java.util.concurrent.FutureTask.run (FutureTask.java:317)
#21 70.60 at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1144)
#21 70.60 at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:642)
#21 70.60 at java.lang.Thread.run (Thread.java:1583)
#21 70.60 Caused by: org.apache.maven.plugin.MojoFailureException:
#21 70.60
#21 70.60 See /app/target/surefire-reports for the individual test results.
#21 70.60 See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
#21 70.60 at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:247)
#21 70.60 at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
#21 70.60 at org.apache.maven.plugin.surefire.SurefireMojo.handleSummary (SurefireMojo.java:547)
#21 70.60 at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1147)
#21 70.60 at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:969)
#21 70.60 at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
#21 70.60 at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
#21 70.60 at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
#21 70.60 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
#21 70.60 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
#21 70.60 at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
#21 70.60 at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
#21 70.60 at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
#21 70.60 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
#21 70.60 at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
#21 70.60 at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:193)
#21 70.60 at org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call (MultiThreadedBuilder.java:180)
#21 70.60 at java.util.concurrent.FutureTask.run (FutureTask.java:317)
#21 70.60 at java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:572)
#21 70.60 at java.util.concurrent.FutureTask.run (FutureTask.java:317)
#21 70.60 at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1144)
#21 70.60 at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:642)
#21 70.60 at java.lang.Thread.run (Thread.java:1583)
#21 70.60 14:34:15 [ERROR]
#21 70.60 14:34:15 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
#21 70.60 14:34:15 [ERROR]
#21 70.60 14:34:15 [ERROR] For more information about the errors and possible solutions, please read the following articles:
#21 70.60 14:34:15 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
#21 70.60 14:34:15 [ERROR]
#21 70.60 14:34:15 [ERROR] After correcting the problems, you can resume the build with the command
#21 70.60 14:34:15 [ERROR] mvn <args> -rf :owb-ms-prd-qr-acquiring-impl
#21 ERROR: process "/bin/sh -c mvn ${MAVEN_CLI_OPTS} test" did not complete successfully: exit code: 1
------
> importing cache manifest from registry.rshbdev.ru/buildkit-cache/rshbintech/crft/dboul/ndbo/backend/owb-ms-prd-qr-acquiring:e5fcf155af2fe32967dd00ad5ee702c858e749a8:
------
------
> importing cache manifest from registry.rshbdev.ru/buildkit-cache/rshbintech/crft/dboul/ndbo/backend/owb-ms-prd-qr-acquiring:eb8bac90a8cf552f2523f864ab82eed25acb91df:
------
------
> importing cache manifest from registry.rshbdev.ru/buildkit-cache/rshbintech/crft/dboul/ndbo/backend/owb-ms-prd-qr-acquiring:eb8bac90a8cf552f2523f864ab82eed25acb91df-test:
------
------
> importing cache manifest from registry.rshbdev.ru/buildkit-cache/rshbintech/crft/dboul/ndbo/backend/owb-ms-prd-qr-acquiring:e5fcf155af2fe32967dd00ad5ee702c858e749a8-test:
------
------
> importing cache manifest from registry.rshbdev.ru/buildkit-cache/rshbintech/crft/dboul/ndbo/backend/owb-ms-prd-qr-acquiring:75c2b8b4ad69e901f19b1fdc392846cbc4330bdf:
------
------
> importing cache manifest from registry.rshbdev.ru/buildkit-cache/rshbintech/crft/dboul/ndbo/backend/owb-ms-prd-qr-acquiring:75c2b8b4ad69e901f19b1fdc392846cbc4330bdf-test:
------
------
> [test 1/2] RUN mvn --batch-mode --errors --show-version -T 8C test:
70.60 at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:642)
70.60 at java.lang.Thread.run (Thread.java:1583)
70.60 14:34:15 [ERROR]
70.60 14:34:15 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
70.60 14:34:15 [ERROR]
70.60 14:34:15 [ERROR] For more information about the errors and possible solutions, please read the following articles:
70.60 14:34:15 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
70.60 14:34:15 [ERROR]
70.60 14:34:15 [ERROR] After correcting the problems, you can resume the build with the command
70.60 14:34:15 [ERROR] mvn <args> -rf :owb-ms-prd-qr-acquiring-impl
------
Dockerfile:30
--------------------
28 |
29 | FROM build as test
30 | >>> RUN mvn ${MAVEN_CLI_OPTS} test
31 | RUN export COV_REP_FILE=target/site/jacoco/index.html && [ -f "$COV_REP_FILE" ] && cat $COV_REP_FILE || true
32 |
--------------------
error: failed to solve: process "/bin/sh -c mvn ${MAVEN_CLI_OPTS} test" did not complete successfully: exit code: 1
> [FATAL] Не удалось выполнить команду /buildkit-journey:
ошибка при выполнении дочернего процесса "buildctl": exit status 1
Uploading artifacts for failed job
00:01
Uploading artifacts...
WARNING: app/**/target/surefire-reports: no matching files. Ensure that the artifact path is relative to the working directory (/builds/rshbintech/crft/dboul/ndbo/backend/owb-ms-prd-qr-acquiring)
ERROR: No files to upload
Uploading artifacts...
WARNING: app/target/surefire-reports/TEST-*.xml: no matching files. Ensure that the artifact path is relative to the working directory (/builds/rshbintech/crft/dboul/ndbo/backend/owb-ms-prd-qr-acquiring)
WARNING: app/target/failsafe-reports/TEST-*.xml: no matching files. Ensure that the artifact path is relative to the working directory (/builds/rshbintech/crft/dboul/ndbo/backend/owb-ms-prd-qr-acquiring)
WARNING: app/**/target/surefire-reports/TEST-*.xml: no matching files. Ensure that the artifact path is relative to the working directory (/builds/rshbintech/crft/dboul/ndbo/backend/owb-ms-prd-qr-acquiring)
WARNING: app/**/target/failsafe-reports/TEST-*.xml: no matching files. Ensure that the artifact path is relative to the working directory (/builds/rshbintech/crft/dboul/ndbo/backend/owb-ms-prd-qr-acquiring)
ERROR: No files to upload
Cleaning up project directory and file based variables
00:00
ERROR: Job failed: command terminated with exit code 1
mand terminated with exit code 1