Gunnar Morling
|
0b3eae1f0c
|
#16 Some fine tuning of Eclipse formatter
|
2013-07-13 14:30:44 +02:00 |
|
Andreas Gudian
|
a7c8c2d3bc
|
#16 Add Eclipse Code Formatter settings.
Not 100% compatible with the settings of IDEA, but close enough when used with Save Action "Format edited lines".
|
2013-07-13 14:11:28 +02:00 |
|
Gunnar Morling
|
49f27e3ea2
|
#49 Minor fixes
|
2013-07-13 14:04:34 +02:00 |
|
Andreas Gudian
|
1fc36d1415
|
Correct indentation of property mappings with conversion
|
2013-07-11 21:57:20 +02:00 |
|
Andreas Gudian
|
a265c14d39
|
#49 Add componentModel "jsr330"
o Refactor the other component model implementations to reduce code-duplication
|
2013-07-11 21:50:44 +02:00 |
|
Gunnar Morling
|
a879400e94
|
#47 Using Weld version available in Maven Central
|
2013-07-11 19:44:20 +02:00 |
|
Gunnar Morling
|
ec4232ff53
|
#47 Fixing indentation
|
2013-07-11 19:07:35 +02:00 |
|
Andreas Gudian
|
e6869f20f1
|
#47 Support Spring as component model
o Add processor option to set a default component model
|
2013-07-09 23:42:50 +02:00 |
|
Gunnar Morling
|
76c5e595eb
|
#46 Integrating JaCoCo plug-in
|
2013-07-07 22:18:27 +02:00 |
|
Gunnar Morling
|
5f4810159a
|
#45 Disabling FreeMarker logging
|
2013-07-07 18:02:13 +02:00 |
|
Gunnar Morling
|
97e1848887
|
#26 Template clean-up
|
2013-07-07 16:32:57 +02:00 |
|
Gunnar Morling
|
9dd8c179e3
|
#26 Mapping between String iterables and Date iterables
|
2013-07-07 14:45:51 +02:00 |
|
Gunnar Morling
|
abba4fb716
|
#26 Adding support for mappings between Date and String, optionally applying a format string
|
2013-07-07 14:45:47 +02:00 |
|
Gunnar Morling
|
c4cec154cd
|
Adding Maven settings.xml in order to use JBoss Maven repo (required for Weld dependencies)
|
2013-07-06 11:47:03 +02:00 |
|
Gunnar Morling
|
63b90353a8
|
#26 Adding conversions for BigInteger
|
2013-07-06 11:34:19 +02:00 |
|
Gunnar Morling
|
b3654979ad
|
#41 Adding test; Actual issue was fixed by previous refactorings
|
2013-07-06 10:30:56 +02:00 |
|
Gunnar Morling
|
1972f36ec1
|
#32 Simplifying messaging
|
2013-07-01 23:39:55 +02:00 |
|
Gunnar Morling
|
17f106c6ea
|
#32 Some clean-up
|
2013-06-30 10:56:27 +02:00 |
|
Gunnar Morling
|
53597469ad
|
#32 Loading model element processors via service loader
|
2013-06-29 13:51:37 +02:00 |
|
Gunnar Morling
|
502780c441
|
#32 Support for CDI-based mapper implementations
|
2013-06-29 13:39:21 +02:00 |
|
Gunnar Morling
|
a565bed0c7
|
#32 Establishing processing chain for model creation and transformation
|
2013-06-27 22:56:49 +02:00 |
|
Gunnar Morling
|
9a4e51801f
|
#32 Making build work on JDK 6
|
2013-06-27 22:51:10 +02:00 |
|
Gunnar Morling
|
17ffcfe104
|
#32 Simplifying Method type
|
2013-06-23 17:50:07 +02:00 |
|
Gunnar Morling
|
cadc20f7b3
|
#32 Removing MappedProperty, creating PropertyMappings directly
|
2013-06-23 10:11:45 +02:00 |
|
Gunnar Morling
|
cd0306683f
|
#32 Replacing BeanMapping with plain list of mapping methods
|
2013-06-23 10:07:49 +02:00 |
|
Gunnar Morling
|
335b9d77ac
|
#32 Extracting template for property mappings
|
2013-06-22 18:47:32 +02:00 |
|
Gunnar Morling
|
eeb811e450
|
#32 Splitting up simple and iterable mapping methods into separate classes/templates
|
2013-06-22 18:47:32 +02:00 |
|
Gunnar Morling
|
517817fbfc
|
#32 Creating dedicated template for MappingMethod
|
2013-06-18 21:27:44 +02:00 |
|
Gunnar Morling
|
c071434c6e
|
#32 Creating dedicated template for BeanMapping
|
2013-06-16 23:43:26 +02:00 |
|
Gunnar Morling
|
781f698a8a
|
#32 Preparing aggregated model to allow nodes to write out themselves using specific templates
|
2013-06-16 23:43:26 +02:00 |
|
Gunnar Morling
|
522c9e851a
|
#35 Adding processor option for setting default target mapping policy
|
2013-06-16 23:23:21 +02:00 |
|
Gunnar Morling
|
04beaacbe1
|
#35 Allowing to specify processor options for processor tests
|
2013-06-16 23:23:21 +02:00 |
|
Gunnar Morling
|
76c3aebd5d
|
#35 Unifying messsage printing
|
2013-06-16 23:23:21 +02:00 |
|
Gunnar Morling
|
bf5a4303b6
|
#35 Raising warning in case of unmapped target properties
|
2013-06-16 23:23:21 +02:00 |
|
Gunnar Morling
|
895a715727
|
#35 Extracting Mapping instantitation from visitor class
|
2013-06-16 23:23:21 +02:00 |
|
Gunnar Morling
|
a5fd73f255
|
#35 Extracting some code from visitor to helper class
|
2013-06-16 23:23:21 +02:00 |
|
Gunnar Morling
|
bc22e6ce15
|
#17 Fixing NPE in case of attribute without setter in source type
|
2013-06-16 23:23:21 +02:00 |
|
Gunnar Morling
|
9318adf7b7
|
#17 Mapping attributes inherited from super types (from Andreas)
|
2013-06-16 23:23:21 +02:00 |
|
Gunnar Morling
|
5046eda92e
|
Making sure source packages named "target" are not excluded by .gitignore
|
2013-06-16 23:23:21 +02:00 |
|
Gunnar Morling
|
9f7db53bdd
|
Fix tests that failed on Win+jdk6 (error messages are preceeded with source file path) (from Andreas)
|
2013-06-16 23:22:58 +02:00 |
|
Gunnar Morling
|
c0bd8c7b18
|
#36 Specifying expected diagnostic messages in processor tests
|
2013-06-09 21:16:45 +02:00 |
|
Gunnar Morling
|
60126183a3
|
#36 Allowing messages to be used in diagnostic expectations
|
2013-06-09 21:16:24 +02:00 |
|
Gunnar Morling
|
e53adbd817
|
#35 Making @WithClasses usable on the method level
|
2013-06-08 23:13:20 +02:00 |
|
Gunnar Morling
|
826a1b8d64
|
[maven-release-plugin] prepare for next development iteration
|
2013-06-02 23:57:00 +02:00 |
|
Gunnar Morling
|
1fbdf46fe6
|
[maven-release-plugin] prepare release 1.0.0.Alpha1
1.0.0.Alpha1
|
2013-06-02 23:57:00 +02:00 |
|
Gunnar Morling
|
188b29ba74
|
Excluding build-config from deployment
|
2013-06-02 23:52:44 +02:00 |
|
Gunnar Morling
|
211338381b
|
Avoiding NPE
|
2013-06-02 23:01:31 +02:00 |
|
Gunnar Morling
|
940e2fb99b
|
Improving JavaDoc
|
2013-06-02 17:14:11 +02:00 |
|
Gunnar Morling
|
b3b90f7969
|
#11 Raising an error when referencing unknown attribute in @Mapping
|
2013-06-02 15:47:14 +02:00 |
|
Gunnar Morling
|
f5f448ab08
|
#33 Updating IntelliJ formatter
|
2013-06-01 18:29:28 +02:00 |
|