462 Commits

Author SHA1 Message Date
sjaakd
5cd90ae6cf #307 fix non used imports in adder functionality 2014-10-04 11:27:34 +02:00
sjaakd
99889581c4 #310 Missing sourceType import in adder functionality 2014-10-01 22:52:57 +02:00
sjaakd
69beb9a6b4 #268 introduction of qualifiers 2014-09-26 20:38:53 +02:00
sjaakd
6d7a4da067 #298 fix for not found annotation nullpointer 2014-09-24 00:08:41 +02:00
Christian Schuster
2ca4ce5fd5 #297 check presence of @Mapper annotation 2014-09-23 21:40:36 +02:00
Andreas Gudian
33abe5faaf #202 Refactor integration tests to use Maven Verifier, different JDKs using toolchains, and the Eclipse JDT compiler. 2014-09-14 22:00:03 +02:00
Andreas Gudian
716b34b720 #169 Copying sources from core-common to core/core-jdk8 using maven-resources-plugin to allow faster builds and nicer roundtrips in IDEs 2014-09-09 20:19:29 +02:00
sjaakd
01082a6da3 #277 fixing faulty match check in built-in methods on return/target type. 2014-09-02 21:47:39 +02:00
sjaakd
b4b4e32ae5 #278 fix for applying expressions in the reverse, test for Boolean isProperty method workaround 2014-09-02 21:42:37 +02:00
Andreas Gudian
f65e22f3c4 Add toString() for ForgedMethod 2014-08-30 20:12:56 +02:00
Gunnar Morling
4c529652c4 Updating date in readme.md 2014-08-19 21:46:42 +02:00
sjaakd
8f56d8dd67 #265 adding imports to the Mapper to make expressions more easy. 2014-08-19 19:42:25 +02:00
sjaakd
8a173ba3db #283 refactoring ut for builtin methods to detect faulty imports 2014-08-19 19:18:55 +02:00
sjaakd
7472f5e946 #3 and #4 automatically generated iterable- and map-mappings 2014-08-16 20:06:20 +02:00
Andreas Gudian
7fdfc9e167 #279 fix missing imports in builtin mapping methods 2014-08-14 21:03:47 +02:00
sjaakd
c5b6c64645 #205 Use autoboxing iso type conversion when possible 2014-08-14 09:53:13 +02:00
Andreas Gudian
a979e4ec4a #275 do not register Java 8 Date/Time built-in methods if the types are not available 2014-08-13 10:32:33 +02:00
Andreas Gudian
6093f525ed #121 adjust formatting of builtin methods 2014-07-29 10:56:56 +02:00
Timo E aus E
9f03defb24 #121 remove redundand JavaTimeConstants type 2014-07-29 10:46:03 +02:00
Timo E aus E
6cd96fcb6f #121 support for converting java 8 dates and times to calendar and date 2014-07-29 10:45:54 +02:00
Andreas Gudian
378e23a964 #145 extended build-in test for calendar<>date and calendar<>string conversion. No need to do anything as existing build-in methods do the trick 2014-07-29 10:11:20 +02:00
sjaakd
34a5765cbb #255 adding unit test for existing mapping target 2014-07-06 11:55:05 +02:00
sjaakd
b5e18b54fc #255 avoid empty if check due to the introduction of constants in bean mapping 2014-07-06 11:16:32 +02:00
sjaakd
683acdc7e3 #255 several sources does not combine with constants and expressions 2014-07-06 11:16:32 +02:00
Andreas Gudian
c434e1dcd3 #253, #254 do not collect methods that override Object#equals(Object) or that are overridden by an already collected method from a sub type 2014-07-03 21:52:47 +02:00
Andreas Gudian
644b5ef65a #254 set retention policy of @Mapper to CLASS 2014-07-03 20:23:49 +02:00
Andreas Gudian
be52a0b632 Fix URL to CI build 2014-07-03 19:43:47 +02:00
Andreas Gudian
2455330c9e #248 fix missing import for j.u.Date in DateToXmlGregorianCalender built-in mapping 2014-06-29 16:39:22 +02:00
Gunnar Morling
ac7eb61c87 #247 Re-enabling Doclint; Fixing JavaDoc errors 2014-06-28 12:39:54 +02:00
Gunnar Morling
4ed4853e86 [maven-release-plugin] prepare for next development iteration 2014-06-27 00:28:20 +02:00
Gunnar Morling
2c0f4ceaf4 [maven-release-plugin] prepare release 1.0.0.Beta2 1.0.0.Beta2 2014-06-27 00:28:14 +02:00
Gunnar Morling
1c18516793 #72 Adding Mapping#ignore() to exclude specified properties from mapping 2014-06-27 00:20:26 +02:00
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