592 Commits

Author SHA1 Message Date
sjaakd
229537284a #320 fixing JodaTime unit test 2015-04-06 14:44:34 +02:00
sjaakd
bacf835c0d #516 Add NP check on adder property mapping including reproducer 2015-04-04 11:43:51 +02:00
Andreas Gudian
a431581da8 #523 fix type of assignment in GetterWrapperForCollectionsAndMaps 2015-03-30 20:50:38 +02:00
Andreas Gudian
f7433466cd #508 better caching of templates, disable caching in jar file connections to avoid suddenly closed InputStreams 2015-03-29 18:59:25 +02:00
Andreas Gudian
bcb722e2e9 #291 add test to verify that the simple case (target type with type arguments) already works, clean-up unnecessary "raw" definitions in templates 2015-03-28 10:48:27 +01:00
Andreas Gudian
fb6c4dbfbd #517 make order of target properties in generated code and in messages stable 2015-03-26 20:39:45 +01:00
Andreas Gudian
fb8a6e3ae0 #504 fix potential NPE in StreamEncoder (char-array can be null) 2015-03-17 13:52:12 +01:00
Gunnar Morling
0674a8780b #499 Extracting base class for shared mapping builder properties 2015-03-09 23:48:44 +01:00
Gunnar Morling
c030535ebe Adding Michael Pardo to copyright.txt 2015-03-08 13:08:01 +01:00
Michael Pardo
6435ab018e #481 Only add JaxbElement if the class exists 2015-03-08 09:37:59 +01:00
Gunnar Morling
f239841507 [maven-release-plugin] prepare for next development iteration 2015-03-05 00:07:48 +01:00
Gunnar Morling
e21c5fca26 [maven-release-plugin] prepare release 1.0.0.Beta4 1.0.0.Beta4 2015-03-05 00:07:46 +01:00
Gunnar Morling
eddc951c01 Fixing several JavaDoc issues 2015-03-05 00:04:03 +01:00
Gunnar Morling
c52db7d1a2 Updating readme.md prior to 1.0.0.Beta4 release 2015-03-04 23:32:38 +01:00
sjaakd
c69a56c138 #160 Using update method, basic behavior. Single mapping methods on non collection / array properties. 2015-03-04 22:58:42 +01:00
sjaakd
776bc3d157 #160 Refactoring into targetReadAccessor and targetWriteAccessor and making them available to ftl templates 2015-03-04 21:58:33 +01:00
Gunnar Morling
bcf28c1cc1 #470 Adding import in case decorator is in another package than mapper interface 2015-03-04 14:22:19 +01:00
Gunnar Morling
b02d206de6 #304 Addressing review remarks 2015-03-04 00:34:08 +01:00
Gunnar Morling
21b89ea5e2 #304 Detecting unknown properties given via dependsOn() 2015-03-04 00:33:35 +01:00
Gunnar Morling
a332533dda #304 Raising an error in case a cycle is specified via dependsOn() 2015-03-04 00:33:35 +01:00
Gunnar Morling
6a43ee9391 #304 Formatting (unrelated) 2015-03-04 00:33:35 +01:00
Gunnar Morling
2d7ab089ff #304 Allowing to configure dependencies between properties via @Mapping#dependsOn() 2015-03-04 00:32:33 +01:00
sjaakd
9b888847ea #485 ArrayCopyWrapper local var possibly not safe 2015-03-03 23:30:37 +01:00
sjaakd
a381396839 #289 adding extra null check before add/putAll of a target collection when having a getter only targetaccessor 2015-03-02 09:54:14 +01:00
Andreas Gudian
bfaa524cb7 #460 add workaround for TypeElements that occasionally seem "empty" during incremental compilation in Eclipse JDT 2015-03-01 22:30:47 +01:00
sjaakd
b7e1388e0f #474 type in BeanMapping annotation 2015-03-01 20:16:46 +01:00
sjaakd
9fb2e6881c #474 refactoring, handling beanmapping similar as iterablemapping and mapmapping 2015-02-26 22:34:35 +01:00
sjaakd
1827d1125a #474 remove @NullValueMapping in favour of @Bean/@Map/@IterableMapping 2015-02-26 20:15:19 +01:00
Andreas Gudian
ea73669096 #168 Change retention of method-level annotations to CLASS, as they now need to be read from other classes as well 2015-02-25 14:50:39 +01:00
Andreas Gudian
9bfdc54b7b #163 correct typo in Javadoc code example 2015-02-25 09:49:33 +01:00
Gunnar Morling
bbeaa2117c #168 Formatting 2015-02-24 23:46:18 +01:00
Gunnar Morling
ec614a6e25 #168 Some JavaDoc clarifications 2015-02-24 23:30:42 +01:00
Gunnar Morling
1c258c2ef9 #168 Renaming MapperConfig to MapperConfiguration to avoid confusion with @MapperConfig 2015-02-24 22:33:28 +01:00
Andreas Gudian
952ee8526d #168 Allow to inherit mapping method configurations from the @MapperConfig-annotated type, either automatically when all method types match, or explicitly using @InheritConfiguration. 2015-02-24 14:24:24 +01:00
Gunnar Morling
2c845480a0 #465 Referencing formatter class by name rather than class object 2015-02-21 18:55:55 +01:00
Gunnar Morling
46145323ac #465 Fixing some whitespace issues in generated code 2015-02-21 18:55:46 +01:00
Gunnar Morling
a7d56e5122 #465 Adding import for Locale to Joda generated mappers if required 2015-02-21 18:55:29 +01:00
sjaakd
fe10248416 #459 error message parameter forgotten 2015-02-19 22:25:45 +01:00
Gunnar Morling
1659a6e8e5 #456 Avoiding to print multiple consecutive blank lines 2015-02-15 22:42:01 +01:00
sjaakd
37e5942c86 #160 allow selection of update methods by refactoring MethodMatcher but stopping selection of update method at new filter 2015-02-14 22:53:18 +01:00
Andreas Gudian
0c226f8388 #454 Do not check the existence of types in the classloader of the processor, but on the classpath of the sources 2015-02-11 20:11:34 +01:00
Andreas Gudian
892cdb2921 #323 make order of fields for used mappers stable (ordered as given in @Mapper#uses and then @MapperConfig#uses, omitting duplicates) 2015-02-08 17:34:36 +01:00
Andreas Gudian
762113aa60 #431 add JDK 9 to integration tests and remove processor_plugin_java_7 tests (they did exactly the same as the _java_8 variant, for what we are concerned).
Use -DprocessorIntegrationTest.canUseJdk9=false in case no JDK9 is configured in the toolchains.xml file
2015-02-08 11:10:53 +01:00
sjaakd
83ace655e1 #449 Handle XmlGregoriancalendar from String with empty date format as xml datatype 2015-02-06 22:52:33 +01:00
sjaakd
0ded169ecb #339 valid_date is not an error 2015-02-06 20:49:09 +01:00
sjaakd
55a50448be #141 removal of ListOfJaxbElemToListOfValue builtin method 2015-02-06 20:33:42 +01:00
sjaakd
4e10c8451c #194 Only generate field / imports for a referenced mapper if it is actually used 2015-02-06 20:18:14 +01:00
Gunnar Morling
0772dce41b #339 Some comment and typo fixes 2015-02-05 23:01:58 +01:00
sjaakd
b83c430758 #339 Uppercase for ENUM in messages, moving Diagnostic.Kind to Message 2015-02-04 21:46:10 +01:00
sjaakd
580d7869fd #339 fixing some spelling errors in messages 2015-02-03 00:14:30 +01:00