I use jooqversion 3.11.7 and it works fine with version 3.11.12 I have this errorjava.lang.NoSuchMethodError: org.jooq.impl.Internal.createParameter(Ljava/lang/String;Lorg/jooq/DataType;ZZ)Lorg/jooq/Parameter;
--
You received this message because you are subscribed to the Google Groups "jOOQ User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jooq-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/925df31b-7acd-40da-9362-fcb8040600e1%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "jOOQ User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jooq-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/54ee6e07-7fa8-47e6-8f5e-7033422c0077%40Spark.
Hi Mark,If code is re-generated using version X, it is always a good idea to also upgrade the library version to X. However, just upgrading the library to version X should not cause any trouble if the generated code is still on an older version Y.In general, we are binary compatible between patch releases. I cannot think of a binary incompatible change between 3.11.7 and 3.11.12, although I might overlook something, of course.I hope this helps,Lukas
On Wed, Aug 28, 2019 at 11:03 AM Mark Derricutt <ma...@talios.com> wrote:
--Lukas - does this mean that JOOQ doesn’t promise to get binary (or source) compatible even between patch releases?I don’t use the code-gen myself favouring manually constructing the table/fields declarations where we use it (and we lock down our versions and prevent mismatched versions) but not everyone is doing crazy things like that.But yeh, if doing code-gen - probably best to use the generator for the version you’re shipping with.Mark
On 27 Aug 2019, 5:44 PM +1200, jooq...@googlegroups.com, wrote:
This is probably due to your using jOOQ 3.11 for source code generation but still have an older version on your classpath during runtime
You received this message because you are subscribed to the Google Groups "jOOQ User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jooq...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jooq-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jooq-user/8adf1de4-5b70-489c-889c-29239549de47%40googlegroups.com.