4
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Applied multi-threading fixes from trunk
mdeboer
as matt-deboer
More... over 12 years ago
Applied multi-threading fixes from trunk
mdeboer
as matt-deboer
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.
mdeboer
as matt-deboer
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.
mdeboer
as matt-deboer
More... over 12 years ago
Added javadocs and sources generation when the special maven provile 'docs' is applied
mdeboer
as matt-deboer
More... over 12 years ago
Added javadocs and sources generation when the special maven provile 'docs' is applied
mdeboer
as matt-deboer
More... over 12 years ago
Removed conccurrent locks map, and getLock method in favor of using 'synchronized' -- performance is much better this way
mdeboer
as matt-deboer
More... over 12 years ago
Removed conccurrent locks map, and getLock method in favor of using 'synchronized' -- performance is much better this way
mdeboer
as matt-deboer
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
mdeboer
as matt-deboer
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
mdeboer
as matt-deboer
More... over 12 years ago
Fixed synchronize to use rawType instead of key (which would be unique to each thread)
mdeboer
as matt-deboer
More... over 12 years ago
Fixed synchronize to use rawType instead of key (which would be unique to each thread)
mdeboer
as matt-deboer
More... over 12 years ago
Added bug fix back-port for issue 26; Added bug fix back-port for issue 27;
mdeboer
as matt-deboer
More... over 12 years ago
Added bug fix back-port for issue 26; Added bug fix back-port for issue 27;
mdeboer
as matt-deboer
More... over 12 years ago
Added more fixes for multi-threading bugs in Type and TypeFactory, with test cases
mdeboer
as matt-deboer
More... over 12 years ago
Added more fixes for multi-threading bugs in Type and TypeFactory, with test cases
mdeboer
as matt-deboer
More... over 12 years ago
Added fixes for multi-threading bugs in Type and TypeFactory, with test cases
mdeboer
as matt-deboer
More... over 12 years ago
Added fixes for multi-threading bugs in Type and TypeFactory, with test cases
mdeboer
as matt-deboer
More... over 12 years ago
Added throws for exceptions encountered during property resolution. Added synchronization around passed in type for resolving properties.
mdeboer
as matt-deboer
More... over 12 years ago
Added throws for exceptions encountered during property resolution. Added synchronization around passed in type for resolving properties.
mdeboer
as matt-deboer
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
mdeboer
as matt-deboer
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
mdeboer
as matt-deboer
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
mdeboer
as matt-deboer
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
mdeboer
as matt-deboer
More... over 12 years ago