ebean-orm / ebean-agent

Enhancer Agent for EbeanORM
Apache License 2.0
12 stars 13 forks source link

Idea plugin print error message “ebean-enhance> cls: ...” Ebean - 1761 #121

Closed rbygrave closed 5 years ago

rbygrave commented 5 years ago

The sysout includes the below:

2019-07-18 14:12:18.405  INFO 7508 --- [           main] org.ufox.demo.ApplicationTest            : No active profile set, falling back to default profiles: default
ebean-enhance> cls: org/springframework/data/web/PageableHandlerMethodArgumentResolver  msg: defaulted common supertype for type1:org/springframework/data/web/SortHandlerMethodArgumentResolver type2:org/springframework/data/web/SortArgumentResolver due to err:java.lang.IllegalArgumentException: java.io.IOException: Class not found
ebean-enhance> cls: org/springframework/mail/javamail/JavaMailSenderImpl  msg: defaulted common supertype for type1:java/lang/Object type2:javax/mail/internet/MimeMessage due to err:java.lang.IllegalArgumentException: java.io.IOException: Class not found
ebean-enhance> cls: org/springframework/data/redis/connection/jedis/JedisConnection  msg: defaulted common supertype for type1:redis/clients/jedis/Pipeline type2:redis/clients/jedis/Transaction due to err:java.lang.IllegalArgumentException: java.io.IOException: Class not found
ebean-enhance> cls: org/springframework/data/redis/connection/jedis/JedisConnection  msg: defaulted common supertype for type1:redis/clients/jedis/exceptions/JedisDataException type2:java/lang/Object due to err:java.lang.IllegalArgumentException: java.io.IOException: Class not found
2019-07-18 14:12:18.988  INFO 7508 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2019-07-18 14:12:18.994  INFO 7508 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-07-18 14:12:19.050  INFO 7508 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 repository interfaces.
2019-07-18 14:12:19.606  INFO 7508 --- [           main] io.ebean.EbeanVersion                    : ebean version: 11.41.2
2019-07-18 14:12:19.655  INFO 7508 --- [           main] io.ebean.config.properties.LoadContext   : loaded properties from [application.properties]
2019-07-18 14:12:19.686  INFO 7508 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2019-07-18 14:12:19.884  INFO 7508 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2019-07-18 14:12:19.888  WARN 7508 --- [           main] io.ebean.internal.DefaultContainer       : DataSource [db] has autoCommit defaulting to true!
2019-07-18 14:12:19.906  INFO 7508 --- [           main] io.ebean.internal.DefaultContainer       : DatabasePlatform name:db platform:h2
ebean-enhance> cls: reactor/core/publisher/FluxMetricsFuseable  msg: defaulted common supertype for type1:io/micrometer/core/instrument/MeterRegistry type2:io/micrometer/core/instrument/composite/CompositeMeterRegistry due to err:java.lang.IllegalArgumentException: java.io.IOException: Class not found
2019-07-18 14:12:21.014  INFO 7508 --- [           main] org.ufox.demo.ApplicationTest            : Started ApplicationTest in 2.968 seconds (JVM running for 4.033)
io.ebeaninternal.server.core.DefaultServer@52354202
2019-07-18 14:12:21.364  INFO 7508 --- [       Thread-4] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown initiated...
2019-07-18 14:12:21.367  INFO 7508 --- [       Thread-4] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Shutdown completed.