CraZySacX / node-jdbc

JDBC Wrapper for node.js
140 stars 107 forks source link

Please update to newest node-java #199

Closed briancray closed 4 years ago

briancray commented 4 years ago

Support for node 12 was added node-java 0.12.0

jaubourg commented 4 years ago

That would be awesome! But I'm wondering how active node-jdbc is. @CraZySacX, are you still maintaining this module?

PrashantN86 commented 4 years ago

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 🥇

technicallynick commented 4 years ago

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?

jaubourg commented 4 years ago

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.

briancray commented 4 years ago

Open PR #201 🤞

CraZySacX commented 4 years ago

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.

CraZySacX commented 4 years ago

Merged and published.