project-user.warn.log 1.91 KB
2024-01-05 09:07:56.472 [main] WARN  - HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
2024-01-05 09:07:58.906 [main] WARN  - 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
2024-01-05 09:07:59.613 [main] WARN  - No URLs will be polled as dynamic configuration sources.
2024-01-05 09:07:59.622 [main] WARN  - No URLs will be polled as dynamic configuration sources.
2024-01-05 09:44:36.361 [Thread-6] WARN  - [NotifyCenter] Start destroying Publisher
2024-01-05 09:44:36.362 [Thread-1] WARN  - [HttpClientBeanHolder] Start destroying common HttpClient
2024-01-05 09:44:36.367 [Thread-6] WARN  - [NotifyCenter] Destruction of the end
2024-01-05 09:44:36.369 [Thread-1] WARN  - [HttpClientBeanHolder] Destruction of the end
2024-01-05 09:47:44.279 [main] WARN  - HHH000409: Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead
2024-01-05 09:47:47.810 [main] WARN  - 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
2024-01-05 09:47:48.800 [main] WARN  - No URLs will be polled as dynamic configuration sources.
2024-01-05 09:47:48.808 [main] WARN  - No URLs will be polled as dynamic configuration sources.
2024-01-05 09:47:51.599 [main] WARN  - Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.