Commit Graph

  • 211338381b Avoiding NPE Gunnar Morling 2013-06-02 23:01:31 +02:00
  • 940e2fb99b Improving JavaDoc Gunnar Morling 2013-06-02 17:14:11 +02:00
  • b3b90f7969 #11 Raising an error when referencing unknown attribute in @Mapping Gunnar Morling 2013-06-02 15:47:14 +02:00
  • f5f448ab08 #33 Updating IntelliJ formatter Gunnar Morling 2013-06-01 18:29:28 +02:00
  • fd286e17ab #33 Fixing CheckStyle issues Gunnar Morling 2013-06-01 18:09:03 +02:00
  • 42ac8f3f1a #33 Adding CheckStyle configuration Gunnar Morling 2013-06-01 18:11:06 +02:00
  • 5db95bf710 Making distribution module skippable Gunnar Morling 2013-05-30 22:41:09 +02:00
  • 45da60f626 Adding IntelliJ formatting style Gunnar Morling 2013-05-30 21:59:57 +02:00
  • c5c3496047 Fix licence header location when building only a single sub-module Andreas Gudian 2013-05-30 20:32:17 +02:00
  • ae3e95acc5 #28 Configuring SCM in aggregator POM to make maven-release-plugin work Gunnar Morling 2013-05-30 21:08:45 +02:00
  • 97f85b6284 #28 Simplifying release Gunnar Morling 2013-05-30 00:29:11 +02:00
  • e81eb263e8 #28 Several POM improvements Gunnar Morling 2013-05-30 00:10:16 +02:00
  • 5eafdb4970 #28 Updating JavaDocs for API classes Gunnar Morling 2013-05-29 23:58:54 +02:00
  • 2694b6e8f9 #28 Adding module for creating distribution bundle Gunnar Morling 2013-05-29 23:16:12 +02:00
  • c41f47e03a Giving custom mapping methods precedence over built-in conversions Gunnar Morling 2013-05-27 21:05:37 +02:00
  • e110192518 Adding CONTRIBUTING.md Gunnar Morling 2013-05-23 20:44:30 +02:00
  • 3f09955f01 Adding link to CI build Gunnar Morling 2013-05-20 14:16:07 +02:00
  • 3036b2f2a7 #10 Making sure error is raised in case property can't be reverse-mapped Gunnar Morling 2013-05-20 13:25:46 +02:00
  • 0c6c28f13c Raising an error when trying to generate a mapping from primitive to reference type or vice versa Gunnar Morling 2013-05-20 12:55:15 +02:00
  • b826304d4c #10 Raising error in case a property can not be mapped Gunnar Morling 2013-05-19 20:38:01 +02:00
  • f4a2260d80 #1 Supporting "is" prefix for boolean getter methods Gunnar Morling 2013-05-19 18:40:35 +02:00
  • 87e0da6f96 #1 Adding primitive to wrapper conversions for boolean and char; Doing some clean-up Gunnar Morling 2013-05-19 17:19:34 +02:00
  • fcbbd73cda #1 Simplifying enum conversion Gunnar Morling 2013-05-18 13:10:54 +02:00
  • 74e673945f #1 Adding string conversions for native data types Gunnar Morling 2013-05-18 12:06:17 +02:00
  • 4c462eb9a0 Making m2e not complain about maven-dependency-plugin Gunnar Morling 2013-05-18 11:13:05 +02:00
  • 5a8e34c893 #1 Improving formatting of generated code Gunnar Morling 2013-05-17 00:09:31 +02:00
  • da6cdf5d3d #1 Adding conversions for number types Gunnar Morling 2013-05-17 00:02:42 +02:00
  • 4b1862f52e #9 Passing source bean name into macro, re-ordering parameters Gunnar Morling 2013-05-16 21:56:40 +02:00
  • 0eee784bd9 #9 Add a macro for performing the non-iterable mappings Andreas Gudian 2013-05-15 22:40:31 +02:00
  • 2db2b60e18 Specifying versions of all used plug-ins; updating plug-in versions; adding Animal Sniffer plug-in to check that only Java 1.6 APIs are used Gunnar Morling 2013-05-15 00:31:20 +02:00
  • 289286cdda #2 Generating import statements for used types; Restructuring "complex" test case to make use of imports Gunnar Morling 2013-05-14 23:32:14 +02:00
  • d88cc1086a Updating copyright headers to reference contributor file Gunnar Morling 2013-05-14 22:11:11 +02:00
  • ea942eb707 Applying formatting style Gunnar Morling 2013-05-13 22:38:36 +02:00
  • 9b14a3509b Automatically handling line endings Gunnar Morling 2013-05-13 22:36:11 +02:00
  • 286a214fcd Announcing processor option via @SupportedOptions to avoid warning when using it Gunnar Morling 2013-05-13 22:27:21 +02:00
  • 787b7d0fb9 Avoiding NPE for diagnostics without source Gunnar Morling 2013-05-13 22:21:31 +02:00
  • 1d52cb434e o Add option to suppress timestamp in @Generated Andreas Gudian 2013-05-13 21:09:06 +02:00
  • c247bfbe5b o Fix test on Windows Andreas Gudian 2013-05-13 20:05:16 +02:00
  • 50d916c370 #6 Raising error in case of mappings from iterable to non-iterable types and vice versa Gunnar Morling 2013-05-12 23:03:07 +02:00
  • eec600c3bf Providing infrastructure for tests expecting AP compilation failures Gunnar Morling 2013-05-12 22:02:05 +02:00
  • dc72351e70 Introducing @WithClasses annotation for specification of classes under test Gunnar Morling 2013-05-05 19:28:51 +02:00
  • 5eb9de89ec Renaming package of complex test Gunnar Morling 2013-05-05 19:14:00 +02:00
  • ae4655a2ba #6 Making primitive conversions usable for iterable types Gunnar Morling 2013-05-05 19:12:19 +02:00
  • 321e1a3206 #6 Adding test for mapping into raw type Gunnar Morling 2013-05-03 19:41:30 +02:00
  • d404775519 #6 Support mapping of java.lang.Iterable Gunnar Morling 2013-05-03 19:31:21 +02:00
  • 07c1009c6b #6 Mapping collections of with same element type in source and target as copy Gunnar Morling 2013-05-02 23:30:27 +02:00
  • b11fa30200 #6 Using default implementations for mapping collection types Gunnar Morling 2013-04-30 23:57:18 +02:00
  • 5ef53878f4 #6 Mapping null collections as null instead of an empty collection Gunnar Morling 2013-04-30 22:58:50 +02:00
  • e577f197b1 #6 Fixing indentation in template; Removing dead template code Gunnar Morling 2013-04-30 22:40:04 +02:00
  • 707338cad7 #6 Improving toString() methods of model objects Gunnar Morling 2013-04-30 21:58:57 +02:00
  • b2b3ac2d7c #6 Adding IntegerStringConversion Gunnar Morling 2013-04-30 21:51:31 +02:00
  • 81265af45a Adding @IssueKey annotation Gunnar Morling 2013-04-27 12:42:52 +02:00
  • f6228d8915 Pulling up common logic from tests to MapperTestBase Gunnar Morling 2013-04-27 12:18:55 +02:00
  • 5c4356b8c2 Update readme.md Gunnar Morling 2013-04-19 01:13:15 +03:00
  • 79b45c710a #13 Enabling deployment to Maven Central Gunnar Morling 2013-04-10 00:07:26 +02:00
  • a448dbc98d #12 Extracting executable filter methods into separat class Gunnar Morling 2013-04-07 13:16:15 +02:00
  • cff12a5b49 #12 Using spaces instead of tabs for indentation Gunnar Morling 2013-04-07 13:11:53 +02:00
  • be84f96b84 Updating readme file Gunnar Morling 2013-04-07 19:55:12 +03:00
  • 29c079934d Updating readme file Gunnar Morling 2013-04-07 19:41:58 +03:00
  • c757ef9708 Updating readme file Gunnar Morling 2013-04-07 19:16:52 +03:00
  • 19c9c98728 Updating readme file Gunnar Morling 2013-04-07 17:07:56 +03:00
  • 4fb2220017 Updating readme file Gunnar Morling 2013-04-07 15:03:51 +03:00
  • 4a6b8c5c1c Updating readme file Gunnar Morling 2013-04-07 14:51:11 +03:00
  • 458718e346 #12 Allowing delegation to other mapper classes Gunnar Morling 2013-04-07 13:06:35 +02:00
  • 8f4b45c4f2 #12 Excluding IntelliJ files Gunnar Morling 2013-04-07 12:59:21 +02:00
  • d0828fcba4 Updating readme Gunnar Morling 2013-04-01 11:23:03 +03:00
  • a34849cb86 #7 Adding integration test Gunnar Morling 2013-03-03 14:54:25 +01:00
  • 861d92dc64 #7 Using Hickory for dealing with MapStruct annotations Gunnar Morling 2013-03-03 14:34:54 +01:00
  • 40fe92c597 #1 Adding @Generated annotation to generated mappers Gunnar Morling 2013-03-03 13:06:25 +01:00
  • 7121f22ff0 #1 Adding support for implicit mapping of enums Gunnar Morling 2013-03-03 13:06:06 +01:00
  • 192cfc8937 #1 Providing infrastructure for implicit conversions Gunnar Morling 2013-03-02 15:10:48 +01:00
  • df6ae29f2d Renaming to MapStruct Gunnar Morling 2013-02-27 00:58:41 +01:00
  • 7fc0878673 Adding support for mapping of reference attributes and lists; Removing Dozer-based implementation Gunnar Morling 2013-02-27 00:26:39 +01:00
  • 873e091975 Matching mappable properties by name and type; excluding non-matching properties in native mapper Gunnar Morling 2012-06-16 10:51:05 +02:00
  • df25e12b0d Adding initial support for native mappers (work in progress) Gunnar Morling 2012-06-10 22:40:28 +02:00
  • 069e4f3a80 Extracting writing of model to file from visitor Gunnar Morling 2012-06-10 16:17:42 +02:00
  • 102d467b57 Improving formatting of readme file Gunnar Morling 2012-05-29 00:20:02 +02:00
  • 9acc59d972 Improving formatting Gunnar Morling 2012-05-29 01:06:39 +03:00
  • f6fe597c98 Improving formatting Gunnar Morling 2012-05-29 01:05:11 +03:00
  • 6c9e3159b8 Adding readme file Gunnar Morling 2012-05-29 00:00:00 +02:00
  • e07add7d43 Adding support for multiple bindings, adding converters Gunnar Morling 2012-05-28 23:15:13 +02:00
  • 02006a90b7 Adding test for reverse mapping with custom binding Gunnar Morling 2012-05-28 17:43:14 +02:00
  • 1cf7e4275e Adding simple binding support Gunnar Morling 2012-05-28 17:17:26 +02:00
  • 61f181a589 Initial import Gunnar Morling 2012-05-28 14:50:43 +02:00