However, Set doesn't define iteration order (or even String representation for that matter), so with 2+ Qualifiers there's a good chance to get them in the wrong order and fail to find operations
Affects: 1.3.2 (Fowler SR2), 1.4.2 (Gosling SR2), 2.0 GA
Issue Links:
DATACASS-249 CDI support can fail due to Set.toString() used as Map key
Referenced from: pull request #108, and commits db4c24d
The text was updated successfully, but these errors were encountered:
Mark Paluch opened DATACOUCH-203 and commented
Current CDI support can fail, because it stores
CouchbaseOperations
instances in a map with String key representing a set of Qualifiers:However,
Set
doesn't define iteration order (or even String representation for that matter), so with 2+ Qualifiers there's a good chance to get them in the wrong order and fail to find operationsAffects: 1.3.2 (Fowler SR2), 1.4.2 (Gosling SR2), 2.0 GA
Issue Links:
Referenced from: pull request #108, and commits db4c24d
The text was updated successfully, but these errors were encountered: