71 Commits

Author SHA1 Message Date
Gunnar Morling
c47fd95d04 #801 Trying to load mapper implementation types via the mapper interface's loader first 2016-07-05 22:24:02 +02:00
sjaakd
3700052cc6 #679 Adding testcases, helpermethods for decimalconversion, doc update 2016-06-15 23:34:48 +02:00
cliedeman
607d0fd6f0 Implemented Feature from Issue #679: Support of numberFormat for Number to String mapping 2016-06-07 22:16:04 +02:00
Andreas Gudian
d74f73aa2d [maven-release-plugin] prepare for next development iteration 2016-03-16 20:48:00 +01:00
Andreas Gudian
deacfc2c6a [maven-release-plugin] prepare release 1.1.0.Beta1 2016-03-16 20:47:59 +01:00
sjaakd
d59873d923 Fixing some general javadoc issues. 2016-03-15 22:20:10 +01:00
sjaakd
e15b873b9a #784 Javadoc issue 2016-03-15 22:20:10 +01:00
sjaakd
d8402a7df2 #784 Named should follow Qualifier strategy. 2016-03-15 22:20:10 +01:00
sjaakd
ae4d0f77e1 #749 Introduction of @ValueMapping, @ValueMappings 2016-03-15 21:19:55 +01:00
Andreas Gudian
c671692cd0 #770 Update retention-policy of custom qualifier annotations in docs and tests to CLASS. 2016-03-07 19:15:50 +01:00
sjaakd
18912727ca #761 fixing cloudbees issue. 2016-02-20 22:31:07 +01:00
sjaakd
15b6afef58 #761 using fully qualified names in javadoc for conflicting annotations 2016-02-20 22:21:16 +01:00
Gunnar Morling
5e88dae8ce #750 Further expanding comment 2016-02-20 11:42:47 +01:00
sjaakd
e039c74c2a #750 Documentation update for @Named 2016-02-19 22:48:20 +01:00
sjaakd
bb1ccac434 #750 Introducing the @Named annotation 2016-02-16 21:10:30 +01:00
Sam Wright
5ede0e91db #664 Annotate mapper implementations with @Singleton when using jsr330. 2016-02-02 19:52:24 +01:00
Gunnar Morling
34aceff5f8 #723 Updating year in license headers 2016-01-16 18:00:09 +01:00
Gunnar Morling
1e318e3405 [maven-release-plugin] prepare for next development iteration 2015-11-25 22:56:43 +01:00
Gunnar Morling
8fb0424326 [maven-release-plugin] prepare release 1.0.0.Final 2015-11-25 22:56:40 +01:00
Andreas Gudian
c43b495863 [maven-release-plugin] prepare for next development iteration 2015-08-27 10:58:55 +02:00
Andreas Gudian
7e7285ac49 [maven-release-plugin] prepare release 1.0.0.CR2 2015-08-27 10:58:55 +02:00
Andreas Gudian
72a7bdbb83 #592 Improve @DecoratedWith javadoc 2015-08-23 21:46:06 +02:00
Andreas Gudian
590363cf2f #592 Fix Decorator-support for component model 'spring' and 'jsr330', extend decorator integration-tests, add examples to @DecoratedWith javadoc 2015-08-23 16:40:54 +02:00
Andreas Gudian
6238e21247 #472 Fix typo in javadoc 2015-08-14 21:03:33 +02:00
Christophe Labouisse
29f720b35e #472, #556 Make implementation package and name configurable
- Add `implementationName` & `implementationPackage` to `@Mapper` and
`@MapperConfig'

- Generate a file in `META-INF/services` when a custom name or package
has been configured

- `Mappers` use `ServiceLoader` first in order to get a mapper's
  implementation before falling back to the former method

- Change the `MapperServiceProcess` behaviour to return `default` rather
  than `null` when no component model is defined
2015-08-14 21:03:33 +02:00
Andreas Gudian
a85168f298 #618 Improve detection of unspecified annotation attributes and remove all "DEFAULT"/"default" values from annotations and enums that were previously only created to detect if a value was assigned or not. 2015-08-13 20:38:43 +02:00
Gunnar Morling
33e6822694 [maven-release-plugin] prepare for next development iteration 2015-06-03 23:19:10 +02:00
Gunnar Morling
ee6c392870 [maven-release-plugin] prepare release 1.0.0.CR1 2015-06-03 23:19:10 +02:00
Andreas Gudian
ccedca8890 #14 Adapt javadoc and order of method-usage within a type hierarchy 2015-05-28 18:23:53 +02:00
Andreas Gudian
ac8320b0a3 #14 Add support for @AfterMapping / @BeforeMapping methods, adapt MethodMatcher to allow multiple source arguments again 2015-05-28 18:15:04 +02:00
Andreas Gudian
e31296d7f9 #494 Fix javadoc errors popping up during the build 2015-05-14 23:13:49 +02: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 2015-03-05 00:07:46 +01:00
Gunnar Morling
eddc951c01 Fixing several JavaDoc issues 2015-03-05 00:04:03 +01:00
sjaakd
b7e1388e0f #474 type in BeanMapping annotation 2015-03-01 20:16:46 +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
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
sjaakd
897c8fbb6d #433 introduce resultType in @IterableMapping and @MapMapping 2015-01-31 08:00:01 +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
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
151f24d306 #417 Making dateFormat in @IterableMapping optional, adding checks for @IterableMapping and @MapMapping 2015-01-20 21:39:06 +01:00
Gunnar Morling
13f9a5027a #213 Updating license header 2015-01-07 20:11:59 +01:00
sjaakd
b2ef82ba5c #383 introduction of @InheritConfiguration to align update with create methods (single source) 2014-12-28 22:22:31 +01:00
Gunnar Morling
d0b3ba071d [maven-release-plugin] prepare for next development iteration 2014-11-30 19:43:18 +01:00