来了来了,感觉是sitemap插件崩了
``2024-03-26T14:10:46.105+08:00 WARN 7 --- [run.halo.app.core.extension.reconciler.PluginReconciler-t-1] r.h.app.plugin.PluginApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'run.halo.sitemap.DefaultSitemapEntryLister': Unsatisfied dependency expressed through constructor parameter 1: Error creating bean with name 'sitemapGeneratorOptions' defined in run.halo.sitemap.SitemapPluginConfig: Failed to instantiate [run.halo.sitemap.SitemapGeneratorOptions]: Factory method 'sitemapGeneratorOptions' threw exception with message: URI is not absolute
2024-03-26T14:10:46.105+08:00 ERROR 7 --- [run.halo.app.core.extension.reconciler.PluginReconciler-t-1] run.halo.app.plugin.HaloPluginManager : Unable to start plugin 'PluginSitemap@1.0.0'
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'run.halo.sitemap.DefaultSitemapEntryLister': Unsatisfied dependency expressed through constructor parameter 1: Error creating bean with name 'sitemapGeneratorOptions' defined in run.halo.sitemap.SitemapPluginConfig: Failed to instantiate [run.halo.sitemap.SitemapGeneratorOptions]: Factory method 'sitemapGeneratorOptions' threw exception with message: URI is not absolute
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:245) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1189) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:560) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:520) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:326) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:324) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:973) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:941) ~[spring-context-6.0.10.jar:6.0.10]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:608) ~[spring-context-6.0.10.jar:6.0.10]
at run.halo.app.plugin.PluginApplicationInitializer.initApplicationContext(PluginApplicationInitializer.java:125) ~[classes/:2.7.0]
at run.halo.app.plugin.PluginApplicationInitializer.onStartUp(PluginApplicationInitializer.java:146) ~[classes/:2.7.0]
at run.halo.app.plugin.HaloPluginManager.doStartPlugin(HaloPluginManager.java:269) ~[classes/:2.7.0]
at run.halo.app.plugin.HaloPluginManager.startPlugin(HaloPluginManager.java:216) ~[classes/:2.7.0]
at run.halo.app.core.extension.reconciler.PluginReconciler.lambda$doStart$15(PluginReconciler.java:419) ~[classes/:2.7.0]
at java.base/java.util.Optional.ifPresent(Unknown Source) ~[na:na]
at run.halo.app.core.extension.reconciler.PluginReconciler.doStart(PluginReconciler.java:415) ~[classes/:2.7.0]
at run.halo.app.core.extension.reconciler.PluginReconciler.lambda$startAction$11(PluginReconciler.java:268) ~[classes/:2.7.0]
at run.halo.app.core.extension.reconciler.PluginReconciler.stateTransition(PluginReconciler.java:301) ~[classes/:2.7.0] at run.halo.app.core.extension.reconciler.PluginReconciler.startAction(PluginReconciler.java:262) ~[classes/:2.7.0]
at run.halo.app.core.extension.reconciler.PluginReconciler.lambda$reconcilePluginState$17(PluginReconciler.java:521) ~[classes/:2.7.0]
at java.base/java.util.Optional.ifPresent(Unknown Source) ~[na:na]
at run.halo.app.core.extension.reconciler.PluginReconciler.reconcilePluginState(PluginReconciler.java:510) ~[classes/:2.7.0]
at run.halo.app.core.extension.reconciler.PluginReconciler.lambda$reconcile$0(PluginReconciler.java:105) ~[classes/:2.7.0]
at java.base/java.util.Optional.map(Unknown Source) ~[na:na]
at run.halo.app.core.extension.reconciler.PluginReconciler.reconcile(PluginReconciler.java:93) ~[classes/:2.7.0]
at run.halo.app.core.extension.reconciler.PluginReconciler.reconcile(PluginReconciler.java:75) ~[classes/:2.7.0]
at run.halo.app.extension.controller.DefaultController$Worker.run(DefaultController.java:163) ~[api-2.7.0.jar:na]
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[na:na]
at java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]
at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sitemapGeneratorOptions' defined in run.halo.sitemap.SitemapPluginConfig: Failed to instantiate [run.halo.sitemap.SitemapGeneratorOptions]: Factory method 'sitemapGeneratorOptions' threw exception with message: URI is not absolute
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:659) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:493) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1332) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1162) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:560) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:520) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:326) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:324) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:254) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1417) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1337) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:888) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) ~[spring-beans-6.0.10.jar:6.0.10]
... 35 common frames omitted
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [run.halo.sitemap.SitemapGeneratorOptions]: Factory method 'sitemapGeneratorOptions' threw exception with message: URI is not absolute
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:171) ~[spring-beans-6.0.10.jar:6.0.10]
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:655) ~[spring-beans-6.0.10.jar:6.0.10]
... 49 common frames omitted
Caused by: java.lang.IllegalArgumentException: URI is not absolute
at java.base/java.net.URL.fromURI(Unknown Source) ~[na:na]
at java.base/java.net.URI.toURL(Unknown Source) ~[na:na]
at run.halo.sitemap.SitemapPluginConfig.sitemapGeneratorOptions(SitemapPluginConfig.java:36) ~[na:na]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:139) ~[spring-beans-6.0.10.jar:6.0.10]
... 50 common frames omitted
2024-03-26T14:10:46.106+08:00 ERROR 7 --- [run.halo.app.core.extension.reconciler.PluginReconciler-t-1] r.h.a.e.controller.DefaultController : Reconciler in run.halo.app.core.extension.reconciler.PluginReconciler-worker-1 aborted with an error, re-enqueuing...
java.lang.IllegalStateException: Error creating bean with name 'run.halo.sitemap.DefaultSitemapEntryLister': Unsatisfied dependency expressed through constructor parameter 1: Error creating bean with name 'sitemapGeneratorOptions' defined in run.halo.sitemap.SitemapPluginConfig: Failed to instantiate [run.halo.sitemap.SitemapGeneratorOptions]: Factory method 'sitemapGeneratorOptions' threw exception with message: URI is not absolute
at run.halo.app.core.extension.reconciler.PluginReconciler.lambda$doStart$15(PluginReconciler.java:423) ~[classes/:2.7.0]
at java.base/java.util.Optional.ifPresent(Unknown Source) ~[na:na]
at run.halo.app.core.extension.reconciler.PluginReconciler.doStart(PluginReconciler.java:415) ~[classes/:2.7.0]
at run.halo.app.core.extension.reconciler.PluginReconciler.lambda$startAction$11(PluginReconciler.java:268) ~[classes/:2.7.0]
at run.halo.app.core.extension.reconciler.PluginReconciler.stateTransition(PluginReconciler.java:301) ~[classes/:2.7.0] at run.halo.app.core.extension.reconciler.PluginReconciler.startAction(PluginReconciler.java:262) ~[classes/:2.7.0]
at run.halo.app.core.extension.reconciler.PluginReconciler.lambda$reconcilePluginState$17(PluginReconciler.java:521) ~[classes/:2.7.0]
at java.base/java.util.Optional.ifPresent(Unknown Source) ~[na:na]
at run.halo.app.core.extension.reconciler.PluginReconciler.reconcilePluginState(PluginReconciler.java:510) ~[classes/:2.7.0]
at run.halo.app.core.extension.reconciler.PluginReconciler.lambda$reconcile$0(PluginReconciler.java:105) ~[classes/:2.7.0]
at java.base/java.util.Optional.map(Unknown Source) ~[na:na]
at run.halo.app.core.extension.reconciler.PluginReconciler.reconcile(PluginReconciler.java:93) ~[classes/:2.7.0]
at run.halo.app.core.extension.reconciler.PluginReconciler.reconcile(PluginReconciler.java:75) ~[classes/:2.7.0]
at run.halo.app.extension.controller.DefaultController$Worker.run(DefaultController.java:163) ~[api-2.7.0.jar:na]
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[na:na]
at java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]
at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
2024-03-26T14:11:26.297+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][layout] Deprecated unwrapped fragment expression "module/head/index" found in template layout, line 5, col 15. Please use the complete syntax of fragment expressions instead ("~{module/head/index}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.297+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/head/index] Deprecated unwrapped fragment expression "module/head/fonts" found in template module/head/index, line 12, col 13. Please use the complete syntax of fragment expressions instead ("~{module/head/fonts}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.298+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][layout] Deprecated unwrapped fragment expression "scripts/noscript" found in template layout, line 15, col 15. Please use the complete syntax of fragment expressions instead ("~{scripts/noscript}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.298+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][layout] Deprecated unwrapped fragment expression "module/variables/index" found in template layout, line 20, col 17. Please use the complete syntax of fragment expressions instead ("~{module/variables/index}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.298+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/variables/index] Deprecated unwrapped fragment expression "module/variables/layout" found in template module/variables/index, line 3, col 13. Please use the complete syntax of fragment expressions instead ("~{module/variables/layout}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.298+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][layout] Deprecated unwrapped fragment expression "module/header/index" found in template layout, line 26, col 35. Please use the complete syntax of fragment expressions instead ("~{module/header/index}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.298+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/index] Deprecated unwrapped fragment expression "module/header/nav-toggle" found in template module/header/index, line 2, col 13. Please use the complete syntax of fragment expressions instead ("~{module/header/nav-toggle}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.298+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/index] Deprecated unwrapped fragment expression "module/header/brand" found in template module/header/index, line 3, col 13. Please use the complete syntax of fragment expressions instead ("~{module/header/brand}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.298+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/index] Deprecated unwrapped fragment expression "module/header/user" found in template module/header/index, line 4, col 13. Please use the complete syntax of fragment expressions instead ("~{module/header/user}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.299+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/index] Deprecated unwrapped fragment expression "module/header/search" found in template module/header/index, line 5, col 13. Please use the complete syntax of fragment expressions instead ("~{module/header/search}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.299+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/index] Deprecated unwrapped fragment expression "module/header/menu" found in template module/header/index, line 8, col 17. Please use the complete syntax of fragment expressions instead ("~{module/header/menu}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.301+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.301+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.301+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.301+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/menu-item] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${child})" found in template module/header/menu-item, line 21, col 17. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${child})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.302+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/menu-item] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${child})" found in template module/header/menu-item, line 21, col 17. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${child})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.302+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/menu-item] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${child})" found in template module/header/menu-item, line 21, col 17. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${child})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.302+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.302+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][index] Deprecated unwrapped fragment expression "module/home/index" found in template index, line 9, col 14. Please use the complete syntax of fragment expressions instead ("~{module/home/index}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.302+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/home/index] Deprecated unwrapped fragment expression "module/home/img_box" found in template module/home/index, line 3, col 13. Please use the complete syntax of fragment expressions instead ("~{module/home/img_box}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.302+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/home/img_box] Deprecated unwrapped fragment expression "module/home/focus_tou" found in template module/home/img_box, line 32, col 15. Please use the complete syntax of fragment expressions instead ("~{module/home/focus_tou}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.302+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/home/img_box] Deprecated unwrapped fragment expression "module/home/top_social" found in template module/home/img_box, line 48, col 21. Please use the complete syntax of fragment expressions instead ("~{module/home/top_social}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.302+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/home/index] Deprecated unwrapped fragment expression "module/home/video_box" found in template module/home/index, line 4, col 56. Please use the complete syntax of fragment expressions instead ("~{module/home/video_box}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.302+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/home/index] Deprecated unwrapped fragment expression "module/home/go_down" found in template module/home/index, line 5, col 61. Please use the complete syntax of fragment expressions instead ("~{module/home/go_down}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.305+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][layout] Deprecated unwrapped fragment expression "module/sidebar/index" found in template layout, line 54, col 19. Please use the complete syntax of fragment expressions instead ("~{module/sidebar/index}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.305+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/sidebar/index] Deprecated unwrapped fragment expression "module/sidebar/mobile-sidebar" found in template module/sidebar/index, line 2, col 13. Please use the complete syntax of fragment expressions instead ("~{module/sidebar/mobile-sidebar}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.306+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/sidebar/mobile-sidebar] Deprecated unwrapped fragment expression "module/header/menu" found in template module/sidebar/mobile-sidebar, line 21, col 15. Please use the complete syntax of fragment expressions instead ("~{module/header/menu}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.308+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.308+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.308+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.309+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/menu-item] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${child})" found in template module/header/menu-item, line 21, col 17. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${child})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.309+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/menu-item] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${child})" found in template module/header/menu-item, line 21, col 17. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${child})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.309+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/menu-item] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${child})" found in template module/header/menu-item, line 21, col 17. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${child})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.309+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.309+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][layout] Deprecated unwrapped fragment expression "module/footer" found in template layout, line 60, col 19. Please use the complete syntax of fragment expressions instead ("~{module/footer}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.310+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][layout] Deprecated unwrapped fragment expression "module/widgets/index" found in template layout, line 65, col 15. Please use the complete syntax of fragment expressions instead ("~{module/widgets/index}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.310+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/widgets/index] Deprecated unwrapped fragment expression "module/widgets/cd-top" found in template module/widgets/index, line 2, col 13. Please use the complete syntax of fragment expressions instead ("~{module/widgets/cd-top}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.310+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][module/widgets/index] Deprecated unwrapped fragment expression "module/widgets/theme-change" found in template module/widgets/index, line 3, col 13. Please use the complete syntax of fragment expressions instead ("~{module/widgets/theme-change}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:11:26.310+08:00 WARN 7 --- [boundedElastic-8320] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8320][layout] Deprecated unwrapped fragment expression "scripts/index" found in template layout, line 69, col 15. Please use the complete syntax of fragment expressions instead ("~{scripts/index}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.924+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][layout] Deprecated unwrapped fragment expression "module/head/index" found in template layout, line 5, col 15. Please use the complete syntax of fragment expressions instead ("~{module/head/index}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.924+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/head/index] Deprecated unwrapped fragment expression "module/head/fonts" found in template module/head/index, line 12, col 13. Please use the complete syntax of fragment expressions instead ("~{module/head/fonts}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.924+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][layout] Deprecated unwrapped fragment expression "scripts/noscript" found in template layout, line 15, col 15. Please use the complete syntax of fragment expressions instead ("~{scripts/noscript}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.924+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][layout] Deprecated unwrapped fragment expression "module/variables/index" found in template layout, line 20, col 17. Please use the complete syntax of fragment expressions instead ("~{module/variables/index}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.924+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/variables/index] Deprecated unwrapped fragment expression "module/variables/layout" found in template module/variables/index, line 3, col 13. Please use the complete syntax of fragment expressions instead ("~{module/variables/layout}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.924+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][layout] Deprecated unwrapped fragment expression "module/header/index" found in template layout, line 26, col 35. Please use the complete syntax of fragment expressions instead ("~{module/header/index}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.924+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/index] Deprecated unwrapped fragment expression "module/header/nav-toggle" found in template module/header/index, line 2, col 13. Please use the complete syntax of fragment expressions instead ("~{module/header/nav-toggle}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.924+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/index] Deprecated unwrapped fragment expression "module/header/brand" found in template module/header/index, line 3, col 13. Please use the complete syntax of fragment expressions instead ("~{module/header/brand}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.925+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/index] Deprecated unwrapped fragment expression "module/header/user" found in template module/header/index, line 4, col 13. Please use the complete syntax of fragment expressions instead ("~{module/header/user}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.925+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/index] Deprecated unwrapped fragment expression "module/header/search" found in template module/header/index, line 5, col 13. Please use the complete syntax of fragment expressions instead ("~{module/header/search}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.925+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/index] Deprecated unwrapped fragment expression "module/header/menu" found in template module/header/index, line 8, col 17. Please use the complete syntax of fragment expressions instead ("~{module/header/menu}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.928+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.928+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.928+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.928+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/menu-item] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${child})" found in template module/header/menu-item, line 21, col 17. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${child})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.929+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/menu-item] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${child})" found in template module/header/menu-item, line 21, col 17. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${child})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.929+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/menu-item] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${child})" found in template module/header/menu-item, line 21, col 17. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${child})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.929+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.929+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][index] Deprecated unwrapped fragment expression "module/home/index" found in template index, line 9, col 14. Please use the complete syntax of fragment expressions instead ("~{module/home/index}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.929+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/home/index] Deprecated unwrapped fragment expression "module/home/img_box" found in template module/home/index, line 3, col 13. Please use the complete syntax of fragment expressions instead ("~{module/home/img_box}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.929+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/home/img_box] Deprecated unwrapped fragment expression "module/home/focus_tou" found in template module/home/img_box, line 32, col 15. Please use the complete syntax of fragment expressions instead ("~{module/home/focus_tou}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.929+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/home/img_box] Deprecated unwrapped fragment expression "module/home/top_social" found in template module/home/img_box, line 48, col 21. Please use the complete syntax of fragment expressions instead ("~{module/home/top_social}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.930+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/home/index] Deprecated unwrapped fragment expression "module/home/video_box" found in template module/home/index, line 4, col 56. Please use the complete syntax of fragment expressions instead ("~{module/home/video_box}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.930+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/home/index] Deprecated unwrapped fragment expression "module/home/go_down" found in template module/home/index, line 5, col 61. Please use the complete syntax of fragment expressions instead ("~{module/home/go_down}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.933+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][layout] Deprecated unwrapped fragment expression "module/sidebar/index" found in template layout, line 54, col 19. Please use the complete syntax of fragment expressions instead ("~{module/sidebar/index}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.933+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/sidebar/index] Deprecated unwrapped fragment expression "module/sidebar/mobile-sidebar" found in template module/sidebar/index, line 2, col 13. Please use the complete syntax of fragment expressions instead ("~{module/sidebar/mobile-sidebar}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.934+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/sidebar/mobile-sidebar] Deprecated unwrapped fragment expression "module/header/menu" found in template module/sidebar/mobile-sidebar, line 21, col 15. Please use the complete syntax of fragment expressions instead ("~{module/header/menu}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.936+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.936+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.936+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.936+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/menu-item] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${child})" found in template module/header/menu-item, line 21, col 17. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${child})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.936+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/menu-item] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${child})" found in template module/header/menu-item, line 21, col 17. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${child})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.937+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/menu-item] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${child})" found in template module/header/menu-item, line 21, col 17. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${child})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.937+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/header/menu] Deprecated unwrapped fragment expression "module/header/menu-item :: menu-item(${menuItem})" found in template module/header/menu, line 6, col 19. Please use the complete syntax of fragment expressions instead ("~{module/header/menu-item :: menu-item(${menuItem})}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.937+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][layout] Deprecated unwrapped fragment expression "module/footer" found in template layout, line 60, col 19. Please use the complete syntax of fragment expressions instead ("~{module/footer}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.938+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][layout] Deprecated unwrapped fragment expression "module/widgets/index" found in template layout, line 65, col 15. Please use the complete syntax of fragment expressions instead ("~{module/widgets/index}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.938+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/widgets/index] Deprecated unwrapped fragment expression "module/widgets/cd-top" found in template module/widgets/index, line 2, col 13. Please use the complete syntax of fragment expressions instead ("~{module/widgets/cd-top}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.938+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][module/widgets/index] Deprecated unwrapped fragment expression "module/widgets/theme-change" found in template module/widgets/index, line 3, col 13. Please use the complete syntax of fragment expressions instead ("~{module/widgets/theme-change}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
2024-03-26T14:12:26.938+08:00 WARN 7 --- [boundedElastic-8321] actStandardFragmentInsertionTagProcessor : [THYMELEAF][boundedElastic-8321][layout] Deprecated unwrapped fragment expression "scripts/index" found in template layout, line 69, col 15. Please use the complete syntax of fragment expressions instead ("~{scripts/index}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.