sjaakd
daddb255dd
#832 , #866 Documentation update on the SPI, adding DefaultAccessorNamingStrategy javadoc, fixing responsibility issue
2016-08-30 21:17:41 +02:00
Andreas Gudian
126623e626
#855 Fix property order when using dependsOn
2016-08-24 22:19:18 +02:00
sjaakd
75021ada1b
#846 Exclude updates methods from suitable constructor check
2016-08-13 22:46:31 +02:00
sjaakd
dd5ddc854b
#836 removing reverse mapping parameter check.
2016-07-21 11:41:55 +02:00
sjaakd
3d43d022f4
#838 check for suitable constructors when reversing
2016-07-21 10:58:14 +02:00
sjaakd
70ba92b229
#389 Nested target properties
2016-07-20 22:00:21 +02:00
Sjaak Derksen
80383dd122
#833 specializing missing prop message for non existing write accessor ( #834 )
2016-07-17 17:00:42 +02:00
Andreas Gudian
53e542c9bc
#828 Fix NoClassDefFoundError when running in Eclipse Neon (4.6) ( #831 )
2016-07-08 07:23:38 +02:00
sjaakd
23ebd273c8
#669 Documentation update for source presence checker and nullValueCheckStrategy
2016-07-06 23:11:04 +02:00
sjaakd
e725b9a2c6
#669 Making 'haxXYZ' the default presenceChecker
2016-07-06 20:43:36 +02:00
sjaakd
b1f03689d9
#669 rework into sourcepresencecheck SPI and nullvaluecheckstrategy
2016-07-05 22:50:10 +02:00
seanjob
1af4441d2d
#669 ispresentcheck and NULL check implementation
2016-07-05 22:50:10 +02:00
sjaakd
4ff0676c61
#212 regression fix
2016-06-23 22:49:22 +02:00
sjaakd
3700052cc6
#679 Adding testcases, helpermethods for decimalconversion, doc update
2016-06-15 23:34:48 +02:00
cliedeman
607d0fd6f0
Implemented Feature from Issue #679 : Support of numberFormat for Number to String mapping
2016-06-07 22:16:04 +02:00
Andreas Gudian
b7450da585
#775 Fix mapping method type matching for lower-bounded target type.
2016-03-15 22:02:33 +01:00
Andreas Gudian
4c1d7a7a19
#775 Allow creation of forged mapping method for Iterable target type
2016-03-15 22:02:32 +01:00
sjaakd
ae4d0f77e1
#749 Introduction of @ValueMapping, @ValueMappings
2016-03-15 21:19:55 +01:00
Andreas Gudian
c595bd72e3
Fix some compiler warnings.
2016-03-13 20:47:28 +01:00
Gunnar Morling
27aa40c0ec
#768 Consistently using Type#getImportTypes() for determining imported types
2016-03-07 19:14:00 +01:00
sjaakd
d83d8b4102
#750 Refactoring, moving selection parameters to common SelectorParameters, repair
2016-02-16 23:14:13 +01:00
sjaakd
6a5e2a79e4
#750 Refactoring, moving selection parameters to common SelectorParameters
2016-02-16 21:16:04 +01:00
sjaakd
faedebc119
#750 Initial implementation of @Named annotation
2016-02-16 21:10:31 +01:00
Andreas Gudian
be2bf249d9
Add ZonedDateTime/Calendar test cases to BuiltInTest, remove obsolete test and reconfigure the test class to avoid unnecessary re-compilations.
2016-02-13 22:25:39 +01:00
Andreas Gudian
eb99d7b1ef
#746 Add missing import for TimeZone in ZonedDateTimeToCalendar
2016-02-09 20:18:25 +01:00
Gunnar Morling
8a28f12999
#634 Using DeclaredType instead of TypeElement when resolving property accessors of mapped bean types; That way accessor parameter/return types referring to type parameters of the bean will be resolved correctly
2016-02-07 19:50:27 +01:00
Gunnar Morling
4997f3f292
#634 Consolidating determination of target type in property mapping builders
2016-02-07 19:50:27 +01:00
Gunnar Morling
4a74ee8f6c
#732 Properly copying enum sets
2016-02-02 21:51:36 +01:00
Sam Wright
5ede0e91db
#664 Annotate mapper implementations with @Singleton when using jsr330.
2016-02-02 19:52:24 +01:00
Gunnar Morling
0a41360acf
#729 Some clean-up
2016-02-02 19:31:10 +01:00
Oliver Ehrenmüller
e42788ece2
#729 Fix trying to resolving constructor on primitive types (correct formatting)
2016-02-01 13:10:44 +01:00
Oliver Ehrenmüller
39158f649f
#729 Fix trying to resolving constructor on primitive types
2016-02-01 13:07:59 +01:00
Vincent Alexander Beelte
f84938f46e
find information in XmlElementRef annotations to match it against XmlElementDecl to implement #726
2016-01-19 19:08:38 +01:00
Gunnar Morling
34aceff5f8
#723 Updating year in license headers
2016-01-16 18:00:09 +01:00
Andreas Gudian
1ae3d07388
#701 Update checkstyle version and fix several previously undetected issues in our code (mostly missing whitespaces and redundant modifiers) and in the generated code (superflous whitespaces before commas)
...
Requrires update of guava and cdi-weld do to dependency convergence.
2016-01-02 17:50:09 +01:00
Andreas Gudian
5831e824e1
Organize imports to put static imports back on top.
2015-12-18 23:08:56 +01:00
Gunnar Morling
55b74ae384
#710 Deferring processing of mappers with incomplete source/target types to a later processing round
2015-12-17 23:53:20 +01:00
Andreas Gudian
7c2b4c9541
#698 Fix missing import for enums in case of default values.
2015-11-25 19:56:42 +01:00
Andreas Gudian
dde84306ab
#644 Only delegate to the Eclipse-specific workaround when the compiler is actually identified as Eclipse JDT
2015-11-16 20:32:41 +01:00
Andreas Gudian
76603416e7
#644 Basically reverting changes made for #127 , with a fix for handling super-bounds in JDK (failed after wrapping Types in TypesDecorator). Moved most of the logic of Types.getTypeBounds() to TypeFactory.
2015-11-13 22:06:53 +01:00
Andreas Gudian
e4bbfdaaa6
#688 Fix handling of overridden methods in adjacent interface hierarchies.
2015-11-13 22:04:32 +01:00
Andreas Gudian
fc660e2c02
#687 Fix detection of source property type in case the mapping is specified via annotation
2015-11-13 22:04:31 +01:00
Andreas Gudian
8a3d5418df
#644 Workaround for problems with the Eclipse implementation of asMemberOf. Refactored SpecificCompilerWorkarounds to be primarily used through a decorated variant of Types that is now used throughout MapStruct.
2015-11-13 22:04:31 +01:00
Andreas Gudian
aba26328ba
#667 Run all processor tests with both the JDK compiler and the Eclipse compiler.
...
All generated sources and compilation results are kept in a new directory structure, making manual inspection easier, and also simplifying parallel test-class execution.
2015-11-09 22:54:47 +01:00
Gunnar Morling
18c03a328d
#681 Using UTC for Date/JavaLocalDate conversion in both directions
2015-11-06 19:19:34 +01:00
Andreas Gudian
1f091c35e2
#660 Fix custom package / implementation name when using componentModel="default" with abstract classes
2015-10-24 20:55:45 +02:00
sjaakd
11a03e54ca
#640 - applying Mapper or Mapperconfig NullValueMappingStrategy to forged methods
2015-09-22 23:08:37 +02:00
sjaakd
b816469537
#631 - adding error message for generic type variables as source / target / result
2015-09-14 21:38:32 +02:00
sjaakd
45db85a7be
#636 - refinement of solution java8 default and static interface methods
2015-09-14 09:06:22 +02:00
Ivo Smid
a15a67ff47
#636 - fix - default methods (Java 8) do not work anymore
2015-09-14 09:02:33 +02:00