380 Commits

Author SHA1 Message Date
Gunnar Morling
68282180b9 Ignoring Doclint errors for the time being 2014-06-27 00:18:15 +02:00
Gunnar Morling
a9a93b97c8 #242 Fixing typo; Formatting 2014-06-26 23:07:47 +02:00
sjaakd
5af39aa4a0 #242 fix for non collection source generates faulty code 2014-06-26 23:04:49 +02:00
sjaakd
5926e44cee #241 test on adder should be less strict 2014-06-26 23:04:49 +02:00
Gunnar Morling
ec977cdbfc #235 Formatting 2014-06-25 23:34:04 +02:00
sjaakd
a6b011ef36 #235 processing comments 2014-06-25 23:21:20 +02:00
sjaakd
b41aa588a1 #235 java expressions and unit test, simplify getconstantmapping, reorg unit test 2014-06-25 23:21:20 +02:00
sjaakd
87f7f55539 #113 renaming mapping attribute expression into constant, preparing for other expressions. 2014-06-25 23:21:19 +02:00
Gunnar Morling
60cdf836ce #231 Formatting 2014-06-25 22:42:54 +02:00
sjaakd
d43d1962a4 #231 adding and adapting unit test to demonstrate problem is solved 2014-06-24 23:32:55 +02:00
sjaakd
e24d3a03e6 #233 moving conversion.generics package to selection.generics 2014-06-24 23:05:15 +02:00
sjaakd
92b1e3e1c2 #233 isEmpty iso size==0 2014-06-24 23:05:15 +02:00
Gunnar Morling
9a21198265 #237 Improving test/method names 2014-06-24 22:43:10 +02:00
sjaakd
02c81ae651 #237 NPE check for type converted sources followed by method mapping 2014-06-24 22:43:10 +02:00
Gunnar Morling
c550af2529 #227 Formatting; Getting rid of some warnings 2014-06-24 22:15:47 +02:00
sjaakd
8b45909a25 #227 adding some unit test 2014-06-23 12:08:12 +02:00
sjaakd
cd1037a663 #227 removing the new collection / map implementation from the addAll methods 2014-06-22 22:54:20 +02:00
sjaakd
6eed953fdf #227 small improvement, removing constructor argument from GetterCollectionOrMapWrapper 2014-06-22 20:54:39 +02:00
Andreas Gudian
5afc627735 #229 Add null-check before auto-unboxing in direct assignments 2014-06-22 13:00:15 +02:00
Gunnar Morling
a6a9971c30 #207 Formatting 2014-06-22 12:38:35 +02:00
Gunnar Morling
8b7d5197bc #207 Applying IntelliJ formatting style 2014-06-22 12:27:35 +02:00
Gunnar Morling
160bdb2e86 #207 JavaDoc improvements; Joining singularization methods 2014-06-22 12:22:18 +02:00
sjaakd
acfca6235d #207 adder method support for target collections and unit test 2014-06-19 21:42:02 +02:00
sjaakd
6d682c5118 #214 addressing superfluous NPE checks and adding NPE rudimentary unit tests 2014-06-18 22:02:28 +02:00
Gunnar Morling
75ef1f9f92 #187 Improving JavaDoc, adding new attribute to JDK 8 version of @Mapping 2014-06-09 15:30:27 +02:00
Gunnar Morling
8804563a41 #187 Minor clean-up and formatting 2014-06-09 15:30:04 +02:00
sjaakd
89f9a0e1a4 #187 adapting for #198 2014-06-09 14:45:01 +02:00
sjaakd
5c27578db0 #187 adding unit test to make sure that reverse mapping also works for source constants 2014-06-09 14:45:01 +02:00
sjaakd
e701801ec5 #187 introducing constant mapping 2014-06-09 14:45:01 +02:00
Andreas Gudian
c8f6be3204 #178 fix a new unused import that crept in, added a test for it 2014-06-09 14:10:59 +02:00
Gunnar Morling
a1cdd11bd5 #220 Avoiding negated method name 2014-06-07 08:40:16 +02:00
Andreas Gudian
a3d0e420eb #220 don't create new instances for collection/map properties when using addAll/putAll 2014-06-07 08:40:16 +02:00
Andreas Gudian
b5423cc8f8 #220 Allow getter as target accessor for Map types 2014-06-07 08:40:16 +02:00
Gunnar Morling
ff6f8ab3ca Attaching sources for mapstruct-jdk8 module 2014-06-04 16:23:31 +02:00
Gunnar Morling
0b0f7a7b6f #169 Removing dependency to commons-io 2014-05-31 09:21:49 +02:00
Gunnar Morling
67ce1122ed #169 Updating some plug-ins to latest versions 2014-05-31 00:19:03 +02:00
Gunnar Morling
fa91d89177 #169 Adding "core-common" to generated JavaDoc 2014-05-30 23:36:26 +02:00
Gunnar Morling
c304a8f461 #169 Excluding generated sources from CheckStyle in Eclipse 2014-05-30 23:24:05 +02:00
Gunnar Morling
b2d9a5ce73 #169 Upgrading to maven-jaxb2-plugin:0.9.0 which makes workaround for XML security issue unnecessary 2014-05-30 09:56:00 +02:00
Gunnar Morling
1ead23ad9c #169 Copying sources instead of classes from core-common to core/core-jdk to improve IDE experience; Splitting up integration tests 2014-05-30 09:13:55 +02:00
Christian Schuster
5a04f4635e #169 include new artifact in distribution 2014-05-25 14:35:40 +02:00
Christian Schuster
183d4c83e6 #169 add integration tests for repeated Mapping annotation 2014-05-25 14:35:40 +02:00
Christian Schuster
64d5cb2799 #169 add JDK-based overlays to support repeatable Mapping annotation 2014-05-25 14:35:40 +02:00
Christian Schuster
afb16d1fc1 #169 make animal-sniffer-maven-plugin work with Java 8 byte code, change versions of integration test dependencies 2014-05-25 14:32:53 +02:00
Andreas Gudian
0652dad7b0 #217 provide source-jars for modules core and processor 2014-05-25 14:21:32 +02:00
Andreas Gudian
7e9aab7cb4 #215 change RetentionPolicy to CLASS for @MapperConfig 2014-05-17 14:09:23 +02:00
Gunnar Morling
fc2bd954c6 #206 Moving canAccess() method to Type; Splitting up MethodRetrievalProcessor#getMethod() 2014-05-10 19:03:10 +02:00
sjaakd
a77a693d9d #206 adding case for protected method in same package 2014-05-09 18:44:04 +02:00
sjaakd
e144519b28 #206 adding checks on accessibility of referenced mappers and introducing unit test for that case 2014-05-09 18:44:03 +02:00
Gunnar Morling
d6a6cb25b6 #75 JavaDoc 2014-05-08 00:53:42 +02:00