8000 Revise startup message · hibernate/hibernate-reactive@c2c0baf · GitHub
[go: up one dir, main page]

Skip to content

Commit c2c0baf

Browse files
edeandreaDavideD
authored andcommitted
Revise startup message
Revise the Hibernate Reactive startup message. Currently it shows ``` INFO [or.hi.re.pr.im.ReactiveIntegrator] (JPA Startup Thread: default-reactive) HR000001: Hibernate Reactive Preview ``` As HR is now past 1.0, it isn't really preview anymore.
1 parent 9bad153 commit c2c0baf

File tree

1 file changed

+1
-1
lines changed
  • hibernate-reactive-core/src/main/java/org/hibernate/reactive/logging/impl

1 file changed

+1
-1
lines changed

hibernate-reactive-core/src/main/java/org/hibernate/reactive/logging/impl/Log.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
public interface Log extends BasicLogger {
3030

3131
@LogMessage(level = INFO)
32-
@Message(id = 1, value = "Hibernate Reactive Preview")
32+
@Message(id = 1, value = "Hibernate Reactive")
3333
void startHibernateReactive();
3434

3535
@LogMessage(level = INFO)

0 commit comments

Comments
 (0)
0