+1
Yoann Rodière Hibernate Team [email protected] On Fri, 7 Feb 2020 at 14:58, Sanne Grinovero <[email protected]> wrote: > 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 > [email protected] > https://lists.jboss.org/mailman/listinfo/hibernate-dev > > _______________________________________________ hibernate-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/hibernate-dev
