On 06/18/2014 04:36 PM, David Ostrovsky wrote:
>
>
> It turns out hot fix of gwtorm is needed as well as explained on
> Outstanding Topics page [1].
> I've uploaded that change on master branch [1], as the only stable
> branch there is outdated
> and we don't have one to one relation between Gerrit and gwtorm
> releases. So the question
> is what is the right way to patch gwtorm for 2.8.6 release?
>
There are a number of other commits on gwtorm since 1.7 [1] and I don't
think it's appropriate to include them all in 2.8.6
Shall we create a branch from the v1.7 tag and backport your fix there?
[1]
$ git log v1.7..HEAD --oneline --no-merges
895048d Add transaction support for Jdbc dialects
507b5e8 Generate javadocs in Maven build
46ff97f Add SCM information to pom.xml
74cd210 Start 1.12 development
271faea gwtorm 1.11
b1ffb44 Fix a bug where "LIMIT ?" in queries was omitted in the
generated query
1822933 Start 1.11 development
7e1590a gwtorm 1.10
05b90f0 Add dialect for SAP MaxDB
947a92d Start 1.10 development
4098e45 gwtorm 1.9
9ed9aa6 Update the versions of protobuf, asm and guava libraries
87d0408 Start 1.9 development
f51e273 gwtorm 1.8
2a8533f Eclipse: Bump java source and target level to 7
a1be014 Bump java default source and target level to 7
389a55e Add missing @Override annotations
7d8ebdf Add assertion to prevent NPE
9128b95 Expose listIndexes method for supported SQL dialects
64ac648 Fix typo
88abc04 Reject database identifiers greater than 30 characters
9460c77 Remove unused import
cca2e16 Start 1.8 development