199 Commits

Author SHA1 Message Date
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
sjaakd
acfca6235d #207 adder method support for target collections and unit test 2014-06-19 21:42:02 +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
sjaakd
e701801ec5 #187 introducing constant mapping 2014-06-09 14:45:01 +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
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
Andreas Gudian
a41cad17bd #140, #132 - create a JUnit based test runner that is able to replace the test classloader correctly and is safe for parallel execution of test classes and methods
- migrate all tests to JUnit and remove testNG dependencies
2014-04-06 18:50:37 +02:00
Gunnar Morling
da1050ab34 #102 JavaDoc 2014-04-06 12:03:19 +02:00
sjaakd
af9074ce13 #102 addressing some comments (config iso mapperConfig, removing TYPE.PACKAGE from annotation, adding class javadoc, renaming MapperSettings to more logical MapperConfig) 2014-04-06 11:39:21 +02:00
sjaakd
1eb95e7115 #102 fixing javadoc 2014-03-30 10:44:30 +02:00
sjaakd
c2138f2b8e #102 sharing mapper configuration and unit test 2014-03-30 10:44:30 +02:00
Gunnar Morling
2b633211dd #170 Specifying retention policy for all annotation types 2014-03-11 22:44:13 +01:00
Gunnar Morling
64ca0ab949 [maven-release-plugin] prepare for next development iteration 2014-03-05 20:40:30 +01:00
Gunnar Morling
79615b12b0 [maven-release-plugin] prepare release 1.0.0.Beta1 2014-03-05 20:40:22 +01:00
Gunnar Morling
e0da882540 #163 Adding support for decorators 2014-03-05 00:50:52 +01:00
Andreas Gudian
4372e726ee #136 Introduce @TargetType to pass the target type of a custom property mapping method or factory method as parameter to the method 2014-02-28 22:40:53 +01:00
Gunnar Morling
f0f3335e28 #128 Adding support for enum mapping methods 2014-02-23 17:40:19 +01:00
Gunnar Morling
3c8f969573 #86 Updating license header 2014-01-12 19:48:08 +01:00
Gunnar Morling
d2bec5b354 [maven-release-plugin] prepare for next development iteration 2013-11-25 20:11:55 +01:00
Gunnar Morling
987bf57d35 [maven-release-plugin] prepare release 1.0.0.Alpha2 2013-11-25 20:11:43 +01:00
Gunnar Morling
c2a7853e4c #52 Moving Mappers class to package org.mapstruct.factory 2013-08-16 19:11:46 +02:00
Andreas Gudian
466a640ced #19 Map into existing instances.
- Either defined explicitly with @MappingTarget, or implicitly as last parameter in a void method.
2013-07-16 23:09:57 +02:00
Gunnar Morling
ea436e061f #44 Adding support for specification of date formats in Map mapping methods 2013-07-14 22:31:47 +02:00
Andreas Gudian
a265c14d39 #49 Add componentModel "jsr330"
o Refactor the other component model implementations to reduce code-duplication
2013-07-11 21:50:44 +02:00
Andreas Gudian
e6869f20f1 #47 Support Spring as component model
o Add processor option to set a default component model
2013-07-09 23:42:50 +02:00
Gunnar Morling
9dd8c179e3 #26 Mapping between String iterables and Date iterables 2013-07-07 14:45:51 +02:00
Gunnar Morling
abba4fb716 #26 Adding support for mappings between Date and String, optionally applying a format string 2013-07-07 14:45:47 +02:00
Gunnar Morling
502780c441 #32 Support for CDI-based mapper implementations 2013-06-29 13:39:21 +02:00
Gunnar Morling
bf5a4303b6 #35 Raising warning in case of unmapped target properties 2013-06-16 23:23:21 +02:00
Gunnar Morling
826a1b8d64 [maven-release-plugin] prepare for next development iteration 2013-06-02 23:57:00 +02:00
Gunnar Morling
1fbdf46fe6 [maven-release-plugin] prepare release 1.0.0.Alpha1 2013-06-02 23:57:00 +02:00
Gunnar Morling
940e2fb99b Improving JavaDoc 2013-06-02 17:14:11 +02:00
Gunnar Morling
fd286e17ab #33 Fixing CheckStyle issues 2013-06-01 18:11:11 +02:00
Gunnar Morling
42ac8f3f1a #33 Adding CheckStyle configuration 2013-06-01 18:11:11 +02:00
Gunnar Morling
5eafdb4970 #28 Updating JavaDocs for API classes 2013-05-29 23:58:54 +02:00
Gunnar Morling
d88cc1086a Updating copyright headers to reference contributor file 2013-05-14 22:11:11 +02:00
Gunnar Morling
79b45c710a #13 Enabling deployment to Maven Central 2013-04-10 00:07:26 +02:00
Gunnar Morling
cff12a5b49 #12 Using spaces instead of tabs for indentation 2013-04-07 22:46:06 +02:00
Gunnar Morling
458718e346 #12 Allowing delegation to other mapper classes 2013-04-07 13:06:35 +02:00
Gunnar Morling
df6ae29f2d Renaming to MapStruct 2013-02-27 00:58:41 +01:00
Gunnar Morling
7fc0878673 Adding support for mapping of reference attributes and lists; Removing Dozer-based implementation 2013-02-27 00:26:39 +01:00
Gunnar Morling
df25e12b0d Adding initial support for native mappers (work in progress) 2012-06-10 22:40:28 +02:00
Gunnar Morling
e07add7d43 Adding support for multiple bindings, adding converters 2012-05-28 23:15:13 +02:00
Gunnar Morling
1cf7e4275e Adding simple binding support 2012-05-28 17:17:26 +02:00
Gunnar Morling
61f181a589 Initial import 2012-05-28 14:50:43 +02:00