Closed briancray closed 4 years ago
That would be awesome! But I'm wondering how active node-jdbc
is. @CraZySacX, are you still maintaining this module?
Is anyone maintaining this module? node-java update is critical for using this module on latest node version. Any help on this would be really appreciated 🥇
Bump for importance. This is preventing a much needed update in a production system for me. @CraZySacX are you still planning on maintaining this package?
For those in need of a quick "fix". If you're using yarn
as your module manager, simply add:
"resolutions": {
"jdbc/java": "^0.12.0"
},
in the package.json
file of the project depending on node-jdbc
. This will override the version of node-java
node-jdbc
depends on.
It's hackish but it should get the work done.
Open PR #201 🤞
Sorry I've been away from this for a long time. I'll get this merge in shortly. If someone is interested in taking ownership of this repository I'd be more than willing to hand it over. I don't have much time at this point to maintain it like I should.
Merged and published.
Support for node 12 was added node-java 0.12.0