Skip to content

Fixing Mongo id generation regression in a v0.35.1 release#289

Merged
fcamblor merged 5 commits intorestx:0.35-fixesfrom
fcamblor:mongo-id-generation-regression
May 4, 2018
Merged

Fixing Mongo id generation regression in a v0.35.1 release#289
fcamblor merged 5 commits intorestx:0.35-fixesfrom
fcamblor:mongo-id-generation-regression

Conversation

@fcamblor
Copy link
Copy Markdown
Contributor

PR aiming at rolling back jongo / mongo-java-driver / bson4jackson upgrade occured on 0.35 and which implied a critical regression (see #285) with no workaround at that time.

I'd like to make a 0.35.1 release with this rollback.

Upgrade to jongo 1.3.0 (or maybe 1.4.0) will occur someday, but we need to sort out how jongo will handle bson4jackson 2.7 dependency first as currently, jongo 1.3.0 & bson4jackson 2.8.0 are incompatible)

Dependencies rollback compared to 0.35 will be :

  • jongo : 1.3.0 -> 1.1 (I kept 1.0 -> 1.1 upgrade because no regression has been identified on jongo 1.1)
  • mongo-java-driver : 3.4.0 -> 2.11.3 (jongo 1.1 is not compatible with mongo java driver 3.x)
  • bson4jackson : 2.8.0 -> 2.3.1 (bson4jackson 2.8 & 2.7 are not compatible with jongo 1.1)

… compared to 0.34 regarding id generation cases
…n4jackson to 2.7.0 to follow jongo 1.3.0 upgrade"

This reverts commit 1c07f87.
This reverts commit 9e56b1f.

+ Rolled back jongo new annotations usages in MongoResource
@fcamblor fcamblor self-assigned this Feb 25, 2018
@fcamblor fcamblor requested review from a-peyrard and xhanin February 25, 2018 22:04
@fcamblor fcamblor changed the title Fixing Mongo id generation regression Fixing Mongo id generation regression in a v0.35.1 release Feb 25, 2018
@fcamblor fcamblor changed the base branch from master to 0.35-fixes May 4, 2018 22:40
@fcamblor fcamblor merged commit e57019d into restx:0.35-fixes May 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant