-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hikari 2.4.1, compatibility Patch shutdown() to close() #27
Comments
Hello @timmolter, |
@lewie Sorry, somehow I missed you issue/question before. Let me answer it next... |
OK, I updated all dependencies in the pom and fixed the BOOKS string. Please see/use latest snapshot jar. If you need a release jar let me know. Are you saying If so, why? |
BTW, I'm sticking to |
openhab looks awesome. I may end up using it as I'm starting to get into that application space with artificial intelligence stuff like anomaly detection, prediction, robotics. Glad you made me aware of it! |
@timmolter, After going through Mybatis I landed at HikariCP, after many more hours of research at Yank what my work has facilitated again. I am also thinking of the developers who want to maintain the JDBC Bundle further. (its not merged yet) Wahh, anomaly detection, prediction... You're running an open door for me!!! For example, I would like to identify, a current Power consumer at its 'switch on Power profile' or can identify at its load profile. Complex and simple Machines too seems to have this Profile, but can't describe it properly for a pattern recognition. Nice to meet you |
@lewie OK, I updated Yank for you and bumped the version to 3.1.0-SNAPSHOT. Let me know. If everything works for you, I'll do a release to Maven Central. |
@timmolter, Thank You |
3.1.0 pushed to Maven Central. Notice the namespace change:
|
Hy @timmolter,
then pom.xml dependency can be changed too:
from:
to:
A small issue I've found in examples MYSQL_SQL.properties too:
should be changed to:
I tested with Mysql, and got an error: 'BOOKS' could not be found.
Thank you very much.
Helmut
The text was updated successfully, but these errors were encountered: