Filip Hrisafov
322e77e52b
[maven-release-plugin] prepare release 1.2.0.CR2
2017-08-28 20:22:54 +02:00
sjaakd
4d8bc29347
#1255 Extension of autoInheritanceStrategy, removing of name based ignore reverse mapping
2017-08-23 22:54:10 +02:00
Filip Hrisafov
2f4cf7c905
#748 Add note that the passed parameter to MappingTarget must not be null
2017-08-16 22:19:49 +02:00
Filip Hrisafov
0540a00263
[maven-release-plugin] prepare for next development iteration
2017-07-15 10:21:42 +02:00
Filip Hrisafov
03f6434aa7
[maven-release-plugin] prepare release 1.2.0.CR1
2017-07-15 10:21:41 +02:00
Filip Hrisafov
3004ea28c5
#1131 Use SourceRHS source type for update methods factories
...
If a SourceRHS is present then the source type of the SourceRHS and the MappingContext parameters are considered for the factory method selection, i.e. the other source parameters are ignored
2017-07-11 21:53:38 +02:00
Tillerino
00385a1cdb
#611 Allow nested declaration of Mappers
...
* #611 Allow nested declaration of Mappers
Up until now, if a Mapper was declared as a nested interface, say
EnclosingClass.NestedMapper, the implementation of the mapper was
generated as NestedMapperImpl in the same package. The Mappers factory
class then tried to load EnclosingClass$NestedMapperImpl, which would
fail.
2017-07-07 19:03:56 +02:00
Filip Hrisafov
0d66618d45
[maven-release-plugin] prepare for next development iteration
2017-05-30 23:27:41 +02:00
Filip Hrisafov
b3e7c52076
[maven-release-plugin] prepare release 1.2.0.Beta3
2017-05-30 23:27:40 +02:00
Filip Hrisafov
2e09944b19
#1213 General code cleanups:
...
* #122 Use util methods when possible
* Fix some warnings in Javadoc generation
* Don't use raw classes when not needed
* Add .yml, binding.xjb and .asciidoc files to license check exclusion
2017-05-24 14:15:46 +02:00
Filip Hrisafov
267c2e98f9
#993 Add support for disabling the generation of forged mapping methods
2017-04-20 23:37:16 +02:00
Andreas Gudian
01d9997ed6
[maven-release-plugin] prepare for next development iteration
2017-03-16 20:33:20 +01:00
Andreas Gudian
daedc88425
[maven-release-plugin] prepare release 1.2.0.Beta2
2017-03-16 20:33:19 +01:00
sjaakd
e154452d53
#1126 Add new CollectionMappingStrategy TARGET_IMMUTABLE
2017-03-14 21:36:36 +01:00
Andreas Gudian
3cc8972126
[maven-release-plugin] prepare for next development iteration
2017-02-20 20:58:14 +01:00
Andreas Gudian
520451bcd8
[maven-release-plugin] prepare release 1.2.0.Beta1
2017-02-20 20:58:12 +01:00
Andreas Gudian
32bf03642c
#983 , #975 rephrase documentation of AfterMapping/BeforeMapping and document @Context usage
2017-02-02 21:57:26 +01:00
Andreas Gudian
ac03999170
#975 Allow calling BeforeMapping/AfterMapping methods directly on @Context params
2017-02-02 21:57:26 +01:00
Gunnar Morling
754877cece
#510 Adding experimental SPI for letting AST-modifying annotation processors such as Lombok tell us about future modifications
2017-01-31 18:22:52 +01:00
Filip Hrisafov
6b07dda829
#962 Add support for mapping Java 8 Streams
2017-01-06 09:49:16 +01:00
Andreas Gudian
48d7963cca
Merge branch '1.1-master'
2017-01-05 22:04:29 +01:00
Andreas Gudian
b02f8e5df5
#1032 Update license headers to 2017
2017-01-05 18:55:26 +01:00
Andreas Gudian
44fe197d3b
#975 Introduce @Context annotation for passing context parameters through generated mapping methods to custom methods
2016-12-25 11:05:58 +01:00
Andreas Gudian
050c398da6
#966 Avoid missing newlines between methods and multiple newlines (generally) by adding a checkstyle rule, fixing current incarnations.
2016-12-01 21:52:58 +01:00
Remo
35b8972d76
#824 Target Bean Factory
...
Introduced @ObjectFactory annotation to distinguish between factory and
mapping methods. Until now this was decided based on the lack of
parameters. @ObjectFactory gives a factory access to source object by
defining them as parameters.
2016-12-01 10:38:37 +01:00
Andreas Gudian
62721b207b
[maven-release-plugin] prepare for next development iteration
2016-11-18 21:45:42 +01:00
Andreas Gudian
b0b816f552
[maven-release-plugin] prepare release 1.1.0.Final
2016-11-18 21:45:41 +01:00
Andreas Gudian
44f7070e75
Update version on master branch to 1.2.0-SNAPSHOT
2016-11-07 21:08:42 +01:00
Andreas Gudian
d83be86994
[maven-release-plugin] prepare for next development iteration
2016-11-07 20:52:04 +01:00
Andreas Gudian
4eb8fae8df
[maven-release-plugin] prepare release 1.1.0.CR2
2016-11-07 20:52:03 +01:00
Andreas Gudian
af68fcf616
[maven-release-plugin] prepare for next development iteration
2016-09-07 20:27:36 +02:00
Andreas Gudian
9ed807196e
[maven-release-plugin] prepare release 1.1.0.CR1
2016-09-07 20:27:34 +02:00
sjaakd
824fb993b5
#707 Document to always use RetentionPolicy.CLASS in custom qualifier annotations.
2016-08-30 21:52:46 +02:00
Filip Hrisafov
cf88cf9e92
#860 switch to using assertj instead of FEST assertions
2016-08-27 13:10:42 +02:00
Andreas Gudian
1b6b5f18bb
[maven-release-plugin] prepare for next development iteration
2016-07-22 21:20:25 +02:00
Andreas Gudian
e23056c9dd
[maven-release-plugin] prepare release 1.1.0.Beta2
2016-07-22 21:20:24 +02:00
sjaakd
23ebd273c8
#669 Documentation update for source presence checker and nullValueCheckStrategy
2016-07-06 23:11:04 +02:00
sjaakd
b1f03689d9
#669 rework into sourcepresencecheck SPI and nullvaluecheckstrategy
2016-07-05 22:50:10 +02:00
seanjob
1af4441d2d
#669 ispresentcheck and NULL check implementation
2016-07-05 22:50:10 +02:00
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