dbflute / dbflute-core

DBFlute core libraries for Java8
http://dbflute.seasar.org/
23 stars 18 forks source link

Direction: automaticlly test and release by Github Actions #147

Open jflute opened 2 years ago

jflute commented 2 years ago

with Docker for databases

jflute commented 2 years ago

done h2 and mysql https://github.com/dbflute/dbflute-core/pull/149

thanks.

remaining: PostgreSQL, Oracle, DB2, SQLServer, SQLite, Derby

jflute commented 2 years ago

strange warning: Java8 + MySQL-8.0.29 + useSSL=false (+ JDBC-5.1.46)

javax.net.ssl.SSLException: closing inbound before receiving peer's close_notify
jflute commented 2 years ago

strange warning: Java8 + MySQL-8.0.29 + useSSL=false (+ JDBC-5.1.46)

resolved, add it to root

jdbc:mysql://localhost:43306?allowPublicKeyRetrieval=true&useSSL=false