Closed purplefox closed 11 years ago
Building a beta5 version as I type this, fingers crossed I've got the sonatype invocations correct and I'll add it to the registry
Any chance for a new release for the registry? Or will you wait until Vert.x 2.0 is out the door (soon)?
2.0.0 released to maven, I'll add it to the registry when it's visible, and update to 2.0.1 when vertx comes out of CR and I can build against it
Excellent.
Made a complete dogs ear of 2.0.0
, but released a 2.0.1
version to cover up the blunder
Submitted it to the registry as well
Woopsie :) BTW, is this a final version or still beta/CR? Are you using the module for anything production-ish yet? I need to do JDBC persistance in a project I'm working on, which is how I found the module.
It's as final as final gets ;-)
I'm using it in a couple of prototypes but nothing in production yet
Depending on your use-case, you could always roll your own multithreaded module that then responds to business case messages and calls your own JDBC calls (rather than using this module)
Alright. Or wait, you don't mean its abandonware, right?
The options I'm considering now are exactly the two that you mention. Or well, a third one would be to build my own (regular, non-worker) verticle to which I speak my business language, and that in turn would use your module to do the grunt work.
Alright. Or wait, you don't mean its abandonware, right?
Not at all :-D
And yeah, that's your three options :smile:
Have fun!
I'd love to see this module built for 2.0 and in the module registry before we release 2.0 :)