3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Feb 09, 2025 — Feb 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
#168 Formatting
gunnarmorling
as Gunnar Morling
More... almost 11 years ago
#168 Some JavaDoc clarifications
gunnarmorling
as Gunnar Morling
More... almost 11 years ago
#168 Renaming MapperConfig to MapperConfiguration to avoid confusion with @MapperConfig
gunnarmorling
as Gunnar Morling
More... almost 11 years ago
#168 Allow to inherit mapping method configurations from the @MapperConfig-annotated type, either automatically when all method types match, or explicitly using @InheritConfiguration.
agudian
as Andreas Gudian
More... almost 11 years ago
#365 make accessor naming configurable More... almost 11 years ago
#460 add workaround for TypeElements that occasionally seem "empty" during incremental compilation in Eclipse JDT
agudian
as Andreas Gudian
More... almost 11 years ago
#465 Referencing formatter class by name rather than class object
gunnarmorling
as Gunnar Morling
More... almost 11 years ago
#465 Fixing some whitespace issues in generated code
gunnarmorling
as Gunnar Morling
More... almost 11 years ago
#465 Adding import for Locale to Joda generated mappers if required
gunnarmorling
as Gunnar Morling
More... almost 11 years ago
#459 error message parameter forgotten More... almost 11 years ago
#456 Avoiding to print multiple consecutive blank lines
gunnarmorling
as Gunnar Morling
More... almost 11 years ago
#160 allow selection of update methods by refactoring MethodMatcher but stopping selection of update method at new filter More... almost 11 years ago
#454 Do not check the existence of types in the classloader of the processor, but on the classpath of the sources
agudian
as Andreas Gudian
More... almost 11 years ago
#323 make order of fields for used mappers stable (ordered as given in @Mapper#uses and then @MapperConfig#uses, omitting duplicates)
agudian
as Andreas Gudian
More... about 11 years ago
#160 Refactoring into targetReadAccessor and targetWriteAccessor and making them available to ftl templates More... about 11 years ago
#160 Using update method, basic behavior. Single mapping methods on non collection / array properties. More... about 11 years ago
#339 valid_date is not an error More... about 11 years ago
#431 add JDK 9 to integration tests and remove processor_plugin_java_7 tests (they did exactly the same as the _java_8 variant, for what we are concerned).
agudian
as Andreas Gudian
More... about 11 years ago
#339 Some comment and typo fixes
gunnarmorling
as Gunnar Morling
More... about 11 years ago
#141 removal of ListOfJaxbElemToListOfValue builtin method More... about 11 years ago
#449 Handle XmlGregoriancalendar from String with empty date format as xml datatype More... about 11 years ago
#194 Only generate field / imports for a referenced mapper if it is actually used More... about 11 years ago
#339 Uppercase for ENUM in messages, moving Diagnostic.Kind to Message More... about 11 years ago
#339 fixing some spelling errors in messages More... about 11 years ago
#339 introduce centralized enum for messages More... about 11 years ago
#209, #412 Adding support for mapping static inner classes and enums by adding import declarations for static inner types also if declared in the same package More... about 11 years ago
#412 Adding test for inner class of inner class
gunnarmorling
as Gunnar Morling
More... about 11 years ago
#434 construct resultType based on @BeanMaping#resultType when no factory method selected More... about 11 years ago
#433 introduce resultType in @IterableMapping and @MapMapping More... about 11 years ago
#437 Correct error message IterableMapping More... about 11 years ago