145 [main] INFO org.eclipse.jetty.util.log - Logging initialized @273ms to org.eclipse.jetty.util.log.Slf4jLog WARNING: jetty-runner is deprecated. See Jetty Documentation for startup options https://www.eclipse.org/jetty/documentation/ 174 [main] INFO org.eclipse.jetty.runner.Runner - Runner 323 [main] INFO org.eclipse.jetty.server.Server - jetty-9.4.46.v20220331; built: 2022-03-31T16:38:08.030Z; git: bc17a0369a11ecf40bb92c839b9ef0a8ac50ea18; jvm 1.8.0_333-b02 Connected to the target VM, address: '127.0.0.1:64891', transport: 'socket' 760 [main] INFO o.e.j.a.AnnotationConfiguration - Scanning elapsed time=297ms 868 [main] INFO org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 868 [main] INFO org.eclipse.jetty.server.session - No SessionScavenger set, using defaults 871 [main] INFO org.eclipse.jetty.server.session - node0 Scavenging every 600000ms 1413 [main] INFO o.e.j.server.handler.ContextHandler - Started o.e.j.w.WebAppContext@6a6cb05c{/hibernate-idea,file:///Users/terwer/Documents/workspace/senior-java-engineer-road/p7-skill/framework/hibernate/hibernate-idea/src/main/webapp/,AVAILABLE}{file:///Users/terwer/Documents/workspace/senior-java-engineer-road/p7-skill/framework/hibernate/hibernate-idea/src/main/webapp/} 1433 [main] INFO o.e.jetty.server.AbstractConnector - Started ServerConnector@158d2680{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 1433 [main] INFO org.eclipse.jetty.server.Server - Started @1565ms 8768 [qtp1318180415-33] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.6.14.Final 9106 [qtp1318180415-33] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 9624 [qtp1318180415-33] WARN o.hibernate.orm.connections.pooling - HHH10001002: Using Hibernate built-in connection pool (not for production use!) 9633 [qtp1318180415-33] INFO o.hibernate.orm.connections.pooling - HHH10001005: using driver [com.mysql.jdbc.Driver] at URL [jdbc:mysql://localhost:3306/hibernate] 9634 [qtp1318180415-33] INFO o.hibernate.orm.connections.pooling - HHH10001001: Connection properties: {user=terwer, password=****} 9634 [qtp1318180415-33] INFO o.hibernate.orm.connections.pooling - HHH10001003: Autocommit mode: false 9638 [qtp1318180415-33] INFO o.h.e.j.c.i.DriverManagerConnectionProviderImpl - HHH000115: Hibernate connection pool size: 20 (min=1) Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. 10125 [qtp1318180415-33] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.MySQL57Dialect 10655 [qtp1318180415-33] INFO o.hibernate.orm.connections.access - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4e90008] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode. 10700 [qtp1318180415-33] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] Hibernate: select max(id) from person Hibernate: insert into person (username, password, age, registerDate, id) values (?, ?, ?, ?, ?)