Applied multi-threading fixes from trunk |
|
More...
|
over 12 years ago
|
Applied multi-threading fixes from trunk |
|
More...
|
over 12 years ago
|
Added fix to TypeFactory to avoid returning null Type in case GC is called in middle of resolving type. Added regular forcing of GC during multithreaded type test case which reproduced the error. |
|
More...
|
over 12 years ago
|
Added fix to TypeFactory to avoid returning null Type in case GC is called in middle of resolving type. Added regular forcing of GC during multithreaded type test case which reproduced the error. |
|
More...
|
over 12 years ago
|
Added javadocs and sources generation when the special maven provile 'docs' is applied |
|
More...
|
over 12 years ago
|
Added javadocs and sources generation when the special maven provile 'docs' is applied |
|
More...
|
over 12 years ago
|
Removed conccurrent locks map, and getLock method in favor of using 'synchronized' -- performance is much better this way |
|
More...
|
over 12 years ago
|
Removed conccurrent locks map, and getLock method in favor of using 'synchronized' -- performance is much better this way |
|
More...
|
over 12 years ago
|
Orika should create one mapper per ClassMap, this fix the issue with multithreading / lock, the lock should be done on MapperFactory instance |
|
More...
|
over 12 years ago
|
Orika should create one mapper per ClassMap, this fix the issue with multithreading / lock, the lock should be done on MapperFactory instance |
|
More...
|
over 12 years ago
|
Added more multithreading test cases, fixed concurrency issues that appeared. Back-ported fix from 1.2.0 branch to make UsedTypesContext localized to each new mapper or object factory |
|
More...
|
over 12 years ago
|
Added more multithreading test cases, fixed concurrency issues that appeared. Back-ported fix from 1.2.0 branch to make UsedTypesContext localized to each new mapper or object factory |
|
More...
|
over 12 years ago
|
Fixed synchronize to use rawType instead of key (which would be unique to each thread) |
|
More...
|
over 12 years ago
|
Fixed synchronize to use rawType instead of key (which would be unique to each thread) |
|
More...
|
over 12 years ago
|
Added bug fix back-port for issue 26; Added bug fix back-port for issue 27; |
|
More...
|
over 12 years ago
|
Added bug fix back-port for issue 26; Added bug fix back-port for issue 27; |
|
More...
|
over 12 years ago
|
Added more fixes for multi-threading bugs in Type and TypeFactory, with test cases |
|
More...
|
over 12 years ago
|
Added more fixes for multi-threading bugs in Type and TypeFactory, with test cases |
|
More...
|
over 12 years ago
|
Added fixes for multi-threading bugs in Type and TypeFactory, with test cases |
|
More...
|
over 12 years ago
|
Added fixes for multi-threading bugs in Type and TypeFactory, with test cases |
|
More...
|
over 12 years ago
|
Added throws for exceptions encountered during property resolution. Added synchronization around passed in type for resolving properties. |
|
More...
|
over 12 years ago
|
Added throws for exceptions encountered during property resolution. Added synchronization around passed in type for resolving properties. |
|
More...
|
over 12 years ago
|
Added better debug info to MappingException Added conversion to MappingException for any exceptions thrown from within the mapping request for better tracking Added community test case for issue 26, and fix to IntrospectorPropertyResolver to resolve it |
|
More...
|
over 12 years ago
|
Added better debug info to MappingException Added conversion to MappingException for any exceptions thrown from within the mapping request for better tracking Added community test case for issue 26, and fix to IntrospectorPropertyResolver to resolve it |
|
More...
|
over 12 years ago
|
[maven-release-plugin] prepare for next development iteration |
|
More...
|
over 12 years ago
|
[maven-release-plugin] prepare for next development iteration |
|
More...
|
over 12 years ago
|
[maven-release-plugin] prepare release orika-parent-1.1.5 |
|
More...
|
over 12 years ago
|
[maven-release-plugin] prepare release orika-parent-1.1.5 |
|
More...
|
over 12 years ago
|
Added fix for constructor resolution (was looking for a constructor with the "class" property); with test case updates. Added fix for potential NPE in DefaultMapperFactory |
|
More...
|
over 12 years ago
|
Added fix for constructor resolution (was looking for a constructor with the "class" property); with test case updates. Added fix for potential NPE in DefaultMapperFactory |
|
More...
|
over 12 years ago
|