It's minor cosmetics, but I'd like to change the format of the message
we log on boot.

Currently we have:
    INFO  [org.hib.Version] HHH000412: Hibernate Core {5.4.11-SNAPSHOT}

I would like to change it into:
   INFO  [org.hib.Version] HHH000412: Hibernate ORM core version 5.4.11-SNAPSHOT

in particular:
 - to remove the "{}" wrapping around the number
 - add "ORM"
 - lowercase "core" and add "version"

Looks good? It would be more consistent with our own project
naming/branding, and with the format of similar messages being logged
by other popular libraries.

Thanks,
Sanne
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to