diff --git a/log/avis_dev_log b/log/avis_dev_log new file mode 100644 index 0000000..e6b1a02 --- /dev/null +++ b/log/avis_dev_log @@ -0,0 +1,4473 @@ +2025-04-30T16:56:58.608+02:00 INFO 27604 --- [avis] [restartedMain] fr.clelia.avis.AvisApplication : Starting AvisApplication using Java 21.0.7 with PID 27604 (C:\Users\amaizy\Documents\Java\avis\target\classes started by amaizy in C:\Users\amaizy\Documents\Java\avis) +2025-04-30T16:56:58.609+02:00 INFO 27604 --- [avis] [restartedMain] fr.clelia.avis.AvisApplication : The following 1 profile is active: "dev" +2025-04-30T16:56:58.610+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.boot.SpringApplication : Loading source class fr.clelia.avis.AvisApplication +2025-04-30T16:56:58.654+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.devtools.restart.ChangeableUrls : Matching URLs for reloading : [file:/C:/Users/amaizy/Documents/Java/avis/target/classes/] +2025-04-30T16:56:58.659+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.d.settings.DevToolsSettings : Included patterns for restart : [] +2025-04-30T16:56:58.659+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.d.settings.DevToolsSettings : Excluded patterns for restart : [/spring-boot-starter-[\w-]+/, /spring-boot/(bin|build|out)/, /spring-boot-starter/(bin|build|out)/, /spring-boot-devtools/(bin|build|out)/, /spring-boot-actuator/(bin|build|out)/, /spring-boot-autoconfigure/(bin|build|out)/] +2025-04-30T16:56:58.659+02:00 INFO 27604 --- [avis] [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +2025-04-30T16:56:58.659+02:00 INFO 27604 --- [avis] [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +2025-04-30T16:56:58.660+02:00 DEBUG 27604 --- [avis] [restartedMain] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97 +2025-04-30T16:56:58.685+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' +2025-04-30T16:56:58.701+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory' +2025-04-30T16:56:58.763+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\aop\LoggingAspect.class] +2025-04-30T16:56:58.799+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\controller\EditeurController.class] +2025-04-30T16:56:58.810+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\controller\rest\AvisRestControllerAdvice.class] +2025-04-30T16:56:58.845+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\controller\rest\EditeurRestController.class] +2025-04-30T16:56:58.856+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\initialisation\AjoutDonneesInitiales.class] +2025-04-30T16:56:58.859+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\mapper\EditeurMapperImpl.class] +2025-04-30T16:56:58.861+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\mapper\JeuMapperImpl.class] +2025-04-30T16:56:58.874+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\service\impl\EditeurServiceImpl.class] +2025-04-30T16:57:00.062+02:00 INFO 27604 --- [avis] [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. +2025-04-30T16:57:00.070+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages' +2025-04-30T16:57:00.078+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.a.AutoConfigurationPackages : @EnableAutoConfiguration was declared on a class in the package 'fr.clelia.avis'. Automatic @Repository and @Entity scanning is enabled. +2025-04-30T16:57:00.078+02:00 DEBUG 27604 --- [avis] [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Scanning for JPA repositories in packages fr.clelia.avis. +2025-04-30T16:57:00.091+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.RepositoryComponentProvider : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\repository\AvatarRepository.class] +2025-04-30T16:57:00.091+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.RepositoryComponentProvider : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\repository\EditeurRepository.class] +2025-04-30T16:57:00.091+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.RepositoryComponentProvider : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\repository\JeuRepository.class] +2025-04-30T16:57:00.091+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.RepositoryComponentProvider : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\repository\JoueurRepository.class] +2025-04-30T16:57:00.091+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.RepositoryComponentProvider : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\repository\ModerateurRepository.class] +2025-04-30T16:57:00.091+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.RepositoryComponentProvider : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\repository\PlateformeRepository.class] +2025-04-30T16:57:00.092+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.RepositoryComponentProvider : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\repository\UtilisateurRepository.class] +2025-04-30T16:57:00.128+02:00 DEBUG 27604 --- [avis] [restartedMain] ssPathScanningCandidateComponentProvider : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\business\Joueur$JoueurBuilderImpl.class] +2025-04-30T16:57:00.129+02:00 DEBUG 27604 --- [avis] [restartedMain] ssPathScanningCandidateComponentProvider : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\business\Moderateur$ModerateurBuilderImpl.class] +2025-04-30T16:57:00.129+02:00 DEBUG 27604 --- [avis] [restartedMain] ssPathScanningCandidateComponentProvider : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\mapper\EditeurMapperImpl.class] +2025-04-30T16:57:00.129+02:00 DEBUG 27604 --- [avis] [restartedMain] ssPathScanningCandidateComponentProvider : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\mapper\JeuMapperImpl.class] +2025-04-30T16:57:00.129+02:00 DEBUG 27604 --- [avis] [restartedMain] ssPathScanningCandidateComponentProvider : Identified candidate component class: file [C:\Users\amaizy\Documents\Java\avis\target\classes\fr\clelia\avis\service\impl\EditeurServiceImpl.class] +2025-04-30T16:57:00.144+02:00 INFO 27604 --- [avis] [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 64 ms. Found 7 JPA repository interfaces. +2025-04-30T16:57:00.285+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer' +2025-04-30T16:57:00.294+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'emBeanDefinitionRegistrarPostProcessor' +2025-04-30T16:57:00.295+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer$DependsOnDatabaseInitializationPostProcessor' +2025-04-30T16:57:00.296+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration$DatabaseShutdownExecutorEntityManagerFactoryDependsOnPostProcessor' +2025-04-30T16:57:00.366+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor' +2025-04-30T16:57:00.368+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor' +2025-04-30T16:57:00.370+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory' +2025-04-30T16:57:00.370+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionalEventListenerFactory' +2025-04-30T16:57:00.375+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' +2025-04-30T16:57:00.376+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' +2025-04-30T16:57:00.381+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor' +2025-04-30T16:57:00.382+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor' +2025-04-30T16:57:00.382+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.internalConfigurationPropertiesBinder' +2025-04-30T16:57:00.385+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcConnectionDetailsHikariBeanPostProcessor' +2025-04-30T16:57:00.388+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'methodValidationPostProcessor' +2025-04-30T16:57:00.390+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'methodValidationPostProcessor' via factory method to bean named 'environment' +2025-04-30T16:57:00.407+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.EnableConfigurationPropertiesRegistrar.methodValidationExcludeFilter' +2025-04-30T16:57:00.425+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.aop.config.internalAutoProxyCreator' +2025-04-30T16:57:00.445+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'persistenceExceptionTranslationPostProcessor' +2025-04-30T16:57:00.446+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment' +2025-04-30T16:57:00.449+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor' +2025-04-30T16:57:00.450+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor' +2025-04-30T16:57:00.450+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointGroupsBeanPostProcessor' +2025-04-30T16:57:00.452+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.config.internalTransactionAdvisor' +2025-04-30T16:57:00.452+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' +2025-04-30T16:57:00.473+02:00 DEBUG 27604 --- [avis] [restartedMain] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object fr.clelia.avis.aop.LoggingAspect.logAround(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable +2025-04-30T16:57:00.480+02:00 DEBUG 27604 --- [avis] [restartedMain] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.observation.aop.ObservedAspect.observeClass(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable +2025-04-30T16:57:00.480+02:00 DEBUG 27604 --- [avis] [restartedMain] .s.a.a.a.ReflectiveAspectJAdvisorFactory : Found AspectJ method: public java.lang.Object io.micrometer.observation.aop.ObservedAspect.observeMethod(org.aspectj.lang.ProceedingJoinPoint) throws java.lang.Throwable +2025-04-30T16:57:00.721+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionAttributeSource' +2025-04-30T16:57:00.737+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionInterceptor' +2025-04-30T16:57:00.737+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionInterceptor' via factory method to bean named 'transactionAttributeSource' +2025-04-30T16:57:00.743+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionAttributeSource' +2025-04-30T16:57:00.743+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionInterceptor' +2025-04-30T16:57:00.751+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'meterRegistryPostProcessor' +2025-04-30T16:57:00.752+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'meterRegistryPostProcessor' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:00.758+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListenerBeanPostProcessor' +2025-04-30T16:57:00.761+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRegistryPostProcessor' +2025-04-30T16:57:00.765+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hypermediaRepresentionModelProcessorConfigurator' +2025-04-30T16:57:00.768+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hypermediaRestTemplateBeanPostProcessor' +2025-04-30T16:57:00.770+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'projectionDefinitionRegistrar' +2025-04-30T16:57:00.775+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'annotatedEventHandlerInvoker' +2025-04-30T16:57:00.782+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.u.c.s.UiApplicationContextUtils : Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@46cc76] +2025-04-30T16:57:00.783+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactory' +2025-04-30T16:57:00.783+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat' +2025-04-30T16:57:00.815+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'websocketServletWebServerCustomizer' +2025-04-30T16:57:00.816+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration' +2025-04-30T16:57:00.818+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer' +2025-04-30T16:57:00.818+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration' +2025-04-30T16:57:00.821+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties' +2025-04-30T16:57:00.828+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.BoundConfigurationProperties' +2025-04-30T16:57:00.848+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' +2025-04-30T16:57:00.849+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sslBundleRegistry' +2025-04-30T16:57:00.849+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' +2025-04-30T16:57:00.850+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties' +2025-04-30T16:57:00.852+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:00.852+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration' via constructor to bean named 'spring.ssl-org.springframework.boot.autoconfigure.ssl.SslProperties' +2025-04-30T16:57:00.857+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sslPropertiesSslBundleRegistrar' +2025-04-30T16:57:00.857+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileWatcher' +2025-04-30T16:57:00.860+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sslPropertiesSslBundleRegistrar' via factory method to bean named 'fileWatcher' +2025-04-30T16:57:00.869+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer' +2025-04-30T16:57:00.870+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' +2025-04-30T16:57:00.872+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer' +2025-04-30T16:57:00.872+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration' +2025-04-30T16:57:00.874+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment' +2025-04-30T16:57:00.875+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' +2025-04-30T16:57:00.879+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer' +2025-04-30T16:57:00.879+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' +2025-04-30T16:57:00.880+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' +2025-04-30T16:57:00.912+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageCustomizer' +2025-04-30T16:57:00.912+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' +2025-04-30T16:57:00.914+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties' +2025-04-30T16:57:00.916+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServletRegistration' +2025-04-30T16:57:00.916+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' +2025-04-30T16:57:00.917+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServlet' +2025-04-30T16:57:00.917+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' +2025-04-30T16:57:00.919+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' +2025-04-30T16:57:00.922+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServlet' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' +2025-04-30T16:57:00.950+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet' +2025-04-30T16:57:00.950+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' +2025-04-30T16:57:00.952+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartConfigElement' +2025-04-30T16:57:00.953+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' +2025-04-30T16:57:00.953+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' +2025-04-30T16:57:00.959+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties' +2025-04-30T16:57:00.972+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration' +2025-04-30T16:57:01.096+02:00 DEBUG 27604 --- [avis] [restartedMain] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: C:\Users\amaizy\.m2\repository\org\springframework\boot\spring-boot\3.4.5\spring-boot-3.4.5.jar +2025-04-30T16:57:01.097+02:00 DEBUG 27604 --- [avis] [restartedMain] .s.b.w.e.t.TomcatServletWebServerFactory : Code archive: C:\Users\amaizy\.m2\repository\org\springframework\boot\spring-boot\3.4.5\spring-boot-3.4.5.jar +2025-04-30T16:57:01.097+02:00 DEBUG 27604 --- [avis] [restartedMain] .s.b.w.e.t.TomcatServletWebServerFactory : None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored. +2025-04-30T16:57:01.173+02:00 INFO 27604 --- [avis] [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port 8080 (http) +2025-04-30T16:57:01.198+02:00 INFO 27604 --- [avis] [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2025-04-30T16:57:01.199+02:00 INFO 27604 --- [avis] [restartedMain] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.40] +2025-04-30T16:57:01.279+02:00 INFO 27604 --- [avis] [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2025-04-30T16:57:01.280+02:00 DEBUG 27604 --- [avis] [restartedMain] w.s.c.ServletWebServerApplicationContext : Published root WebApplicationContext as ServletContext attribute with name [org.springframework.web.context.WebApplicationContext.ROOT] +2025-04-30T16:57:01.281+02:00 INFO 27604 --- [avis] [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2621 ms +2025-04-30T16:57:01.285+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webMvcObservationFilter' +2025-04-30T16:57:01.285+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration' +2025-04-30T16:57:01.290+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRegistry' +2025-04-30T16:57:01.290+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration' +2025-04-30T16:57:01.297+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertiesObservationFilter' +2025-04-30T16:57:01.299+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' +2025-04-30T16:57:01.303+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertiesObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' +2025-04-30T16:57:01.311+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsObservationHandlerGrouping' +2025-04-30T16:57:01.312+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$OnlyMetricsConfiguration' +2025-04-30T16:57:01.317+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultMeterObservationHandler' +2025-04-30T16:57:01.317+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration$OnlyMetricsMeterObservationHandlerConfiguration' +2025-04-30T16:57:01.319+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleMeterRegistry' +2025-04-30T16:57:01.319+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleMetricsExportAutoConfiguration' +2025-04-30T16:57:01.321+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleConfig' +2025-04-30T16:57:01.321+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties' +2025-04-30T16:57:01.323+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'simpleConfig' via factory method to bean named 'management.simple.metrics.export-org.springframework.boot.actuate.autoconfigure.metrics.export.simple.SimpleProperties' +2025-04-30T16:57:01.331+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'micrometerClock' +2025-04-30T16:57:01.331+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsAutoConfiguration' +2025-04-30T16:57:01.335+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'simpleConfig' +2025-04-30T16:57:01.335+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'simpleMeterRegistry' via factory method to bean named 'micrometerClock' +2025-04-30T16:57:01.363+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertiesMeterFilter' +2025-04-30T16:57:01.363+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' +2025-04-30T16:57:01.367+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertiesMeterFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' +2025-04-30T16:57:01.372+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsHttpClientUriTagFilter' +2025-04-30T16:57:01.372+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration$MeterFilterConfiguration' +2025-04-30T16:57:01.375+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' +2025-04-30T16:57:01.375+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpClientUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' +2025-04-30T16:57:01.379+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsHttpServerUriTagFilter' +2025-04-30T16:57:01.379+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.servlet.WebMvcObservationAutoConfiguration$MeterFilterConfiguration' +2025-04-30T16:57:01.382+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' +2025-04-30T16:57:01.382+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsHttpServerUriTagFilter' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' +2025-04-30T16:57:01.389+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultMeterObservationHandler' via factory method to bean named 'simpleMeterRegistry' +2025-04-30T16:57:01.389+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultMeterObservationHandler' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' +2025-04-30T16:57:01.398+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'observationRegistry' +2025-04-30T16:57:01.398+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webMvcObservationFilter' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' +2025-04-30T16:57:01.414+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'h2Console' +2025-04-30T16:57:01.414+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration' +2025-04-30T16:57:01.416+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.h2.console-org.springframework.boot.autoconfigure.h2.H2ConsoleProperties' +2025-04-30T16:57:01.420+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.h2.H2ConsoleAutoConfiguration' via constructor to bean named 'spring.h2.console-org.springframework.boot.autoconfigure.h2.H2ConsoleProperties' +2025-04-30T16:57:01.424+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceUrlEncodingFilter' +2025-04-30T16:57:01.424+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafWebMvcConfiguration' +2025-04-30T16:57:01.428+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletEndpointRegistrar' +2025-04-30T16:57:01.428+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration$WebMvcServletEndpointManagementContextConfiguration' +2025-04-30T16:57:01.431+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' +2025-04-30T16:57:01.438+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletEndpointDiscoverer' +2025-04-30T16:57:01.438+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration$WebEndpointServletConfiguration' +2025-04-30T16:57:01.441+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointDiscoverer' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:01.446+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webEndpointPathMapper' +2025-04-30T16:57:01.447+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' +2025-04-30T16:57:01.449+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:01.450+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointAutoConfiguration' via constructor to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' +2025-04-30T16:57:01.462+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletExposeExcludePropertyEndpointFilter' +2025-04-30T16:57:01.463+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.ServletEndpointManagementContextConfiguration' +2025-04-30T16:57:01.467+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletExposeExcludePropertyEndpointFilter' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' +2025-04-30T16:57:01.487+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertiesEndpointAccessResolver' +2025-04-30T16:57:01.488+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration' +2025-04-30T16:57:01.490+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertiesEndpointAccessResolver' via factory method to bean named 'environment' +2025-04-30T16:57:01.494+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' +2025-04-30T16:57:01.494+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'servletEndpointDiscoverer' +2025-04-30T16:57:01.494+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'dispatcherServletRegistration' +2025-04-30T16:57:01.494+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletEndpointRegistrar' via factory method to bean named 'propertiesEndpointAccessResolver' +2025-04-30T16:57:01.517+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestContextFilter' +2025-04-30T16:57:01.532+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'formContentFilter' +2025-04-30T16:57:01.532+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration' +2025-04-30T16:57:01.539+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'characterEncodingFilter' +2025-04-30T16:57:01.550+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.w.s.ServletContextInitializerBeans : Mapping filters: webMvcObservationFilter urls=[/*] order=-2147483647, resourceUrlEncodingFilter urls=[/*] order=2147483647, characterEncodingFilter urls=[/*] order=-2147483648, formContentFilter urls=[/*] order=-9900, requestContextFilter urls=[/*] order=-105 +2025-04-30T16:57:01.551+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.w.s.ServletContextInitializerBeans : Mapping servlets: dispatcherServlet urls=[/], h2Console urls=[/h2-console/*] +2025-04-30T16:57:01.587+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.w.s.f.OrderedRequestContextFilter : Filter 'requestContextFilter' configured for use +2025-04-30T16:57:01.590+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.w.f.ServerHttpObservationFilter : Filter 'webMvcObservationFilter' configured for use +2025-04-30T16:57:01.590+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.w.s.r.ResourceUrlEncodingFilter : Filter 'resourceUrlEncodingFilter' configured for use +2025-04-30T16:57:01.590+02:00 DEBUG 27604 --- [avis] [restartedMain] s.b.w.s.f.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured for use +2025-04-30T16:57:01.590+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.w.s.f.OrderedFormContentFilter : Filter 'formContentFilter' configured for use +2025-04-30T16:57:01.603+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSourceScriptDatabaseInitializer' +2025-04-30T16:57:01.603+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' +2025-04-30T16:57:01.605+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSource' +2025-04-30T16:57:01.607+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' +2025-04-30T16:57:01.609+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' +2025-04-30T16:57:01.619+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcConnectionDetails' +2025-04-30T16:57:01.619+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$PooledDataSourceConfiguration' +2025-04-30T16:57:01.622+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcConnectionDetails' via factory method to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' +2025-04-30T16:57:01.625+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSource' via factory method to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' +2025-04-30T16:57:01.625+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSource' via factory method to bean named 'jdbcConnectionDetails' +2025-04-30T16:57:01.625+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSource' via factory method to bean named 'environment' +2025-04-30T16:57:01.652+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' +2025-04-30T16:57:01.658+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'dataSource' +2025-04-30T16:57:01.659+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' +2025-04-30T16:57:01.667+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'inMemoryDatabaseShutdownExecutor' +2025-04-30T16:57:01.668+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration' +2025-04-30T16:57:01.670+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'inMemoryDatabaseShutdownExecutor' via factory method to bean named 'dataSource' +2025-04-30T16:57:01.670+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'inMemoryDatabaseShutdownExecutor' via factory method to bean named 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' +2025-04-30T16:57:01.671+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'entityManagerFactory' +2025-04-30T16:57:01.672+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' +2025-04-30T16:57:01.674+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' +2025-04-30T16:57:01.679+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties' +2025-04-30T16:57:01.683+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'dataSource' +2025-04-30T16:57:01.683+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' +2025-04-30T16:57:01.683+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@198f48f6' +2025-04-30T16:57:01.683+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaConfiguration' via constructor to bean named 'spring.jpa.hibernate-org.springframework.boot.autoconfigure.orm.jpa.HibernateProperties' +2025-04-30T16:57:01.687+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hikariPoolDataSourceMetadataProvider' +2025-04-30T16:57:01.688+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$HikariPoolDataSourceMetadataProviderConfiguration' +2025-04-30T16:57:01.700+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'entityManagerFactoryBuilder' +2025-04-30T16:57:01.701+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpaVendorAdapter' +2025-04-30T16:57:01.714+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityManagerFactoryBuilder' via factory method to bean named 'jpaVendorAdapter' +2025-04-30T16:57:01.718+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'persistenceManagedTypes' +2025-04-30T16:57:01.719+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceManagedTypes' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@198f48f6' +2025-04-30T16:57:01.719+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistenceManagedTypes' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:01.731+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityManagerFactory' via factory method to bean named 'entityManagerFactoryBuilder' +2025-04-30T16:57:01.731+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityManagerFactory' via factory method to bean named 'persistenceManagedTypes' +2025-04-30T16:57:01.762+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource +2025-04-30T16:57:01.762+02:00 INFO 27604 --- [avis] [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... +2025-04-30T16:57:02.035+02:00 INFO 27604 --- [avis] [restartedMain] com.zaxxer.hikari.pool.HikariPool : HikariPool-1 - Added connection conn0: url=jdbc:h2:mem:avis user=SA +2025-04-30T16:57:02.036+02:00 INFO 27604 --- [avis] [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. +2025-04-30T16:57:02.062+02:00 DEBUG 27604 --- [avis] [restartedMain] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' +2025-04-30T16:57:02.088+02:00 INFO 27604 --- [avis] [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] +2025-04-30T16:57:02.165+02:00 INFO 27604 --- [avis] [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.6.13.Final +2025-04-30T16:57:02.209+02:00 INFO 27604 --- [avis] [restartedMain] o.h.c.internal.RegionFactoryInitiator : HHH000026: Second-level cache disabled +2025-04-30T16:57:02.539+02:00 INFO 27604 --- [avis] [restartedMain] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer +2025-04-30T16:57:02.643+02:00 INFO 27604 --- [avis] [restartedMain] org.hibernate.orm.connections.pooling : HHH10001005: Database info: + Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] + Database driver: undefined/unknown + Database version: 2.3.232 + Autocommit mode: undefined/unknown + Isolation level: undefined/unknown + Minimum pool size: undefined/unknown + Maximum pool size: undefined/unknown +2025-04-30T16:57:03.751+02:00 INFO 27604 --- [avis] [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration) +2025-04-30T16:57:03.804+02:00 INFO 27604 --- [avis] [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' +2025-04-30T16:57:03.818+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'avisApplication' +2025-04-30T16:57:03.822+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'loggingAspect' +2025-04-30T16:57:03.876+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'editeurController' +2025-04-30T16:57:03.880+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'editeurServiceImpl' +2025-04-30T16:57:03.882+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'editeurRepository' +2025-04-30T16:57:03.891+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.named-queries#6' +2025-04-30T16:57:03.897+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.EditeurRepository.fragments#0' +2025-04-30T16:57:03.907+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpaSharedEM_entityManagerFactory' +2025-04-30T16:57:03.944+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpaMappingContext' +2025-04-30T16:57:03.945+02:00 DEBUG 27604 --- [avis] [restartedMain] .c.JpaMetamodelMappingContextFactoryBean : Initializing JpaMetamodelMappingContext… +2025-04-30T16:57:03.964+02:00 DEBUG 27604 --- [avis] [restartedMain] .c.JpaMetamodelMappingContextFactoryBean : Finished initializing JpaMetamodelMappingContext +2025-04-30T16:57:04.003+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.041+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.053+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsRepositoryMethodInvocationListener' +2025-04-30T16:57:04.053+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration' +2025-04-30T16:57:04.054+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration' via constructor to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' +2025-04-30T16:57:04.057+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositoryTagsProvider' +2025-04-30T16:57:04.060+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsRepositoryMethodInvocationListener' via factory method to bean named 'repositoryTagsProvider' +2025-04-30T16:57:04.074+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.beans.CachedIntrospectionResults : Not strongly caching class [fr.clelia.avis.business.Editeur] because it is not cache-safe +2025-04-30T16:57:04.099+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.beans.CachedIntrospectionResults : Not strongly caching class [fr.clelia.avis.business.Jeu] because it is not cache-safe +2025-04-30T16:57:04.102+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.beans.CachedIntrospectionResults : Not strongly caching class [fr.clelia.avis.business.Plateforme] because it is not cache-safe +2025-04-30T16:57:04.107+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.s.RepositoryFactorySupport : Initializing repository instance for fr.clelia.avis.repository.EditeurRepository… +2025-04-30T16:57:04.122+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.195+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Editeur.findByLogoStartsWith.count +2025-04-30T16:57:04.197+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.223+02:00 INFO 27604 --- [avis] [restartedMain] o.s.d.j.r.query.QueryEnhancerFactory : Hibernate is in classpath; If applicable, HQL parser will be used. +2025-04-30T16:57:04.780+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Editeur.findByNomContainingIgnoreCase' +2025-04-30T16:57:04.781+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Editeur.findByNomContainingIgnoreCase +2025-04-30T16:57:04.784+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.800+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Editeur.findByNom' +2025-04-30T16:57:04.801+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Editeur.findByNom +2025-04-30T16:57:04.801+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.806+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.s.RepositoryFactorySupport : Finished creation of repository instance for fr.clelia.avis.repository.EditeurRepository. +2025-04-30T16:57:04.821+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'editeurMapperImpl' +2025-04-30T16:57:04.822+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jeuMapperImpl' +2025-04-30T16:57:04.828+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'editeurServiceImpl' via constructor to bean named 'editeurRepository' +2025-04-30T16:57:04.828+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'editeurServiceImpl' via constructor to bean named 'editeurMapperImpl' +2025-04-30T16:57:04.900+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'editeurController' via constructor to bean named 'editeurServiceImpl' +2025-04-30T16:57:04.902+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'avisRestControllerAdvice' +2025-04-30T16:57:04.906+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'editeurRestController' +2025-04-30T16:57:04.908+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'editeurRestController' via constructor to bean named 'editeurServiceImpl' +2025-04-30T16:57:04.908+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'editeurRestController' via constructor to bean named 'editeurMapperImpl' +2025-04-30T16:57:04.910+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'ajoutDonneesInitiales' +2025-04-30T16:57:04.911+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'plateformeRepository' +2025-04-30T16:57:04.911+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.named-queries#3' +2025-04-30T16:57:04.913+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.PlateformeRepository.fragments#0' +2025-04-30T16:57:04.915+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.916+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.s.RepositoryFactorySupport : Initializing repository instance for fr.clelia.avis.repository.PlateformeRepository… +2025-04-30T16:57:04.916+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.917+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Plateforme.findByNom' +2025-04-30T16:57:04.917+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Plateforme.findByNom +2025-04-30T16:57:04.918+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.920+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.s.RepositoryFactorySupport : Finished creation of repository instance for fr.clelia.avis.repository.PlateformeRepository. +2025-04-30T16:57:04.927+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jeuRepository' +2025-04-30T16:57:04.928+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.named-queries#0' +2025-04-30T16:57:04.929+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.JeuRepository.fragments#0' +2025-04-30T16:57:04.930+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.930+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.s.RepositoryFactorySupport : Initializing repository instance for fr.clelia.avis.repository.JeuRepository… +2025-04-30T16:57:04.931+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.934+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.findByNomLikeAndDateDeSortieBetween' +2025-04-30T16:57:04.934+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.findByNomLikeAndDateDeSortieBetween +2025-04-30T16:57:04.934+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.937+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.findTop5ByEditeurOrderByDateDeSortieDesc' +2025-04-30T16:57:04.937+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.findTop5ByEditeurOrderByDateDeSortieDesc +2025-04-30T16:57:04.937+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.941+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.findJeuxByPlateforme.count +2025-04-30T16:57:04.941+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.948+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.findByPlateformes' +2025-04-30T16:57:04.948+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.findByPlateformes +2025-04-30T16:57:04.948+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.951+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.findByEditeurNom' +2025-04-30T16:57:04.951+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.findByEditeurNom +2025-04-30T16:57:04.951+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.953+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.findByNomLike' +2025-04-30T16:57:04.953+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.findByNomLike +2025-04-30T16:57:04.953+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.955+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.countByEditeur' +2025-04-30T16:57:04.955+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.countByEditeur +2025-04-30T16:57:04.956+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.956+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.countByEditeurNom' +2025-04-30T16:57:04.956+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.countByEditeurNom +2025-04-30T16:57:04.956+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.957+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.deleteByEditeur' +2025-04-30T16:57:04.957+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.deleteByEditeur +2025-04-30T16:57:04.957+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.958+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.findByEditeur' +2025-04-30T16:57:04.958+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.findByEditeur +2025-04-30T16:57:04.958+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.958+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.findFirstByNom' +2025-04-30T16:57:04.958+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.findFirstByNom +2025-04-30T16:57:04.958+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.959+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.existsByNom' +2025-04-30T16:57:04.959+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.existsByNom +2025-04-30T16:57:04.959+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.961+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.findByDateDeSortieBetweenAndEditeur_NomContainsIgnoreCase' +2025-04-30T16:57:04.961+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.findByDateDeSortieBetweenAndEditeur_NomContainsIgnoreCase +2025-04-30T16:57:04.961+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.962+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.findJeuxByNomPlateforme.count +2025-04-30T16:57:04.962+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.980+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.findByNomIgnoreCase' +2025-04-30T16:57:04.980+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.findByNomIgnoreCase +2025-04-30T16:57:04.980+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.981+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.findByPlateformesNom' +2025-04-30T16:57:04.981+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.findByPlateformesNom +2025-04-30T16:57:04.981+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.982+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.findByEditeurAndNomLikeAndDateDeSortieBetween' +2025-04-30T16:57:04.982+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.findByEditeurAndNomLikeAndDateDeSortieBetween +2025-04-30T16:57:04.982+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.983+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Jeu.findAllByPlateformesContaining' +2025-04-30T16:57:04.983+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Jeu.findAllByPlateformesContaining +2025-04-30T16:57:04.983+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.986+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.s.RepositoryFactorySupport : Finished creation of repository instance for fr.clelia.avis.repository.JeuRepository. +2025-04-30T16:57:04.994+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'joueurRepository' +2025-04-30T16:57:04.995+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.named-queries#5' +2025-04-30T16:57:04.997+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.JoueurRepository.fragments#0' +2025-04-30T16:57:04.998+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:04.999+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.beans.CachedIntrospectionResults : Not strongly caching class [fr.clelia.avis.business.Joueur] because it is not cache-safe +2025-04-30T16:57:05.002+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.beans.CachedIntrospectionResults : Not strongly caching class [fr.clelia.avis.business.Avatar] because it is not cache-safe +2025-04-30T16:57:05.004+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.beans.CachedIntrospectionResults : Not strongly caching class [fr.clelia.avis.business.Utilisateur] because it is not cache-safe +2025-04-30T16:57:05.006+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.s.RepositoryFactorySupport : Initializing repository instance for fr.clelia.avis.repository.JoueurRepository… +2025-04-30T16:57:05.006+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:05.008+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Joueur.findJoueursTrentenaires.count +2025-04-30T16:57:05.008+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:05.060+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Joueur.findJoueursAnniversaire.count +2025-04-30T16:57:05.060+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:05.277+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Joueur.findNbJoueursParAnneeDeNaissance.count +2025-04-30T16:57:05.277+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:05.470+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.s.RepositoryFactorySupport : Finished creation of repository instance for fr.clelia.avis.repository.JoueurRepository. +2025-04-30T16:57:05.482+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'moderateurRepository' +2025-04-30T16:57:05.483+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.named-queries#1' +2025-04-30T16:57:05.485+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.ModerateurRepository.fragments#0' +2025-04-30T16:57:05.488+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:05.489+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.beans.CachedIntrospectionResults : Not strongly caching class [fr.clelia.avis.business.Moderateur] because it is not cache-safe +2025-04-30T16:57:05.491+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.s.RepositoryFactorySupport : Initializing repository instance for fr.clelia.avis.repository.ModerateurRepository… +2025-04-30T16:57:05.492+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:05.496+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.s.RepositoryFactorySupport : Finished creation of repository instance for fr.clelia.avis.repository.ModerateurRepository. +2025-04-30T16:57:05.504+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'utilisateurRepository' +2025-04-30T16:57:05.505+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.named-queries#4' +2025-04-30T16:57:05.506+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.UtilisateurRepository.fragments#0' +2025-04-30T16:57:05.509+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:05.509+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.s.RepositoryFactorySupport : Initializing repository instance for fr.clelia.avis.repository.UtilisateurRepository… +2025-04-30T16:57:05.509+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:05.512+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Utilisateur.deleteByMotDePasse' +2025-04-30T16:57:05.512+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Utilisateur.deleteByMotDePasse +2025-04-30T16:57:05.512+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:05.513+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Looking up named query 'Utilisateur.countByEmailEndsWith' +2025-04-30T16:57:05.513+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.jpa.repository.query.NamedQuery : Did not find named query Utilisateur.countByEmailEndsWith +2025-04-30T16:57:05.513+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:05.515+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.s.RepositoryFactorySupport : Finished creation of repository instance for fr.clelia.avis.repository.UtilisateurRepository. +2025-04-30T16:57:05.519+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ajoutDonneesInitiales' via constructor to bean named 'editeurRepository' +2025-04-30T16:57:05.519+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ajoutDonneesInitiales' via constructor to bean named 'plateformeRepository' +2025-04-30T16:57:05.519+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ajoutDonneesInitiales' via constructor to bean named 'jeuRepository' +2025-04-30T16:57:05.519+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ajoutDonneesInitiales' via constructor to bean named 'joueurRepository' +2025-04-30T16:57:05.519+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ajoutDonneesInitiales' via constructor to bean named 'moderateurRepository' +2025-04-30T16:57:05.519+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'ajoutDonneesInitiales' via constructor to bean named 'utilisateurRepository' +2025-04-30T16:57:05.528+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration' +2025-04-30T16:57:05.530+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration' +2025-04-30T16:57:05.530+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration' +2025-04-30T16:57:05.531+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$ThreadPoolTaskExecutorBuilderConfiguration' +2025-04-30T16:57:05.531+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'threadPoolTaskExecutorBuilder' +2025-04-30T16:57:05.533+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' +2025-04-30T16:57:05.535+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'threadPoolTaskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' +2025-04-30T16:57:05.539+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration' +2025-04-30T16:57:05.539+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$SimpleAsyncTaskExecutorBuilderConfiguration' via constructor to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties' +2025-04-30T16:57:05.540+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleAsyncTaskExecutorBuilder' +2025-04-30T16:57:05.544+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutorConfigurations$TaskExecutorConfiguration' +2025-04-30T16:57:05.545+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration' +2025-04-30T16:57:05.545+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration' +2025-04-30T16:57:05.547+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultValidator' +2025-04-30T16:57:05.548+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultValidator' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:05.559+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration' +2025-04-30T16:57:05.560+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'error' +2025-04-30T16:57:05.561+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameViewResolver' +2025-04-30T16:57:05.564+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' +2025-04-30T16:57:05.564+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' +2025-04-30T16:57:05.572+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:05.572+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' +2025-04-30T16:57:05.573+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conventionErrorViewResolver' +2025-04-30T16:57:05.574+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorAttributes' +2025-04-30T16:57:05.577+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'basicErrorController' +2025-04-30T16:57:05.577+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes' +2025-04-30T16:57:05.582+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' +2025-04-30T16:57:05.583+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' +2025-04-30T16:57:05.583+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' +2025-04-30T16:57:05.583+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@198f48f6' +2025-04-30T16:57:05.587+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' +2025-04-30T16:57:05.588+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' +2025-04-30T16:57:05.588+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties' +2025-04-30T16:57:05.588+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@198f48f6' +2025-04-30T16:57:05.589+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceHandlerRegistrationCustomizer' +2025-04-30T16:57:05.589+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$ResourceChainCustomizerConfiguration' +2025-04-30T16:57:05.590+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerRegistrationCustomizer' via factory method to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties' +2025-04-30T16:57:05.595+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerWebMvcConfigurer' +2025-04-30T16:57:05.595+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.webmvc.ui.SwaggerConfig' +2025-04-30T16:57:05.597+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.properties.SwaggerUiConfigProperties' +2025-04-30T16:57:05.609+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'indexPageTransformer' +2025-04-30T16:57:05.609+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.properties.SwaggerUiOAuthProperties' +2025-04-30T16:57:05.612+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerWelcome' +2025-04-30T16:57:05.612+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.properties.SpringDocConfigProperties' +2025-04-30T16:57:05.620+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springWebProvider' +2025-04-30T16:57:05.620+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration' +2025-04-30T16:57:05.629+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigProperties' +2025-04-30T16:57:05.629+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' +2025-04-30T16:57:05.629+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'springWebProvider' +2025-04-30T16:57:05.637+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springdocObjectMapperProvider' +2025-04-30T16:57:05.637+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration' +2025-04-30T16:57:05.641+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'springdocObjectMapperProvider' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' +2025-04-30T16:57:05.672+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigProperties' +2025-04-30T16:57:05.673+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiOAuthProperties' +2025-04-30T16:57:05.673+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'swaggerWelcome' +2025-04-30T16:57:05.673+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'springdocObjectMapperProvider' +2025-04-30T16:57:05.677+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerResourceResolver' +2025-04-30T16:57:05.677+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerResourceResolver' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigProperties' +2025-04-30T16:57:05.680+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerWebMvcConfigurer' via factory method to bean named 'org.springdoc.core.properties.SwaggerUiConfigProperties' +2025-04-30T16:57:05.680+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerWebMvcConfigurer' via factory method to bean named 'indexPageTransformer' +2025-04-30T16:57:05.680+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerWebMvcConfigurer' via factory method to bean named 'swaggerResourceResolver' +2025-04-30T16:57:05.683+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'openEntityManagerInViewInterceptorConfigurer' +2025-04-30T16:57:05.683+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration' +2025-04-30T16:57:05.685+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration' via constructor to bean named 'spring.jpa-org.springframework.boot.autoconfigure.orm.jpa.JpaProperties' +2025-04-30T16:57:05.688+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'openEntityManagerInViewInterceptor' +2025-04-30T16:57:05.688+02:00 WARN 27604 --- [avis] [restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2025-04-30T16:57:05.693+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openEntityManagerInViewInterceptorConfigurer' via factory method to bean named 'openEntityManagerInViewInterceptor' +2025-04-30T16:57:05.697+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hypermediaWebMvcConfigurer' +2025-04-30T16:57:05.697+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.hateoas.config.WebMvcHateoasConfiguration' +2025-04-30T16:57:05.699+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hypermediaWebMvcConverters' +2025-04-30T16:57:05.700+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.hateoas.config.HateoasConfiguration' +2025-04-30T16:57:05.704+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.hateoas.mediatype.hal.HalMediaTypeConfiguration' +2025-04-30T16:57:05.707+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean '_relProvider' +2025-04-30T16:57:05.708+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'relProviderPluginRegistry' +2025-04-30T16:57:05.708+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'relProviderPluginRegistry' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:05.718+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name '_relProvider' via factory method to bean named 'relProviderPluginRegistry' +2025-04-30T16:57:05.721+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'messageResolver' +2025-04-30T16:57:05.730+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.hateoas.mediatype.hal.HalMediaTypeConfiguration' via constructor to bean named '_relProvider' +2025-04-30T16:57:05.730+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.hateoas.mediatype.hal.HalMediaTypeConfiguration' via constructor to bean named 'messageResolver' +2025-04-30T16:57:05.730+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.hateoas.mediatype.hal.HalMediaTypeConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@198f48f6' +2025-04-30T16:57:05.735+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.hateoas.mediatype.hal.forms.HalFormsMediaTypeConfiguration' +2025-04-30T16:57:05.736+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.hateoas.mediatype.hal.forms.HalFormsMediaTypeConfiguration' via constructor to bean named '_relProvider' +2025-04-30T16:57:05.736+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.hateoas.mediatype.hal.forms.HalFormsMediaTypeConfiguration' via constructor to bean named 'messageResolver' +2025-04-30T16:57:05.736+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.hateoas.mediatype.hal.forms.HalFormsMediaTypeConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@198f48f6' +2025-04-30T16:57:05.742+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'hypermediaWebMvcConverters' via factory method to bean named 'org.springframework.hateoas.mediatype.hal.HalMediaTypeConfiguration' +2025-04-30T16:57:05.742+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'hypermediaWebMvcConverters' via factory method to bean named 'org.springframework.hateoas.mediatype.hal.forms.HalFormsMediaTypeConfiguration' +2025-04-30T16:57:05.744+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationJsonHalConfiguration' +2025-04-30T16:57:05.744+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.hateoas.HypermediaAutoConfiguration' +2025-04-30T16:57:05.751+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonObjectMapper' +2025-04-30T16:57:05.752+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' +2025-04-30T16:57:05.753+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' +2025-04-30T16:57:05.756+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer' +2025-04-30T16:57:05.756+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' +2025-04-30T16:57:05.759+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' +2025-04-30T16:57:05.763+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' +2025-04-30T16:57:05.765+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterNamesModule' +2025-04-30T16:57:05.765+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration' +2025-04-30T16:57:05.774+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonMixinModule' +2025-04-30T16:57:05.774+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonMixinConfiguration' +2025-04-30T16:57:05.777+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonMixinModuleEntries' +2025-04-30T16:57:05.777+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonMixinModuleEntries' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:05.786+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:05.786+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'jsonMixinModuleEntries' +2025-04-30T16:57:05.790+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonComponentModule' +2025-04-30T16:57:05.790+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' +2025-04-30T16:57:05.798+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonGeoModule' +2025-04-30T16:57:05.798+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.web.config.SpringDataJacksonConfiguration' +2025-04-30T16:57:05.803+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pageModule' +2025-04-30T16:57:05.808+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:05.808+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer' +2025-04-30T16:57:05.813+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder' +2025-04-30T16:57:05.842+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'hypermediaWebMvcConfigurer' via factory method to bean named 'hypermediaWebMvcConverters' +2025-04-30T16:57:05.844+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' +2025-04-30T16:57:05.845+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:05.861+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointObjectMapperWebMvcConfigurer' +2025-04-30T16:57:05.862+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointObjectMapper' +2025-04-30T16:57:05.862+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration' +2025-04-30T16:57:05.864+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'endpointObjectMapperWebMvcConfigurer' via factory method to bean named 'endpointObjectMapper' +2025-04-30T16:57:05.875+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'welcomePageHandlerMapping' +2025-04-30T16:57:05.876+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcConversionService' +2025-04-30T16:57:05.877+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonSchemaConverter' +2025-04-30T16:57:05.878+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'persistentEntities' +2025-04-30T16:57:05.881+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'associationLinks' +2025-04-30T16:57:05.881+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceMappings' +2025-04-30T16:57:05.881+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositories' +2025-04-30T16:57:05.883+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'avatarRepository' +2025-04-30T16:57:05.883+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.named-queries#2' +2025-04-30T16:57:05.884+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpa.AvatarRepository.fragments#0' +2025-04-30T16:57:05.885+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:05.886+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.s.RepositoryFactorySupport : Initializing repository instance for fr.clelia.avis.repository.AvatarRepository… +2025-04-30T16:57:05.886+02:00 DEBUG 27604 --- [avis] [restartedMain] tor$SharedEntityManagerInvocationHandler : Creating new EntityManager for shared EntityManager invocation +2025-04-30T16:57:05.894+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.c.s.RepositoryFactorySupport : Finished creation of repository instance for fr.clelia.avis.repository.AvatarRepository. +2025-04-30T16:57:05.899+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositoryRestConfiguration' +2025-04-30T16:57:05.911+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springBootRepositoryRestConfigurer' +2025-04-30T16:57:05.911+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.rest.RepositoryRestMvcAutoConfiguration' +2025-04-30T16:57:05.913+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.data.rest-org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties' +2025-04-30T16:57:05.917+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'springBootRepositoryRestConfigurer' via factory method to bean named 'spring.data.rest-org.springframework.boot.autoconfigure.data.rest.RepositoryRestProperties' +2025-04-30T16:57:05.931+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceMappings' via factory method to bean named 'repositories' +2025-04-30T16:57:05.931+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceMappings' via factory method to bean named 'persistentEntities' +2025-04-30T16:57:05.931+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceMappings' via factory method to bean named 'repositoryRestConfiguration' +2025-04-30T16:57:05.963+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'associationLinks' via factory method to bean named 'resourceMappings' +2025-04-30T16:57:05.963+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'associationLinks' via factory method to bean named 'repositoryRestConfiguration' +2025-04-30T16:57:05.967+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositoryInvokerFactory' +2025-04-30T16:57:05.973+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonSchemaConverter' via factory method to bean named 'persistentEntities' +2025-04-30T16:57:05.973+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonSchemaConverter' via factory method to bean named 'associationLinks' +2025-04-30T16:57:05.973+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonSchemaConverter' via factory method to bean named 'repositoryInvokerFactory' +2025-04-30T16:57:05.973+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jsonSchemaConverter' via factory method to bean named 'repositoryRestConfiguration' +2025-04-30T16:57:05.982+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'linkCollector' +2025-04-30T16:57:05.983+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'selfLinkProvider' +2025-04-30T16:57:05.983+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'entityLinks' +2025-04-30T16:57:05.983+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'backendIdConverterRegistry' +2025-04-30T16:57:05.987+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityLinks' via factory method to bean named 'repositories' +2025-04-30T16:57:05.988+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityLinks' via factory method to bean named 'resourceMappings' +2025-04-30T16:57:05.988+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityLinks' via factory method to bean named 'backendIdConverterRegistry' +2025-04-30T16:57:05.988+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityLinks' via factory method to bean named 'repositoryRestConfiguration' +2025-04-30T16:57:05.997+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'selfLinkProvider' via factory method to bean named 'persistentEntities' +2025-04-30T16:57:05.997+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'selfLinkProvider' via factory method to bean named 'entityLinks' +2025-04-30T16:57:05.998+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcConversionService' +2025-04-30T16:57:06.012+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcResourceUrlProvider' +2025-04-30T16:57:06.017+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:06.017+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcConversionService' +2025-04-30T16:57:06.017+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' +2025-04-30T16:57:06.038+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'welcomePageNotAcceptableHandlerMapping' +2025-04-30T16:57:06.038+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:06.038+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcConversionService' +2025-04-30T16:57:06.040+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageNotAcceptableHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' +2025-04-30T16:57:06.045+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeResolver' +2025-04-30T16:57:06.048+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'themeResolver' +2025-04-30T16:57:06.051+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'flashMapManager' +2025-04-30T16:57:06.057+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewNameTranslator' +2025-04-30T16:57:06.059+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcValidator' +2025-04-30T16:57:06.062+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcContentNegotiationManager' +2025-04-30T16:57:06.068+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerMapping' +2025-04-30T16:57:06.068+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' +2025-04-30T16:57:06.068+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService' +2025-04-30T16:57:06.068+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' +2025-04-30T16:57:06.152+02:00 DEBUG 27604 --- [avis] [restartedMain] s.w.s.m.m.a.RequestMappingHandlerMapping : 12 mappings in 'requestMappingHandlerMapping' +2025-04-30T16:57:06.169+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPatternParser' +2025-04-30T16:57:06.172+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUrlPathHelper' +2025-04-30T16:57:06.177+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPathMatcher' +2025-04-30T16:57:06.179+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewControllerHandlerMapping' +2025-04-30T16:57:06.180+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcConversionService' +2025-04-30T16:57:06.180+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' +2025-04-30T16:57:06.181+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameHandlerMapping' +2025-04-30T16:57:06.182+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcConversionService' +2025-04-30T16:57:06.182+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' +2025-04-30T16:57:06.188+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'routerFunctionMapping' +2025-04-30T16:57:06.189+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcConversionService' +2025-04-30T16:57:06.189+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcResourceUrlProvider' +2025-04-30T16:57:06.190+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'messageConverters' +2025-04-30T16:57:06.190+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration' +2025-04-30T16:57:06.196+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'stringHttpMessageConverter' +2025-04-30T16:57:06.196+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' +2025-04-30T16:57:06.197+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'stringHttpMessageConverter' via factory method to bean named 'environment' +2025-04-30T16:57:06.203+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter' +2025-04-30T16:57:06.203+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration' +2025-04-30T16:57:06.204+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper' +2025-04-30T16:57:06.210+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonHttpMessageConverter' +2025-04-30T16:57:06.211+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonHttpMessageConverter' via factory method to bean named 'repositoryRestConfiguration' +2025-04-30T16:57:06.214+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'linkCollector' +2025-04-30T16:57:06.214+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'selfLinkProvider' +2025-04-30T16:57:06.216+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'linkCollector' via factory method to bean named 'persistentEntities' +2025-04-30T16:57:06.216+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'linkCollector' via factory method to bean named 'selfLinkProvider' +2025-04-30T16:57:06.217+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'linkCollector' via factory method to bean named 'associationLinks' +2025-04-30T16:57:06.219+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'excerptProjector' +2025-04-30T16:57:06.220+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'excerptProjector' via factory method to bean named 'resourceMappings' +2025-04-30T16:57:06.224+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'representationModelProcessorInvoker' +2025-04-30T16:57:06.226+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'profileResourceProcessor' +2025-04-30T16:57:06.226+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'profileResourceProcessor' via factory method to bean named 'repositoryRestConfiguration' +2025-04-30T16:57:06.227+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'representationModelProcessorInvoker' via factory method to bean named 'profileResourceProcessor' +2025-04-30T16:57:06.236+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'halJacksonHttpMessageConverter' +2025-04-30T16:57:06.236+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'halJacksonHttpMessageConverter' via factory method to bean named 'linkCollector' +2025-04-30T16:57:06.236+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'halJacksonHttpMessageConverter' via factory method to bean named 'repositoryRestConfiguration' +2025-04-30T16:57:06.250+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'halFormsJacksonHttpMessageConverter' +2025-04-30T16:57:06.250+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'halFormsJacksonHttpMessageConverter' via factory method to bean named 'linkCollector' +2025-04-30T16:57:06.253+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'halFormsTemplateBuilder' +2025-04-30T16:57:06.261+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'uriListHttpMessageConverter' +2025-04-30T16:57:06.262+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'alpsJsonHttpMessageConverter' +2025-04-30T16:57:06.262+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'alpsConverter' +2025-04-30T16:57:06.263+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'enumTranslator' +2025-04-30T16:57:06.263+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'enumTranslator' via factory method to bean named 'messageResolver' +2025-04-30T16:57:06.265+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'alpsConverter' via factory method to bean named 'repositories' +2025-04-30T16:57:06.265+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'alpsConverter' via factory method to bean named 'persistentEntities' +2025-04-30T16:57:06.265+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'alpsConverter' via factory method to bean named 'entityLinks' +2025-04-30T16:57:06.265+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'alpsConverter' via factory method to bean named 'enumTranslator' +2025-04-30T16:57:06.265+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'alpsConverter' via factory method to bean named 'associationLinks' +2025-04-30T16:57:06.265+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'alpsConverter' via factory method to bean named 'repositoryRestConfiguration' +2025-04-30T16:57:06.271+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'alpsJsonHttpMessageConverter' via factory method to bean named 'alpsConverter' +2025-04-30T16:57:06.317+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceHandlerMapping' +2025-04-30T16:57:06.317+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager' +2025-04-30T16:57:06.317+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcConversionService' +2025-04-30T16:57:06.317+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider' +2025-04-30T16:57:06.333+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.w.s.handler.SimpleUrlHandlerMapping : Patterns [/webjars/**, /**, /swagger-ui*/*swagger-initializer.js, /swagger-ui*/**] in 'resourceHandlerMapping' +2025-04-30T16:57:06.335+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultServletHandlerMapping' +2025-04-30T16:57:06.335+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerAdapter' +2025-04-30T16:57:06.336+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager' +2025-04-30T16:57:06.336+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService' +2025-04-30T16:57:06.336+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator' +2025-04-30T16:57:06.344+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sortResolver' +2025-04-30T16:57:06.348+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pageableResolver' +2025-04-30T16:57:06.355+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pagedResourcesAssemblerArgumentResolver' +2025-04-30T16:57:06.357+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'slicedResourcesAssemblerArgumentResolver' +2025-04-30T16:57:06.360+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationTaskExecutor' +2025-04-30T16:57:06.361+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'applicationTaskExecutor' via factory method to bean named 'threadPoolTaskExecutorBuilder' +2025-04-30T16:57:06.364+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' +2025-04-30T16:57:06.388+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$OpenApiResourceAdvice' +2025-04-30T16:57:06.390+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springdoc.core.configuration.SpringDocConfiguration$OpenApiResourceAdvice' via constructor to bean named 'org.springdoc.core.configuration.SpringDocConfiguration' +2025-04-30T16:57:06.393+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositoryRestExceptionHandler' +2025-04-30T16:57:06.400+02:00 DEBUG 27604 --- [avis] [restartedMain] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice +2025-04-30T16:57:06.436+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcViewResolver' +2025-04-30T16:57:06.437+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcViewResolver' via factory method to bean named 'mvcContentNegotiationManager' +2025-04-30T16:57:06.442+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultViewResolver' +2025-04-30T16:57:06.453+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver' +2025-04-30T16:57:06.453+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@198f48f6' +2025-04-30T16:57:06.456+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver' +2025-04-30T16:57:06.456+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'thymeleafViewResolver' +2025-04-30T16:57:06.456+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafWebMvcConfiguration$ThymeleafViewResolverConfiguration' +2025-04-30T16:57:06.459+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.thymeleaf-org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties' +2025-04-30T16:57:06.464+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'templateEngine' +2025-04-30T16:57:06.464+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.TemplateEngineConfigurations$DefaultTemplateEngineConfiguration' +2025-04-30T16:57:06.467+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'templateEngine' via factory method to bean named 'spring.thymeleaf-org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties' +2025-04-30T16:57:06.490+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultTemplateResolver' +2025-04-30T16:57:06.490+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration' +2025-04-30T16:57:06.490+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration' via constructor to bean named 'spring.thymeleaf-org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties' +2025-04-30T16:57:06.490+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:06.504+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'thymeleafViewResolver' via factory method to bean named 'spring.thymeleaf-org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties' +2025-04-30T16:57:06.504+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'thymeleafViewResolver' via factory method to bean named 'templateEngine' +2025-04-30T16:57:06.522+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerFunctionAdapter' +2025-04-30T16:57:06.524+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUriComponentsContributor' +2025-04-30T16:57:06.524+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'mvcConversionService' +2025-04-30T16:57:06.524+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'requestMappingHandlerAdapter' +2025-04-30T16:57:06.525+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpRequestHandlerAdapter' +2025-04-30T16:57:06.526+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleControllerHandlerAdapter' +2025-04-30T16:57:06.527+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerExceptionResolver' +2025-04-30T16:57:06.527+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'handlerExceptionResolver' via factory method to bean named 'mvcContentNegotiationManager' +2025-04-30T16:57:06.533+02:00 DEBUG 27604 --- [avis] [restartedMain] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 3 @ExceptionHandler, 1 ResponseBodyAdvice +2025-04-30T16:57:06.535+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'persistentEntityArgumentResolver' +2025-04-30T16:57:06.535+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultMessageConverters' +2025-04-30T16:57:06.536+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultMessageConverters' via factory method to bean named 'jacksonHttpMessageConverter' +2025-04-30T16:57:06.536+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultMessageConverters' via factory method to bean named 'halJacksonHttpMessageConverter' +2025-04-30T16:57:06.536+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultMessageConverters' via factory method to bean named 'halFormsJacksonHttpMessageConverter' +2025-04-30T16:57:06.536+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultMessageConverters' via factory method to bean named 'alpsJsonHttpMessageConverter' +2025-04-30T16:57:06.536+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultMessageConverters' via factory method to bean named 'uriListHttpMessageConverter' +2025-04-30T16:57:06.536+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultMessageConverters' via factory method to bean named 'repositoryRestConfiguration' +2025-04-30T16:57:06.543+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repoRequestArgumentResolver' +2025-04-30T16:57:06.543+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceMetadataHandlerMethodArgumentResolver' +2025-04-30T16:57:06.543+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'baseUri' +2025-04-30T16:57:06.543+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'baseUri' via factory method to bean named 'repositoryRestConfiguration' +2025-04-30T16:57:06.544+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceMetadataHandlerMethodArgumentResolver' via factory method to bean named 'repositories' +2025-04-30T16:57:06.544+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceMetadataHandlerMethodArgumentResolver' via factory method to bean named 'resourceMappings' +2025-04-30T16:57:06.544+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'resourceMetadataHandlerMethodArgumentResolver' via factory method to bean named 'baseUri' +2025-04-30T16:57:06.545+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'repoRequestArgumentResolver' via factory method to bean named 'repositories' +2025-04-30T16:57:06.545+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'repoRequestArgumentResolver' via factory method to bean named 'resourceMetadataHandlerMethodArgumentResolver' +2025-04-30T16:57:06.545+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'repoRequestArgumentResolver' via factory method to bean named 'repositoryInvokerFactory' +2025-04-30T16:57:06.547+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'backendIdHandlerMethodArgumentResolver' +2025-04-30T16:57:06.547+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'backendIdHandlerMethodArgumentResolver' via factory method to bean named 'backendIdConverterRegistry' +2025-04-30T16:57:06.547+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'backendIdHandlerMethodArgumentResolver' via factory method to bean named 'resourceMetadataHandlerMethodArgumentResolver' +2025-04-30T16:57:06.547+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'backendIdHandlerMethodArgumentResolver' via factory method to bean named 'baseUri' +2025-04-30T16:57:06.548+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistentEntityArgumentResolver' via factory method to bean named 'defaultMessageConverters' +2025-04-30T16:57:06.548+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistentEntityArgumentResolver' via factory method to bean named 'repoRequestArgumentResolver' +2025-04-30T16:57:06.548+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistentEntityArgumentResolver' via factory method to bean named 'associationLinks' +2025-04-30T16:57:06.548+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistentEntityArgumentResolver' via factory method to bean named 'backendIdHandlerMethodArgumentResolver' +2025-04-30T16:57:06.548+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'persistentEntityArgumentResolver' via factory method to bean named 'persistentEntities' +2025-04-30T16:57:06.554+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'persistentEntityResourceAssemblerArgumentResolver' +2025-04-30T16:57:06.559+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'representationModelAssemblersArgumentResolver' +2025-04-30T16:57:06.560+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pagedResourcesAssembler' +2025-04-30T16:57:06.566+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'slicedResourcesAssembler' +2025-04-30T16:57:06.569+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'representationModelAssemblersArgumentResolver' via factory method to bean named 'pagedResourcesAssembler' +2025-04-30T16:57:06.569+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'representationModelAssemblersArgumentResolver' via factory method to bean named 'slicedResourcesAssembler' +2025-04-30T16:57:06.569+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'representationModelAssemblersArgumentResolver' via factory method to bean named 'persistentEntityResourceAssemblerArgumentResolver' +2025-04-30T16:57:06.572+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'eTagArgumentResolver' +2025-04-30T16:57:06.577+02:00 DEBUG 27604 --- [avis] [restartedMain] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 3 @ExceptionHandler, 0 ResponseBodyAdvice +2025-04-30T16:57:06.579+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$QuerydslProvider' +2025-04-30T16:57:06.580+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'queryDslQuerydslPredicateOperationCustomizer' +2025-04-30T16:57:06.582+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'queryDslQuerydslPredicateOperationCustomizer' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' +2025-04-30T16:57:06.582+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$SpringDocRepositoryRestConfiguration' +2025-04-30T16:57:06.582+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositoryRestConfigurationProvider' +2025-04-30T16:57:06.584+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$SpringDocSpringDataWebPropertiesProvider' +2025-04-30T16:57:06.585+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springDataWebPropertiesProvider' +2025-04-30T16:57:06.587+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocConfiguration$WebConversionServiceConfiguration' +2025-04-30T16:57:06.588+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webConversionServiceProvider' +2025-04-30T16:57:06.590+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'initExtraSchemas' +2025-04-30T16:57:06.591+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localSpringDocParameterNameDiscoverer' +2025-04-30T16:57:06.593+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'additionalModelsConverter' +2025-04-30T16:57:06.593+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'additionalModelsConverter' via factory method to bean named 'springdocObjectMapperProvider' +2025-04-30T16:57:06.597+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileSupportConverter' +2025-04-30T16:57:06.597+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'fileSupportConverter' via factory method to bean named 'springdocObjectMapperProvider' +2025-04-30T16:57:06.598+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'responseSupportConverter' +2025-04-30T16:57:06.599+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'responseSupportConverter' via factory method to bean named 'springdocObjectMapperProvider' +2025-04-30T16:57:06.599+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'schemaPropertyDeprecatingConverter' +2025-04-30T16:57:06.600+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'polymorphicModelConverter' +2025-04-30T16:57:06.601+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'polymorphicModelConverter' via factory method to bean named 'springdocObjectMapperProvider' +2025-04-30T16:57:06.603+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'openAPIBuilder' +2025-04-30T16:57:06.606+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'securityParser' +2025-04-30T16:57:06.606+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertyResolverUtils' +2025-04-30T16:57:06.607+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@198f48f6' +2025-04-30T16:57:06.607+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'messageSource' +2025-04-30T16:57:06.607+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' +2025-04-30T16:57:06.609+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'securityParser' via factory method to bean named 'propertyResolverUtils' +2025-04-30T16:57:06.615+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openAPIBuilder' via factory method to bean named 'securityParser' +2025-04-30T16:57:06.615+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openAPIBuilder' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' +2025-04-30T16:57:06.615+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openAPIBuilder' via factory method to bean named 'propertyResolverUtils' +2025-04-30T16:57:06.621+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'modelConverterRegistrar' +2025-04-30T16:57:06.623+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'oas31ModelConverter' +2025-04-30T16:57:06.623+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'oas31ModelConverter' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' +2025-04-30T16:57:06.625+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'collectionModelContentConverter' +2025-04-30T16:57:06.625+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocHateoasConfiguration' +2025-04-30T16:57:06.626+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'halProvider' +2025-04-30T16:57:06.626+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocDataRestConfiguration' +2025-04-30T16:57:06.628+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.hateoas-org.springframework.boot.autoconfigure.hateoas.HateoasProperties' +2025-04-30T16:57:06.630+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'halProvider' via factory method to bean named 'springdocObjectMapperProvider' +2025-04-30T16:57:06.633+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'collectionModelContentConverter' via factory method to bean named 'halProvider' +2025-04-30T16:57:06.633+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'collectionModelContentConverter' via factory method to bean named '_relProvider' +2025-04-30T16:57:06.634+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hateoasLinksConverter' +2025-04-30T16:57:06.634+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'hateoasLinksConverter' via factory method to bean named 'springdocObjectMapperProvider' +2025-04-30T16:57:06.635+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pageableOpenAPIConverter' +2025-04-30T16:57:06.635+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocPageableConfiguration' +2025-04-30T16:57:06.637+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pageableOpenAPIConverter' via factory method to bean named 'springdocObjectMapperProvider' +2025-04-30T16:57:06.638+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pageOpenAPIConverter' +2025-04-30T16:57:06.639+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pageOpenAPIConverter' via factory method to bean named 'springdocObjectMapperProvider' +2025-04-30T16:57:06.641+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sortOpenAPIConverter' +2025-04-30T16:57:06.641+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocSortConfiguration' +2025-04-30T16:57:06.642+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sortOpenAPIConverter' via factory method to bean named 'springdocObjectMapperProvider' +2025-04-30T16:57:06.644+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'modelConverterRegistrar' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' +2025-04-30T16:57:06.659+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'operationBuilder' +2025-04-30T16:57:06.659+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterBuilder' +2025-04-30T16:57:06.660+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterObjectNamingStrategyCustomizer' +2025-04-30T16:57:06.662+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataRestDelegatingMethodParameterCustomizer' +2025-04-30T16:57:06.667+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'parameterBuilder' via factory method to bean named 'propertyResolverUtils' +2025-04-30T16:57:06.667+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'parameterBuilder' via factory method to bean named 'springdocObjectMapperProvider' +2025-04-30T16:57:06.679+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestBodyBuilder' +2025-04-30T16:57:06.679+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestBodyBuilder' via factory method to bean named 'parameterBuilder' +2025-04-30T16:57:06.679+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestBodyBuilder' via factory method to bean named 'propertyResolverUtils' +2025-04-30T16:57:06.682+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'parameterBuilder' +2025-04-30T16:57:06.682+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'requestBodyBuilder' +2025-04-30T16:57:06.682+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'securityParser' +2025-04-30T16:57:06.682+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'propertyResolverUtils' +2025-04-30T16:57:06.685+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springDocProviders' +2025-04-30T16:57:06.687+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springRepositoryRestResourceProvider' +2025-04-30T16:57:06.687+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.core.configuration.SpringDocDataRestConfiguration$SpringRepositoryRestResourceProviderConfiguration' +2025-04-30T16:57:06.691+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataRestRouterOperationBuilder' +2025-04-30T16:57:06.691+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataRestOperationBuilder' +2025-04-30T16:57:06.691+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataRestRequestBuilder' +2025-04-30T16:57:06.691+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestBuilder' +2025-04-30T16:57:06.692+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'parameterBuilder' +2025-04-30T16:57:06.692+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'requestBodyBuilder' +2025-04-30T16:57:06.692+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'localSpringDocParameterNameDiscoverer' +2025-04-30T16:57:06.698+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springDocDataRestUtils' +2025-04-30T16:57:06.698+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'springDocDataRestUtils' via factory method to bean named '_relProvider' +2025-04-30T16:57:06.698+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'springDocDataRestUtils' via factory method to bean named 'repositoryRestConfiguration' +2025-04-30T16:57:06.701+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestRequestBuilder' via factory method to bean named 'localSpringDocParameterNameDiscoverer' +2025-04-30T16:57:06.701+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestRequestBuilder' via factory method to bean named 'parameterBuilder' +2025-04-30T16:57:06.701+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestRequestBuilder' via factory method to bean named 'requestBodyBuilder' +2025-04-30T16:57:06.701+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestRequestBuilder' via factory method to bean named 'requestBuilder' +2025-04-30T16:57:06.701+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestRequestBuilder' via factory method to bean named 'springDocDataRestUtils' +2025-04-30T16:57:06.703+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataRestTagsBuilder' +2025-04-30T16:57:06.704+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestTagsBuilder' via factory method to bean named 'openAPIBuilder' +2025-04-30T16:57:06.706+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataRestResponseBuilder' +2025-04-30T16:57:06.706+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'responseBuilder' +2025-04-30T16:57:06.707+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'operationBuilder' +2025-04-30T16:57:06.707+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' +2025-04-30T16:57:06.707+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'propertyResolverUtils' +2025-04-30T16:57:06.713+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestResponseBuilder' via factory method to bean named 'responseBuilder' +2025-04-30T16:57:06.713+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestResponseBuilder' via factory method to bean named 'springDocDataRestUtils' +2025-04-30T16:57:06.715+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestOperationBuilder' via factory method to bean named 'dataRestRequestBuilder' +2025-04-30T16:57:06.715+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestOperationBuilder' via factory method to bean named 'dataRestTagsBuilder' +2025-04-30T16:57:06.715+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestOperationBuilder' via factory method to bean named 'dataRestResponseBuilder' +2025-04-30T16:57:06.715+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestOperationBuilder' via factory method to bean named 'operationBuilder' +2025-04-30T16:57:06.718+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestRouterOperationBuilder' via factory method to bean named 'dataRestOperationBuilder' +2025-04-30T16:57:06.718+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestRouterOperationBuilder' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' +2025-04-30T16:57:06.718+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestRouterOperationBuilder' via factory method to bean named 'repositoryRestConfiguration' +2025-04-30T16:57:06.718+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataRestRouterOperationBuilder' via factory method to bean named 'halProvider' +2025-04-30T16:57:06.721+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'springRepositoryRestResourceProvider' via factory method to bean named 'dataRestRouterOperationBuilder' +2025-04-30T16:57:06.721+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'springRepositoryRestResourceProvider' via factory method to bean named 'jacksonObjectMapper' +2025-04-30T16:57:06.721+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'springRepositoryRestResourceProvider' via factory method to bean named 'springDocDataRestUtils' +2025-04-30T16:57:06.724+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'routerFunctionProvider' +2025-04-30T16:57:06.724+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration$SpringDocWebMvcRouterConfiguration' +2025-04-30T16:57:06.728+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'springDocProviders' via factory method to bean named 'springdocObjectMapperProvider' +2025-04-30T16:57:06.730+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springDocCustomizers' +2025-04-30T16:57:06.731+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'globalOpenApiCustomizer' +2025-04-30T16:57:06.733+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'linksSchemaCustomizer' +2025-04-30T16:57:06.733+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'linksSchemaCustomizer' via factory method to bean named 'halProvider' +2025-04-30T16:57:06.733+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'linksSchemaCustomizer' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' +2025-04-30T16:57:06.742+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springdoc.webmvc.core.configuration.SpringDocWebMvcConfiguration$SpringDocWebMvcActuatorConfiguration' +2025-04-30T16:57:06.746+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'openApiResource' +2025-04-30T16:57:06.746+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openApiResource' via factory method to bean named 'requestBuilder' +2025-04-30T16:57:06.746+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openApiResource' via factory method to bean named 'responseBuilder' +2025-04-30T16:57:06.746+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openApiResource' via factory method to bean named 'operationBuilder' +2025-04-30T16:57:06.746+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openApiResource' via factory method to bean named 'org.springdoc.core.properties.SpringDocConfigProperties' +2025-04-30T16:57:06.746+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openApiResource' via factory method to bean named 'springDocProviders' +2025-04-30T16:57:06.746+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'openApiResource' via factory method to bean named 'springDocCustomizers' +2025-04-30T16:57:06.757+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'swaggerConfigResource' +2025-04-30T16:57:06.758+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'swaggerConfigResource' via factory method to bean named 'swaggerWelcome' +2025-04-30T16:57:06.759+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.audit.AuditEventsEndpointAutoConfiguration' +2025-04-30T16:57:06.760+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration' +2025-04-30T16:57:06.761+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationAvailability' +2025-04-30T16:57:06.764+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration' +2025-04-30T16:57:06.767+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.beans.BeansEndpointAutoConfiguration' +2025-04-30T16:57:06.768+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beansEndpoint' +2025-04-30T16:57:06.768+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'beansEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:06.773+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.jta.JtaAutoConfiguration' +2025-04-30T16:57:06.774+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration$Hikari' +2025-04-30T16:57:06.775+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration$Hikari' via constructor to bean named 'dataSource' +2025-04-30T16:57:06.776+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceJmxConfiguration' +2025-04-30T16:57:06.777+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration' +2025-04-30T16:57:06.778+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration' +2025-04-30T16:57:06.779+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizationAutoConfiguration' +2025-04-30T16:57:06.781+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'platformTransactionManagerCustomizers' +2025-04-30T16:57:06.781+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionExecutionListeners' +2025-04-30T16:57:06.785+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.transaction-org.springframework.boot.autoconfigure.transaction.TransactionProperties' +2025-04-30T16:57:06.791+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$PersistenceManagedTypesConfiguration' +2025-04-30T16:57:06.792+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionManager' +2025-04-30T16:57:06.811+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration' +2025-04-30T16:57:06.812+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.cache.CachesEndpointAutoConfiguration' +2025-04-30T16:57:06.814+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'cachesEndpoint' +2025-04-30T16:57:06.816+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'cachesEndpoint' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@198f48f6' +2025-04-30T16:57:06.821+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointConfiguration' +2025-04-30T16:57:06.823+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthStatusAggregator' +2025-04-30T16:57:06.823+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' +2025-04-30T16:57:06.830+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthStatusAggregator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' +2025-04-30T16:57:06.833+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthHttpCodeStatusMapper' +2025-04-30T16:57:06.834+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthHttpCodeStatusMapper' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' +2025-04-30T16:57:06.835+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointGroups' +2025-04-30T16:57:06.835+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:06.835+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroups' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' +2025-04-30T16:57:06.844+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthContributorRegistry' +2025-04-30T16:57:06.847+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sslHealthIndicator' +2025-04-30T16:57:06.847+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.ssl.SslHealthContributorAutoConfiguration' +2025-04-30T16:57:06.849+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sslInfo' +2025-04-30T16:57:06.850+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.health.ssl-org.springframework.boot.actuate.autoconfigure.ssl.SslHealthIndicatorProperties' +2025-04-30T16:57:06.852+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sslInfo' via factory method to bean named 'sslBundleRegistry' +2025-04-30T16:57:06.852+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sslInfo' via factory method to bean named 'management.health.ssl-org.springframework.boot.actuate.autoconfigure.ssl.SslHealthIndicatorProperties' +2025-04-30T16:57:06.854+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sslHealthIndicator' via factory method to bean named 'sslInfo' +2025-04-30T16:57:06.861+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'diskSpaceHealthIndicator' +2025-04-30T16:57:06.861+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthContributorAutoConfiguration' +2025-04-30T16:57:06.863+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties' +2025-04-30T16:57:06.866+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'diskSpaceHealthIndicator' via factory method to bean named 'management.health.diskspace-org.springframework.boot.actuate.autoconfigure.system.DiskSpaceHealthIndicatorProperties' +2025-04-30T16:57:06.867+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pingHealthContributor' +2025-04-30T16:57:06.867+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration' +2025-04-30T16:57:06.870+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dbHealthContributor' +2025-04-30T16:57:06.870+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthContributorAutoConfiguration' +2025-04-30T16:57:06.876+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties' +2025-04-30T16:57:06.878+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@198f48f6' +2025-04-30T16:57:06.878+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dbHealthContributor' via factory method to bean named 'management.health.db-org.springframework.boot.actuate.autoconfigure.jdbc.DataSourceHealthIndicatorProperties' +2025-04-30T16:57:06.882+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:06.882+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'healthEndpointGroups' +2025-04-30T16:57:06.882+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'sslHealthIndicator' +2025-04-30T16:57:06.882+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'diskSpaceHealthIndicator' +2025-04-30T16:57:06.882+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'pingHealthContributor' +2025-04-30T16:57:06.882+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthContributorRegistry' via factory method to bean named 'dbHealthContributor' +2025-04-30T16:57:06.888+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointGroupMembershipValidator' +2025-04-30T16:57:06.888+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' +2025-04-30T16:57:06.888+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointGroupMembershipValidator' via factory method to bean named 'healthContributorRegistry' +2025-04-30T16:57:06.889+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpoint' +2025-04-30T16:57:06.890+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthContributorRegistry' +2025-04-30T16:57:06.890+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'healthEndpointGroups' +2025-04-30T16:57:06.890+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpoint' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' +2025-04-30T16:57:06.894+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration$MvcAdditionalHealthEndpointPathsConfiguration' +2025-04-30T16:57:06.895+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointWebMvcHandlerMapping' +2025-04-30T16:57:06.895+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webEndpointDiscoverer' +2025-04-30T16:57:06.896+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointOperationParameterMapper' +2025-04-30T16:57:06.901+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointMediaTypes' +2025-04-30T16:57:06.902+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointOperationParameterMapper' +2025-04-30T16:57:06.902+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointDiscoverer' via factory method to bean named 'endpointMediaTypes' +2025-04-30T16:57:06.903+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointCachingOperationInvokerAdvisor' +2025-04-30T16:57:06.903+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'endpointCachingOperationInvokerAdvisor' via factory method to bean named 'environment' +2025-04-30T16:57:06.907+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webExposeExcludePropertyEndpointFilter' +2025-04-30T16:57:06.909+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webAccessPropertiesOperationFilter' +2025-04-30T16:57:06.909+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webAccessPropertiesOperationFilter' via factory method to bean named 'propertiesEndpointAccessResolver' +2025-04-30T16:57:06.914+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'webEndpointDiscoverer' +2025-04-30T16:57:06.914+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebMvcHandlerMapping' via factory method to bean named 'healthEndpointGroups' +2025-04-30T16:57:06.921+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configurationPropertiesReportEndpoint' +2025-04-30T16:57:06.921+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointAutoConfiguration' +2025-04-30T16:57:06.923+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties' +2025-04-30T16:57:06.923+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'configurationPropertiesReportEndpoint' via factory method to bean named 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties' +2025-04-30T16:57:06.930+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'environmentEndpoint' +2025-04-30T16:57:06.930+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointAutoConfiguration' +2025-04-30T16:57:06.932+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' +2025-04-30T16:57:06.933+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'environment' +2025-04-30T16:57:06.933+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpoint' via factory method to bean named 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' +2025-04-30T16:57:06.945+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'healthEndpointWebExtension' +2025-04-30T16:57:06.945+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointWebExtensionConfiguration' +2025-04-30T16:57:06.946+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthContributorRegistry' +2025-04-30T16:57:06.946+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'healthEndpointGroups' +2025-04-30T16:57:06.946+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'healthEndpointWebExtension' via factory method to bean named 'management.endpoint.health-org.springframework.boot.actuate.autoconfigure.health.HealthEndpointProperties' +2025-04-30T16:57:06.949+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'infoEndpoint' +2025-04-30T16:57:06.949+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoEndpointAutoConfiguration' +2025-04-30T16:57:06.951+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conditionsReportEndpoint' +2025-04-30T16:57:06.951+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpointAutoConfiguration' +2025-04-30T16:57:06.951+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'conditionsReportEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:06.953+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'configurationPropertiesReportEndpointWebExtension' +2025-04-30T16:57:06.953+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'configurationPropertiesReportEndpointWebExtension' via factory method to bean named 'configurationPropertiesReportEndpoint' +2025-04-30T16:57:06.953+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'configurationPropertiesReportEndpointWebExtension' via factory method to bean named 'management.endpoint.configprops-org.springframework.boot.actuate.autoconfigure.context.properties.ConfigurationPropertiesReportEndpointProperties' +2025-04-30T16:57:06.956+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'environmentEndpointWebExtension' +2025-04-30T16:57:06.956+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpointWebExtension' via factory method to bean named 'environmentEndpoint' +2025-04-30T16:57:06.956+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'environmentEndpointWebExtension' via factory method to bean named 'management.endpoint.env-org.springframework.boot.actuate.autoconfigure.env.EnvironmentEndpointProperties' +2025-04-30T16:57:06.957+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'logFileWebEndpoint' +2025-04-30T16:57:06.957+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointAutoConfiguration' +2025-04-30T16:57:06.958+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties' +2025-04-30T16:57:06.959+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'logFileWebEndpoint' via factory method to bean named 'management.endpoint.logfile-org.springframework.boot.actuate.autoconfigure.logging.LogFileWebEndpointProperties' +2025-04-30T16:57:06.961+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'loggersEndpoint' +2025-04-30T16:57:06.961+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.logging.LoggersEndpointAutoConfiguration' +2025-04-30T16:57:06.962+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'loggersEndpoint' via factory method to bean named 'springBootLoggingSystem' +2025-04-30T16:57:06.964+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'heapDumpWebEndpoint' +2025-04-30T16:57:06.964+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.HeapDumpWebEndpointAutoConfiguration' +2025-04-30T16:57:06.967+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dumpEndpoint' +2025-04-30T16:57:06.967+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.management.ThreadDumpEndpointAutoConfiguration' +2025-04-30T16:57:06.969+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metricsEndpoint' +2025-04-30T16:57:06.969+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.MetricsEndpointAutoConfiguration' +2025-04-30T16:57:06.970+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'metricsEndpoint' via factory method to bean named 'simpleMeterRegistry' +2025-04-30T16:57:06.974+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'sbomEndpoint' +2025-04-30T16:57:06.974+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.sbom.SbomEndpointAutoConfiguration' +2025-04-30T16:57:06.975+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoint.sbom-org.springframework.boot.actuate.sbom.SbomProperties' +2025-04-30T16:57:06.977+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.sbom.SbomEndpointAutoConfiguration' via constructor to bean named 'management.endpoint.sbom-org.springframework.boot.actuate.sbom.SbomProperties' +2025-04-30T16:57:06.978+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'sbomEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:06.981+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'scheduledTasksEndpoint' +2025-04-30T16:57:06.982+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksEndpointAutoConfiguration' +2025-04-30T16:57:06.986+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingsEndpoint' +2025-04-30T16:57:06.986+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration' +2025-04-30T16:57:06.987+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingsEndpoint' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:06.989+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServletMappingDescriptionProvider' +2025-04-30T16:57:06.989+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration$SpringMvcConfiguration' +2025-04-30T16:57:06.994+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletMappingDescriptionProvider' +2025-04-30T16:57:06.995+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.mappings.MappingsEndpointAutoConfiguration$ServletWebConfiguration' +2025-04-30T16:57:06.997+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'filterMappingDescriptionProvider' +2025-04-30T16:57:07.015+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.health.HealthEndpointAutoConfiguration' +2025-04-30T16:57:07.017+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' +2025-04-30T16:57:07.018+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' +2025-04-30T16:57:07.020+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties' +2025-04-30T16:57:07.021+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration' +2025-04-30T16:57:07.027+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.info-org.springframework.boot.actuate.autoconfigure.info.InfoContributorProperties' +2025-04-30T16:57:07.030+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.servlet.ServletManagementContextAutoConfiguration' +2025-04-30T16:57:07.031+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletWebChildContextFactory' +2025-04-30T16:57:07.033+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'managementServletContext' +2025-04-30T16:57:07.034+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'managementServletContext' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' +2025-04-30T16:57:07.036+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' +2025-04-30T16:57:07.037+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties' +2025-04-30T16:57:07.039+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration' via constructor to bean named 'spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties' +2025-04-30T16:57:07.042+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mbeanExporter' +2025-04-30T16:57:07.043+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'objectNamingStrategy' +2025-04-30T16:57:07.049+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'objectNamingStrategy' +2025-04-30T16:57:07.049+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mbeanExporter' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@198f48f6' +2025-04-30T16:57:07.055+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mbeanServer' +2025-04-30T16:57:07.056+02:00 DEBUG 27604 --- [avis] [restartedMain] o.springframework.jmx.support.JmxUtils : Found MBeanServer: com.sun.jmx.mbeanserver.JmxMBeanServer@f5f2bb7 +2025-04-30T16:57:07.069+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' +2025-04-30T16:57:07.070+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoints.jmx-org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties' +2025-04-30T16:57:07.073+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' via constructor to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:07.073+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' via constructor to bean named 'management.endpoints.jmx-org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointProperties' +2025-04-30T16:57:07.073+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.endpoint.jmx.JmxEndpointAutoConfiguration' via constructor to bean named 'spring.jmx-org.springframework.boot.autoconfigure.jmx.JmxProperties' +2025-04-30T16:57:07.075+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jmxAnnotationEndpointDiscoverer' +2025-04-30T16:57:07.075+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jmxAnnotationEndpointDiscoverer' via factory method to bean named 'endpointOperationParameterMapper' +2025-04-30T16:57:07.076+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jmxIncludeExcludePropertyEndpointFilter' +2025-04-30T16:57:07.076+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jmxAccessPropertiesOperationFilter' +2025-04-30T16:57:07.076+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jmxAccessPropertiesOperationFilter' via factory method to bean named 'propertiesEndpointAccessResolver' +2025-04-30T16:57:07.080+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'endpointObjectNameFactory' +2025-04-30T16:57:07.080+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'endpointObjectNameFactory' via factory method to bean named 'mbeanServer' +2025-04-30T16:57:07.081+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jmxMBeanExporter' +2025-04-30T16:57:07.082+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jmxMBeanExporter' via factory method to bean named 'mbeanServer' +2025-04-30T16:57:07.082+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jmxMBeanExporter' via factory method to bean named 'endpointObjectNameFactory' +2025-04-30T16:57:07.082+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jmxMBeanExporter' via factory method to bean named 'jmxAnnotationEndpointDiscoverer' +2025-04-30T16:57:07.109+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'eagerlyInitializeJmxEndpointExporter' +2025-04-30T16:57:07.113+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'controllerEndpointDiscoverer' +2025-04-30T16:57:07.113+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'controllerExposeExcludePropertyEndpointFilter' +2025-04-30T16:57:07.115+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'pathMappedEndpoints' +2025-04-30T16:57:07.116+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'jmxAnnotationEndpointDiscoverer' +2025-04-30T16:57:07.116+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'servletEndpointDiscoverer' +2025-04-30T16:57:07.116+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'webEndpointDiscoverer' +2025-04-30T16:57:07.116+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'pathMappedEndpoints' via factory method to bean named 'controllerEndpointDiscoverer' +2025-04-30T16:57:07.124+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'meterRegistryCloser' +2025-04-30T16:57:07.126+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration' +2025-04-30T16:57:07.127+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.JvmMetricsAutoConfiguration' +2025-04-30T16:57:07.128+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmGcMetrics' +2025-04-30T16:57:07.133+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmHeapPressureMetrics' +2025-04-30T16:57:07.137+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmMemoryMetrics' +2025-04-30T16:57:07.137+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmThreadMetrics' +2025-04-30T16:57:07.139+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'classLoaderMetrics' +2025-04-30T16:57:07.139+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmInfoMetrics' +2025-04-30T16:57:07.140+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jvmCompilationMetrics' +2025-04-30T16:57:07.141+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.LogbackMetricsAutoConfiguration' +2025-04-30T16:57:07.141+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'logbackMetrics' +2025-04-30T16:57:07.143+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.SystemMetricsAutoConfiguration' +2025-04-30T16:57:07.144+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'uptimeMetrics' +2025-04-30T16:57:07.145+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'processorMetrics' +2025-04-30T16:57:07.147+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileDescriptorMetrics' +2025-04-30T16:57:07.148+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'diskSpaceMetrics' +2025-04-30T16:57:07.149+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'diskSpaceMetrics' via factory method to bean named 'management.metrics-org.springframework.boot.actuate.autoconfigure.metrics.MetricsProperties' +2025-04-30T16:57:07.150+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration' +2025-04-30T16:57:07.150+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$HikariDataSourceMetricsConfiguration' +2025-04-30T16:57:07.151+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hikariDataSourceMeterBinder' +2025-04-30T16:57:07.152+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration$DataSourcePoolMetadataMetricsConfiguration' +2025-04-30T16:57:07.153+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dataSourcePoolMetadataMeterBinder' +2025-04-30T16:57:07.153+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dataSourcePoolMetadataMeterBinder' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@198f48f6' +2025-04-30T16:57:07.153+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.jdbc.DataSourcePoolMetricsAutoConfiguration' +2025-04-30T16:57:07.154+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.startup.StartupTimeMetricsListenerAutoConfiguration' +2025-04-30T16:57:07.155+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'startupTimeMetrics' +2025-04-30T16:57:07.155+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'startupTimeMetrics' via factory method to bean named 'simpleMeterRegistry' +2025-04-30T16:57:07.157+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$ThreadPoolTaskSchedulerBuilderConfiguration' +2025-04-30T16:57:07.157+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'threadPoolTaskSchedulerBuilder' +2025-04-30T16:57:07.158+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' +2025-04-30T16:57:07.160+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'threadPoolTaskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' +2025-04-30T16:57:07.162+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration' +2025-04-30T16:57:07.162+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskSchedulingConfigurations$SimpleAsyncTaskSchedulerBuilderConfiguration' via constructor to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties' +2025-04-30T16:57:07.163+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleAsyncTaskSchedulerBuilder' +2025-04-30T16:57:07.167+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration' +2025-04-30T16:57:07.168+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.task.TaskExecutorMetricsAutoConfiguration' +2025-04-30T16:57:07.178+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'eagerTaskExecutorMetrics' +2025-04-30T16:57:07.178+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.metrics.web.tomcat.TomcatMetricsAutoConfiguration' +2025-04-30T16:57:07.179+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatMetricsBinder' +2025-04-30T16:57:07.179+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatMetricsBinder' via factory method to bean named 'simpleMeterRegistry' +2025-04-30T16:57:07.180+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$ObservedAspectConfiguration' +2025-04-30T16:57:07.181+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observedAspect' +2025-04-30T16:57:07.181+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observedAspect' via factory method to bean named 'observationRegistry' +2025-04-30T16:57:07.182+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.ObservationAutoConfiguration$MeterObservationHandlerConfiguration' +2025-04-30T16:57:07.182+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration' +2025-04-30T16:57:07.183+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.client.HttpClientAutoConfiguration' +2025-04-30T16:57:07.184+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'clientHttpRequestFactoryBuilder' +2025-04-30T16:57:07.185+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.http.client-org.springframework.boot.autoconfigure.http.client.HttpClientProperties' +2025-04-30T16:57:07.188+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'clientHttpRequestFactoryBuilder' via factory method to bean named 'spring.http.client-org.springframework.boot.autoconfigure.http.client.HttpClientProperties' +2025-04-30T16:57:07.202+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'clientHttpRequestFactorySettings' +2025-04-30T16:57:07.202+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'clientHttpRequestFactorySettings' via factory method to bean named 'spring.http.client-org.springframework.boot.autoconfigure.http.client.HttpClientProperties' +2025-04-30T16:57:07.205+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestClientAutoConfiguration' +2025-04-30T16:57:07.207+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpMessageConvertersRestClientCustomizer' +2025-04-30T16:57:07.209+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restClientSsl' +2025-04-30T16:57:07.209+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'restClientSsl' via factory method to bean named 'sslBundleRegistry' +2025-04-30T16:57:07.211+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restClientBuilderConfigurer' +2025-04-30T16:57:07.212+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRestClientCustomizer' +2025-04-30T16:57:07.212+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestClientObservationConfiguration' +2025-04-30T16:57:07.214+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'observationRegistry' +2025-04-30T16:57:07.214+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestClientCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' +2025-04-30T16:57:07.229+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration' +2025-04-30T16:57:07.231+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.RestTemplateObservationConfiguration' +2025-04-30T16:57:07.233+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observationRestTemplateCustomizer' +2025-04-30T16:57:07.233+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'observationRegistry' +2025-04-30T16:57:07.233+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observationRestTemplateCustomizer' via factory method to bean named 'management.observations-org.springframework.boot.actuate.autoconfigure.observation.ObservationProperties' +2025-04-30T16:57:07.234+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.observation.web.client.HttpClientObservationsAutoConfiguration' +2025-04-30T16:57:07.234+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.scheduling.ScheduledTasksObservabilityAutoConfiguration' +2025-04-30T16:57:07.236+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'observabilitySchedulingConfigurer' +2025-04-30T16:57:07.236+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'observabilitySchedulingConfigurer' via factory method to bean named 'observationRegistry' +2025-04-30T16:57:07.238+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesEndpointAutoConfiguration' +2025-04-30T16:57:07.239+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.admin.SpringApplicationAdminJmxAutoConfiguration' +2025-04-30T16:57:07.240+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'springApplicationAdminRegistrar' +2025-04-30T16:57:07.241+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'springApplicationAdminRegistrar' via factory method to bean named 'environment' +2025-04-30T16:57:07.244+02:00 DEBUG 27604 --- [avis] [restartedMain] inMXBeanRegistrar$SpringApplicationAdmin : Application Admin MBean registered with name 'org.springframework.boot:type=Admin,name=SpringApplication' +2025-04-30T16:57:07.248+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration$CglibAutoProxyConfiguration' +2025-04-30T16:57:07.248+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$AspectJAutoProxyingConfiguration' +2025-04-30T16:57:07.249+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration' +2025-04-30T16:57:07.250+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration' +2025-04-30T16:57:07.250+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration' +2025-04-30T16:57:07.251+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'lifecycleProcessor' +2025-04-30T16:57:07.252+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' +2025-04-30T16:57:07.253+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'lifecycleProcessor' via factory method to bean named 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties' +2025-04-30T16:57:07.258+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration' +2025-04-30T16:57:07.260+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration' +2025-04-30T16:57:07.261+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.jpa.util.JpaMetamodelCacheCleanup' +2025-04-30T16:57:07.263+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension' +2025-04-30T16:57:07.266+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'data-jpa.repository-aot-processor#0' +2025-04-30T16:57:07.274+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'halLinkDisocoverer' +2025-04-30T16:57:07.280+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'halFormsLinkDiscoverer' +2025-04-30T16:57:07.282+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'halFormsTemplatePropertyWriter' +2025-04-30T16:57:07.282+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'halFormsTemplatePropertyWriter' via factory method to bean named 'halFormsTemplateBuilder' +2025-04-30T16:57:07.293+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultRelProvider' +2025-04-30T16:57:07.294+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'annotationRelProvider' +2025-04-30T16:57:07.297+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'linkDiscoverers' +2025-04-30T16:57:07.297+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'linkDiscovererRegistry' +2025-04-30T16:57:07.300+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'linkDiscoverers' via factory method to bean named 'linkDiscovererRegistry' +2025-04-30T16:57:07.301+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.hateoas.config.WebMvcEntityLinksConfiguration' +2025-04-30T16:57:07.303+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webMvcEntityLinks' +2025-04-30T16:57:07.304+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webMvcLinkBuilderFactory' +2025-04-30T16:57:07.315+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'entityLinksPluginRegistry' +2025-04-30T16:57:07.315+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'entityLinksPluginRegistry' via factory method to bean named 'org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97' +2025-04-30T16:57:07.316+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'delegatingEntityLinks' +2025-04-30T16:57:07.316+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'delegatingEntityLinks' via factory method to bean named 'entityLinksPluginRegistry' +2025-04-30T16:57:07.317+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.hateoas.config.RestTemplateHateoasConfiguration' +2025-04-30T16:57:07.318+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.data.rest.webmvc.RestControllerConfiguration' +2025-04-30T16:57:07.318+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.data.rest.webmvc.RestControllerConfiguration' via constructor to bean named 'repositoryRestConfiguration' +2025-04-30T16:57:07.318+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.data.rest.webmvc.RestControllerConfiguration' via constructor to bean named 'resourceMappings' +2025-04-30T16:57:07.318+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.data.rest.webmvc.RestControllerConfiguration' via constructor to bean named 'repositories' +2025-04-30T16:57:07.318+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.data.rest.webmvc.RestControllerConfiguration' via constructor to bean named 'entityLinks' +2025-04-30T16:57:07.320+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositoryController' +2025-04-30T16:57:07.322+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositoryEntityController' +2025-04-30T16:57:07.322+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpHeadersPreparer' +2025-04-30T16:57:07.323+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'auditableBeanWrapperFactory' +2025-04-30T16:57:07.323+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'auditableBeanWrapperFactory' via factory method to bean named 'persistentEntities' +2025-04-30T16:57:07.328+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'httpHeadersPreparer' via factory method to bean named 'auditableBeanWrapperFactory' +2025-04-30T16:57:07.331+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'repositoryEntityController' via factory method to bean named 'httpHeadersPreparer' +2025-04-30T16:57:07.336+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositoryPropertyReferenceController' +2025-04-30T16:57:07.336+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'repositoryPropertyReferenceController' via factory method to bean named 'repositoryInvokerFactory' +2025-04-30T16:57:07.341+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositorySearchController' +2025-04-30T16:57:07.342+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'repositorySearchController' via factory method to bean named 'httpHeadersPreparer' +2025-04-30T16:57:07.345+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositorySchemaController' +2025-04-30T16:57:07.345+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonSchemaConverter' +2025-04-30T16:57:07.348+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'repositorySchemaController' via factory method to bean named 'jsonSchemaConverter' +2025-04-30T16:57:07.349+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'alpsController' +2025-04-30T16:57:07.350+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'profileController' +2025-04-30T16:57:07.351+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositoryRelProvider' +2025-04-30T16:57:07.352+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultConversionService' +2025-04-30T16:57:07.352+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultConversionService' via factory method to bean named 'persistentEntities' +2025-04-30T16:57:07.352+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'defaultConversionService' via factory method to bean named 'repositoryInvokerFactory' +2025-04-30T16:57:07.356+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'validatingRepositoryEventListener' +2025-04-30T16:57:07.359+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jpaHelper' +2025-04-30T16:57:07.360+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'metadataConfiguration' +2025-04-30T16:57:07.361+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'repositoryExporterHandlerAdapter' +2025-04-30T16:57:07.361+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'repositoryExporterHandlerAdapter' via factory method to bean named 'defaultMessageConverters' +2025-04-30T16:57:07.361+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'repositoryExporterHandlerAdapter' via factory method to bean named 'alpsJsonHttpMessageConverter' +2025-04-30T16:57:07.361+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'repositoryExporterHandlerAdapter' via factory method to bean named 'selfLinkProvider' +2025-04-30T16:57:07.361+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'repositoryExporterHandlerAdapter' via factory method to bean named 'persistentEntityArgumentResolver' +2025-04-30T16:57:07.361+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'repositoryExporterHandlerAdapter' via factory method to bean named 'persistentEntityResourceAssemblerArgumentResolver' +2025-04-30T16:57:07.361+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'repositoryExporterHandlerAdapter' via factory method to bean named 'repoRequestArgumentResolver' +2025-04-30T16:57:07.362+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'repositoryExporterHandlerAdapter' via factory method to bean named 'repositoryRestConfiguration' +2025-04-30T16:57:07.367+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.w.RepositoryRestHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 0 RequestBodyAdvice, 2 ResponseBodyAdvice +2025-04-30T16:57:07.372+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restHandlerMapping' +2025-04-30T16:57:07.373+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'restHandlerMapping' via factory method to bean named 'repositories' +2025-04-30T16:57:07.373+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'restHandlerMapping' via factory method to bean named 'resourceMappings' +2025-04-30T16:57:07.373+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'restHandlerMapping' via factory method to bean named 'repositoryRestConfiguration' +2025-04-30T16:57:07.404+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.w.RepositoryRestHandlerMapping : 27 mappings in org.springframework.data.rest.webmvc.RepositoryRestHandlerMapping +2025-04-30T16:57:07.410+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.d.r.w.BasePathAwareHandlerMapping : 5 mappings in org.springframework.data.rest.webmvc.BasePathAwareHandlerMapping +2025-04-30T16:57:07.412+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'offsetResolver' +2025-04-30T16:57:07.417+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'h2ConsoleLogger' +2025-04-30T16:57:07.420+02:00 INFO 27604 --- [avis] [restartedMain] o.s.b.a.h2.H2ConsoleAutoConfiguration : H2 console available at '/h2-console'. Database available at 'jdbc:h2:mem:avis' +2025-04-30T16:57:07.421+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateConfiguration' +2025-04-30T16:57:07.422+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcTemplate' +2025-04-30T16:57:07.422+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' +2025-04-30T16:57:07.423+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'dataSource' +2025-04-30T16:57:07.425+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties' +2025-04-30T16:57:07.436+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.NamedParameterJdbcTemplateConfiguration' +2025-04-30T16:57:07.437+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'namedParameterJdbcTemplate' +2025-04-30T16:57:07.437+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'namedParameterJdbcTemplate' via factory method to bean named 'jdbcTemplate' +2025-04-30T16:57:07.443+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration' +2025-04-30T16:57:07.445+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.JdbcClientAutoConfiguration' +2025-04-30T16:57:07.446+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jdbcClient' +2025-04-30T16:57:07.447+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jdbcClient' via factory method to bean named 'namedParameterJdbcTemplate' +2025-04-30T16:57:07.450+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.sql.init.SqlInitializationAutoConfiguration' +2025-04-30T16:57:07.452+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration' +2025-04-30T16:57:07.452+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$JdbcTransactionManagerConfiguration' +2025-04-30T16:57:07.454+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration' +2025-04-30T16:57:07.455+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration$CglibAutoProxyConfiguration' +2025-04-30T16:57:07.457+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$EnableTransactionManagementConfiguration' +2025-04-30T16:57:07.458+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration$TransactionTemplateConfiguration' +2025-04-30T16:57:07.458+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'transactionTemplate' +2025-04-30T16:57:07.459+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'transactionTemplate' via factory method to bean named 'transactionManager' +2025-04-30T16:57:07.463+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration' +2025-04-30T16:57:07.465+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration' +2025-04-30T16:57:07.467+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartResolver' +2025-04-30T16:57:07.469+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration$RestartConfiguration' +2025-04-30T16:57:07.470+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.devtools-org.springframework.boot.devtools.autoconfigure.DevToolsProperties' +2025-04-30T16:57:07.472+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration$RestartConfiguration' via constructor to bean named 'spring.devtools-org.springframework.boot.devtools.autoconfigure.DevToolsProperties' +2025-04-30T16:57:07.473+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restartingClassPathChangedEventListener' +2025-04-30T16:57:07.473+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileSystemWatcherFactory' +2025-04-30T16:57:07.476+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'restartingClassPathChangedEventListener' via factory method to bean named 'fileSystemWatcherFactory' +2025-04-30T16:57:07.478+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'classPathFileSystemWatcher' +2025-04-30T16:57:07.478+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'classPathRestartStrategy' +2025-04-30T16:57:07.480+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'classPathFileSystemWatcher' via factory method to bean named 'fileSystemWatcherFactory' +2025-04-30T16:57:07.480+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'classPathFileSystemWatcher' via factory method to bean named 'classPathRestartStrategy' +2025-04-30T16:57:07.496+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conditionEvaluationDeltaLoggingListener' +2025-04-30T16:57:07.497+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration$LiveReloadConfiguration' +2025-04-30T16:57:07.499+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'optionalLiveReloadServer' +2025-04-30T16:57:07.499+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'liveReloadServer' via factory method to bean named 'spring.devtools-org.springframework.boot.devtools.autoconfigure.DevToolsProperties' +2025-04-30T16:57:07.502+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'optionalLiveReloadServer' via factory method to bean named 'liveReloadServer' +2025-04-30T16:57:07.502+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.d.livereload.LiveReloadServer : Starting live reload server on port 35729 +2025-04-30T16:57:07.503+02:00 INFO 27604 --- [avis] [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2025-04-30T16:57:07.503+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'liveReloadServerEventListener' +2025-04-30T16:57:07.504+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'liveReloadServerEventListener' via factory method to bean named 'optionalLiveReloadServer' +2025-04-30T16:57:07.506+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.devtools.autoconfigure.LocalDevToolsAutoConfiguration' +2025-04-30T16:57:07.506+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet.WebMvcEndpointManagementContextConfiguration' +2025-04-30T16:57:07.509+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webEndpointServletHandlerMapping' +2025-04-30T16:57:07.510+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' +2025-04-30T16:57:07.513+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'webEndpointDiscoverer' +2025-04-30T16:57:07.513+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'servletEndpointDiscoverer' +2025-04-30T16:57:07.513+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer' +2025-04-30T16:57:07.513+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'endpointMediaTypes' +2025-04-30T16:57:07.513+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' +2025-04-30T16:57:07.513+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' +2025-04-30T16:57:07.513+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'webEndpointServletHandlerMapping' via factory method to bean named 'environment' +2025-04-30T16:57:07.516+02:00 INFO 27604 --- [avis] [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 4 endpoints beneath base path '' +2025-04-30T16:57:07.526+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'controllerEndpointHandlerMapping' +2025-04-30T16:57:07.526+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'controllerEndpointDiscoverer' +2025-04-30T16:57:07.526+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web.cors-org.springframework.boot.actuate.autoconfigure.endpoint.web.CorsEndpointProperties' +2025-04-30T16:57:07.526+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'management.endpoints.web-org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' +2025-04-30T16:57:07.526+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'controllerEndpointHandlerMapping' via factory method to bean named 'propertiesEndpointAccessResolver' +2025-04-30T16:57:07.532+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration$EnableSameManagementContextConfiguration' +2025-04-30T16:57:07.533+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration' +2025-04-30T16:57:07.533+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration$SameManagementContextConfiguration' via constructor to bean named 'environment' +2025-04-30T16:57:07.534+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration' +2025-04-30T16:57:07.534+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'management.server-org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties' +2025-04-30T16:57:07.539+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.e.EventListenerMethodProcessor : 1 @EventListener methods processed on bean 'ajoutDonneesInitiales': {public void fr.clelia.avis.initialisation.AjoutDonneesInitiales.init()=@org.springframework.context.event.EventListener(classes={org.springframework.boot.context.event.ApplicationReadyEvent.class}, condition="", defaultExecution=true, id="", value={org.springframework.boot.context.event.ApplicationReadyEvent.class})} +2025-04-30T16:57:07.552+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup +2025-04-30T16:57:07.553+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.j.e.a.AnnotationMBeanExporter : Auto-detecting user-defined JMX MBeans +2025-04-30T16:57:07.554+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure +2025-04-30T16:57:07.560+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource] +2025-04-30T16:57:07.605+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase -2147483647 +2025-04-30T16:57:07.605+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'springBootLoggingLifecycle' +2025-04-30T16:57:07.607+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 1073741823 +2025-04-30T16:57:07.607+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147481599 +2025-04-30T16:57:07.633+02:00 INFO 27604 --- [avis] [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port 8080 (http) with context path '/' +2025-04-30T16:57:07.634+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerStartStop' +2025-04-30T16:57:07.634+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147482623 +2025-04-30T16:57:07.634+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.c.support.DefaultLifecycleProcessor : Successfully started bean 'webServerGracefulShutdown' +2025-04-30T16:57:07.653+02:00 DEBUG 27604 --- [avis] [restartedMain] .s.b.a.l.ConditionEvaluationReportLogger : + + +============================ +CONDITIONS EVALUATION REPORT +============================ + + +Positive matches: +----------------- + + AopAutoConfiguration matched: + - @ConditionalOnProperty (spring.aop.auto=true) matched (OnPropertyCondition) + + AopAutoConfiguration.AspectJAutoProxyingConfiguration matched: + - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition) + + AopAutoConfiguration.AspectJAutoProxyingConfiguration.CglibAutoProxyConfiguration matched: + - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) + + ApplicationAvailabilityAutoConfiguration#applicationAvailability matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.availability.ApplicationAvailability; SearchStrategy: all) did not find any beans (OnBeanCondition) + + AuditEventsEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + BeansEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) + + BeansEndpointAutoConfiguration#beansEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.beans.BeansEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CacheMeterBinderProvidersConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.MeterBinder' (OnClassCondition) + + CachesEndpointAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + CachesEndpointAutoConfiguration#cachesEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CompositeMeterRegistryAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.composite.CompositeMeterRegistry' (OnClassCondition) + + ConditionsReportEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + ConditionsReportEndpointAutoConfiguration#conditionsReportEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.condition.ConditionsReportEndpoint; SearchStrategy: current) did not find any beans (OnBeanCondition) + + ConfigurationPropertiesReportEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) + + ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ConfigurationPropertiesReportEndpointAutoConfiguration#configurationPropertiesReportEndpointWebExtension matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) found bean 'configurationPropertiesReportEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.context.properties.ConfigurationPropertiesReportEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) + + DataSourceAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) + - @ConditionalOnMissingBean (types: io.r2dbc.spi.ConnectionFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DataSourceAutoConfiguration.PooledDataSourceConfiguration matched: + - 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 'type' (DataSourceAutoConfiguration.PooledDataSourceCondition) + - @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DataSourceAutoConfiguration.PooledDataSourceConfiguration#jdbcConnectionDetails matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DataSourceConfiguration.Hikari matched: + - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) + - @ConditionalOnProperty (spring.datasource.type=com.zaxxer.hikari.HikariDataSource) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: javax.sql.DataSource; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DataSourceHealthContributorAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.jdbc.datasource.lookup.AbstractRoutingDataSource' (OnClassCondition) + - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) + - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource' (OnBeanCondition) + + DataSourceHealthContributorAutoConfiguration#dbHealthContributor matched: + - @ConditionalOnMissingBean (names: dbHealthIndicator,dbHealthContributor; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DataSourceInitializationConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition) + - @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) + + DataSourceJmxConfiguration matched: + - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) + + DataSourceJmxConfiguration.Hikari matched: + - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) + - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition) + + DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration matched: + - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) + + DataSourcePoolMetricsAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: javax.sql.DataSource,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'simpleMeterRegistry', 'dataSource' (OnBeanCondition) + + DataSourcePoolMetricsAutoConfiguration.DataSourcePoolMetadataMetricsConfiguration matched: + - @ConditionalOnBean (types: org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider; SearchStrategy: all) found bean 'hikariPoolDataSourceMetadataProvider' (OnBeanCondition) + + DataSourcePoolMetricsAutoConfiguration.HikariDataSourceMetricsConfiguration matched: + - @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition) + + DataSourceTransactionManagerAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate', 'org.springframework.transaction.TransactionManager' (OnClassCondition) + + DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration matched: + - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition) + + DevToolsDataSourceAutoConfiguration matched: + - @ConditionalOnClass found required class 'javax.sql.DataSource' (OnClassCondition) + - Devtools devtools enabled. (OnEnabledDevToolsCondition) + - DevTools DataSource Condition found auto-configured DataSource (DevToolsDataSourceAutoConfiguration.DevToolsDataSourceCondition) + + DevToolsDataSourceAutoConfiguration.DatabaseShutdownExecutorEntityManagerFactoryDependsOnPostProcessor matched: + - @ConditionalOnClass found required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.orm.jpa.AbstractEntityManagerFactoryBean; SearchStrategy: all) found bean '&entityManagerFactory' (OnBeanCondition) + + DiskSpaceHealthContributorAutoConfiguration matched: + - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) + + DiskSpaceHealthContributorAutoConfiguration#diskSpaceHealthIndicator matched: + - @ConditionalOnMissingBean (names: diskSpaceHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) + + DispatcherServletAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition) + - Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition) + + DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.servlet.ServletRegistration' (OnClassCondition) + - DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition) + + DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched: + - @ConditionalOnBean (names: dispatcherServlet types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnWarDeployment the application is not deployed as a WAR file. (OnWarDeploymentCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration matched: + - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) + + EndpointAutoConfiguration#endpointCachingOperationInvokerAdvisor matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoker.cache.CachingOperationInvokerAdvisor; SearchStrategy: all) did not find any beans (OnBeanCondition) + + EndpointAutoConfiguration#endpointOperationParameterMapper matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.invoke.ParameterValueMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) + + EndpointAutoConfiguration#propertiesEndpointAccessResolver matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.EndpointAccessResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + EnvironmentEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) + + EnvironmentEndpointAutoConfiguration#environmentEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + EnvironmentEndpointAutoConfiguration#environmentEndpointWebExtension matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.env.EnvironmentEndpoint; SearchStrategy: all) found bean 'environmentEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.env.EnvironmentEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) + + ErrorMvcAutoConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + ErrorMvcAutoConfiguration#basicErrorController matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration#errorAttributes matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched: + - @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) + + ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched: + - @ConditionalOnProperty (server.error.whitelabel.enabled) matched (OnPropertyCondition) + - ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition) + + ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched: + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched: + - @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition) + + GenericCacheConfiguration matched: + - Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration automatic cache type (CacheCondition) + + H2ConsoleAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.h2.server.web.JakartaWebServlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (spring.h2.console.enabled=true) matched (OnPropertyCondition) + + HealthContributorAutoConfiguration#pingHealthContributor matched: + - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) + + HealthEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) + + HealthEndpointConfiguration#healthContributorRegistry matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthContributorRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointConfiguration#healthEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointConfiguration#healthEndpointGroupMembershipValidator matched: + - @ConditionalOnProperty (management.endpoint.health.validate-group-membership=true) matched (OnPropertyCondition) + + HealthEndpointConfiguration#healthEndpointGroups matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointGroups; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointConfiguration#healthHttpCodeStatusMapper matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HttpCodeStatusMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointConfiguration#healthStatusAggregator matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.StatusAggregator; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointWebExtensionConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.web.exposure' property (OnAvailableEndpointCondition) + - @ConditionalOnBean (types: org.springframework.boot.actuate.health.HealthEndpoint; SearchStrategy: all) found bean 'healthEndpoint' (OnBeanCondition) + + HealthEndpointWebExtensionConfiguration#healthEndpointWebExtension matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HealthEndpointWebExtensionConfiguration.MvcAdditionalHealthEndpointPathsConfiguration matched: + - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) + + HeapDumpWebEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + HeapDumpWebEndpointAutoConfiguration#heapDumpWebEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.HeapDumpWebEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HibernateJpaAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean', 'jakarta.persistence.EntityManager', 'org.hibernate.engine.spi.SessionImplementor' (OnClassCondition) + + HibernateJpaConfiguration matched: + - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition) + + HttpClientAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.client.ClientHttpRequestFactory' (OnClassCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition) + + HttpClientAutoConfiguration#clientHttpRequestFactoryBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.http.client.ClientHttpRequestFactoryBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HttpClientAutoConfiguration#clientHttpRequestFactorySettings matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.http.client.ClientHttpRequestFactorySettings; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HttpClientObservationsAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.observation.Observation' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition) + + HttpClientObservationsAutoConfiguration.MeterFilterConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + HttpEncodingAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (server.servlet.encoding.enabled) matched (OnPropertyCondition) + + HttpEncodingAutoConfiguration#characterEncodingFilter matched: + - @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HttpExchangesEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + HttpMessageConvertersAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition) + + HttpMessageConvertersAutoConfiguration#messageConverters matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition) + + HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + HypermediaAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.hateoas.EntityModel', 'org.springframework.web.bind.annotation.RequestMapping', 'org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter', 'org.springframework.plugin.core.Plugin' (OnClassCondition) + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + + HypermediaAutoConfiguration#applicationJsonHalConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) + - @ConditionalOnProperty (spring.hateoas.use-hal-as-default-json-media-type) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.hateoas.mediatype.hal.HalConfiguration; SearchStrategy: all) did not find any beans (OnBeanCondition) + + InfoEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + InfoEndpointAutoConfiguration#infoEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.info.InfoEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonAutoConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) + + JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) + + JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) + + JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) + + JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched: + - @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition) + + JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched: + - @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JacksonEndpointAutoConfiguration#endpointObjectMapper matched: + - @ConditionalOnClass found required classes 'com.fasterxml.jackson.databind.ObjectMapper', 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition) + - @ConditionalOnProperty (management.endpoints.jackson.isolated-object-mapper) matched (OnPropertyCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) + - @ConditionalOnProperty (spring.mvc.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition) + - @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched: + - @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: org.springframework.hateoas.server.mvc.TypeConstrainedMappingJackson2HttpMessageConverter,org.springframework.data.rest.webmvc.alps.AlpsJsonHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JdbcClientAutoConfiguration matched: + - @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) + + JdbcTemplateAutoConfiguration matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition) + - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition) + + JdbcTemplateConfiguration matched: + - @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JmxAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition) + - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) + + JmxAutoConfiguration#mbeanExporter matched: + - @ConditionalOnMissingBean (types: org.springframework.jmx.export.MBeanExporter; SearchStrategy: current) did not find any beans (OnBeanCondition) + + JmxAutoConfiguration#mbeanServer matched: + - @ConditionalOnMissingBean (types: javax.management.MBeanServer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JmxAutoConfiguration#objectNamingStrategy matched: + - @ConditionalOnMissingBean (types: org.springframework.jmx.export.naming.ObjectNamingStrategy; SearchStrategy: current) did not find any beans (OnBeanCondition) + + JmxEndpointAutoConfiguration matched: + - @ConditionalOnProperty (spring.jmx.enabled=true) matched (OnPropertyCondition) + + JmxEndpointAutoConfiguration#endpointObjectNameFactory matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.jmx.EndpointObjectNameFactory; SearchStrategy: current) did not find any beans (OnBeanCondition) + + JmxEndpointAutoConfiguration#jmxAnnotationEndpointDiscoverer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.jmx.JmxEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JmxEndpointAutoConfiguration#jmxMBeanExporter matched: + - @ConditionalOnSingleCandidate (types: javax.management.MBeanServer; SearchStrategy: all) found a single bean 'mbeanServer' (OnBeanCondition) + + JpaBaseConfiguration#entityManagerFactory matched: + - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean,jakarta.persistence.EntityManagerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JpaBaseConfiguration#entityManagerFactoryBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JpaBaseConfiguration#jpaVendorAdapter matched: + - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.JpaVendorAdapter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JpaBaseConfiguration#transactionManager matched: + - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JpaBaseConfiguration.JpaWebConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (spring.jpa.open-in-view=true) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor,org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JpaBaseConfiguration.PersistenceManagedTypesConfiguration matched: + - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean,jakarta.persistence.EntityManagerFactory; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JpaBaseConfiguration.PersistenceManagedTypesConfiguration#persistenceManagedTypes matched: + - @ConditionalOnMissingBean (types: org.springframework.orm.jpa.persistenceunit.PersistenceManagedTypes; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JpaRepositoriesAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition) + - @ConditionalOnProperty (spring.data.jpa.repositories.enabled=true) matched (OnPropertyCondition) + - @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found bean 'dataSource'; @ConditionalOnMissingBean (types: org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean,org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JtaAutoConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.transaction.Transaction' (OnClassCondition) + - @ConditionalOnProperty (spring.jta.enabled) matched (OnPropertyCondition) + + JvmMetricsAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + JvmMetricsAutoConfiguration#classLoaderMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.ClassLoaderMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmCompilationMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmCompilationMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmGcMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmGcMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmHeapPressureMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmHeapPressureMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmInfoMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmInfoMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmMemoryMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmMemoryMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + JvmMetricsAutoConfiguration#jvmThreadMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.jvm.JvmThreadMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + LifecycleAutoConfiguration#defaultLifecycleProcessor matched: + - @ConditionalOnMissingBean (names: lifecycleProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) + + LocalDevToolsAutoConfiguration matched: + - Initialized Restarter Condition available and initialized (OnInitializedRestarterCondition) + + LocalDevToolsAutoConfiguration.LiveReloadConfiguration matched: + - @ConditionalOnProperty (spring.devtools.livereload.enabled) matched (OnPropertyCondition) + + LocalDevToolsAutoConfiguration.LiveReloadConfiguration#liveReloadServer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.devtools.livereload.LiveReloadServer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + LocalDevToolsAutoConfiguration.RestartConfiguration matched: + - @ConditionalOnProperty (spring.devtools.restart.enabled) matched (OnPropertyCondition) + + LocalDevToolsAutoConfiguration.RestartConfiguration#classPathFileSystemWatcher matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.devtools.classpath.ClassPathFileSystemWatcher; SearchStrategy: all) did not find any beans (OnBeanCondition) + + LocalDevToolsAutoConfiguration.RestartConfiguration#classPathRestartStrategy matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.devtools.classpath.ClassPathRestartStrategy; SearchStrategy: all) did not find any beans (OnBeanCondition) + + LocalDevToolsAutoConfiguration.RestartConfiguration#conditionEvaluationDeltaLoggingListener matched: + - @ConditionalOnProperty (spring.devtools.restart.log-condition-evaluation-delta) matched (OnPropertyCondition) + + LogFileWebEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + LogFileWebEndpointAutoConfiguration#logFileWebEndpoint matched: + - Log File found logging.file.name log/avis_dev_log (LogFileWebEndpointAutoConfiguration.LogFileCondition) + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.logging.LogFileWebEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + LogbackMetricsAutoConfiguration matched: + - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'ch.qos.logback.classic.LoggerContext', 'org.slf4j.LoggerFactory' (OnClassCondition) + - LogbackLoggingCondition ILoggerFactory is a Logback LoggerContext (LogbackMetricsAutoConfiguration.LogbackLoggingCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + LogbackMetricsAutoConfiguration#logbackMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.logging.LogbackMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + LoggersEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + LoggersEndpointAutoConfiguration#loggersEndpoint matched: + - Logging System enabled (LoggersEndpointAutoConfiguration.OnEnabledLoggingSystemCondition) + - @ConditionalOnBean (types: org.springframework.boot.logging.LoggingSystem; SearchStrategy: all) found bean 'springBootLoggingSystem'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.logging.LoggersEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ManagementContextAutoConfiguration.SameManagementContextConfiguration matched: + - Management Port actual port type (SAME) matched required type (OnManagementPortCondition) + + MappingsEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + MappingsEndpointAutoConfiguration.ServletWebConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + + MappingsEndpointAutoConfiguration.ServletWebConfiguration.SpringMvcConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition) + + MetricsAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition) + + MetricsAutoConfiguration#micrometerClock matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.Clock; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MetricsEndpointAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.annotation.Timed' (OnClassCondition) + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + MetricsEndpointAutoConfiguration#metricsEndpoint matched: + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.MetricsEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MultipartAutoConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'jakarta.servlet.MultipartConfigElement' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (spring.servlet.multipart.enabled) matched (OnPropertyCondition) + + MultipartAutoConfiguration#multipartConfigElement matched: + - @ConditionalOnMissingBean (types: jakarta.servlet.MultipartConfigElement; SearchStrategy: all) did not find any beans (OnBeanCondition) + + MultipartAutoConfiguration#multipartResolver matched: + - @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + NamedParameterJdbcTemplateConfiguration matched: + - @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) + + NoOpCacheConfiguration matched: + - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition) + + ObservationAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.observation.ObservationRegistry' (OnClassCondition) + + ObservationAutoConfiguration#observationRegistry matched: + - @ConditionalOnMissingBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ObservationAutoConfiguration.MeterObservationHandlerConfiguration matched: + - @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) + + ObservationAutoConfiguration.MeterObservationHandlerConfiguration.OnlyMetricsMeterObservationHandlerConfiguration matched: + - @ConditionalOnMissingBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ObservationAutoConfiguration.ObservedAspectConfiguration matched: + - @ConditionalOnClass found required class 'org.aspectj.weaver.Advice' (OnClassCondition) + + ObservationAutoConfiguration.ObservedAspectConfiguration#observedAspect matched: + - @ConditionalOnMissingBean (types: io.micrometer.observation.aop.ObservedAspect; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ObservationAutoConfiguration.OnlyMetricsConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry'; @ConditionalOnMissingClass did not find unwanted class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + PersistenceExceptionTranslationAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition) + + PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched: + - @ConditionalOnProperty (spring.dao.exceptiontranslation.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition) + + PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched: + - @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition) + + RepositoryMetricsAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.repository.Repository' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + RepositoryMetricsAutoConfiguration#metricsRepositoryMethodInvocationListener matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.MetricsRepositoryMethodInvocationListener; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RepositoryMetricsAutoConfiguration#repositoryTagsProvider matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.data.RepositoryTagsProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RepositoryRestMvcAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnMissingBean (types: org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition) + + RestClientAutoConfiguration#httpMessageConvertersRestClientCustomizer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.HttpMessageConvertersRestClientCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientAutoConfiguration#restClientBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientAutoConfiguration#restClientBuilderConfigurer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestClientBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestClientAutoConfiguration#restClientSsl matched: + - @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) + + RestClientObservationConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.client.RestClient' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.web.client.RestClient$Builder; SearchStrategy: all) found bean 'restClientBuilder' (OnBeanCondition) + + RestTemplateAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (NotReactiveWebApplicationCondition) + + RestTemplateAutoConfiguration#restTemplateBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + RestTemplateObservationConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition) + - @ConditionalOnBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) found bean 'restTemplateBuilder' (OnBeanCondition) + + SbomEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + SbomEndpointAutoConfiguration#sbomEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.sbom.SbomEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ScheduledTasksEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + ScheduledTasksEndpointAutoConfiguration#scheduledTasksEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.scheduling.ScheduledTasksEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ScheduledTasksObservabilityAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition) + + ServletEndpointManagementContextConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + + ServletEndpointManagementContextConfiguration.WebMvcServletEndpointManagementContextConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + + ServletManagementContextAutoConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.servlet.Servlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + ServletWebServerFactoryAutoConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.servlet.ServletRequest' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer matched: + - @ConditionalOnClass found required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition) + + ServletWebServerFactoryConfiguration.EmbeddedTomcat matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition) + - @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition) + + SimpleCacheConfiguration matched: + - Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition) + + SimpleMetricsExportAutoConfiguration matched: + - @ConditionalOnEnabledMetricsExport management.defaults.metrics.export.enabled is considered true (OnMetricsExportEnabledCondition) + - @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) + + SimpleMetricsExportAutoConfiguration#simpleConfig matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.simple.SimpleConfig; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringApplicationAdminJmxAutoConfiguration matched: + - @ConditionalOnProperty (spring.application.admin.enabled=true) matched (OnPropertyCondition) + + SpringApplicationAdminJmxAutoConfiguration#springApplicationAdminRegistrar matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfigProperties matched: + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocConfiguration matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + + SpringDocConfiguration#fileSupportConverter matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.FileSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#globalOpenApiCustomizer matched: + - @ConditionalOnMissingBean (names: globalOpenApiCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#initExtraSchemas matched: + - @ConditionalOnProperty (springdoc.enable-extra-schemas) matched (OnPropertyCondition) + + SpringDocConfiguration#oas31ModelConverter matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.OAS31ModelConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#openAPIBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.OpenAPIService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#operationBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.OperationService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#parameterBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.GenericParameterService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#parameterObjectNamingStrategyCustomizer matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.ParameterObjectNamingStrategyCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#polymorphicModelConverter matched: + - @ConditionalOnProperty (springdoc.model-converters.polymorphic-converter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PolymorphicModelConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#requestBodyBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.RequestBodyService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#responseSupportConverter matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.ResponseSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#schemaPropertyDeprecatingConverter matched: + - @ConditionalOnProperty (springdoc.model-converters.deprecating-converter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.SchemaPropertyDeprecatingConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#securityParser matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.SecurityService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#springDocCustomizers matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.SpringDocCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#springDocProviders matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringDocProviders; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration#springdocObjectMapperProvider matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.ObjectMapperProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration.QuerydslProvider matched: + - @ConditionalOnClass found required class 'org.springframework.data.querydsl.binding.QuerydslBindingsFactory' (OnClassCondition) + + SpringDocConfiguration.QuerydslProvider#queryDslQuerydslPredicateOperationCustomizer matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.QuerydslPredicateOperationCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration.SpringDocRepositoryRestConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.rest.core.config.RepositoryRestConfiguration' (OnClassCondition) + + SpringDocConfiguration.SpringDocRepositoryRestConfiguration#repositoryRestConfigurationProvider matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.RepositoryRestConfigurationProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration.SpringDocSpringDataWebPropertiesProvider matched: + - @ConditionalOnClass found required class 'org.springframework.boot.autoconfigure.data.web.SpringDataWebProperties' (OnClassCondition) + + SpringDocConfiguration.SpringDocSpringDataWebPropertiesProvider#springDataWebPropertiesProvider matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringDataWebPropertiesProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocConfiguration.WebConversionServiceConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.boot.autoconfigure.web.format.WebConversionService' (OnClassCondition) + + SpringDocDataRestConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.rest.core.config.RepositoryRestConfiguration' (OnClassCondition) + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnExpression (#{${springdoc.api-docs.enabled:true} and ${springdoc.enable-data-rest:true}}) resulted in true (OnExpressionCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocDataRestConfiguration#halProvider matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.DataRestHalProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocDataRestConfiguration.SpringRepositoryRestResourceProviderConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.rest.webmvc.RepositoryRestHandlerMapping' (OnClassCondition) + + SpringDocDataRestConfiguration.SpringRepositoryRestResourceProviderConfiguration#dataRestOperationBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.data.DataRestOperationService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocDataRestConfiguration.SpringRepositoryRestResourceProviderConfiguration#dataRestRequestBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.data.DataRestRequestService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocDataRestConfiguration.SpringRepositoryRestResourceProviderConfiguration#dataRestResponseBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.data.DataRestResponseService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocDataRestConfiguration.SpringRepositoryRestResourceProviderConfiguration#dataRestRouterOperationBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.data.DataRestRouterOperationService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocDataRestConfiguration.SpringRepositoryRestResourceProviderConfiguration#dataRestTagsBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.data.DataRestTagsService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocDataRestConfiguration.SpringRepositoryRestResourceProviderConfiguration#springDocDataRestUtils matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.utils.SpringDocDataRestUtils; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocDataRestConfiguration.SpringRepositoryRestResourceProviderConfiguration#springRepositoryRestResourceProvider matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringRepositoryRestResourceProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocHateoasConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.hateoas.server.LinkRelationProvider' (OnClassCondition) + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnExpression (#{${springdoc.api-docs.enabled:true} and ${springdoc.enable-hateoas:true}}) resulted in true (OnExpressionCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocHateoasConfiguration#collectionModelContentConverter matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.CollectionModelContentConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocHateoasConfiguration#hateoasLinksConverter matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.HateoasLinksConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocHateoasConfiguration#linksSchemaCustomizer matched: + - @ConditionalOnMissingBean (names: linksSchemaCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocPageableConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.domain.Pageable' (OnClassCondition) + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocPageableConfiguration#dataRestDelegatingMethodParameterCustomizer matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.DataRestDelegatingMethodParameterCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocPageableConfiguration#pageOpenAPIConverter matched: + - @ConditionalOnClass found required classes 'org.springframework.data.web.PagedModel', 'org.springframework.data.web.config.SpringDataWebSettings' (OnClassCondition) + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PageOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocPageableConfiguration#pageableOpenAPIConverter matched: + - @ConditionalOnProperty (springdoc.model-converters.pageable-converter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.PageableOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocSortConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.data.domain.Sort' (OnClassCondition) + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocSortConfiguration#sortOpenAPIConverter matched: + - @ConditionalOnProperty (springdoc.sort-converter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.core.converters.SortOpenAPIConverter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocWebMvcConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SpringDocWebMvcConfiguration#openApiResource matched: + - @ConditionalOnExpression (#{(${springdoc.use-management-port:false} == false ) and ${springdoc.enable-default-api-docs:true}}) resulted in true (OnExpressionCondition) + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.api.OpenApiWebMvcResource; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocWebMvcConfiguration#requestBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.core.service.RequestService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocWebMvcConfiguration#responseBuilder matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.service.GenericResponseService; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocWebMvcConfiguration#springWebProvider matched: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringWebProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) + + SpringDocWebMvcConfiguration.SpringDocWebMvcRouterConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.function.RouterFunction' (OnClassCondition) + + SpringDocWebMvcConfiguration.SpringDocWebMvcRouterConfiguration#routerFunctionProvider matched: + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.core.providers.RouterFunctionWebMvcProvider; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SqlInitializationAutoConfiguration matched: + - @ConditionalOnProperty (spring.sql.init.enabled) matched (OnPropertyCondition) + - NoneNestedConditions 0 matched 1 did not; NestedCondition on SqlInitializationAutoConfiguration.SqlInitializationModeCondition.ModeIsNever @ConditionalOnProperty (spring.sql.init.mode=never) did not find property 'mode' (SqlInitializationAutoConfiguration.SqlInitializationModeCondition) + + SslAutoConfiguration#sslBundleRegistry matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.ssl.SslBundleRegistry,org.springframework.boot.ssl.SslBundles; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SslHealthContributorAutoConfiguration matched: + - @ConditionalOnEnabledHealthIndicator management.health.defaults.enabled is considered true (OnEnabledHealthIndicatorCondition) + + SslHealthContributorAutoConfiguration#sslHealthIndicator matched: + - @ConditionalOnMissingBean (names: sslHealthIndicator; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SslHealthContributorAutoConfiguration#sslInfo matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.info.SslInfo; SearchStrategy: all) did not find any beans (OnBeanCondition) + + StartupTimeMetricsListenerAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + StartupTimeMetricsListenerAutoConfiguration#startupTimeMetrics matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.startup.StartupTimeMetricsListener; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerConfig matched: + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SwaggerConfig#indexPageTransformer matched: + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerIndexTransformer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerConfig#swaggerConfigResource matched: + - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerConfigResource; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerConfig#swaggerResourceResolver matched: + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerResourceResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerConfig#swaggerWebMvcConfigurer matched: + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerWebMvcConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerConfig#swaggerWelcome matched: + - @ConditionalOnProperty (springdoc.use-management-port=false) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springdoc.webmvc.ui.SwaggerWelcomeWebMvc; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SwaggerUiConfigProperties matched: + - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SwaggerUiOAuthProperties matched: + - @ConditionalOnProperty (springdoc.swagger-ui.enabled) matched (OnPropertyCondition) + - @ConditionalOnBean (types: org.springdoc.core.configuration.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.configuration.SpringDocConfiguration' (OnBeanCondition) + + SystemMetricsAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + SystemMetricsAutoConfiguration#diskSpaceMetrics matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.system.DiskSpaceMetricsBinder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SystemMetricsAutoConfiguration#fileDescriptorMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.FileDescriptorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SystemMetricsAutoConfiguration#processorMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.ProcessorMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SystemMetricsAutoConfiguration#uptimeMetrics matched: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.binder.system.UptimeMetrics; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskExecutionAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition) + + TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) + + TaskExecutorConfigurations.TaskExecutorConfiguration matched: + - @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutor matched: + - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) + + TaskExecutorConfigurations.ThreadPoolTaskExecutorBuilderConfiguration#threadPoolTaskExecutorBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.ThreadPoolTaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TaskExecutorMetricsAutoConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.binder.jvm.ExecutorServiceMetrics' (OnClassCondition) + - @ConditionalOnBean (types: java.util.concurrent.Executor,io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans 'applicationTaskExecutor', 'simpleMeterRegistry' (OnBeanCondition) + + TaskSchedulingAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition) + + TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + - @ConditionalOnThreading found PLATFORM (OnThreadingCondition) + + TaskSchedulingConfigurations.ThreadPoolTaskSchedulerBuilderConfiguration#threadPoolTaskSchedulerBuilder matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.ThreadPoolTaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TemplateEngineConfigurations.DefaultTemplateEngineConfiguration#templateEngine matched: + - @ConditionalOnMissingBean (types: org.thymeleaf.spring6.ISpringTemplateEngine; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ThreadDumpEndpointAutoConfiguration matched: + - @ConditionalOnAvailableEndpoint marked as exposed by a 'management.endpoints.jmx.exposure' property (OnAvailableEndpointCondition) + + ThreadDumpEndpointAutoConfiguration#dumpEndpoint matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.management.ThreadDumpEndpoint; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ThymeleafAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.thymeleaf.templatemode.TemplateMode', 'org.thymeleaf.spring6.SpringTemplateEngine' (OnClassCondition) + + ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration matched: + - @ConditionalOnMissingBean (names: defaultTemplateResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (spring.thymeleaf.enabled) matched (OnPropertyCondition) + + ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration#resourceUrlEncodingFilter matched: + - @ConditionalOnEnabledResourceChain found class org.webjars.WebJarVersionLocator (OnEnabledResourceChainCondition) + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.resource.ResourceUrlEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration.ThymeleafViewResolverConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.view.AbstractCachingViewResolver' (OnClassCondition) + + ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration.ThymeleafViewResolverConfiguration#thymeleafViewResolver matched: + - @ConditionalOnMissingBean (names: thymeleafViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TomcatMetricsAutoConfiguration matched: + - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.binder.tomcat.TomcatMetrics', 'org.apache.catalina.Manager' (OnClassCondition) + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + + TomcatMetricsAutoConfiguration#tomcatMetricsBinder matched: + - @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) + + TransactionAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) + + TransactionAutoConfiguration.EnableTransactionManagementConfiguration matched: + - @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) + + TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration matched: + - @ConditionalOnProperty (spring.aop.proxy-target-class=true) matched (OnPropertyCondition) + + TransactionAutoConfiguration.TransactionTemplateConfiguration matched: + - @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a single bean 'transactionManager' (OnBeanCondition) + + TransactionAutoConfiguration.TransactionTemplateConfiguration#transactionTemplate matched: + - @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionOperations; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TransactionManagerCustomizationAutoConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition) + + TransactionManagerCustomizationAutoConfiguration#platformTransactionManagerCustomizers matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ValidationAutoConfiguration matched: + - @ConditionalOnClass found required class 'jakarta.validation.executable.ExecutableValidator' (OnClassCondition) + - @ConditionalOnResource found location classpath:META-INF/services/jakarta.validation.spi.ValidationProvider (OnResourceCondition) + + ValidationAutoConfiguration#defaultValidator matched: + - @ConditionalOnMissingBean (types: jakarta.validation.Validator; SearchStrategy: all) did not find any beans (OnBeanCondition) + + ValidationAutoConfiguration#methodValidationPostProcessor matched: + - @ConditionalOnMissingBean (types: org.springframework.validation.beanvalidation.MethodValidationPostProcessor; SearchStrategy: current) did not find any beans (OnBeanCondition) + + WebEndpointAutoConfiguration matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + + WebEndpointAutoConfiguration#controllerEndpointDiscoverer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebEndpointAutoConfiguration#endpointMediaTypes matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.EndpointMediaTypes; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebEndpointAutoConfiguration#pathMappedEndpoints matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebEndpointAutoConfiguration#webEndpointDiscoverer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebEndpointAutoConfiguration.WebEndpointServletConfiguration matched: + - found 'session' scope (OnWebApplicationCondition) + + WebEndpointAutoConfiguration.WebEndpointServletConfiguration#servletEndpointDiscoverer matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.annotation.ServletEndpointsSupplier; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration#formContentFilter matched: + - @ConditionalOnProperty (spring.mvc.formcontent.filter.enabled) matched (OnPropertyCondition) + - @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.EnableWebMvcConfiguration#flashMapManager matched: + - @ConditionalOnMissingBean (names: flashMapManager; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.EnableWebMvcConfiguration#localeResolver matched: + - @ConditionalOnMissingBean (names: localeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.EnableWebMvcConfiguration#themeResolver matched: + - @ConditionalOnMissingBean (names: themeResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.EnableWebMvcConfiguration#viewNameTranslator matched: + - @ConditionalOnMissingBean (names: viewNameTranslator; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration matched: + - @ConditionalOnEnabledResourceChain found class org.webjars.WebJarVersionLocator (OnEnabledResourceChainCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched: + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched: + - @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched: + - @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) + + WebMvcEndpointManagementContextConfiguration matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet,org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier; SearchStrategy: all) found beans 'webEndpointDiscoverer', 'dispatcherServlet' (OnBeanCondition) + + WebMvcEndpointManagementContextConfiguration#controllerEndpointHandlerMapping matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcEndpointManagementContextConfiguration#endpointObjectMapperWebMvcConfigurer matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.endpoint.jackson.EndpointObjectMapper; SearchStrategy: all) found bean 'endpointObjectMapper' (OnBeanCondition) + + WebMvcEndpointManagementContextConfiguration#webEndpointServletHandlerMapping matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcObservationAutoConfiguration matched: + - @ConditionalOnClass found required classes 'org.springframework.web.servlet.DispatcherServlet', 'io.micrometer.observation.Observation' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnBean (types: io.micrometer.observation.ObservationRegistry; SearchStrategy: all) found bean 'observationRegistry' (OnBeanCondition) + + WebMvcObservationAutoConfiguration#webMvcObservationFilter matched: + - @ConditionalOnMissingBean (types: org.springframework.web.filter.ServerHttpObservationFilter; SearchStrategy: all) did not find any beans (OnBeanCondition) + + WebMvcObservationAutoConfiguration.MeterFilterConfiguration matched: + - @ConditionalOnClass found required class 'io.micrometer.core.instrument.MeterRegistry' (OnClassCondition) + - @ConditionalOnBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found bean 'simpleMeterRegistry' (OnBeanCondition) + + WebSocketServletAutoConfiguration matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Servlet', 'jakarta.websocket.server.ServerContainer' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration matched: + - @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition) + + WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration#websocketServletWebServerCustomizer matched: + - @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition) + + +Negative matches: +----------------- + + ActiveMQAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) + + AopAutoConfiguration.AspectJAutoProxyingConfiguration.JdkDynamicAutoProxyConfiguration: + Did not match: + - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition) + + AopAutoConfiguration.ClassProxyingConfiguration: + Did not match: + - @ConditionalOnMissingClass found unwanted class 'org.aspectj.weaver.Advice' (OnClassCondition) + + AppOpticsMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.appoptics.AppOpticsMeterRegistry' (OnClassCondition) + + ArtemisAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) + + AtlasMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.atlas.AtlasMeterRegistry' (OnClassCondition) + + AuditAutoConfiguration: + Did not match: + - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition) + Matched: + - @ConditionalOnProperty (management.auditevents.enabled) matched (OnPropertyCondition) + + AuditEventsEndpointAutoConfiguration#auditEventsEndpoint: + Did not match: + - @ConditionalOnBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) did not find any beans of type org.springframework.boot.actuate.audit.AuditEventRepository (OnBeanCondition) + + AvailabilityHealthContributorAutoConfiguration#livenessStateHealthIndicator: + Did not match: + - @ConditionalOnProperty (management.health.livenessstate.enabled=true) did not find property 'enabled' (OnPropertyCondition) + + AvailabilityHealthContributorAutoConfiguration#readinessStateHealthIndicator: + Did not match: + - @ConditionalOnProperty (management.health.readinessstate.enabled=true) did not find property 'enabled' (OnPropertyCondition) + + AvailabilityProbesAutoConfiguration: + Did not match: + - Probes availability not running on a supported cloud platform (AvailabilityProbesAutoConfiguration.ProbesCondition) + + BatchAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition) + + BatchObservationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.batch.core.configuration.annotation.BatchObservabilityBeanPostProcessor' (OnClassCondition) + + BraveAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'brave.Tracer' (OnClassCondition) + + Cache2kCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.cache2k.Cache2kBuilder' (OnClassCondition) + + CacheAutoConfiguration: + Did not match: + - @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) did not find any beans of type org.springframework.cache.interceptor.CacheAspectSupport (OnBeanCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition) + + CacheAutoConfiguration.CacheManagerEntityManagerFactoryDependsOnPostProcessor: + Did not match: + - Ancestor org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition) + + CacheMeterBinderProvidersConfiguration.Cache2kCacheMeterBinderProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.cache2k.Cache2kBuilder', 'org.cache2k.extra.spring.SpringCache2kCache', 'org.cache2k.extra.micrometer.Cache2kCacheMetrics' (OnClassCondition) + + CacheMeterBinderProvidersConfiguration.CaffeineCacheMeterBinderProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.cache.caffeine.CaffeineCache', 'com.github.benmanes.caffeine.cache.Cache' (OnClassCondition) + + CacheMeterBinderProvidersConfiguration.HazelcastCacheMeterBinderProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'com.hazelcast.spring.cache.HazelcastCache', 'com.hazelcast.core.Hazelcast' (OnClassCondition) + + CacheMeterBinderProvidersConfiguration.JCacheCacheMeterBinderProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.springframework.cache.jcache.JCacheCache', 'javax.cache.CacheManager' (OnClassCondition) + + CacheMeterBinderProvidersConfiguration.RedisCacheMeterBinderProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.redis.cache.RedisCache' (OnClassCondition) + + CacheMetricsAutoConfiguration: + Did not match: + - @ConditionalOnBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) did not find any beans of type org.springframework.cache.CacheManager (OnBeanCondition) + + CachesEndpointAutoConfiguration#cachesEndpointWebExtension: + Did not match: + - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition) + Matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.cache.CachesEndpoint; SearchStrategy: all) found bean 'cachesEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.cache.CachesEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + CaffeineCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.github.benmanes.caffeine.cache.Caffeine' (OnClassCondition) + + CassandraAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraReactiveHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + CassandraReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition) + + CassandraRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.datastax.oss.driver.api.core.CqlSession' (OnClassCondition) + + ClientHttpConnectorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) + + CloudFoundryActuatorAutoConfiguration: + Did not match: + - @ConditionalOnCloudPlatform did not find CLOUD_FOUNDRY (OnCloudPlatformCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (management.cloudfoundry.enabled) matched (OnPropertyCondition) + + CodecsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) + + CompositeMeterRegistryConfiguration: + Did not match: + - 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) + + ConnectionFactoryHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) + + ConnectionPoolMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.pool.ConnectionPool' (OnClassCondition) + + CouchbaseAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) + + CouchbaseHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseReactiveHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition) + + CouchbaseRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition) + + DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration: + Did not match: + - EmbeddedDataSource spring.datasource.url is set (DataSourceAutoConfiguration.EmbeddedDatabaseCondition) + + DataSourceCheckpointRestoreConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.crac.Resource' (OnClassCondition) + + DataSourceConfiguration.Dbcp2: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) + + DataSourceConfiguration.Generic: + Did not match: + - @ConditionalOnProperty (spring.datasource.type) did not find property 'spring.datasource.type' (OnPropertyCondition) + + DataSourceConfiguration.OracleUcp: + Did not match: + - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSourceImpl', 'oracle.jdbc.OracleConnection' (OnClassCondition) + + DataSourceConfiguration.Tomcat: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) + + DataSourceJmxConfiguration.TomcatDataSourceJmxConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSourceProxy' (OnClassCondition) + + DataSourcePoolMetadataProvidersConfiguration.CommonsDbcp2PoolDataSourceMetadataProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition) + + DataSourcePoolMetadataProvidersConfiguration.OracleUcpPoolDataSourceMetadataProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSource', 'oracle.jdbc.OracleConnection' (OnClassCondition) + + DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition) + + DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration#transactionManager: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found beans of type 'org.springframework.transaction.TransactionManager' transactionManager (OnBeanCondition) + + DatadogMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.datadog.DatadogMeterRegistry' (OnClassCondition) + + DevToolsR2dbcAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) + + DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver: + Did not match: + - @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition) + + DynatraceMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.dynatrace.DynatraceMeterRegistry' (OnClassCondition) + + ElasticMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.elastic.ElasticMeterRegistry' (OnClassCondition) + + ElasticsearchClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'co.elastic.clients.elasticsearch.ElasticsearchClient' (OnClassCondition) + + ElasticsearchDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.elc.ElasticsearchTemplate' (OnClassCondition) + + ElasticsearchReactiveHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition) + + ElasticsearchRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.repository.ElasticsearchRepository' (OnClassCondition) + + ElasticsearchRestClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClientBuilder' (OnClassCondition) + + ElasticsearchRestHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClient' (OnClassCondition) + + EmbeddedLdapAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'reactor.netty.http.server.HttpServer' (OnClassCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration#tomcatVirtualThreadsProtocolHandlerCustomizer: + Did not match: + - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition) + + EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) + + ErrorWebFluxAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) + + FlywayAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) + + FlywayEndpointAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition) + + FreeMarkerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'freemarker.template.Configuration' (OnClassCondition) + + GangliaMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.ganglia.GangliaMeterRegistry' (OnClassCondition) + + GraphQlAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlObservationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlQueryByExampleAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlQuerydslAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition) + + GraphQlRSocketAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlReactiveQueryByExampleAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlReactiveQuerydslAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.querydsl.core.Query' (OnClassCondition) + + GraphQlWebFluxAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlWebFluxSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlWebMvcAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphQlWebMvcSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + GraphiteMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.graphite.GraphiteMeterRegistry' (OnClassCondition) + + GroovyTemplateAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition) + + GsonAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) + + GsonHttpMessageConvertersConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition) + + HazelcastAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HazelcastCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HazelcastHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HazelcastJpaDependencyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition) + + HealthEndpointReactiveWebExtensionConfiguration: + Did not match: + - did not find reactive web application classes (OnWebApplicationCondition) + + HealthEndpointWebExtensionConfiguration.JerseyAdditionalHealthEndpointPathsConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) + + HibernateMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.hibernate.stat.HibernateMetrics' (OnClassCondition) + + HttpExchangesAutoConfiguration: + Did not match: + - @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) + Matched: + - @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (management.httpexchanges.recording.enabled) matched (OnPropertyCondition) + + HttpExchangesAutoConfiguration.ReactiveHttpExchangesConfiguration: + Did not match: + - did not find reactive web application classes (OnWebApplicationCondition) + - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) + + HttpExchangesAutoConfiguration.ServletHttpExchangesConfiguration: + Did not match: + - Ancestor org.springframework.boot.actuate.autoconfigure.web.exchanges.HttpExchangesAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) + Matched: + - found 'session' scope (OnWebApplicationCondition) + + HttpExchangesEndpointAutoConfiguration#httpExchangesEndpoint: + Did not match: + - @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) + + HttpHandlerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) + + HumioMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.humio.HumioMeterRegistry' (OnClassCondition) + + HypermediaAutoConfiguration.HypermediaConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.hateoas.client.LinkDiscoverers; SearchStrategy: all) found beans of type 'org.springframework.hateoas.client.LinkDiscoverers' linkDiscoverers (OnBeanCondition) + Matched: + - @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition) + + InfinispanCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.infinispan.spring.embedded.provider.SpringEmbeddedCacheManager' (OnClassCondition) + + InfluxMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.influx.InfluxMeterRegistry' (OnClassCondition) + + InfoContributorAutoConfiguration#buildInfoContributor: + Did not match: + - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.BuildProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) + Matched: + - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#envInfoContributor: + Did not match: + - @ConditionalOnEnabledInfoContributor management.info.env.enabled is not true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#gitInfoContributor: + Did not match: + - @ConditionalOnSingleCandidate (types: org.springframework.boot.info.GitProperties; SearchStrategy: all) did not find any beans (OnBeanCondition) + Matched: + - @ConditionalOnEnabledInfoContributor management.info.defaults.enabled is considered true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#javaInfoContributor: + Did not match: + - @ConditionalOnEnabledInfoContributor management.info.java.enabled is not true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#osInfoContributor: + Did not match: + - @ConditionalOnEnabledInfoContributor management.info.os.enabled is not true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#processInfoContributor: + Did not match: + - @ConditionalOnEnabledInfoContributor management.info.process.enabled is not true (OnEnabledInfoContributorCondition) + + InfoContributorAutoConfiguration#sslInfo: + Did not match: + - @ConditionalOnEnabledInfoContributor management.info.ssl.enabled is not true (OnEnabledInfoContributorCondition) + Matched: + - @ConditionalOnMissingBean (types: org.springframework.boot.info.SslInfo; SearchStrategy: all) did not find any beans (OnBeanCondition) + + InfoContributorAutoConfiguration#sslInfoContributor: + Did not match: + - @ConditionalOnEnabledInfoContributor management.info.ssl.enabled is not true (OnEnabledInfoContributorCondition) + + IntegrationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition) + + IntegrationGraphEndpointAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.integration.graph.IntegrationGraphServer' (OnClassCondition) + + JCacheCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'javax.cache.Caching' (OnClassCondition) + + JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition) + + JdbcRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration' (OnClassCondition) + + JerseyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition) + + JerseySameManagementContextConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) + + JerseyServerMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.micrometer.server.ObservationApplicationEventListener' (OnClassCondition) + + JerseyWebEndpointManagementContextConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) + + JettyMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.eclipse.jetty.server.Server' (OnClassCondition) + + JmsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.jms.Message' (OnClassCondition) + + JmsHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.jms.ConnectionFactory' (OnClassCondition) + + JmxMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.jmx.JmxMeterRegistry' (OnClassCondition) + + JndiConnectionFactoryAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition) + + JndiDataSourceAutoConfiguration: + Did not match: + - @ConditionalOnProperty (spring.datasource.jndi-name) did not find property 'jndi-name' (OnPropertyCondition) + Matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) + + JndiJtaConfiguration: + Did not match: + - @ConditionalOnJndi JNDI environment is not available (OnJndiCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.transaction.jta.JtaTransactionManager' (OnClassCondition) + + JooqAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition) + + JpaRepositoriesAutoConfiguration#entityManagerFactoryBootstrapExecutorCustomizer: + Did not match: + - AnyNestedCondition 0 matched 2 did not; NestedCondition on JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition.LazyBootstrapMode @ConditionalOnProperty (spring.data.jpa.repositories.bootstrap-mode=lazy) did not find property 'bootstrap-mode'; NestedCondition on JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition.DeferredBootstrapMode @ConditionalOnProperty (spring.data.jpa.repositories.bootstrap-mode=deferred) did not find property 'bootstrap-mode' (JpaRepositoriesAutoConfiguration.BootstrapExecutorCondition) + + JsonbAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition) + + JsonbHttpMessageConvertersConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.json.bind.Jsonb' (OnClassCondition) + + KafkaAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition) + + KafkaMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.kafka.core.ProducerFactory' (OnClassCondition) + + KairosMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.kairos.KairosMeterRegistry' (OnClassCondition) + + LdapAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition) + + LdapHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ldap.core.LdapOperations' (OnClassCondition) + + LdapRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition) + + LettuceMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.lettuce.core.metrics.MicrometerCommandLatencyRecorder' (OnClassCondition) + + LiquibaseAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition) + + LiquibaseEndpointAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'liquibase.integration.spring.SpringLiquibase' (OnClassCondition) + + Log4J2MetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.logging.log4j.core.LoggerContext' (OnClassCondition) + + MailHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnClassCondition) + + MailSenderAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'jakarta.mail.internet.MimeMessage' (OnClassCondition) + + MailSenderValidatorAutoConfiguration: + Did not match: + - @ConditionalOnSingleCandidate did not find required type 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnBeanCondition) + + ManagementContextAutoConfiguration.DifferentManagementContextConfiguration: + Did not match: + - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) + + ManagementWebSecurityAutoConfiguration: + Did not match: + - AllNestedConditions 1 matched 1 did not; NestedCondition on DefaultWebSecurityCondition.Beans @ConditionalOnMissingBean (types: org.springframework.security.web.SecurityFilterChain; SearchStrategy: all) did not find any beans; NestedCondition on DefaultWebSecurityCondition.Classes @ConditionalOnClass did not find required classes 'org.springframework.security.web.SecurityFilterChain', 'org.springframework.security.config.annotation.web.builders.HttpSecurity' (DefaultWebSecurityCondition) + Matched: + - found 'session' scope (OnWebApplicationCondition) + + MappingsEndpointAutoConfiguration.ReactiveWebConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) + + MessageSourceAutoConfiguration: + Did not match: + - ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition) + + MetricsAspectsAutoConfiguration: + Did not match: + - AnyNestedCondition 0 matched 2 did not; NestedCondition on MetricsAspectsAutoConfiguration.ObservationAnnotationsEnabledCondition.ManagementObservationsEnabledCondition @ConditionalOnProperty (management.observations.annotations.enabled=true) did not find property 'enabled'; NestedCondition on MetricsAspectsAutoConfiguration.ObservationAnnotationsEnabledCondition.MicrometerObservationsEnabledCondition @ConditionalOnProperty (micrometer.observations.annotations.enabled=true) did not find property 'enabled' (MetricsAspectsAutoConfiguration.ObservationAnnotationsEnabledCondition) + Matched: + - @ConditionalOnClass found required classes 'io.micrometer.core.instrument.MeterRegistry', 'org.aspectj.weaver.Advice' (OnClassCondition) + + MicrometerTracingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + MongoAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) + + MongoDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) + + MongoHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.mongodb.core.MongoTemplate' (OnClassCondition) + + MongoMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition) + + MongoReactiveAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) + + MongoReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) + + MongoReactiveHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition) + + MongoReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition) + + MongoRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition) + + MultipleOpenApiSupportConfiguration: + Did not match: + - AnyNestedCondition 0 matched 2 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 0 matched 3 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnListGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) did not find any beans of type org.springdoc.core.models.GroupedOpenApi; 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) did not find any beans of type org.springdoc.core.models.GroupedOpenApi (MultipleOpenApiSupportCondition) + Matched: + - found 'session' scope (OnWebApplicationCondition) + - @ConditionalOnProperty (springdoc.api-docs.enabled) matched (OnPropertyCondition) + + MultipleOpenApiSupportConfiguration.SpringDocWebMvcActuatorDifferentConfiguration: + Did not match: + - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) + - Ancestor org.springdoc.webmvc.core.configuration.MultipleOpenApiSupportConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) + + MustacheAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition) + + Neo4jAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jReactiveDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jReactiveRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + Neo4jRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition) + + NettyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.netty.util.NettyRuntime' (OnClassCondition) + + NewRelicMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.newrelic.NewRelicMeterRegistry' (OnClassCondition) + + NoOpMeterRegistryConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: io.micrometer.core.instrument.MeterRegistry; SearchStrategy: all) found beans of type 'io.micrometer.core.instrument.MeterRegistry' simpleMeterRegistry (OnBeanCondition) + + NoopTracerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + OAuth2AuthorizationServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.authorization.OAuth2Authorization' (OnClassCondition) + + OAuth2AuthorizationServerJwtAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.nimbusds.jose.jwk.source.JWKSource' (OnClassCondition) + + OAuth2ClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition) + + OAuth2ResourceServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken' (OnClassCondition) + + ObservationAutoConfiguration.MeterObservationHandlerConfiguration.TracingAndMetricsObservationHandlerConfiguration: + Did not match: + - @ConditionalOnBean did not find required type 'io.micrometer.tracing.Tracer' (OnBeanCondition) + - @ConditionalOnBean (types: io.micrometer.tracing.Tracer; SearchStrategy: all) did not find any beans of type io.micrometer.tracing.Tracer (OnBeanCondition) + + ObservationAutoConfiguration.MetricsWithTracingConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + ObservationAutoConfiguration.OnlyTracingConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + OpenTelemetryAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.opentelemetry.sdk.OpenTelemetrySdk' (OnClassCondition) + + OpenTelemetryLoggingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.opentelemetry.api.OpenTelemetry' (OnClassCondition) + + OpenTelemetryTracingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition) + + OtlpLoggingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.opentelemetry.api.OpenTelemetry' (OnClassCondition) + + OtlpMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.registry.otlp.OtlpMeterRegistry' (OnClassCondition) + + OtlpTracingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.otel.bridge.OtelTracer' (OnClassCondition) + + ProjectInfoAutoConfiguration#buildProperties: + Did not match: + - @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition) + + ProjectInfoAutoConfiguration#gitProperties: + Did not match: + - GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition) + + PrometheusExemplarsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + PrometheusMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.prometheusmetrics.PrometheusMeterRegistry' (OnClassCondition) + + PrometheusSimpleclientExemplarsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.tracing.Tracer' (OnClassCondition) + + PrometheusSimpleclientMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.prometheus.PrometheusMeterRegistry' (OnClassCondition) + + PulsarAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition) + + PulsarReactiveAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.apache.pulsar.client.api.PulsarClient' (OnClassCondition) + + QuartzAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition) + + QuartzEndpointAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition) + + R2dbcAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) + + R2dbcDataAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition) + + R2dbcInitializationConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'io.r2dbc.spi.ConnectionFactory', 'org.springframework.r2dbc.connection.init.DatabasePopulator' (OnClassCondition) + + R2dbcObservationAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.proxy.ProxyConnectionFactory' (OnClassCondition) + + R2dbcProxyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.proxy.ProxyConnectionFactory' (OnClassCondition) + + R2dbcRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition) + + R2dbcTransactionManagerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition) + + RSocketGraphQlClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition) + + RSocketMessagingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) + + RSocketRequesterAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition) + + RSocketSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition) + + RSocketServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition) + + RSocketStrategiesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.netty.buffer.PooledByteBufAllocator' (OnClassCondition) + + RabbitAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition) + + RabbitHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.amqp.rabbit.core.RabbitTemplate' (OnClassCondition) + + RabbitMetricsAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.rabbitmq.client.ConnectionFactory' (OnClassCondition) + + ReactiveCloudFoundryActuatorAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + ReactiveElasticsearchClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'co.elastic.clients.transport.ElasticsearchTransport' (OnClassCondition) + + ReactiveElasticsearchRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'reactor.core.publisher.Mono' (OnClassCondition) + + ReactiveHealthEndpointConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition) + + ReactiveManagementContextAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition) + + ReactiveManagementWebSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) + + ReactiveMultipartAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) + + ReactiveOAuth2ClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition) + + ReactiveOAuth2ResourceServerAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition) + + ReactiveSecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition) + + ReactiveUserDetailsServiceAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.ReactiveAuthenticationManager' (OnClassCondition) + + ReactiveWebServerFactoryAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + ReactorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'reactor.core.publisher.Hooks' (OnClassCondition) + + RedisAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition) + + RedisCacheConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) + + RedisHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition) + + RedisReactiveAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition) + + RedisReactiveHealthContributorAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition) + + RedisRepositoriesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition) + + RemoteDevToolsAutoConfiguration: + Did not match: + - @ConditionalOnProperty (spring.devtools.remote.secret) did not find property 'secret' (OnPropertyCondition) + Matched: + - @ConditionalOnClass found required classes 'jakarta.servlet.Filter', 'org.springframework.http.server.ServerHttpRequest' (OnClassCondition) + + Saml2RelyingPartyAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition) + + SbomEndpointAutoConfiguration#sbomEndpointWebExtension: + Did not match: + - @ConditionalOnAvailableEndpoint not exposed (OnAvailableEndpointCondition) + Matched: + - @ConditionalOnBean (types: org.springframework.boot.actuate.sbom.SbomEndpoint; SearchStrategy: all) found bean 'sbomEndpoint'; @ConditionalOnMissingBean (types: org.springframework.boot.actuate.sbom.SbomEndpointWebExtension; SearchStrategy: all) did not find any beans (OnBeanCondition) + + SecurityAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition) + + SecurityFilterAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition) + + SecurityRequestMatchersManagementContextConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.web.util.matcher.RequestMatcher' (OnClassCondition) + + SendGridAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition) + + ServletEndpointManagementContextConfiguration.JerseyServletEndpointManagementContextConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.ResourceConfig' (OnClassCondition) + + ServletManagementContextAutoConfiguration.ApplicationContextFilterConfiguration: + Did not match: + - @ConditionalOnProperty (management.server.add-application-context-header=true) did not find property 'add-application-context-header' (OnPropertyCondition) + + ServletWebServerFactoryAutoConfiguration.ForwardedHeaderFilterConfiguration: + Did not match: + - @ConditionalOnProperty (server.forward-headers-strategy=framework) did not find property 'server.forward-headers-strategy' (OnPropertyCondition) + + ServletWebServerFactoryConfiguration.EmbeddedJetty: + Did not match: + - @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.ee10.webapp.WebAppContext' (OnClassCondition) + + ServletWebServerFactoryConfiguration.EmbeddedUndertow: + Did not match: + - @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition) + + SessionAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) + + SessionsEndpointAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition) + + ShutdownEndpointAutoConfiguration: + Did not match: + - @ConditionalOnAvailableEndpoint the configured access for endpoint 'shutdown' is NONE (OnAvailableEndpointCondition) + + SignalFxMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.signalfx.SignalFxMeterRegistry' (OnClassCondition) + + SpringDataWebAutoConfiguration: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.data.web.PageableHandlerMethodArgumentResolver; SearchStrategy: all) found beans of type 'org.springframework.data.web.PageableHandlerMethodArgumentResolver' pageableResolver (OnBeanCondition) + Matched: + - @ConditionalOnClass found required classes 'org.springframework.data.web.PageableHandlerMethodArgumentResolver', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition) + - found 'session' scope (OnWebApplicationCondition) + + SpringDocConfiguration#propertiesResolverForSchema: + Did not match: + - @ConditionalOnProperty (springdoc.api-docs.resolve-schema-properties) did not find property 'springdoc.api-docs.resolve-schema-properties' (OnPropertyCondition) + + SpringDocConfiguration#propertyCustomizingConverter: + Did not match: + - @ConditionalOnBean (types: org.springdoc.core.customizers.PropertyCustomizer; SearchStrategy: all) did not find any beans of type org.springdoc.core.customizers.PropertyCustomizer (OnBeanCondition) + + SpringDocConfiguration#springdocBeanFactoryPostProcessor: + Did not match: + - AnyNestedCondition 0 matched 2 did not; NestedCondition on CacheOrGroupedOpenApiCondition.OnCacheDisabled found non-matching nested conditions @ConditionalOnProperty (springdoc.cache.disabled) did not find property 'springdoc.cache.disabled'; NestedCondition on CacheOrGroupedOpenApiCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 0 matched 2 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 0 matched 3 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnListGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.models.GroupedOpenApi; SearchStrategy: all) did not find any beans of type org.springdoc.core.models.GroupedOpenApi; 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) did not find any beans of type org.springdoc.core.models.GroupedOpenApi (CacheOrGroupedOpenApiCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition) + + SpringDocConfiguration#springdocBeanFactoryPostProcessor2: + Did not match: + - @ConditionalOnMissingClass found unwanted class 'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition) + + SpringDocConfiguration.SpringDocActuatorConfiguration: + Did not match: + - @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator' (OnPropertyCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (OnClassCondition) + + SpringDocConfiguration.SpringDocWebFluxSupportConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition) + + SpringDocFunctionCatalogConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.cloud.function.web.function.FunctionEndpointInitializer' (OnClassCondition) + + SpringDocGroovyConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'groovy.lang.MetaClass' (OnClassCondition) + + SpringDocHateoasConfiguration#hateoasHalProvider: + Did not match: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.HateoasHalProvider; SearchStrategy: all) found beans of type 'org.springdoc.core.providers.HateoasHalProvider' halProvider (OnBeanCondition) + + SpringDocJacksonKotlinModuleConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.fasterxml.jackson.module.kotlin.KotlinModule' (OnClassCondition) + + SpringDocJavadocConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.github.therapi.runtimejavadoc.CommentFormatter' (OnClassCondition) + + SpringDocKotlinConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'kotlin.coroutines.Continuation' (OnClassCondition) + + SpringDocKotlinxConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'kotlinx.coroutines.flow.Flow' (OnClassCondition) + + SpringDocSecurityConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.web.SecurityFilterChain' (OnClassCondition) + + SpringDocSortConfiguration#dataRestDelegatingMethodParameterCustomizer: + Did not match: + - @ConditionalOnMissingBean (types: org.springdoc.core.customizers.DataRestDelegatingMethodParameterCustomizer; SearchStrategy: all) found beans of type 'org.springdoc.core.customizers.DataRestDelegatingMethodParameterCustomizer' dataRestDelegatingMethodParameterCustomizer (OnBeanCondition) + + SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration#actuatorProvider: + Did not match: + - @ConditionalOnExpression (#{${springdoc.show-actuator:false} or ${springdoc.use-management-port:false}}) resulted in false (OnExpressionCondition) + + SpringDocWebMvcConfiguration.SpringDocWebMvcActuatorConfiguration#openApiActuatorResource: + Did not match: + - @ConditionalOnExpression (#{${springdoc.use-management-port:false} and ${springdoc.enable-default-api-docs:true}}) resulted in false (OnExpressionCondition) + + StackdriverMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.stackdriver.StackdriverMeterRegistry' (OnClassCondition) + + StartupEndpointAutoConfiguration: + Did not match: + - ApplicationStartup configured applicationStartup is of type class org.springframework.core.metrics.DefaultApplicationStartup, expected BufferingApplicationStartup. (StartupEndpointAutoConfiguration.ApplicationStartupCondition) + + StatsdMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.micrometer.statsd.StatsdMeterRegistry' (OnClassCondition) + + SwaggerConfig#springWebProvider: + Did not match: + - @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringWebProvider; SearchStrategy: all) found beans of type 'org.springdoc.core.providers.SpringWebProvider' springWebProvider (OnBeanCondition) + + SwaggerConfig#swaggerUiHome: + Did not match: + - @ConditionalOnProperty (springdoc.swagger-ui.use-root-path=true) did not find property 'springdoc.swagger-ui.use-root-path' (OnPropertyCondition) + + SwaggerConfig.SwaggerActuatorWelcomeConfiguration: + Did not match: + - @ConditionalOnProperty (springdoc.use-management-port) did not find property 'springdoc.use-management-port' (OnPropertyCondition) + Matched: + - @ConditionalOnClass found required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition) + + TaskExecutorConfigurations.SimpleAsyncTaskExecutorBuilderConfiguration#simpleAsyncTaskExecutorBuilderVirtualThreads: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder' simpleAsyncTaskExecutorBuilder (OnBeanCondition) + + TaskExecutorConfigurations.TaskExecutorConfiguration#applicationTaskExecutorVirtualThreads: + Did not match: + - @ConditionalOnThreading did not find VIRTUAL (OnThreadingCondition) + + TaskSchedulingAutoConfiguration#scheduledBeanLazyInitializationExcludeFilter: + Did not match: + - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition) + + TaskSchedulingConfigurations.SimpleAsyncTaskSchedulerBuilderConfiguration#simpleAsyncTaskSchedulerBuilderVirtualThreads: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder; SearchStrategy: all) found beans of type 'org.springframework.boot.task.SimpleAsyncTaskSchedulerBuilder' simpleAsyncTaskSchedulerBuilder (OnBeanCondition) + + TaskSchedulingConfigurations.TaskSchedulerConfiguration: + Did not match: + - @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition) + + TemplateEngineConfigurations.ReactiveTemplateEngineConfiguration: + Did not match: + - did not find reactive web application classes (OnWebApplicationCondition) + + ThymeleafAutoConfiguration.DataAttributeDialectConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.github.mxab.thymeleaf.extras.dataattribute.dialect.DataAttributeDialect' (OnClassCondition) + + ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration: + Did not match: + - @ConditionalOnClass did not find required classes 'org.thymeleaf.extras.springsecurity6.dialect.SpringSecurityDialect', 'org.springframework.security.web.server.csrf.CsrfToken' (OnClassCondition) + + ThymeleafAutoConfiguration.ThymeleafWebFluxConfiguration: + Did not match: + - did not find reactive web application classes (OnWebApplicationCondition) + + ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'nz.net.ultraq.thymeleaf.layoutdialect.LayoutDialect' (OnClassCondition) + + TransactionAutoConfiguration#transactionalOperator: + Did not match: + - @ConditionalOnSingleCandidate (types: org.springframework.transaction.ReactiveTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition) + + TransactionAutoConfiguration.AspectJTransactionManagementConfiguration: + Did not match: + - @ConditionalOnBean (types: org.springframework.transaction.aspectj.AbstractTransactionAspect; SearchStrategy: all) did not find any beans of type org.springframework.transaction.aspectj.AbstractTransactionAspect (OnBeanCondition) + + TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration: + Did not match: + - @ConditionalOnProperty (spring.aop.proxy-target-class=false) did not find property 'proxy-target-class' (OnPropertyCondition) + + UserDetailsServiceAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition) + + WavefrontAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.application.ApplicationTags' (OnClassCondition) + + WavefrontMetricsExportAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition) + + WavefrontTracingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'com.wavefront.sdk.common.WavefrontSender' (OnClassCondition) + + WebClientAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) + + WebClientObservationConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition) + + WebFluxAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition) + + WebFluxEndpointManagementContextConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition) + + WebFluxObservationAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + WebMvcAutoConfiguration#hiddenHttpMethodFilter: + Did not match: + - @ConditionalOnProperty (spring.mvc.hiddenmethod.filter.enabled) did not find property 'enabled' (OnPropertyCondition) + + WebMvcAutoConfiguration.ProblemDetailsErrorHandlingConfiguration: + Did not match: + - @ConditionalOnProperty (spring.mvc.problemdetails.enabled=true) did not find property 'enabled' (OnPropertyCondition) + + WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver: + Did not match: + - @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition) + + WebMvcEndpointManagementContextConfiguration#managementHealthEndpointWebMvcHandlerMapping: + Did not match: + - Management Port actual port type (SAME) did not match required type (DIFFERENT) (OnManagementPortCondition) + + WebServiceTemplateAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.oxm.Marshaller' (OnClassCondition) + + WebServicesAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition) + + WebSessionIdResolverAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'reactor.core.publisher.Mono' (OnClassCondition) + + WebSocketMessagingAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition) + + WebSocketReactiveAutoConfiguration: + Did not match: + - @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition) + + WebSocketServletAutoConfiguration.JettyWebSocketConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'org.eclipse.jetty.ee10.websocket.jakarta.server.config.JakartaWebSocketServletContainerInitializer' (OnClassCondition) + + WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition) + + XADataSourceAutoConfiguration: + Did not match: + - @ConditionalOnBean (types: org.springframework.boot.jdbc.XADataSourceWrapper; SearchStrategy: all) did not find any beans of type org.springframework.boot.jdbc.XADataSourceWrapper (OnBeanCondition) + Matched: + - @ConditionalOnClass found required classes 'javax.sql.DataSource', 'jakarta.transaction.TransactionManager', 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition) + + ZipkinAutoConfiguration: + Did not match: + - @ConditionalOnClass did not find required class 'zipkin2.reporter.Encoding' (OnClassCondition) + + +Exclusions: +----------- + + None + + +Unconditional classes: +---------------------- + + org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.availability.AvailabilityHealthContributorAutoConfiguration + + org.springframework.boot.autoconfigure.ssl.SslAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.info.InfoContributorAutoConfiguration + + org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration + + org.springframework.boot.autoconfigure.context.LifecycleAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.metrics.integration.IntegrationMetricsAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.endpoint.EndpointAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.web.server.ManagementContextAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.health.HealthContributorAutoConfiguration + + org.springframework.boot.actuate.autoconfigure.endpoint.jackson.JacksonEndpointAutoConfiguration + + org.springdoc.core.configuration.SpringDocSpecPropertiesConfiguration + + org.springframework.boot.autoconfigure.availability.ApplicationAvailabilityAutoConfiguration + + org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration + + + +2025-04-30T16:57:07.660+02:00 INFO 27604 --- [avis] [restartedMain] fr.clelia.avis.AvisApplication : Started AvisApplication in 9.517 seconds (process running for 12.212) +2025-04-30T16:57:07.667+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.a.ApplicationAvailabilityBean : Application availability state LivenessState changed to CORRECT +2025-04-30T16:57:07.671+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.boot.devtools.restart.Restarter : Creating new Restarter for thread Thread[#1,main,5,main] +2025-04-30T16:57:07.671+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.boot.devtools.restart.Restarter : Immediately restarting application +2025-04-30T16:57:07.671+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.boot.devtools.restart.Restarter : Starting application fr.clelia.avis.AvisApplication with URLs [file:/C:/Users/amaizy/Documents/Java/avis/target/classes/] +2025-04-30T16:57:07.677+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Creating new transaction with name [fr.clelia.avis.initialisation.AjoutDonneesInitiales.init]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT +2025-04-30T16:57:07.678+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Opened new EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.682+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Exposing JPA transaction as JDBC [org.springframework.orm.jpa.vendor.HibernateJpaDialect$HibernateConnectionHandle@677677a3] +2025-04-30T16:57:07.687+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.687+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.770+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.770+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.793+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.793+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.794+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.794+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.794+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.794+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.794+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.794+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.796+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.796+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.796+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.796+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.796+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.796+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.797+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.797+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.797+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.797+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.797+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.797+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.797+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.797+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.798+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.798+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.798+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.798+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.798+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.798+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.798+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.799+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.799+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.799+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.799+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.799+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.799+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.799+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.800+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.800+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.800+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.800+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.800+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.800+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.800+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.800+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.800+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.800+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.801+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.801+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.801+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.801+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.801+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.801+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.801+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.801+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.802+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.802+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.802+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.802+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.802+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.802+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.802+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.802+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.803+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.803+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.815+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.815+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.817+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.817+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.817+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.817+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.818+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.818+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.818+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.818+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.818+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.818+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.818+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.818+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.818+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.818+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.819+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.819+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.819+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.819+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.819+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.819+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.820+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.820+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.820+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.820+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.820+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.820+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.820+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.820+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.820+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.820+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.821+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.821+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.821+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.821+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.821+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.821+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.821+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.821+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.821+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.822+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.822+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.822+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.822+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.822+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.822+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.822+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.822+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.822+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.823+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.823+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.823+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.823+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.823+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.823+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.823+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.823+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.823+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.823+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.823+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.823+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.825+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.825+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.825+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.825+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.826+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.826+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.826+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.826+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.826+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.826+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.827+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.827+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.827+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.827+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.900+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [mobiusdigitalgames.com] +2025-04-30T16:57:07.901+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Mobius Digital] +2025-04-30T16:57:07.901+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [1] +2025-04-30T16:57:07.905+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [activision.com] +2025-04-30T16:57:07.905+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Activision] +2025-04-30T16:57:07.905+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [2] +2025-04-30T16:57:07.906+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [amazongames.com] +2025-04-30T16:57:07.906+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Amazon Games] +2025-04-30T16:57:07.906+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [3] +2025-04-30T16:57:07.908+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [ankama.com] +2025-04-30T16:57:07.909+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Ankama] +2025-04-30T16:57:07.909+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [4] +2025-04-30T16:57:07.909+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [psyonix.com] +2025-04-30T16:57:07.909+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Psyonix] +2025-04-30T16:57:07.910+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [5] +2025-04-30T16:57:07.910+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [bandai.co.jp] +2025-04-30T16:57:07.910+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Bandai Namco] +2025-04-30T16:57:07.910+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [6] +2025-04-30T16:57:07.911+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [bethesda.net] +2025-04-30T16:57:07.911+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Bethesda] +2025-04-30T16:57:07.911+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [7] +2025-04-30T16:57:07.912+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [bioware.com] +2025-04-30T16:57:07.912+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [BioWare] +2025-04-30T16:57:07.912+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [8] +2025-04-30T16:57:07.913+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [blizzard.com] +2025-04-30T16:57:07.913+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Blizzard] +2025-04-30T16:57:07.913+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [9] +2025-04-30T16:57:07.913+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [capcom.com] +2025-04-30T16:57:07.913+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Capcom] +2025-04-30T16:57:07.913+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [10] +2025-04-30T16:57:07.914+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [ccpgames.com] +2025-04-30T16:57:07.914+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [CCP] +2025-04-30T16:57:07.914+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [11] +2025-04-30T16:57:07.915+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [cdprojekt.com] +2025-04-30T16:57:07.915+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [CD Projekt Red] +2025-04-30T16:57:07.915+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [12] +2025-04-30T16:57:07.915+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [davilex.nl] +2025-04-30T16:57:07.916+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Davilex] +2025-04-30T16:57:07.916+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [13] +2025-04-30T16:57:07.916+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [digitalextremes.com] +2025-04-30T16:57:07.916+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Digital Extreme] +2025-04-30T16:57:07.916+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [14] +2025-04-30T16:57:07.917+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [ea.com] +2025-04-30T16:57:07.917+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Electronic Arts] +2025-04-30T16:57:07.917+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [15] +2025-04-30T16:57:07.918+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [epicgames.com] +2025-04-30T16:57:07.918+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Epic Games] +2025-04-30T16:57:07.918+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [16] +2025-04-30T16:57:07.918+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [fromsoftware.jp] +2025-04-30T16:57:07.918+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [FromSoftware] +2025-04-30T16:57:07.919+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [17] +2025-04-30T16:57:07.919+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [hazelight.se] +2025-04-30T16:57:07.919+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Hazelight Studios] +2025-04-30T16:57:07.919+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [18] +2025-04-30T16:57:07.929+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [idsoftware.com] +2025-04-30T16:57:07.929+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [idSoftware] +2025-04-30T16:57:07.931+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [19] +2025-04-30T16:57:07.932+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [microsoft.com] +2025-04-30T16:57:07.932+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Microsoft] +2025-04-30T16:57:07.932+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [20] +2025-04-30T16:57:07.934+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [monolithsoft.co.jp] +2025-04-30T16:57:07.934+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [MonolithSoftware] +2025-04-30T16:57:07.934+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [21] +2025-04-30T16:57:07.936+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [naughtydog.com] +2025-04-30T16:57:07.936+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Naughty Dog] +2025-04-30T16:57:07.936+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [22] +2025-04-30T16:57:07.937+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [nintendo.com] +2025-04-30T16:57:07.938+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Nintendo] +2025-04-30T16:57:07.938+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [23] +2025-04-30T16:57:07.939+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [riotgames.com] +2025-04-30T16:57:07.939+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Riot Games] +2025-04-30T16:57:07.939+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [24] +2025-04-30T16:57:07.941+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [rockstar.com] +2025-04-30T16:57:07.941+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Rockstar] +2025-04-30T16:57:07.941+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [25] +2025-04-30T16:57:07.942+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [sega.com] +2025-04-30T16:57:07.942+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Sega] +2025-04-30T16:57:07.944+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [26] +2025-04-30T16:57:07.944+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [squareenix.com] +2025-04-30T16:57:07.944+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Square Enix] +2025-04-30T16:57:07.944+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [27] +2025-04-30T16:57:07.947+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [tencentgames.com] +2025-04-30T16:57:07.947+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Tencent] +2025-04-30T16:57:07.947+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [28] +2025-04-30T16:57:07.948+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [ubisoft.com] +2025-04-30T16:57:07.948+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Ubisoft] +2025-04-30T16:57:07.948+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [29] +2025-04-30T16:57:07.948+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Ultra Software] +2025-04-30T16:57:07.948+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [30] +2025-04-30T16:57:07.949+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [valvesoftware.com] +2025-04-30T16:57:07.949+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Valve] +2025-04-30T16:57:07.949+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [31] +2025-04-30T16:57:07.949+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [wildcardmobile.com] +2025-04-30T16:57:07.949+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Wildcard] +2025-04-30T16:57:07.950+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:BIGINT) <- [32] +2025-04-30T16:57:07.951+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Amstrad CPC] +2025-04-30T16:57:07.951+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [1] +2025-04-30T16:57:07.951+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Nintendo Wii] +2025-04-30T16:57:07.951+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [2] +2025-04-30T16:57:07.951+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Nintendo Wii U] +2025-04-30T16:57:07.951+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [3] +2025-04-30T16:57:07.952+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Nintendo Switch] +2025-04-30T16:57:07.952+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [4] +2025-04-30T16:57:07.952+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Windows] +2025-04-30T16:57:07.952+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [5] +2025-04-30T16:57:07.952+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [MacOS] +2025-04-30T16:57:07.952+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [6] +2025-04-30T16:57:07.953+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Steam] +2025-04-30T16:57:07.953+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [7] +2025-04-30T16:57:07.953+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Neo-Geo] +2025-04-30T16:57:07.953+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [8] +2025-04-30T16:57:07.953+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [PlayStation 1] +2025-04-30T16:57:07.953+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [9] +2025-04-30T16:57:07.953+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [PlayStation 2] +2025-04-30T16:57:07.953+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [10] +2025-04-30T16:57:07.953+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [PlayStation 3] +2025-04-30T16:57:07.953+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [11] +2025-04-30T16:57:07.953+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [PlayStation 4] +2025-04-30T16:57:07.953+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [12] +2025-04-30T16:57:07.955+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [PlayStation 5] +2025-04-30T16:57:07.955+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [13] +2025-04-30T16:57:07.955+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [PlayStation Vita] +2025-04-30T16:57:07.955+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [14] +2025-04-30T16:57:07.956+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [PSP] +2025-04-30T16:57:07.956+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [15] +2025-04-30T16:57:07.956+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Sega Dreamcast] +2025-04-30T16:57:07.956+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [16] +2025-04-30T16:57:07.956+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Sega Mastersystem] +2025-04-30T16:57:07.956+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [17] +2025-04-30T16:57:07.957+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Sega Saturn] +2025-04-30T16:57:07.957+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [18] +2025-04-30T16:57:07.957+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Xbox One] +2025-04-30T16:57:07.957+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [19] +2025-04-30T16:57:07.957+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Xbox One Series] +2025-04-30T16:57:07.957+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [20] +2025-04-30T16:57:07.958+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Xbox 360] +2025-04-30T16:57:07.958+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [21] +2025-04-30T16:57:07.958+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Amiga] +2025-04-30T16:57:07.958+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [22] +2025-04-30T16:57:07.958+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Android] +2025-04-30T16:57:07.958+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [23] +2025-04-30T16:57:07.959+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Atari 8-bit] +2025-04-30T16:57:07.959+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [24] +2025-04-30T16:57:07.959+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Atari Jaguar] +2025-04-30T16:57:07.959+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [25] +2025-04-30T16:57:07.959+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Commodore 64] +2025-04-30T16:57:07.959+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [26] +2025-04-30T16:57:07.960+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Game Boy] +2025-04-30T16:57:07.960+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [27] +2025-04-30T16:57:07.960+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Game Boy Color] +2025-04-30T16:57:07.960+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [28] +2025-04-30T16:57:07.960+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Game Boy Advance] +2025-04-30T16:57:07.961+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [29] +2025-04-30T16:57:07.961+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Game Boy Advance SP] +2025-04-30T16:57:07.961+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [30] +2025-04-30T16:57:07.961+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [NES] +2025-04-30T16:57:07.961+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [31] +2025-04-30T16:57:07.961+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [PC-Engine] +2025-04-30T16:57:07.961+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [32] +2025-04-30T16:57:07.961+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [SNES] +2025-04-30T16:57:07.961+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [33] +2025-04-30T16:57:07.962+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Nintendo 3DS] +2025-04-30T16:57:07.962+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [34] +2025-04-30T16:57:07.962+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Nintendo 64] +2025-04-30T16:57:07.962+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [35] +2025-04-30T16:57:07.962+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Nintendo DS] +2025-04-30T16:57:07.962+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [36] +2025-04-30T16:57:07.962+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Nintendo Gamecube] +2025-04-30T16:57:07.962+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [37] +2025-04-30T16:57:07.963+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Ubisoft] +2025-04-30T16:57:07.975+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.975+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.981+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.981+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.993+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Psyonix] +2025-04-30T16:57:07.996+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Windows] +2025-04-30T16:57:07.996+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.996+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.997+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:07.997+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:07.998+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Ubisoft] +2025-04-30T16:57:08.000+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Windows] +2025-04-30T16:57:08.002+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [PlayStation 4] +2025-04-30T16:57:08.003+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Xbox One] +2025-04-30T16:57:08.005+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Nintendo Switch] +2025-04-30T16:57:08.005+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.006+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.008+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Mobius Digital] +2025-04-30T16:57:08.010+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [PC-Engine] +2025-04-30T16:57:08.011+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Xbox One] +2025-04-30T16:57:08.013+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [PlayStation 4] +2025-04-30T16:57:08.015+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Nintendo Switch] +2025-04-30T16:57:08.015+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.016+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.016+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.016+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.018+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.018+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.021+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.021+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.022+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.022+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.022+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.022+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.022+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.022+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.022+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.022+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.023+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.023+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.023+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.023+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.023+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.023+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.023+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.023+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.026+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Nintendo] +2025-04-30T16:57:08.029+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Nintendo Switch] +2025-04-30T16:57:08.030+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.030+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.032+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Nintendo] +2025-04-30T16:57:08.035+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [Nintendo Switch] +2025-04-30T16:57:08.037+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.037+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.038+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.038+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.040+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.041+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.041+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.042+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.042+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.042+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.042+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.043+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.043+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.043+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.043+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.044+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.044+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.044+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.044+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.044+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.045+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.045+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.045+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.046+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.046+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.046+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.046+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.046+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.047+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.047+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.047+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.047+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.049+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.049+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.057+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:VARCHAR) <- [micro] +2025-04-30T16:57:08.071+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.071+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [29] +2025-04-30T16:57:08.071+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [Test] +2025-04-30T16:57:08.071+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.071+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [1] +2025-04-30T16:57:08.072+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.072+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [5] +2025-04-30T16:57:08.072+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [Rocket League] +2025-04-30T16:57:08.072+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.072+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [2] +2025-04-30T16:57:08.074+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.074+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [29] +2025-04-30T16:57:08.074+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [Ghost Recon: Wildlands] +2025-04-30T16:57:08.074+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.074+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [3] +2025-04-30T16:57:08.074+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.074+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [29] +2025-04-30T16:57:08.074+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [Assassin's creed black flag] +2025-04-30T16:57:08.074+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.074+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [4] +2025-04-30T16:57:08.075+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.075+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [1] +2025-04-30T16:57:08.075+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [Outer Wilds] +2025-04-30T16:57:08.075+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.075+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [5] +2025-04-30T16:57:08.075+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.075+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [10] +2025-04-30T16:57:08.075+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [Overwatch] +2025-04-30T16:57:08.075+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.075+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [6] +2025-04-30T16:57:08.076+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.076+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [2] +2025-04-30T16:57:08.076+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [Super Mario Odyssey] +2025-04-30T16:57:08.076+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.076+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [7] +2025-04-30T16:57:08.077+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.077+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [3] +2025-04-30T16:57:08.077+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [The Witcher 3: Wild Hunt] +2025-04-30T16:57:08.077+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.077+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [8] +2025-04-30T16:57:08.077+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.078+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [4] +2025-04-30T16:57:08.078+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [Red Dead Redemption 2] +2025-04-30T16:57:08.078+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.078+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [9] +2025-04-30T16:57:08.078+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.078+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [5] +2025-04-30T16:57:08.078+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [Minecraft] +2025-04-30T16:57:08.078+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.078+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [10] +2025-04-30T16:57:08.079+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.079+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [6] +2025-04-30T16:57:08.079+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [Cyberpunk 2077] +2025-04-30T16:57:08.079+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.079+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [11] +2025-04-30T16:57:08.079+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.080+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [7] +2025-04-30T16:57:08.080+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [God of War] +2025-04-30T16:57:08.080+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.080+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [12] +2025-04-30T16:57:08.080+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.080+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [8] +2025-04-30T16:57:08.080+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [Hollow Knight] +2025-04-30T16:57:08.080+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.081+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [13] +2025-04-30T16:57:08.082+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.082+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [9] +2025-04-30T16:57:08.082+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [Stardew Valley] +2025-04-30T16:57:08.082+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.082+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [14] +2025-04-30T16:57:08.084+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.084+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [23] +2025-04-30T16:57:08.084+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [ZELDA : TOTK] +2025-04-30T16:57:08.084+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.084+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [15] +2025-04-30T16:57:08.084+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:DATE) <- [null] +2025-04-30T16:57:08.084+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [23] +2025-04-30T16:57:08.084+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [The Legend of Zelda: Breath of the Wild] +2025-04-30T16:57:08.084+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:BOOLEAN) <- [false] +2025-04-30T16:57:08.084+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:BIGINT) <- [16] +2025-04-30T16:57:08.086+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.086+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Justine@soprasteria.com] +2025-04-30T16:57:08.087+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.087+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Justine] +2025-04-30T16:57:08.087+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:DATE) <- [1984-01-01] +2025-04-30T16:57:08.088+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [1] +2025-04-30T16:57:08.089+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.089+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Cedric@soprasteria.com] +2025-04-30T16:57:08.089+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.089+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Cedric] +2025-04-30T16:57:08.089+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:DATE) <- [2006-01-01] +2025-04-30T16:57:08.089+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [2] +2025-04-30T16:57:08.090+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.090+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Guillaume@soprasteria.com] +2025-04-30T16:57:08.090+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.090+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Guillaume] +2025-04-30T16:57:08.090+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:DATE) <- [2009-01-01] +2025-04-30T16:57:08.090+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [3] +2025-04-30T16:57:08.090+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.090+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Maxence@soprasteria.com] +2025-04-30T16:57:08.090+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.090+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Maxence] +2025-04-30T16:57:08.090+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:DATE) <- [2004-01-01] +2025-04-30T16:57:08.090+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [4] +2025-04-30T16:57:08.091+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.091+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [VincentL@soprasteria.com] +2025-04-30T16:57:08.091+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.091+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Vincent L] +2025-04-30T16:57:08.091+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:DATE) <- [1989-01-01] +2025-04-30T16:57:08.091+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [5] +2025-04-30T16:57:08.091+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.091+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Maxime@soprasteria.com] +2025-04-30T16:57:08.091+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.091+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Maxime] +2025-04-30T16:57:08.091+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:DATE) <- [2003-01-01] +2025-04-30T16:57:08.091+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [6] +2025-04-30T16:57:08.093+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.093+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Anastasia@soprasteria.com] +2025-04-30T16:57:08.093+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.093+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Anastasia] +2025-04-30T16:57:08.093+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:DATE) <- [1996-01-01] +2025-04-30T16:57:08.093+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [7] +2025-04-30T16:57:08.094+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.094+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Ndiogou@soprasteria.com] +2025-04-30T16:57:08.094+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.094+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Ndiogou] +2025-04-30T16:57:08.094+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:DATE) <- [1995-01-01] +2025-04-30T16:57:08.094+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [8] +2025-04-30T16:57:08.094+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.094+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Marion@soprasteria.com] +2025-04-30T16:57:08.094+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.094+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Marion] +2025-04-30T16:57:08.094+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:DATE) <- [2005-01-01] +2025-04-30T16:57:08.094+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [9] +2025-04-30T16:57:08.095+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.095+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Nejmeddine@soprasteria.com] +2025-04-30T16:57:08.095+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.095+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Nejmeddine] +2025-04-30T16:57:08.095+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:DATE) <- [1995-01-01] +2025-04-30T16:57:08.095+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [10] +2025-04-30T16:57:08.095+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.095+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Cesar@soprasteria.com] +2025-04-30T16:57:08.095+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.095+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Cesar] +2025-04-30T16:57:08.095+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:DATE) <- [1990-01-01] +2025-04-30T16:57:08.095+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [11] +2025-04-30T16:57:08.097+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.097+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Moulaye@soprasteria.com] +2025-04-30T16:57:08.097+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.097+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Moulaye] +2025-04-30T16:57:08.097+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:DATE) <- [2007-01-01] +2025-04-30T16:57:08.097+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [12] +2025-04-30T16:57:08.097+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.097+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Julien@soprasteria.com] +2025-04-30T16:57:08.097+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.097+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Julien] +2025-04-30T16:57:08.097+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:DATE) <- [1994-01-01] +2025-04-30T16:57:08.097+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [13] +2025-04-30T16:57:08.098+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.098+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Amaury@soprasteria.com] +2025-04-30T16:57:08.098+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.098+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Amaury] +2025-04-30T16:57:08.098+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:DATE) <- [2001-01-01] +2025-04-30T16:57:08.098+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [14] +2025-04-30T16:57:08.098+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.098+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [VincentS@soprasteria.com] +2025-04-30T16:57:08.098+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.098+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Vincent S] +2025-04-30T16:57:08.098+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:DATE) <- [1986-01-01] +2025-04-30T16:57:08.098+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [15] +2025-04-30T16:57:08.098+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [null] +2025-04-30T16:57:08.099+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:VARCHAR) <- [Fx@soprasteria.com] +2025-04-30T16:57:08.099+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (3:VARCHAR) <- [12345] +2025-04-30T16:57:08.099+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (4:VARCHAR) <- [Fx] +2025-04-30T16:57:08.099+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (5:VARCHAR) <- [+33777777777] +2025-04-30T16:57:08.099+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (6:BIGINT) <- [16] +2025-04-30T16:57:08.104+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2025-04-30T16:57:08.104+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [1] +2025-04-30T16:57:08.107+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [2] +2025-04-30T16:57:08.107+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [5] +2025-04-30T16:57:08.108+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.108+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [1] +2025-04-30T16:57:08.108+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.108+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [2] +2025-04-30T16:57:08.108+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.108+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [3] +2025-04-30T16:57:08.109+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.109+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [4] +2025-04-30T16:57:08.109+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.109+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [5] +2025-04-30T16:57:08.110+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.110+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [6] +2025-04-30T16:57:08.110+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.110+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [7] +2025-04-30T16:57:08.111+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.111+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [8] +2025-04-30T16:57:08.111+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.111+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [9] +2025-04-30T16:57:08.111+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.111+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [10] +2025-04-30T16:57:08.111+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.111+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [11] +2025-04-30T16:57:08.112+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.112+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [12] +2025-04-30T16:57:08.112+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.112+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [13] +2025-04-30T16:57:08.112+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.112+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [14] +2025-04-30T16:57:08.113+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.113+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [15] +2025-04-30T16:57:08.113+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.113+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [16] +2025-04-30T16:57:08.113+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.113+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [17] +2025-04-30T16:57:08.113+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.113+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [18] +2025-04-30T16:57:08.113+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.113+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [19] +2025-04-30T16:57:08.114+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.114+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [20] +2025-04-30T16:57:08.114+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.114+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [21] +2025-04-30T16:57:08.114+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.114+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [22] +2025-04-30T16:57:08.114+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.114+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [23] +2025-04-30T16:57:08.115+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.115+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [24] +2025-04-30T16:57:08.115+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.115+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [25] +2025-04-30T16:57:08.116+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.116+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [26] +2025-04-30T16:57:08.116+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.116+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [27] +2025-04-30T16:57:08.116+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.116+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [28] +2025-04-30T16:57:08.116+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.117+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [29] +2025-04-30T16:57:08.117+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.117+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [30] +2025-04-30T16:57:08.117+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.117+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [31] +2025-04-30T16:57:08.117+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.117+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [32] +2025-04-30T16:57:08.118+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.118+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [33] +2025-04-30T16:57:08.118+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.118+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [34] +2025-04-30T16:57:08.118+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.118+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [35] +2025-04-30T16:57:08.119+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.119+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [36] +2025-04-30T16:57:08.119+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [3] +2025-04-30T16:57:08.119+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [37] +2025-04-30T16:57:08.119+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [4] +2025-04-30T16:57:08.120+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [5] +2025-04-30T16:57:08.120+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [4] +2025-04-30T16:57:08.120+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [12] +2025-04-30T16:57:08.120+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [4] +2025-04-30T16:57:08.120+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [19] +2025-04-30T16:57:08.121+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [4] +2025-04-30T16:57:08.121+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [4] +2025-04-30T16:57:08.121+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [5] +2025-04-30T16:57:08.121+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [32] +2025-04-30T16:57:08.121+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [5] +2025-04-30T16:57:08.121+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [19] +2025-04-30T16:57:08.122+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [5] +2025-04-30T16:57:08.122+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [12] +2025-04-30T16:57:08.122+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [5] +2025-04-30T16:57:08.122+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [4] +2025-04-30T16:57:08.122+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [6] +2025-04-30T16:57:08.122+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [5] +2025-04-30T16:57:08.123+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [6] +2025-04-30T16:57:08.123+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [6] +2025-04-30T16:57:08.123+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [7] +2025-04-30T16:57:08.123+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [4] +2025-04-30T16:57:08.124+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [8] +2025-04-30T16:57:08.124+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [5] +2025-04-30T16:57:08.124+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [8] +2025-04-30T16:57:08.124+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [6] +2025-04-30T16:57:08.126+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [9] +2025-04-30T16:57:08.126+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [5] +2025-04-30T16:57:08.126+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [9] +2025-04-30T16:57:08.126+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [6] +2025-04-30T16:57:08.127+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [9] +2025-04-30T16:57:08.127+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [7] +2025-04-30T16:57:08.128+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [10] +2025-04-30T16:57:08.128+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [5] +2025-04-30T16:57:08.128+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [10] +2025-04-30T16:57:08.128+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [6] +2025-04-30T16:57:08.128+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [10] +2025-04-30T16:57:08.128+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [7] +2025-04-30T16:57:08.128+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [10] +2025-04-30T16:57:08.129+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [8] +2025-04-30T16:57:08.129+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [11] +2025-04-30T16:57:08.129+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [5] +2025-04-30T16:57:08.129+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [11] +2025-04-30T16:57:08.129+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [6] +2025-04-30T16:57:08.129+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [12] +2025-04-30T16:57:08.129+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [10] +2025-04-30T16:57:08.129+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [13] +2025-04-30T16:57:08.129+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [4] +2025-04-30T16:57:08.129+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [13] +2025-04-30T16:57:08.131+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [5] +2025-04-30T16:57:08.131+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [14] +2025-04-30T16:57:08.131+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [5] +2025-04-30T16:57:08.131+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [14] +2025-04-30T16:57:08.131+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [6] +2025-04-30T16:57:08.131+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [14] +2025-04-30T16:57:08.131+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [7] +2025-04-30T16:57:08.131+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [15] +2025-04-30T16:57:08.131+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [4] +2025-04-30T16:57:08.131+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [16] +2025-04-30T16:57:08.131+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (2:BIGINT) <- [4] +2025-04-30T16:57:08.139+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Found thread-bound EntityManager [SessionImpl(1976386285)] for JPA transaction +2025-04-30T16:57:08.139+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Participating in existing transaction +2025-04-30T16:57:08.148+02:00 TRACE 27604 --- [avis] [restartedMain] org.hibernate.orm.jdbc.bind : binding parameter (1:BIGINT) <- [1] +2025-04-30T16:57:08.166+02:00 DEBUG 27604 --- [avis] [RMI TCP Connection(3)-192.167.186.21] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource +2025-04-30T16:57:08.167+02:00 DEBUG 27604 --- [avis] [RMI TCP Connection(3)-192.167.186.21] o.s.jdbc.datasource.DataSourceUtils : Fetching JDBC Connection from DataSource +2025-04-30T16:57:08.171+02:00 INFO 27604 --- [avis] [RMI TCP Connection(4)-192.167.186.21] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2025-04-30T16:57:08.172+02:00 INFO 27604 --- [avis] [RMI TCP Connection(4)-192.167.186.21] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2025-04-30T16:57:08.172+02:00 DEBUG 27604 --- [avis] [RMI TCP Connection(4)-192.167.186.21] o.s.web.servlet.DispatcherServlet : Detected StandardServletMultipartResolver +2025-04-30T16:57:08.172+02:00 DEBUG 27604 --- [avis] [RMI TCP Connection(4)-192.167.186.21] o.s.web.servlet.DispatcherServlet : Detected AcceptHeaderLocaleResolver +2025-04-30T16:57:08.172+02:00 DEBUG 27604 --- [avis] [RMI TCP Connection(4)-192.167.186.21] o.s.web.servlet.DispatcherServlet : Detected FixedThemeResolver +2025-04-30T16:57:08.173+02:00 DEBUG 27604 --- [avis] [RMI TCP Connection(4)-192.167.186.21] o.s.web.servlet.DispatcherServlet : Detected org.springframework.web.servlet.view.DefaultRequestToViewNameTranslator@42f5629f +2025-04-30T16:57:08.173+02:00 DEBUG 27604 --- [avis] [RMI TCP Connection(4)-192.167.186.21] o.s.web.servlet.DispatcherServlet : Detected org.springframework.web.servlet.support.SessionFlashMapManager@751e86a +2025-04-30T16:57:08.174+02:00 DEBUG 27604 --- [avis] [RMI TCP Connection(4)-192.167.186.21] o.s.web.servlet.DispatcherServlet : enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data +2025-04-30T16:57:08.174+02:00 INFO 27604 --- [avis] [RMI TCP Connection(4)-192.167.186.21] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms +2025-04-30T16:57:08.186+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Initiating transaction commit +2025-04-30T16:57:08.186+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Committing JPA transaction on EntityManager [SessionImpl(1976386285)] +2025-04-30T16:57:08.194+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.orm.jpa.JpaTransactionManager : Closing JPA EntityManager [SessionImpl(1976386285)] after transaction +2025-04-30T16:57:08.195+02:00 DEBUG 27604 --- [avis] [restartedMain] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed to ACCEPTING_TRAFFIC +2025-04-30T16:57:33.849+02:00 DEBUG 27604 --- [avis] [SpringApplicationShutdownHook] o.s.b.a.ApplicationAvailabilityBean : Application availability state ReadinessState changed from ACCEPTING_TRAFFIC to REFUSING_TRAFFIC +2025-04-30T16:57:33.849+02:00 DEBUG 27604 --- [avis] [SpringApplicationShutdownHook] ConfigServletWebServerApplicationContext : Closing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@5ca5cb97, started on Wed Apr 30 16:56:58 CEST 2025 +2025-04-30T16:57:33.851+02:00 DEBUG 27604 --- [avis] [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147482623 +2025-04-30T16:57:33.852+02:00 INFO 27604 --- [avis] [SpringApplicationShutdownHook] o.s.b.w.e.tomcat.GracefulShutdown : Commencing graceful shutdown. Waiting for active requests to complete +2025-04-30T16:57:33.858+02:00 INFO 27604 --- [avis] [tomcat-shutdown] o.s.b.w.e.tomcat.GracefulShutdown : Graceful shutdown complete +2025-04-30T16:57:33.858+02:00 DEBUG 27604 --- [avis] [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 2147481599 +2025-04-30T16:57:33.858+02:00 DEBUG 27604 --- [avis] [tomcat-shutdown] o.s.c.support.DefaultLifecycleProcessor : Bean 'webServerGracefulShutdown' completed its stop procedure +2025-04-30T16:57:33.860+02:00 DEBUG 27604 --- [avis] [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Bean 'webServerStartStop' completed its stop procedure +2025-04-30T16:57:33.860+02:00 DEBUG 27604 --- [avis] [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 1073741823 +2025-04-30T16:57:33.860+02:00 DEBUG 27604 --- [avis] [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Bean 'applicationTaskExecutor' completed its stop procedure +2025-04-30T16:57:33.860+02:00 DEBUG 27604 --- [avis] [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase -2147483647 +2025-04-30T16:57:33.860+02:00 DEBUG 27604 --- [avis] [SpringApplicationShutdownHook] o.s.c.support.DefaultLifecycleProcessor : Bean 'springBootLoggingLifecycle' completed its stop procedure +2025-04-30T16:57:33.863+02:00 DEBUG 27604 --- [avis] [SpringApplicationShutdownHook] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans on shutdown +2025-04-30T16:57:33.863+02:00 DEBUG 27604 --- [avis] [SpringApplicationShutdownHook] o.s.j.e.a.AnnotationMBeanExporter : Unregistering JMX-exposed beans +2025-04-30T16:57:33.863+02:00 DEBUG 27604 --- [avis] [SpringApplicationShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor' +2025-04-30T16:57:33.864+02:00 INFO 27604 --- [avis] [SpringApplicationShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' +2025-04-30T16:57:33.876+02:00 WARN 27604 --- [avis] [SpringApplicationShutdownHook] o.s.b.f.support.DisposableBeanAdapter : Invocation of destroy method failed on bean with name 'inMemoryDatabaseShutdownExecutor' + +org.h2.jdbc.JdbcSQLNonTransientConnectionException: La base de données est déjà fermée (pour désactiver la fermeture automatique à l'arrêt de la VM, ajoutez "; DB_CLOSE_ON_EXIT = FALSE" à l'URL db) +Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-232] + at org.h2.message.DbException.getJdbcSQLException(DbException.java:690) ~[h2-2.3.232.jar:2.3.232] + at org.h2.message.DbException.getJdbcSQLException(DbException.java:489) ~[h2-2.3.232.jar:2.3.232] + at org.h2.message.DbException.get(DbException.java:223) ~[h2-2.3.232.jar:2.3.232] + at org.h2.message.DbException.get(DbException.java:199) ~[h2-2.3.232.jar:2.3.232] + at org.h2.message.DbException.get(DbException.java:188) ~[h2-2.3.232.jar:2.3.232] + at org.h2.jdbc.JdbcConnection.checkClosed(JdbcConnection.java:1423) ~[h2-2.3.232.jar:2.3.232] + at org.h2.jdbc.JdbcConnection.clearWarnings(JdbcConnection.java:658) ~[h2-2.3.232.jar:2.3.232] + at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:258) ~[HikariCP-5.1.0.jar:na] + at org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration$NonEmbeddedInMemoryDatabaseShutdownExecutor$InMemoryDatabase.lambda$new$1(DevToolsDataSourceAutoConfiguration.java:142) ~[spring-boot-devtools-3.4.5.jar:3.4.5] + at org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration$NonEmbeddedInMemoryDatabaseShutdownExecutor$InMemoryDatabase.shutdown(DevToolsDataSourceAutoConfiguration.java:159) ~[spring-boot-devtools-3.4.5.jar:3.4.5] + at org.springframework.boot.devtools.autoconfigure.DevToolsDataSourceAutoConfiguration$NonEmbeddedInMemoryDatabaseShutdownExecutor.destroy(DevToolsDataSourceAutoConfiguration.java:102) ~[spring-boot-devtools-3.4.5.jar:3.4.5] + at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:211) ~[spring-beans-6.2.6.jar:6.2.6] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:796) ~[spring-beans-6.2.6.jar:6.2.6] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:746) ~[spring-beans-6.2.6.jar:6.2.6] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1473) ~[spring-beans-6.2.6.jar:6.2.6] + at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:705) ~[spring-beans-6.2.6.jar:6.2.6] + at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1466) ~[spring-beans-6.2.6.jar:6.2.6] + at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1219) ~[spring-context-6.2.6.jar:6.2.6] + at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1180) ~[spring-context-6.2.6.jar:6.2.6] + at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.doClose(ServletWebServerApplicationContext.java:179) ~[spring-boot-3.4.5.jar:3.4.5] + at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1126) ~[spring-context-6.2.6.jar:6.2.6] + at org.springframework.boot.SpringApplicationShutdownHook.closeAndWait(SpringApplicationShutdownHook.java:147) ~[spring-boot-3.4.5.jar:3.4.5] + at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[na:na] + at org.springframework.boot.SpringApplicationShutdownHook.run(SpringApplicationShutdownHook.java:116) ~[spring-boot-3.4.5.jar:3.4.5] + at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na] + +2025-04-30T16:57:33.881+02:00 INFO 27604 --- [avis] [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... +2025-04-30T16:57:33.882+02:00 INFO 27604 --- [avis] [SpringApplicationShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. +2025-04-30T16:57:33.882+02:00 DEBUG 27604 --- [avis] [SpringApplicationShutdownHook] o.s.b.f.support.DisposableBeanAdapter : Custom destroy method 'close' on bean with name 'simpleMeterRegistry' completed diff --git a/pom.xml b/pom.xml index f678418..07ed3ba 100644 --- a/pom.xml +++ b/pom.xml @@ -81,35 +81,58 @@ springdoc-openapi-starter-webmvc-ui 2.8.6 + + org.mapstruct + mapstruct + 1.6.3 + + + com.github.javafaker + javafaker + 1.0.2 + - - - org.apache.maven.plugins - maven-compiler-plugin - - - - org.projectlombok - lombok - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - org.projectlombok - lombok - - - - - - + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + + + org.projectlombok + lombok + ${lombok.version} + + + org.projectlombok + lombok-mapstruct-binding + 0.2.0 + + + org.mapstruct + mapstruct-processor + 1.6.3 + + + + + + diff --git a/src/main/java/fr/clelia/avis/AvisApplication.java b/src/main/java/fr/clelia/avis/AvisApplication.java index 909df55..e5ea23f 100644 --- a/src/main/java/fr/clelia/avis/AvisApplication.java +++ b/src/main/java/fr/clelia/avis/AvisApplication.java @@ -10,13 +10,7 @@ import java.time.LocalDate; public class AvisApplication { public static void main(String[] args) { - SpringApplication.run(AvisApplication.class, args); - Joueur joueur = Joueur.builder() - .pseudo("Joueur") - .email("amaury.maizy@soprasteria.com") - .dateDeNaissance(LocalDate.of(2000, 1, 1)) - .build(); } } diff --git a/src/main/java/fr/clelia/avis/aop/LoggingAspect.java b/src/main/java/fr/clelia/avis/aop/LoggingAspect.java new file mode 100644 index 0000000..1d0be52 --- /dev/null +++ b/src/main/java/fr/clelia/avis/aop/LoggingAspect.java @@ -0,0 +1,61 @@ +package fr.clelia.avis.aop; + +import lombok.AllArgsConstructor; +import lombok.extern.log4j.Log4j2; +import org.aspectj.lang.ProceedingJoinPoint; +import org.aspectj.lang.annotation.Around; +import org.aspectj.lang.annotation.Aspect; +import org.aspectj.lang.annotation.Pointcut; +import org.springframework.core.env.Environment; +import org.springframework.stereotype.Component; + +import java.util.Arrays; + +@Aspect +@AllArgsConstructor +@Log4j2 +@Component +public class LoggingAspect { + + // Toutes les méthodes dans les packages énumérés +/* + @Pointcut("within(fr.clelia.avis.repository..*)" + + " || within(fr.clelia.avis.service..*)" + + " || within(fr.clelia.avis.initialisation..*)" + + " || within(fr.clelia.avis.controller..*)" + + " || within(fr.clelia.avis.controller.rest..*)") + */ + + // Toutes les méthodes de la classe + // @Pointcut("within(fr.clelia.avis.controller.rest.JeuRestController)") + + // Toutes les classes annotées @Service + @Pointcut("@within(org.springframework.stereotype.Service)") + + // Toutes les méthodes annotées @Transactional + //@Pointcut("execution(@org.springframework.transaction.annotation.Transactional * *(..))") + + // Toutes les méthodes annotées @Transactional dont le nom débute par i + //@Pointcut("execution(@org.springframework.transaction.annotation.Transactional * i*(..))") + + //@Pointcut("execution(@org.springframework.transaction.annotation.Transactional java.util.List i*(..))") + public void avisPackagePointcut() { + } + + @Around("avisPackagePointcut()") + public Object logAround(ProceedingJoinPoint joinPoint) throws Throwable { + + try { + Object result = joinPoint.proceed(); + log.info("Invocation {} avec arguments {} : ", joinPoint.getSignature().getName(), Arrays.toString(joinPoint.getArgs())); + System.out.println("Invocation : " + joinPoint.getSignature().getName() + "() argument[s] = " + + Arrays.toString(joinPoint.getArgs()) + + " resultat = " + result); + return result; + } catch (IllegalArgumentException e) { + log.error("Exception levée : {} dans {}()", Arrays.toString(joinPoint.getArgs()), joinPoint.getSignature().getName()); + System.err.println("Exception levée : " + e.getMessage()); + throw e; + } + } +} \ No newline at end of file diff --git a/src/main/java/fr/clelia/avis/business/Editeur.java b/src/main/java/fr/clelia/avis/business/Editeur.java index fb702d8..057c739 100644 --- a/src/main/java/fr/clelia/avis/business/Editeur.java +++ b/src/main/java/fr/clelia/avis/business/Editeur.java @@ -4,6 +4,7 @@ import com.fasterxml.jackson.annotation.JsonManagedReference; import com.fasterxml.jackson.annotation.JsonProperty; import jakarta.persistence.*; import jakarta.validation.constraints.NotBlank; +import jakarta.validation.constraints.Size; import lombok.*; import org.hibernate.annotations.DynamicInsert; import org.hibernate.annotations.DynamicUpdate; @@ -26,7 +27,9 @@ public class Editeur { private Long id; @Column(length = 100, unique = true) + // Contrainte métier : le nom de l'éditeur ne peut pas être une chaîne vide @NotBlank(message="Merci de préciser le nom de l'éditeur") + @Size(min=2, message="Le nom de l'éditeur doit comporter au moins {min} caractères") private String nom; private String logo; diff --git a/src/main/java/fr/clelia/avis/business/Joueur.java b/src/main/java/fr/clelia/avis/business/Joueur.java index af8fa43..81d06bf 100644 --- a/src/main/java/fr/clelia/avis/business/Joueur.java +++ b/src/main/java/fr/clelia/avis/business/Joueur.java @@ -1,6 +1,7 @@ package fr.clelia.avis.business; import jakarta.persistence.Entity; +import jakarta.validation.constraints.Past; import lombok.Data; import lombok.NoArgsConstructor; import lombok.experimental.SuperBuilder; @@ -13,6 +14,7 @@ import java.time.LocalDate; @Data public class Joueur extends Utilisateur { + @Past(message="Merci de préciser une date de naissance dans le passé") private LocalDate dateDeNaissance; public Joueur(String pseudo, String email, String motDePasse, LocalDate dateDeNaissance) { diff --git a/src/main/java/fr/clelia/avis/controller/rest/AvisRestControllerAdvice.java b/src/main/java/fr/clelia/avis/controller/rest/AvisRestControllerAdvice.java new file mode 100644 index 0000000..ea8c761 --- /dev/null +++ b/src/main/java/fr/clelia/avis/controller/rest/AvisRestControllerAdvice.java @@ -0,0 +1,20 @@ +package fr.clelia.avis.controller.rest; + +import fr.clelia.avis.util.ReponseApi; +import jakarta.validation.ConstraintViolation; +import jakarta.validation.ConstraintViolationException; +import org.springframework.http.HttpStatus; +import org.springframework.web.bind.annotation.ExceptionHandler; +import org.springframework.web.bind.annotation.ResponseStatus; +import org.springframework.web.bind.annotation.RestControllerAdvice; + +@RestControllerAdvice +public class AvisRestControllerAdvice { + + @ExceptionHandler(ConstraintViolationException.class) + @ResponseStatus(HttpStatus.BAD_REQUEST) + public ReponseApi traiterDonneesInvalides(ConstraintViolationException e){ + //return new ReponseApi<>(String.valueOf(HttpStatus.BAD_REQUEST.value()), e.getMessage(), null); + return new ReponseApi<>(String.valueOf(HttpStatus.BAD_REQUEST.value()), e.getConstraintViolations().stream().map(ConstraintViolation::getMessage).toList().toString(), null); + } +} diff --git a/src/main/java/fr/clelia/avis/controller/rest/EditeurRestController.java b/src/main/java/fr/clelia/avis/controller/rest/EditeurRestController.java index ab47b85..ff3eeaa 100644 --- a/src/main/java/fr/clelia/avis/controller/rest/EditeurRestController.java +++ b/src/main/java/fr/clelia/avis/controller/rest/EditeurRestController.java @@ -1,15 +1,21 @@ package fr.clelia.avis.controller.rest; import fr.clelia.avis.business.Editeur; +import fr.clelia.avis.dto.EditeurDto; import fr.clelia.avis.exception.EditeurInexistantException; +import fr.clelia.avis.mapper.EditeurMapper; import fr.clelia.avis.service.EditeurService; import fr.clelia.avis.util.ReponseApi; import io.swagger.v3.oas.annotations.Operation; import io.swagger.v3.oas.annotations.Parameter; +import jakarta.validation.ConstraintViolationException; import lombok.AllArgsConstructor; import org.springframework.http.HttpStatus; +import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.*; +import java.net.URI; +import java.net.URISyntaxException; import java.util.List; @AllArgsConstructor @@ -18,6 +24,7 @@ import java.util.List; public class EditeurRestController { private final EditeurService editeurService; + private final EditeurMapper editeurMapper; @GetMapping("") @Operation(summary="Récupère tous les éditeurs") @@ -25,25 +32,44 @@ public class EditeurRestController { return editeurService.recupererEditeurs(); } +// @GetMapping("/{id}") +// @Operation(summary="Récupère un éditeur par son id") +// public EditeurDto getEditeur(@PathVariable Long id) { +// return editeurMapper.toDto(editeurService.recupererEditeur(id)); +// } + @GetMapping("/{id}") @Operation(summary="Récupère un éditeur par son id") - public Editeur getEditeur(@PathVariable Long id) { - return editeurService.recupererEditeur(id); + public ResponseEntity getEditeur(@PathVariable Long id) { + return ResponseEntity.ok(editeurMapper.toDto(editeurService.recupererEditeur(id))); } @PostMapping("") @ResponseStatus(HttpStatus.CREATED) @Operation(summary = "Ajoute un nouvel éditeur") - public Editeur postEditeur(@RequestBody Editeur editeur) { - return editeurService.ajouterEditeur(editeur); + // https://sonarsource.atlassian.net/browse/RSPEC-4684 + //public Editeur postEditeur(@RequestBody Editeur editeur) { + public ResponseEntity postEditeur(@RequestBody EditeurDto editeurDto) throws URISyntaxException { + //return editeurMapper.toDto(editeurService.ajouterEditeur(editeurMapper.toEntity(editeurDto))); + EditeurDto editeurDtoAjoute = editeurMapper.toDto(editeurService.ajouterEditeur(editeurMapper.toEntity(editeurDto))); + return ResponseEntity.created(new URI("/api/editeurs/" + editeurDtoAjoute.id())) + .body(editeurDtoAjoute); } // TODO comprendre comment les plateformes sur le findAll + @DeleteMapping("/{id}") + @Operation(summary = "Supprime un éditeur") + @ResponseStatus(HttpStatus.NO_CONTENT) + public void deleteEditeur(@PathVariable Long id) { + editeurService.supprimerEditeur(id); + } + @ExceptionHandler(EditeurInexistantException.class) @ResponseStatus(HttpStatus.NOT_FOUND) public ReponseApi traiterEditeurInexistantException(EditeurInexistantException e){ //return e.getMessage(); return new ReponseApi<>(String.valueOf(HttpStatus.NOT_FOUND.value()), e.getMessage(), null); } + } diff --git a/src/main/java/fr/clelia/avis/dto/EditeurDto.java b/src/main/java/fr/clelia/avis/dto/EditeurDto.java new file mode 100644 index 0000000..0501743 --- /dev/null +++ b/src/main/java/fr/clelia/avis/dto/EditeurDto.java @@ -0,0 +1,15 @@ +package fr.clelia.avis.dto; + +import jakarta.validation.constraints.NotBlank; +import jakarta.validation.constraints.Size; + +import java.io.Serializable; +import java.util.List; + +/** + * DTO for {@link fr.clelia.avis.business.Editeur} + */ +public record EditeurDto(Long id, + @Size(message = "Le nom de l'éditeur doit comporter au moins {min} caractères", min = 2) @NotBlank(message = "Merci de préciser le nom de l'éditeur") String nom, + String logo, List jeux) implements Serializable { +} \ No newline at end of file diff --git a/src/main/java/fr/clelia/avis/dto/JeuDto.java b/src/main/java/fr/clelia/avis/dto/JeuDto.java new file mode 100644 index 0000000..535055d --- /dev/null +++ b/src/main/java/fr/clelia/avis/dto/JeuDto.java @@ -0,0 +1,12 @@ +package fr.clelia.avis.dto; + +import java.io.Serializable; +import java.time.LocalDate; +import java.util.List; + +/** + * DTO for {@link fr.clelia.avis.business.Jeu} + */ +public record JeuDto(Long id, String nom, EditeurDto editeur, LocalDate dateDeSortie, + boolean possedeImage, List plateformeDtoList) implements Serializable { +} \ No newline at end of file diff --git a/src/main/java/fr/clelia/avis/dto/NbJoueursParAnneeDeNaissance.java b/src/main/java/fr/clelia/avis/dto/NbJoueursParAnneeDeNaissance.java new file mode 100644 index 0000000..3162bb0 --- /dev/null +++ b/src/main/java/fr/clelia/avis/dto/NbJoueursParAnneeDeNaissance.java @@ -0,0 +1,4 @@ +package fr.clelia.avis.dto; + +public record NbJoueursParAnneeDeNaissance(int annee, long nbJoueurs) { +} diff --git a/src/main/java/fr/clelia/avis/dto/PlateformeDto.java b/src/main/java/fr/clelia/avis/dto/PlateformeDto.java new file mode 100644 index 0000000..2efca75 --- /dev/null +++ b/src/main/java/fr/clelia/avis/dto/PlateformeDto.java @@ -0,0 +1,6 @@ +package fr.clelia.avis.dto; + +import java.util.List; + +public record PlateformeDto(Long id, String nom, List jeux) { +} diff --git a/src/main/java/fr/clelia/avis/initialisation/AjoutDonneesInitiales.java b/src/main/java/fr/clelia/avis/initialisation/AjoutDonneesInitiales.java index 79fedb6..48ddee3 100644 --- a/src/main/java/fr/clelia/avis/initialisation/AjoutDonneesInitiales.java +++ b/src/main/java/fr/clelia/avis/initialisation/AjoutDonneesInitiales.java @@ -5,6 +5,7 @@ import fr.clelia.avis.repository.*; import lombok.AllArgsConstructor; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.context.event.ApplicationReadyEvent; +import org.springframework.context.annotation.Profile; import org.springframework.context.event.EventListener; import org.springframework.stereotype.Component; import org.springframework.transaction.annotation.Transactional; @@ -16,6 +17,7 @@ import java.util.Random; @Component // Spring va instancier cette classe // et placer cette instance dans son conteneur IoC @AllArgsConstructor +@Profile({"dev", "prod"}) public class AjoutDonneesInitiales { // Dépendances @@ -46,6 +48,7 @@ public class AjoutDonneesInitiales { .forEach(System.out::println); joueurRepository.findJoueursTrentenaires().forEach(System.out::println); jeuRepository.findJeuxByPlateforme(plateformeRepository.findAll().get(0)).forEach(System.out::println); + joueurRepository.findNbJoueursParAnneeDeNaissance().forEach(System.out::println); } private void ajouterEditeurs() { diff --git a/src/main/java/fr/clelia/avis/mapper/EditeurMapper.java b/src/main/java/fr/clelia/avis/mapper/EditeurMapper.java new file mode 100644 index 0000000..6a1738b --- /dev/null +++ b/src/main/java/fr/clelia/avis/mapper/EditeurMapper.java @@ -0,0 +1,23 @@ +package fr.clelia.avis.mapper; + +import fr.clelia.avis.business.Editeur; +import fr.clelia.avis.dto.EditeurDto; +import org.mapstruct.*; + + @Mapper(unmappedTargetPolicy = ReportingPolicy.IGNORE, componentModel = MappingConstants.ComponentModel.SPRING, uses = JeuMapper.class) +public interface EditeurMapper { + Editeur toEntity(EditeurDto editeurDto); + + @AfterMapping + default void linkJeux(@MappingTarget Editeur editeur) { + if (editeur.getJeux()==null) { + return; + } + editeur.getJeux().forEach(jeux -> jeux.setEditeur(editeur)); + } + + EditeurDto toDto(Editeur editeur); + + @BeanMapping(nullValuePropertyMappingStrategy = NullValuePropertyMappingStrategy.IGNORE) + Editeur partialUpdate(EditeurDto editeurDto, @MappingTarget Editeur editeur); +} \ No newline at end of file diff --git a/src/main/java/fr/clelia/avis/mapper/JeuMapper.java b/src/main/java/fr/clelia/avis/mapper/JeuMapper.java new file mode 100644 index 0000000..3d09057 --- /dev/null +++ b/src/main/java/fr/clelia/avis/mapper/JeuMapper.java @@ -0,0 +1,16 @@ +package fr.clelia.avis.mapper; + +import fr.clelia.avis.business.Jeu; +import fr.clelia.avis.dto.JeuDto; +import org.mapstruct.*; + +@Mapper(unmappedTargetPolicy = ReportingPolicy.IGNORE, componentModel = MappingConstants.ComponentModel.SPRING) +public interface JeuMapper { + Jeu toEntity(JeuDto jeuDto); + + @Mapping(target="editeur", ignore = true) + JeuDto toDto(Jeu jeu); + + @BeanMapping(nullValuePropertyMappingStrategy = NullValuePropertyMappingStrategy.IGNORE) + Jeu partialUpdate(JeuDto jeuDto, @MappingTarget Jeu jeu); +} \ No newline at end of file diff --git a/src/main/java/fr/clelia/avis/repository/JeuRepository.java b/src/main/java/fr/clelia/avis/repository/JeuRepository.java index 863be67..b513624 100644 --- a/src/main/java/fr/clelia/avis/repository/JeuRepository.java +++ b/src/main/java/fr/clelia/avis/repository/JeuRepository.java @@ -1,13 +1,21 @@ package fr.clelia.avis.repository; +import fr.clelia.avis.business.Editeur; import fr.clelia.avis.business.Jeu; import fr.clelia.avis.business.Plateforme; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; +import org.springframework.data.rest.core.annotation.RepositoryRestResource; +import org.springframework.data.rest.core.annotation.RestResource; import org.springframework.stereotype.Repository; +import org.springframework.transaction.annotation.Transactional; +import java.time.LocalDate; import java.util.List; +import java.util.Optional; + +@RepositoryRestResource public interface JeuRepository extends JpaRepository { @@ -29,4 +37,45 @@ public interface JeuRepository extends JpaRepository { List findJeuxByNomPlateforme(@Param("nomPlateforme") String nomPlateforme); List findByPlateformesNom(String nom); + + Jeu findFirstByNom(String nom); + + List findByEditeur(Editeur editeur); + + // Navigabilité + List findByEditeurNom(String nom); + + List findTop5ByEditeurOrderByDateDeSortieDesc(Editeur editeur); + + List findByNomLike(String nom); + + List findByNomLikeAndDateDeSortieBetween(String nom, LocalDate dateDebut, LocalDate dateFin); + + List findByEditeurAndNomLikeAndDateDeSortieBetween(Editeur editeur, String nom, LocalDate dateDebut, LocalDate dateFin); + + /** + * Cette méthode renvoie les jeux disponibles sur la plateforme donnée en paramètre + * + * @param plateforme + * @return + */ + List findAllByPlateformesContaining(Plateforme plateforme); + + List findByDateDeSortieBetweenAndEditeur_NomContainsIgnoreCase(LocalDate dateSortieStart, LocalDate dateSortieEnd, String nom); + + boolean existsByNom(String nom); + + long countByEditeur(Editeur editeur); + + long countByEditeurNom(String nom); + + @Transactional + long deleteByEditeur(Editeur editeur); + + List findByPlateformes(Plateforme plateforme); + + Optional findByNomIgnoreCase(String nom); + + @RestResource(exported = false) + void delete(Jeu jeu); } \ No newline at end of file diff --git a/src/main/java/fr/clelia/avis/repository/JoueurRepository.java b/src/main/java/fr/clelia/avis/repository/JoueurRepository.java index c50f390..8935f42 100644 --- a/src/main/java/fr/clelia/avis/repository/JoueurRepository.java +++ b/src/main/java/fr/clelia/avis/repository/JoueurRepository.java @@ -1,6 +1,7 @@ package fr.clelia.avis.repository; import fr.clelia.avis.business.Joueur; +import fr.clelia.avis.dto.NbJoueursParAnneeDeNaissance; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; @@ -24,4 +25,14 @@ public interface JoueurRepository extends JpaRepository { AND j.dateDeNaissance > current_date() - 40 year """) List findJoueursTrentenaires(); + + // SELECT new : projection + // après le new on précisera le constructeur d'un record ou d'une classe + @Query(""" + SELECT new fr.clelia.avis.dto.NbJoueursParAnneeDeNaissance(year(dateDeNaissance), count(*)) + FROM Joueur + GROUP BY dateDeNaissance + """) + List findNbJoueursParAnneeDeNaissance(); + } \ No newline at end of file diff --git a/src/main/java/fr/clelia/avis/service/EditeurService.java b/src/main/java/fr/clelia/avis/service/EditeurService.java index ce820cc..f3da8ba 100644 --- a/src/main/java/fr/clelia/avis/service/EditeurService.java +++ b/src/main/java/fr/clelia/avis/service/EditeurService.java @@ -1,6 +1,7 @@ package fr.clelia.avis.service; import fr.clelia.avis.business.Editeur; +import fr.clelia.avis.dto.EditeurDto; import java.util.List; @@ -13,4 +14,10 @@ public interface EditeurService { Editeur recupererEditeur(Long id); Editeur ajouterEditeur(Editeur editeur); + + EditeurDto mettreAJourEditeurPartiellement(Long id, EditeurDto editeurDto); + + EditeurDto mettreAJourEditeur(Long id, EditeurDto editeurDto); + + void supprimerEditeur(Long id); } diff --git a/src/main/java/fr/clelia/avis/service/impl/EditeurServiceImpl.java b/src/main/java/fr/clelia/avis/service/impl/EditeurServiceImpl.java index 02a9c59..8749168 100644 --- a/src/main/java/fr/clelia/avis/service/impl/EditeurServiceImpl.java +++ b/src/main/java/fr/clelia/avis/service/impl/EditeurServiceImpl.java @@ -1,9 +1,12 @@ package fr.clelia.avis.service.impl; import fr.clelia.avis.business.Editeur; +import fr.clelia.avis.dto.EditeurDto; import fr.clelia.avis.exception.EditeurInexistantException; +import fr.clelia.avis.mapper.EditeurMapper; import fr.clelia.avis.repository.EditeurRepository; import fr.clelia.avis.service.EditeurService; +import lombok.AllArgsConstructor; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; @@ -12,16 +15,18 @@ import java.util.List; //@Component @Service @Transactional +@AllArgsConstructor public class EditeurServiceImpl implements EditeurService { - private EditeurRepository editeurRepository; + private final EditeurRepository editeurRepository; + private final EditeurMapper editeurMapper; - // Ce constructeur va faire déduire à Spring - // qu'il doit d'abord instancier la repo - // avant d'instancier le service - public EditeurServiceImpl(EditeurRepository editeurRepository) { + /* + public EditeurServiceImpl(EditeurRepository editeurRepository, EditeurMapper editeurMapper) { this.editeurRepository = editeurRepository; + this.editeurMapper = editeurMapper; } +*/ @Override public List recupererEditeurs() { @@ -43,4 +48,24 @@ public class EditeurServiceImpl implements EditeurService { public Editeur ajouterEditeur(Editeur editeur) { return editeurRepository.save(editeur); } + + @Override + public EditeurDto mettreAJourEditeurPartiellement(Long id, EditeurDto editeurDto) { + Editeur editeur = recupererEditeur(id); + editeur = editeurRepository.save(editeurMapper.partialUpdate(editeurDto, editeur)); + return editeurMapper.toDto(editeur); + } + + @Override + public EditeurDto mettreAJourEditeur(Long id, EditeurDto editeurDto) { + Editeur editeurMisAJour = editeurMapper.toEntity(editeurDto); + editeurMisAJour.setId(id); + editeurRepository.save(editeurMisAJour); + return editeurMapper.toDto(editeurMisAJour); + } + + @Override + public void supprimerEditeur(Long id) { + editeurRepository.delete(recupererEditeur(id)); + } } diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f1b8fc2..fa0830a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -5,6 +5,18 @@ spring.jpa.generate-ddl=true spring.data.rest.detection-strategy=annotated spring.data.rest.base-path=/api-autogeneree/ +spring.datasource.url=jdbc:h2:mem:avis + +logging.level.org.hibernate.orm.jdbc.bind=trace + +spring.profiles.active=dev + +#--- +spring.config.activate.on-profile=dev +logging.level.root=INFO +logging.level.org.springframework=DEBUG +logging.file.name=log/avis_dev_log +logging.pattern.console= %d %p %c{1.} [%t] %m%n spring.jpa.show-sql=true management.endpoints.web.base-path=/ management.endpoints.web.exposure.include=beans,health,env,configprops @@ -12,4 +24,10 @@ management.endpoint.health.group.custom.show-components=always management.endpoint.health.group.custom.show-details=always management.endpoint.env.show-values=always management.endpoint.configprops.show-values=always -spring.datasource.url=jdbc:h2:mem:avis \ No newline at end of file + +#--- +spring.config.activate.on-profile=prod +logging.level.root=WARN +logging.level.org.springframework=WARN +logging.file.name=log/avis_prod_log +logging.pattern.console= %d %p %c{1.} [%t] %m%n diff --git a/src/test/java/fr/clelia/avis/controller/rest/EditeurRestControllerITest.java b/src/test/java/fr/clelia/avis/controller/rest/EditeurRestControllerITest.java new file mode 100644 index 0000000..42f271d --- /dev/null +++ b/src/test/java/fr/clelia/avis/controller/rest/EditeurRestControllerITest.java @@ -0,0 +1,141 @@ +package fr.clelia.avis.controller.rest; + +import com.fasterxml.jackson.databind.ObjectMapper; +import com.github.javafaker.Faker; +import fr.clelia.avis.business.Editeur; +import fr.clelia.avis.dto.EditeurDto; +import fr.clelia.avis.service.EditeurService; +import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.RepeatedTest; +import org.junit.jupiter.api.Test; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc; +import org.springframework.boot.test.context.SpringBootTest; +import org.springframework.http.MediaType; +import org.springframework.test.web.servlet.MockMvc; +import org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder; +import org.springframework.test.web.servlet.request.MockMvcRequestBuilders; +import org.springframework.test.web.servlet.result.MockMvcResultHandlers; +import org.springframework.test.web.servlet.result.MockMvcResultMatchers; + +import java.util.ArrayList; +import java.util.List; +import java.util.Locale; + +import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post; +import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status; + +@SpringBootTest +@AutoConfigureMockMvc +class EditeurRestControllerITest { + + // cet objet imite ce que fait Postwoman, Postman, Insomnia, Bruno, Swagger ou le front + // Angular + @Autowired + private MockMvc mockMvc; + + @Autowired + private ObjectMapper objectMapper; + + @Autowired + private EditeurService editeurService; + + private Faker faker = new Faker(Locale.FRENCH); + + @BeforeEach + public void setUp() { + List editeurs = editeurService.recupererEditeurs(); + editeurs.forEach(editeur -> { editeurService.supprimerEditeur(editeur.getId()); }); + } + + //@Test + @RepeatedTest(10) + void testerPostEditeur() throws Exception { + // Arrange + String nomEditeur = faker.company().name(); + String nomLogo = faker.company().logo(); + EditeurDto editeurDto = new EditeurDto(null, nomEditeur, nomLogo, new ArrayList<>()); + + MockHttpServletRequestBuilder requestBuilder = post("/api/editeurs") + // On place dans le corps de la requête la version JSON de notre éditeur DTO + .content(objectMapper.writeValueAsString(editeurDto)) + .contentType(MediaType.APPLICATION_JSON) + .accept(MediaType.APPLICATION_JSON); + + // Act + mockMvc.perform(requestBuilder) + // Assert + // On vérifie que le code retour est bien 201 (created) + .andExpect(status().isCreated()) + // On vérifie les données présentes dans le corps de la réponse + .andExpect(MockMvcResultMatchers.jsonPath("$.nom").value(nomEditeur)) + .andExpect(MockMvcResultMatchers.jsonPath("$.logo").value(nomLogo)) + // On affiche en console tout ce qui a été envoyé et reçu + .andDo(MockMvcResultHandlers.print()); + } + + @Test + void testGetEditeur() throws Exception { + // Arrange + String editeur = "test"; + String logo="logo"; + Editeur e = editeurService.ajouterEditeur(new Editeur(editeur, logo)); + + MockHttpServletRequestBuilder requestBuilder = MockMvcRequestBuilders.get("/api/editeurs/{id}", e.getId()); + + // Act + mockMvc.perform(requestBuilder) + // Assert + .andExpect(MockMvcResultMatchers.jsonPath("$.nom").value(e.getNom())) + .andExpect(MockMvcResultMatchers.jsonPath("$.logo").value(e.getLogo())) + .andExpect(status().is2xxSuccessful()) + .andDo(MockMvcResultHandlers.print()); + } + + @Test + void testerPostEditeurNomVide() throws Exception { + // Arrange + String nomEditeur = ""; + String nomLogo = "logo"; + Editeur editeur = new Editeur(nomEditeur, nomLogo); + + MockHttpServletRequestBuilder requestBuilder = post("/api/editeurs") + // On place dans le corps de la requête la version JSON de notre éditeur + .content(objectMapper.writeValueAsString(editeur)) + .contentType(MediaType.APPLICATION_JSON) + .accept(MediaType.APPLICATION_JSON); + + // Act + mockMvc.perform(requestBuilder) + // Assert + // On vérifie que le code retour est bien 400 (bad request) + .andExpect(status().isBadRequest()) + // On affiche en console tout ce qui a été envoyé et reçu + .andDo(MockMvcResultHandlers.print()); + } + + @Test + void testGetEditeurs() throws Exception { + String nomEditeur1 = "testEditeur1"; + String logoEditeur1 = "logoEditeur1"; + String nomEditeur2 = "testEditeur2"; + String logoEditeur2 = "logoEditeur1"; + Editeur editeur1 = new Editeur(nomEditeur1, logoEditeur1); + Editeur editeur2 = new Editeur(nomEditeur2, logoEditeur2); + editeurService.ajouterEditeur(editeur1); + editeurService.ajouterEditeur(editeur2); + MockHttpServletRequestBuilder requestBuilder = MockMvcRequestBuilders.get("/api/editeurs"); + + mockMvc.perform(requestBuilder) + .andExpect(MockMvcResultMatchers.jsonPath("$[0].id").isNumber()) + .andExpect(MockMvcResultMatchers.jsonPath("$[0].nom").value(nomEditeur1)) + .andExpect(MockMvcResultMatchers.jsonPath("$[0].logo").value(logoEditeur1)) + .andExpect(MockMvcResultMatchers.jsonPath("$[1].id").isNumber()) + .andExpect(MockMvcResultMatchers.jsonPath("$[1].nom").value(nomEditeur2)) + .andExpect(MockMvcResultMatchers.jsonPath("$[1].logo").value(logoEditeur2)) + .andExpect(MockMvcResultMatchers.jsonPath("$.length()").value(2)); + + } + +} \ No newline at end of file diff --git a/src/test/java/fr/clelia/avis/repository/EditeurRepositoryTest.java b/src/test/java/fr/clelia/avis/repository/EditeurRepositoryTest.java new file mode 100644 index 0000000..10b408b --- /dev/null +++ b/src/test/java/fr/clelia/avis/repository/EditeurRepositoryTest.java @@ -0,0 +1,32 @@ +package fr.clelia.avis.repository; + +import fr.clelia.avis.business.Editeur; +import org.junit.jupiter.api.Test; +import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest; + +import static org.assertj.core.api.Assertions.assertThat; + +@DataJpaTest +public class EditeurRepositoryTest { + + @Autowired + private EditeurRepository editeurRepository; + + @Test + void testSaveEditeur() { + // Arrange + String nom = "test"; + String logo = "logo"; + Editeur editeur = new Editeur(nom, logo); + + // Act + Editeur editeurEnregistre = editeurRepository.save(editeur); + + // Assert + assertThat(editeurEnregistre.getNom()).isEqualTo(nom); + assertThat(editeurEnregistre.getLogo()).isEqualTo(logo); + } + + // C'est plutôt intéressant pour tester des méthodes annotées @Query +} diff --git a/src/test/java/fr/clelia/avis/service/impl/EditeurServiceImplTest.java b/src/test/java/fr/clelia/avis/service/impl/EditeurServiceImplTest.java new file mode 100644 index 0000000..eab02de --- /dev/null +++ b/src/test/java/fr/clelia/avis/service/impl/EditeurServiceImplTest.java @@ -0,0 +1,104 @@ +package fr.clelia.avis.service.impl; + +import fr.clelia.avis.business.Editeur; +import fr.clelia.avis.dto.EditeurDto; +import fr.clelia.avis.dto.JeuDto; +import fr.clelia.avis.dto.PlateformeDto; +import fr.clelia.avis.exception.EditeurInexistantException; +import fr.clelia.avis.mapper.EditeurMapper; +import fr.clelia.avis.repository.EditeurRepository; +import org.junit.jupiter.api.Assertions; +import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; +import org.mockito.InjectMocks; +import org.mockito.Mock; +import org.mockito.MockitoAnnotations; + +import java.util.ArrayList; +import java.util.List; +import java.util.Optional; + +import static org.mockito.Mockito.*; + +class EditeurServiceImplTest { + @Mock + EditeurRepository editeurRepository; + @Mock + EditeurMapper editeurMapper; + @InjectMocks + EditeurServiceImpl editeurServiceImpl; + + @BeforeEach + void setUp() { + MockitoAnnotations.openMocks(this); + } + + @Test + void testRecupererEditeurs() { + when(editeurRepository.findAll()).thenReturn(List.of(new Editeur("nom", "logo"))); + + List result = editeurServiceImpl.recupererEditeurs(); + Assertions.assertEquals(List.of(new Editeur("nom", "logo")), result); + } + + @Test + void testRecupererEditeursAyantUnNomContenant() { + String nomContenant = "contenant"; + when(editeurRepository.findByNomContainingIgnoreCase(anyString())).thenReturn(List.of(new Editeur(nomContenant, "logo"))); + + List result = editeurServiceImpl.recupererEditeursAyantUnNomContenant("nomRecherche"); + Assertions.assertEquals(List.of(new Editeur(nomContenant, "logo")), result); + } + + @Test + void testAjouterEditeur() { + // Arrange + String nom = "nom"; + String logo = "logo"; + Editeur editeur = new Editeur(nom, logo); + when(editeurRepository.save(any(Editeur.class))).thenReturn(editeur); + + // Act + Editeur result = editeurServiceImpl.ajouterEditeur(new Editeur(nom, logo)); + + // Assert + Assertions.assertEquals(editeur, result); + } + + @Test + void testRecupererEditeur() { + // Arrange + String nom = "nom"; + String logo = "logo"; + Editeur editeur = new Editeur(nom, logo); + when(editeurRepository.findById(any(Long.class))).thenReturn(Optional.of(editeur)); + List jeuxDto = new ArrayList<>(); + EditeurDto editeurDto = new EditeurDto(null, nom, logo, jeuxDto); + when(editeurMapper.toDto(any(Editeur.class))).thenReturn(editeurDto); + + // Act + Editeur result = editeurServiceImpl.recupererEditeur(Long.valueOf(1)); + + // Assert + Assertions.assertEquals(editeur, result); + } + + // TODO écrire les deux méthodes de test manquantes + + @Test + void testSupprimerEditeur() { + // Arrange + when(editeurRepository.findById(any(Long.class))) + .thenReturn(Optional.of(new Editeur("nom", "logo"))) + .thenReturn(Optional.empty()); + + // Act + editeurServiceImpl.supprimerEditeur(Long.valueOf(1)); + + // Assert + Assertions.assertThrows(EditeurInexistantException.class, () -> editeurServiceImpl.supprimerEditeur(Long.valueOf(1))); + } +} + +//Generated with love by TestMe :) Please raise issues & feature requests at: https://weirddev.com/forum#!/testme \ No newline at end of file diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties new file mode 100644 index 0000000..cc7ec2c --- /dev/null +++ b/src/test/resources/application.properties @@ -0,0 +1,13 @@ +spring.application.name=avis + +spring.jpa.generate-ddl=true + +spring.data.rest.detection-strategy=annotated +spring.data.rest.base-path=/api-autogeneree/ + +spring.jpa.show-sql=false + +spring.datasource.url=jdbc:h2:mem:avis_test + +logging.level.org.hibernate.orm.jdbc.bind=trace +