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 |
|
sjaakd
|
d61ca26652
|
#339 introduce centralized enum for messages
|
2015-02-03 00:11:45 +01:00 |
|
Gunnar Morling
|
31d2151b7b
|
#412 Adding test for inner class of inner class
|
2015-02-01 17:33:41 +01:00 |
|
Ewald Volkert
|
2ebfd04fe9
|
#209, #412 Adding support for mapping static inner classes and enums by adding import declarations for static inner types also if declared in the same package
|
2015-02-01 17:33:38 +01:00 |
|
sjaakd
|
f778d6c5ad
|
#434 construct resultType based on @BeanMaping#resultType when no factory method selected
|
2015-01-31 08:32:41 +01:00 |
|
sjaakd
|
897c8fbb6d
|
#433 introduce resultType in @IterableMapping and @MapMapping
|
2015-01-31 08:00:01 +01:00 |
|
sjaakd
|
adcc89b184
|
#433 introduce resultType in @Mapping
|
2015-01-27 19:48:12 +01:00 |
|
sjaakd
|
490d454858
|
#437 Correct error message IterableMapping
|
2015-01-27 19:34:30 +01:00 |
|
sjaakd
|
de18f2b1d3
|
#410 Small template improvement, removing empty lines between fields
|
2015-01-27 19:32:16 +01:00 |
|
sjaakd
|
6ba04920ef
|
#432 Selection of factory method based on Qualifier
|
2015-01-25 22:26:10 +01:00 |
|
Andreas Gudian
|
bd89a054e8
|
#424 Add Compiler implementation info to @Generated#comment
|
2015-01-25 21:02:45 +01:00 |
|
Andreas Gudian
|
8a449e12fd
|
#427 Allow to specify more than one processor option for one test
|
2015-01-25 21:02:45 +01:00 |
|
Andreas Gudian
|
9737e0ba6e
|
#426 allow to ignore checkstyle warnings explicitly by name using @SuppressWarnings
|
2015-01-25 21:02:45 +01:00 |
|
Gunnar Morling
|
483b88c6d2
|
#271 Improving JavaDocs for @Mapping#expression()
|
2015-01-25 11:26:48 +01:00 |
|
sjaakd
|
d3de4991c9
|
#429 Using Builder Pattern for SourceMethod
|
2015-01-24 10:29:55 +01:00 |
|
sjaakd
|
08ac33e3b1
|
#419 moving responsibility of target accessor determination to Type
|
2015-01-24 10:01:01 +01:00 |
|
Gunnar Morling
|
4c9653e277
|
#385 Improving docs, avoiding raw type warning
|
2015-01-22 23:32:41 +01:00 |
|
sjaakd
|
4e771244ad
|
#385 Introduction of BeanMapping annotation and target type selection, reorder of selectors
|
2015-01-21 20:40:39 +01:00 |
|
sjaakd
|
65c272286f
|
#385 Refactoring, factory methods should use selectors, preparing selector api for more criteria
|
2015-01-21 20:40:39 +01:00 |
|
sjaakd
|
7d2932c9b5
|
#390 included maven coordinates as comments in generated code
|
2015-01-21 20:27:52 +01:00 |
|
sjaakd
|
aa0e658f58
|
#410 do not instantiate a field (referenced mapper) when not used, e.g. only static referenced
|
2015-01-21 20:01:00 +01:00 |
|
sjaakd
|
d2796d7bf6
|
#410 use static custom mapper method instead of instance method call
|
2015-01-21 20:01:00 +01:00 |
|
sjaakd
|
151f24d306
|
#417 Making dateFormat in @IterableMapping optional, adding checks for @IterableMapping and @MapMapping
|
2015-01-20 21:39:06 +01:00 |
|
Andreas Gudian
|
9eec8ad6c9
|
#415 Rename packages that are named "target" to avoid them being ignored by the license plugin, add missing license header to some files
|
2015-01-07 21:57:59 +01:00 |
|
Gunnar Morling
|
13f9a5027a
|
#213 Updating license header
|
2015-01-07 20:11:59 +01:00 |
|