Andreas Gudian
|
e5b9ee2cb1
|
#178 avoid unused imports in property-mappings
|
2014-04-13 12:59:02 +02:00 |
|
Gunnar Morling
|
720bcd83c5
|
#196 Formatting
|
2014-04-13 11:50:57 +02:00 |
|
sjaakd
|
529acf6055
|
#196 moving getGetters, getSetters and getAlternativeTargetAccessors to Type, initializing them lazy.
|
2014-04-13 11:50:57 +02:00 |
|
Andreas Gudian
|
8d6c216a2f
|
#132 docs and incorporated some review comments
|
2014-04-06 21:45:30 +02:00 |
|
Gunnar Morling
|
e88ea868ac
|
#132 Docs
|
2014-04-06 20:44:29 +02:00 |
|
Gunnar Morling
|
e5272fab2b
|
#132 Formatting
|
2014-04-06 20:44:21 +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 |
|
Andreas Gudian
|
25849adfee
|
#132 speed up tests by avoiding unneccessary compilations, allow parallel executions (with -DforkCount > 1 or with -Dparallel=classes -DthreadCount > 1)
|
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 |
|
Gunnar Morling
|
c374f7c818
|
#191 Adding Christian to copyright.txt
|
2014-04-05 18:26:53 +02:00 |
|
Christian Schuster
|
9711d5615e
|
#191 extend delegate template to avoid duplicate mapper instantiation
|
2014-04-04 21:18:11 +02:00 |
|
Andreas Gudian
|
a8b153d980
|
#165 generate mapping methods declared in super-classes or implemented interfaces
|
2014-03-31 19:56:06 +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 |
|
sjaakd
|
a15cf08d24
|
#180 fix
|
2014-03-28 20:48:21 +01:00 |
|
Andreas Gudian
|
828cc24650
|
Fix JDK 6 compilation
|
2014-03-28 20:43:41 +01:00 |
|
sjaakd
|
82c41416a2
|
#173 solution and added unit test with added test checks
|
2014-03-21 23:37:46 +01:00 |
|
Andreas Gudian
|
51fb6ad20b
|
JDK8 compatibility: update surefire, update jacoco, add workaround for security error in xjc execution
|
2014-03-19 20:37:10 +01:00 |
|
Andreas Gudian
|
d4e2033fbb
|
fix compilation under JDK6 javac
|
2014-03-16 19:43:00 +01:00 |
|
sjaakd
|
6639447dea
|
#147 creating a wrapper class localizing the JDK6 fix to one spot
|
2014-03-16 19:32:55 +01:00 |
|
sjaakd
|
c10a5a6e31
|
#147 patch for JDK6 java.lang.AssertionError: isSubtype 15 problem, including some test updates
|
2014-03-16 19:32:55 +01: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
1.0.0.Beta1
|
2014-03-05 20:40:22 +01:00 |
|
Gunnar Morling
|
c15503f47b
|
#163 Raising error in case wrong decorator type is given
|
2014-03-05 00:50:52 +01:00 |
|
Gunnar Morling
|
e0da882540
|
#163 Adding support for decorators
|
2014-03-05 00:50:52 +01:00 |
|
Gunnar Morling
|
427cc16390
|
#163 Preparations for generating other top-level types then mappers themselves
|
2014-03-05 00:50:52 +01:00 |
|
Gunnar Morling
|
6cbccdb36d
|
Updating readme
|
2014-03-05 00:50:22 +01:00 |
|
Gunnar Morling
|
8a260bf659
|
#162 Making sure only actual enum constants are mapped in enum mapping when using the Eclipse compiler
|
2014-03-04 20:12:40 +01:00 |
|
Gunnar Morling
|
fd3aa63e2d
|
#119 Formatting
|
2014-03-04 20:12:37 +01:00 |
|
sjaakd
|
859c51368d
|
#119 Added Test Code, adding shipping address to trigger use of the 2nd object factory
|
2014-03-04 11:58:38 +01:00 |
|
sjaakd
|
6d2120c1bc
|
#119 setup jaxb XSDs, DTOs, mapper and test
|
2014-03-04 11:34:23 +01:00 |
|
Gunnar Morling
|
ab7641731f
|
#153 Formatting of generated code
|
2014-03-04 00:23:30 +01:00 |
|
Andreas Gudian
|
84902318f9
|
#153 Use clear() / addAll(..) for collection properties in @MappingTarget mappings
|
2014-03-02 23:19:03 +01:00 |
|
Gunnar Morling
|
cfa2dc0bd0
|
#142 Fixing time zone dependent tests
|
2014-03-02 19:17:28 +01:00 |
|
Andreas Gudian
|
16112a6156
|
#136 Add additional test to verify compatibility of @TargetType with nested mapping methods
|
2014-02-28 23:09:19 +01:00 |
|
Andreas Gudian
|
1db853137c
|
#136 Some clean-up/documentation
|
2014-02-28 22:43:56 +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
|
8ddb2a9fb3
|
#134 Formatting
|
2014-02-28 19:54:47 +01:00 |
|
Gunnar Morling
|
53ff1b7e13
|
#134 Some clean-up:
* Removing obsolete method
* Using more descriptive method and test name
* Some comments
|
2014-02-28 19:54:36 +01:00 |
|
sjaakd
|
27c85d8f97
|
#134 adding nested method match functionality including UT after merge with #135
|
2014-02-27 23:11:11 +01:00 |
|
sjaakd
|
a9e1438c1e
|
#151 improving UT for #120 and fixing some missing imports
|
2014-02-27 00:12:15 +01:00 |
|
Gunnar Morling
|
f8aa758ecf
|
#135 Simplifying XmlElementDeclSelector a bit
|
2014-02-26 23:14:23 +01:00 |
|
Gunnar Morling
|
40ed18af0b
|
#135 Adding some JavaDocs; Removing unused method
|
2014-02-26 22:05:17 +01:00 |
|
Gunnar Morling
|
03dca9a8d4
|
#135 Formatting and typo fix
|
2014-02-26 20:03:21 +01:00 |
|
sjaakd
|
b84a5df84e
|
#135 applied list of MethodSelectors idea.
|
2014-02-26 19:45:16 +01:00 |
|
sjaakd
|
4d22ff7abd
|
#135 first attempt, UT based on scope AND name now
|
2014-02-26 19:45:16 +01:00 |
|
sjaakd
|
093019b5d9
|
Merge branch '146' of github.com:gunnarmorling/mapstruct into gunnarmorling_146
|
2014-02-26 07:28:42 +01:00 |
|
Gunnar Morling
|
a6bb427d86
|
#146 Making sure result type of bean mapping method and exception types from conversions are properly referenced if they are not imported
|
2014-02-26 01:45:39 +01:00 |
|