Oliver Gierke 48d4c05a9d DATACMNS-114 - Improved detection of custom implementations for repositories.
Fixed edge case scenario where the lookup for repository implementation classes picked up multiple classes if they ended with the same suffix (e.g. FooRepoImpl, AnotherFooRepoImpl). We're now expecting the classname to be an exact match but still allow nested packages. Changed the parser to reject multiple found implementation classes strictly now to at least avoid undiscoverable errors in case an ambiguity is popping up.
2011-12-20 12:29:38 +01:00
2011-12-06 16:59:58 -05:00
Description
No description provided
22 MiB
Languages
Java 100%