You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the log printed here should be changed to the info level. Warnings give people an unacceptable illusion, and I am a perfectionist who dislikes warnings in logs for no reason.
My development environment is SpringBoot3.2, using blaze-persistence version 1.6.11.
Obviously, by default, the class javax.enterprise.inject.Stereotype is not in the classpath. I believe that in most development scenarios, this class does not exist either, and it is not an important issue worth noting or triggering warning log.
Thank you, I hope my suggestions can be adopted🙏.
The text was updated successfully, but these errors were encountered:
The SpringBoot startup log contains the following log entry:
2024-04-26T14:33:14.417 WARN 36347 [ main] <userinfo unavailable> c.blazebit.annotation.AnnotationUtils : Stereotype annotation can not be found, skipping annotation inheritance via stereotype.
Below is a code snippet from the class
com.blazebit.annotation.AnnotationUtils
:I think the log printed here should be changed to the
info
level. Warnings give people an unacceptable illusion, and I am a perfectionist who dislikes warnings in logs for no reason.My development environment is
SpringBoot3.2
, using blaze-persistence version 1.6.11.Obviously, by default, the class
javax.enterprise.inject.Stereotype
is not in the classpath. I believe that in most development scenarios, this class does not exist either, and it is not an important issue worth noting or triggering warning log.Thank you, I hope my suggestions can be adopted🙏.
The text was updated successfully, but these errors were encountered: