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
Gunnar Morling
d18cb9c64d
[maven-release-plugin] prepare release 1.0.0.Beta3
2014-11-30 19:43:17 +01:00
Gunnar Morling
4d236472e2
Fixing Javadoc issues
2014-11-27 19:32:58 +01:00
Gunnar Morling
1bfcdd2c2a
#295 Improving comment
2014-11-25 22:31:53 +01:00
Gunnar Morling
2fde97c039
#295 Formatting
2014-11-24 22:33:17 +01:00
Gunnar Morling
4ca2b6ecf1
#295 Improving wording in JavaDocs, making @NullValueMapping#value() mandatory
2014-11-24 22:27:20 +01:00
sjaakd
8ea20d4315
#295 Replacing MapNullToDefault with NullValueMapping
2014-11-24 21:43:12 +01:00
sjaakd
ac0a532fb4
#295 NullValueMapping inheritance mechanism from MapperConfig to Mapper to Method
2014-11-24 21:13:54 +01:00
sjaakd
24dc73765f
#295 NullValueMapping for BeanMapping on mapping method level
2014-11-24 21:09:59 +01:00
Gunnar Morling
32eeceb0cf
#252 Renaming @ReverseMappingMethod to @InheritInverseConfiguration
...
* Improving error messages
* Fixing some typos
2014-10-14 22:03:32 +02:00
sjaakd
5457f3583a
#252 merging reverse mapping with forward mapping. Fixing reverse check in Mapping.
2014-10-13 23:09:11 +02:00
sjaakd
69beb9a6b4
#268 introduction of qualifiers
2014-09-26 20:38:53 +02:00
Andreas Gudian
716b34b720
#169 Copying sources from core-common to core/core-jdk8 using maven-resources-plugin to allow faster builds and nicer roundtrips in IDEs
2014-09-09 20:19:29 +02:00
sjaakd
8f56d8dd67
#265 adding imports to the Mapper to make expressions more easy.
2014-08-19 19:42:25 +02:00
Andreas Gudian
644b5ef65a
#254 set retention policy of @Mapper to CLASS
2014-07-03 20:23:49 +02:00