standard output
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v4.1.0)
2026-07-19T20:00:43.584Z INFO 3041 --- [RotatingSecrets] [ Test worker] c.m.r.RotatingSecretsApplicationTests : Starting RotatingSecretsApplicationTests using Java 25.0.3 with PID 3041 (started by runner in /home/runner/work/RotatingSecrets/RotatingSecrets/demo)
2026-07-19T20:00:43.589Z INFO 3041 --- [RotatingSecrets] [ Test worker] c.m.r.RotatingSecretsApplicationTests : No active profile set, falling back to 1 default profile: "default"
2026-07-19T20:00:44.778Z INFO 3041 --- [RotatingSecrets] [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-07-19T20:00:44.837Z INFO 3041 --- [RotatingSecrets] [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 45 ms. Found 0 JPA repository interfaces.
2026-07-19T20:00:45.151Z INFO 3041 --- [RotatingSecrets] [ Test worker] o.s.cloud.context.scope.GenericScope : BeanFactory id=ba110cce-4562-31d6-acac-a4c3368edbb9
2026-07-19T20:00:45.721Z INFO 3041 --- [RotatingSecrets] [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariRotatingSecrets - Starting...
2026-07-19T20:00:45.736Z INFO 3041 --- [RotatingSecrets] [ Test worker] com.zaxxer.hikari.pool.HikariPool : HikariRotatingSecrets - Added connection conn5: url=jdbc:h2:mem:rotatingsecretsdb user=SA
2026-07-19T20:00:45.739Z INFO 3041 --- [RotatingSecrets] [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariRotatingSecrets - Start completed.
2026-07-19T20:00:45.788Z INFO 3041 --- [RotatingSecrets] [ Test worker] org.hibernate.orm.jpa : HHH008540: Processing PersistenceUnitInfo [name: default]
2026-07-19T20:00:45.866Z INFO 3041 --- [RotatingSecrets] [ Test worker] org.hibernate.orm.core : HHH000001: Hibernate ORM core version 7.4.1.Final
2026-07-19T20:00:46.197Z INFO 3041 --- [RotatingSecrets] [ Test worker] o.s.o.j.p.SpringPersistenceUnitInfo : No LoadTimeWeaver setup: ignoring JPA class transformer
2026-07-19T20:00:46.288Z INFO 3041 --- [RotatingSecrets] [ Test worker] org.hibernate.orm.connections.pooling : HHH10001005: Database info:
Database JDBC URL [jdbc:h2:mem:rotatingsecretsdb]
Database driver: H2 JDBC Driver
Database dialect: H2Dialect
Database version: 2.4.240
Default catalog/schema: ROTATINGSECRETSDB/PUBLIC
Autocommit mode: undefined/unknown
Isolation level: READ_COMMITTED [default READ_COMMITTED]
JDBC fetch size: 100
Pool: DataSourceConnectionProvider
Minimum pool size: undefined/unknown
Maximum pool size: undefined/unknown
2026-07-19T20:00:46.900Z INFO 3041 --- [RotatingSecrets] [ Test worker] org.hibernate.orm.core : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2026-07-19T20:00:46.936Z INFO 3041 --- [RotatingSecrets] [ Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-07-19T20:00:47.516Z INFO 3041 --- [RotatingSecrets] [ Test worker] c.m.r.RotatingSecretsApplicationTests : Started RotatingSecretsApplicationTests in 4.843 seconds (process running for 12.614)