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
Added "usedConverters" to track and use converters directly within custom mappers (instead of calling back to MapperFacade to do conversion). Updated debug logging for ObjectFactory generator, added logging of used converters to MapperGenerator and ObjectFactoryGenerator Updated toString methods on CustomConverter, BidirectionalConverter and LegacyConverter to give more useful debug info.
mdeboer
as matt-deboer
More... over 12 years ago
Added "usedConverters" to track and use converters directly within custom mappers (instead of calling back to MapperFacade to do conversion). Updated debug logging for ObjectFactory generator, added logging of used converters to MapperGenerator and ObjectFactoryGenerator Updated toString methods on CustomConverter, BidirectionalConverter and LegacyConverter to give more useful debug info.
mdeboer
as matt-deboer
More... over 12 years ago
Added new builtin converters for common cases with tests Fixed BidirectionalConverter's canConvert method which was not correct for the reverse direction. Added getPrimitiveType method to ClassUtil for getting primitive corresponding to a wrapper type
mdeboer
as matt-deboer
More... over 12 years ago
Added new builtin converters for common cases with tests Fixed BidirectionalConverter's canConvert method which was not correct for the reverse direction. Added getPrimitiveType method to ClassUtil for getting primitive corresponding to a wrapper type
mdeboer
as matt-deboer
More... over 12 years ago
Refactored DefaultMapperFactory to provided extensibility. Added Extensibility test Added capability to disable auto-mapping functionality Removed reference to convertersMap which was always empty after Converters refactoring performed in a previous version.
mdeboer
as matt-deboer
More... over 12 years ago
Refactored DefaultMapperFactory to provided extensibility. Added Extensibility test Added capability to disable auto-mapping functionality Removed reference to convertersMap which was always empty after Converters refactoring performed in a previous version.
mdeboer
as matt-deboer
More... over 12 years ago
Added missing slf4j-api
mdeboer
as matt-deboer
More... over 12 years ago
Added missing slf4j-api
mdeboer
as matt-deboer
More... over 12 years ago
Added logback for testing DEBUG output of orika Added much logging information when DEBUG enabled for how mappers are generated, and which classmaps are created. Also added logging of MappingStrategy resolution
mdeboer
as matt-deboer
More... over 12 years ago
Added logback for testing DEBUG output of orika Added much logging information when DEBUG enabled for how mappers are generated, and which classmaps are created. Also added logging of MappingStrategy resolution
mdeboer
as matt-deboer
More... over 12 years ago
Added Test case for new SimpleConstructorResolver behavior, and a fix to allow excluding the default getClass() <=> getClass() property which is mapped, but should generally be ignored.
mdeboer
as matt-deboer
More... over 12 years ago
Added Test case for new SimpleConstructorResolver behavior, and a fix to allow excluding the default getClass() <=> getClass() property which is mapped, but should generally be ignored.
mdeboer
as matt-deboer
More... over 12 years ago
Added missing checkin from previous; removal of dead import of PropertyResolver
mdeboer
as matt-deboer
More... over 12 years ago
Added missing checkin from previous; removal of dead import of PropertyResolver
mdeboer
as matt-deboer
More... over 12 years ago
Applied recent fix from trunk for issue#21, and remaining test objects from issue#20 Added functionality for mapperFacade to be available in Converter implementations (for mapping of nested types, as it is in custom mappers) Removed PropertyResolver, as it was simply a static singleton holder for the default property resolver strategy instance; since ClassMapBuilder was the only other class truly reliant upon it, deprecated the static map() methods, and moved their functionality into Mapper (classMap() methods) so that the mapper instance could be used to generate new class mappings. This is to help resolve class-loader leakage issues associated with retaining the Properties cache in a static member variable
mdeboer
as matt-deboer
More... over 12 years ago
Applied recent fix from trunk for issue#21, and remaining test objects from issue#20 Added functionality for mapperFacade to be available in Converter implementations (for mapping of nested types, as it is in custom mappers) Removed PropertyResolver, as it was simply a static singleton holder for the default property resolver strategy instance; since ClassMapBuilder was the only other class truly reliant upon it, deprecated the static map() methods, and moved their functionality into Mapper (classMap() methods) so that the mapper instance could be used to generate new class mappings. This is to help resolve class-loader leakage issues associated with retaining the Properties cache in a static member variable
mdeboer
as matt-deboer
More... over 12 years ago
Added user provided test case with types for Issue#21; Added fix for this issue--MappingStrategyKey was not being distinguished on whether the destination is provided, so the same cached strategy was used for map(source,dest) and for map(source), which throws NPE when a map-in-place strategy is used.
mdeboer
as matt-deboer
More... over 12 years ago
Added user provided test case with types for Issue#21; Added fix for this issue--MappingStrategyKey was not being distinguished on whether the destination is provided, so the same cached strategy was used for map(source,dest) and for map(source), which throws NPE when a map-in-place strategy is used.
mdeboer
as matt-deboer
More... over 12 years ago
Fix to DynamicSuite to properly provide overridden testName values for child runners.
mdeboer
as matt-deboer
More... over 12 years ago
Fix to DynamicSuite to properly provide overridden testName values for child runners.
mdeboer
as matt-deboer
More... over 12 years ago
Applied changes from trunk (1.1.4 release)
mdeboer
as matt-deboer
More... over 12 years ago
Applied changes from trunk (1.1.4 release)
mdeboer
as matt-deboer
More... over 12 years ago
Applied changes from trunk (1.1.4 release) Added initial support for Maps in code generation
mdeboer
as matt-deboer
More... over 12 years ago
Applied changes from trunk (1.1.4 release) Added initial support for Maps in code generation
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.4 More... over 12 years ago
[maven-release-plugin] prepare release orika-parent-1.1.4 More... over 12 years ago
Added test case for issue#20, and incorporated test classes into community issue test cases. Had to migrate hiberate to newer version to match more closely with issue#20 test, and converted existing hibernate configs to be configured via spring bean, instead of hibernate-cfg.xml (so that we can have different configurations for different tests) Had to fix DynamicSuite so that it would properly run test cases that were already annotated with their own @RunWith...
mdeboer
as matt-deboer
More... over 12 years ago
Added test case for issue#20, and incorporated test classes into community issue test cases. Had to migrate hiberate to newer version to match more closely with issue#20 test, and converted existing hibernate configs to be configured via spring bean, instead of hibernate-cfg.xml (so that we can have different configurations for different tests) Had to fix DynamicSuite so that it would properly run test cases that were already annotated with their own @RunWith...
mdeboer
as matt-deboer
More... over 12 years ago