Jmix 2.3.0 Warnings & Error in log

Just upgraded from 2.2.3 to 2.3.0 and noticed some warnings and errors in the log during application startup. I do not notice any problems in the application, so perhaps these are benign. It would still be nice if they did not occur as they raise questions if there is a problem.

I will list each one separately since they are probably not related. Hopefully this is OK for one forum post. I will also include a few lines around them for context.

This one I see in 2.3.0 only, but also note my 2.3.0 log is dev mode and my 2.2.3 log is production.

2024-06-29T14:30:05.405-04:00  INFO 14196 --- [           main] io.jmix.core.JmixModulesProcessor        : Using Jmix modules: [io.jmix.core, io.jmix.security, io.jmix.flowui, io.jmix.securityflowui, io.jmix.data, io.jmix.appsettings, io.jmix.appsettingsflowui, io.jmix.audit, io.jmix.auditflowui, io.jmix.authserver, io.jmix.datatools, io.jmix.gridexportflowui, io.jmix.datatoolsflowui, io.jmix.eclipselink, io.jmix.flowuidata, io.jmix.jmxconsole, io.jmix.localfs, io.jmix.pessimisticlock, io.jmix.pessimisticlockflowui, io.jmix.rest, io.jmix.securitydata, io.jmix.quartz, io.jmix.quartzflowui, org.ajjf.membership]
2024-06-29T14:30:05.428-04:00  WARN 14196 --- [           main] o.s.c.a.ConfigurationClassPostProcessor  : Cannot enhance @Configuration bean definition 'io.jmix.core.CoreConfiguration' since its singleton instance has been created too early. The typical cause is a non-static @Bean method with a BeanDefinitionRegistryPostProcessor return type: Consider declaring such methods as 'static' and/or marking the containing configuration class as 'proxyBeanMethods=false'.
2024-06-29T14:30:06.341-04:00  INFO 14196 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port 8080 (http)

This one is NOT new to 2.3.0 and I see it in the 2.2.3 log as well:

2024-06-29T14:30:07.789-04:00  INFO 14196 --- [           main] i.j.c.i.s.JmixModulesClasspathScanner    : Classpath scan completed in 1227 ms
2024-06-29T14:30:08.005-04:00  WARN 14196 --- [           main] io.jmix.core.impl.MetaModelLoader        : Method EntityPropertyDifferenceModel.getLabel is not included in metadata because property audit_EntityPropertyDifferenceModel.label already exists
2024-06-29T14:30:08.023-04:00  INFO 14196 --- [           main] io.jmix.core.impl.MetadataLoader         : Metadata initialized in 118 ms

This is in 2.3.0 only

2024-06-29T14:30:20.917-04:00  INFO 14196 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2024-06-29T14:30:21.086-04:00 ERROR 14196 --- [onPool-worker-1] c.v.f.server.frontend.TaskUpdateImports  : Invalid import '@vaadin/field-base/src/input-field-mixin.js'
import { css, registerStyles, ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js' in file 'D:\Projects\ajjf\membership\frontend\.\generated\jar-resources\src\twin-column\jmix-twin-column.js'
2024-06-29T14:30:21.800-04:00  INFO 14196 --- [           main] liquibase.changelog                      : Reading resource: org/ajjf/membership/liquibase/changelog/010-init-user.xml

This one is in both versions, but mentions different path. In 2.2.3 the path is a long list like [Ant [pattern='/manifest.webmanifest'], Ant [pattern='/sw.js'], Ant [pattern='/sw-runtime-resources-precache.js'], Ant [pattern='/offline.html'] and more.

2024-06-29T14:30:27.161-04:00  INFO 14196 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@585b73dc, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@7a680cd1, org.springframework.security.web.context.SecurityContextHolderFilter@12a6cded, org.springframework.security.web.header.HeaderWriterFilter@6084492a, org.springframework.security.web.csrf.CsrfFilter@3ef2d350, org.springframework.security.web.authentication.logout.LogoutFilter@e6bc51, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@26cca069, org.springframework.security.web.session.ConcurrentSessionFilter@1cce9cfe, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@43946083, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@70df8742, org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter@6c7f2a61, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@53cbd16, org.springframework.security.web.session.SessionManagementFilter@4ea0e65c, org.springframework.security.web.access.ExceptionTranslationFilter@ae8e493, org.springframework.security.web.access.intercept.AuthorizationFilter@64436d1f]
2024-06-29T14:30:27.171-04:00  WARN 14196 --- [           main] o.s.s.c.a.web.builders.WebSecurity       : You are asking Spring Security to ignore Ant [pattern='/VAADIN/push/**']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2024-06-29T14:30:27.171-04:00  INFO 14196 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Will not secure Ant [pattern='/VAADIN/push/**']

I try to clean vaadin using vaadinClean from gradle

Yes, I get the same warnings and error after running vaadinClean.

clean all project
otherwise I hope you have a backup copy to step back
I always use to backup daily
regards
Stefano