Commit Graph

  • 8a3d5418df #644 Workaround for problems with the Eclipse implementation of asMemberOf. Refactored SpecificCompilerWorkarounds to be primarily used through a decorated variant of Types that is now used throughout MapStruct. Andreas Gudian 2015-11-06 23:40:25 +01:00
  • 2291f2dedd #667 Fix execution of single test methods in some cases. Andreas Gudian 2015-11-07 21:04:45 +01:00
  • 58e7079ad5 #667 Add/Fix javadoc, clarify supported modes of concurrency. Andreas Gudian 2015-11-06 23:29:01 +01:00
  • aba26328ba #667 Run all processor tests with both the JDK compiler and the Eclipse compiler. All generated sources and compilation results are kept in a new directory structure, making manual inspection easier, and also simplifying parallel test-class execution. Andreas Gudian 2015-10-22 20:41:21 +02:00
  • af9b54fa4f #684 Update joda-time to fix an incompatibility with JDK 1.8.0_60 and later, and reverted changes to JodaConversionTest from commit feb5e2f13b0eea3027000cc7f03d6b63690505c5. Andreas Gudian 2015-11-07 20:28:45 +01:00
  • 18c03a328d #681 Using UTC for Date/JavaLocalDate conversion in both directions Gunnar Morling 2015-11-06 19:19:34 +01:00
  • 1f091c35e2 #660 Fix custom package / implementation name when using componentModel="default" with abstract classes Andreas Gudian 2015-10-24 20:55:45 +02:00
  • 82ab85d3bc #642 Simplify handling of toolchains file by autodetecting which JDKs are configured there. Andreas Gudian 2015-10-22 20:18:27 +02:00
  • feb5e2f13b Fix test failing on Windows 10 with JDK 1.8.0_60 Andreas Gudian 2015-10-22 20:17:41 +02:00
  • 11a03e54ca #640 - applying Mapper or Mapperconfig NullValueMappingStrategy to forged methods sjaakd 2015-09-14 20:42:10 +02:00
  • b816469537 #631 - adding error message for generic type variables as source / target / result sjaakd 2015-09-07 22:21:52 +02:00
  • 18532ace8c #636 - adapt integration test for default and static interface methods (Java8) to eclipse compiler problem sjaakd 2015-09-13 23:22:01 +02:00
  • 45db85a7be #636 - refinement of solution java8 default and static interface methods sjaakd 2015-09-12 20:40:56 +02:00
  • a15a67ff47 #636 - fix - default methods (Java 8) do not work anymore Ivo Smid 2015-09-05 17:32:00 +02:00
  • c43b495863 [maven-release-plugin] prepare for next development iteration Andreas Gudian 2015-08-27 10:58:55 +02:00
  • 7e7285ac49 [maven-release-plugin] prepare release 1.0.0.CR2 1.0.0.CR2 Andreas Gudian 2015-08-27 10:58:55 +02:00
  • 5a2e1e3f87 Update readme.md with latest version information Andreas Gudian 2015-08-27 10:52:01 +02:00
  • 72a7bdbb83 #592 Improve @DecoratedWith javadoc Andreas Gudian 2015-08-23 21:40:18 +02:00
  • bce6271f7a #625 Don't search for factory methods when generating update-methods. Rephrase error message for ambiguous factory methods. Andreas Gudian 2015-08-23 18:36:52 +02:00
  • 590363cf2f #592 Fix Decorator-support for component model 'spring' and 'jsr330', extend decorator integration-tests, add examples to @DecoratedWith javadoc Andreas Gudian 2015-07-07 11:35:14 +02:00
  • 4eaacbcfe6 592 allow to use all test-scope dependencies in the on-the-fly compilation classpath Andreas Gudian 2015-07-07 11:31:23 +02:00
  • 71f4a4b2ca #626 Remove blank lines before closing brackets Andreas Gudian 2015-08-17 23:02:16 +02:00
  • 2c2f69b0d3 #626 Remove doubled blank lines on Windows Andreas Gudian 2015-08-17 17:20:22 +02:00
  • 9ccc9726ff Adding Christophe to the list of contributors Andreas Gudian 2015-08-14 21:14:17 +02:00
  • 6238e21247 #472 Fix typo in javadoc Andreas Gudian 2015-08-14 20:57:38 +02:00
  • 29f720b35e #472, #556 Make implementation package and name configurable Christophe Labouisse 2015-07-14 17:45:49 +02:00
  • 9578f9b452 #588 Extend test to verify that #588 was actually fixed with the previous commit Andreas Gudian 2015-08-13 20:47:11 +02:00
  • 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. Andreas Gudian 2015-08-13 20:38:43 +02:00
  • 44037172fc Utf-8 typo Ivo Smid 2015-08-13 08:26:12 +02:00
  • 5e97bba7d1 Adding Mustafa to the list of contributors Andreas Gudian 2015-08-13 00:00:36 +02:00
  • 2a385c0ec8 #600 Improve generated assignment code when using default-values, enhance javadoc a little and remove unused attribute in PropertyMapping Andreas Gudian 2015-08-12 23:58:01 +02:00
  • 964f676af6 #600 added defaultValue feature luxmeter 2015-08-01 14:58:22 +02:00
  • b0b2f51331 Adding Ivo to the list of contributors Andreas Gudian 2015-08-12 19:05:47 +02:00
  • 60caf959e3 603 - Java 8 - Cant use static method on interface with decorators. Ivo Smid 2015-08-11 21:58:46 +02:00
  • e177f25d63 #604 Add import for property target type when using an update-method and no factory method is used to create a new instance Andreas Gudian 2015-07-21 21:01:34 +02:00
  • 30c8b1eec0 #590 Change test to not depend on un-supported String<->StringBuilder conversion Andreas Gudian 2015-07-06 20:03:31 +02:00
  • 5217e67f8d #590 Update methods are not supported for "method-and-conversion" methods (can currently cause NullPointerExceptions) Andreas Gudian 2015-07-02 20:51:45 +02:00
  • 1d1b215a93 #596 Add null-check on source for update-method invocations and set target property to null, if source is null Andreas Gudian 2015-07-14 20:36:47 +02:00
  • abecb0d888 #580 Add null-check for mapped -> type-converted property mapping. Andreas Gudian 2015-06-30 20:22:23 +02:00
  • 64dd46c354 #581 Prevent multiple imports of similar simple class name from different packages. VGT 2015-07-02 22:44:42 +02:00
  • 2d686003c8 #576 Fix assignability check for @MappingTarget parameters in BeforeMapping/AfterMapping methods Andreas Gudian 2015-06-26 21:15:12 +02:00
  • 264a8f65af #574 determine property type from getter/setter methods only in combination with ExecutableType (i.e. using asMemberOf to determine the type with any generics being resolved) Andreas Gudian 2015-06-25 19:55:47 +02:00
  • a35cf3c16d Adding Remko Plantenga to copyright.txt Gunnar Morling 2015-06-10 23:49:57 +02:00
  • 18dccf15da Adding Tomek to copyright.txt Andreas Gudian 2015-06-26 21:22:29 +02:00
  • b4bce14d6a #577 Improve type parameters equality check. VGT 2015-06-26 20:43:20 +02:00
  • 33e6822694 [maven-release-plugin] prepare for next development iteration Gunnar Morling 2015-06-03 23:19:10 +02:00
  • ee6c392870 [maven-release-plugin] prepare release 1.0.0.CR1 1.0.0.CR1 Gunnar Morling 2015-06-03 23:19:10 +02:00
  • 7992624d84 Updating readme.md prior to 1.0.0.CR1 release Gunnar Morling 2015-06-03 23:16:45 +02:00
  • 3eab5a4f48 Making sure the right JavaDoc plug-in version is used during releases Gunnar Morling 2015-06-03 22:44:21 +02:00
  • daaa99d143 #272 Allowing to inject decorated mapper in Spring without qualifier Gunnar Morling 2015-06-03 21:47:20 +02:00
  • 2ad77b5aa0 #272 Adding line breaks at end of files Gunnar Morling 2015-06-02 19:03:06 +02:00
  • b37a1d24d9 #272 Basic decorator implementation for CDI and Spring sonata82 2015-04-18 01:32:25 +02:00
  • 174c53cb48 #487 iterable and map update method selection sjaakd 2015-05-26 21:38:34 +02:00
  • c8e9f91037 #203 Move .ftl files into subdirectories representing the package path Andreas Gudian 2015-05-29 20:13:24 +02:00
  • 1baf8edc0a #548 Move all packages except of "spi" under "org.mapstruct.ap.internal" Andreas Gudian 2015-05-29 19:10:11 +02:00
  • ccedca8890 #14 Adapt javadoc and order of method-usage within a type hierarchy Andreas Gudian 2015-04-13 21:37:57 +02:00
  • 619f8023d5 #14 Allow EnumMappings to be extended with @BeforeMapping/@AfterMapping methods Andreas Gudian 2015-04-09 17:37:20 +02:00
  • 68fc3af645 #14 Consider qualifiers when selecting @BeforeMapping/@AfterMapping methods Andreas Gudian 2015-04-04 17:42:45 +02:00
  • ac8320b0a3 #14 Add support for @AfterMapping / @BeforeMapping methods, adapt MethodMatcher to allow multiple source arguments again Andreas Gudian 2014-04-14 17:22:39 +02:00
  • 2fd8e0a775 #365 Moving integration test to integration-test module (kept using only Java 8 for now) Andreas Gudian 2015-05-27 21:21:32 +02:00
  • 8e2e08d7e0 #365 Cleanups after review Andreas Gudian 2015-05-27 20:58:58 +02:00
  • dab55e3790 #365 Adding integration test Gunnar Morling 2015-05-26 23:22:44 +02:00
  • 77298c750e #365 Making Services factory agnostic of specific services Gunnar Morling 2015-05-16 19:56:52 +02:00
  • 3ba4ded58c #365 Moving "spi" package into processor module; Simplifying AccessorNamingStrategy contract Gunnar Morling 2015-05-16 19:07:19 +02:00
  • e62b612851 #365 inject default implementation, add documentation for default behavior Christian Schuster 2015-05-26 23:34:08 +02:00
  • 130d58060f #365 use @code in javadoc comments Christian Schuster 2015-05-26 23:34:00 +02:00
  • c2649571a1 #365 simplify caching Christian Schuster 2015-05-26 23:33:48 +02:00
  • 9f7fb11552 #365 include mapstruct-spi in mapstruct-processor Christian Schuster 2015-05-26 23:33:39 +02:00
  • d0c685f6b8 #365 cache implementation Christian Schuster 2015-05-26 23:33:29 +02:00
  • 59c791034c #365 make accessor naming configurable Christian Schuster 2015-02-24 02:13:37 +01:00
  • 3be68b233e #512 more descriptive error message for forged collection and map mappings sjaakd 2015-05-25 11:47:13 +02:00
  • fbb80bfb25 #455 Add a fallback error reporting in case any uncaught exceptions occur - otherwise those errors are just swallowed and hard to find Andreas Gudian 2015-05-18 21:04:22 +02:00
  • 28ebf763cd #551, fix for isAssignable problem in oracle_java_6 sjaakd 2015-05-19 23:43:46 +02:00
  • 300d7824c4 #553, add Netbeans files to .gitignore and exlude from license check sjaakd 2015-05-19 22:22:35 +02:00
  • 379460b70d #513, template improvement, adding space before throws keyword sjaakd 2015-05-17 12:17:30 +02:00
  • b98644cfeb #513, source code naming consistence exceptionTypes == thrownTypes sjaakd 2015-05-17 11:35:24 +02:00
  • b4c514d479 #513, forged method should re-throw exceptions of used mapping methods sjaakd 2015-05-12 21:48:01 +02:00
  • fa1decd099 #544 downgrade checkstyle dependency to resolve guava version conflict with CDI weld Andreas Gudian 2015-05-17 22:52:55 +02:00
  • 0890257700 #544 avoid that implementationtypes are added to imports in case of parameterized types sjaakd 2015-05-17 21:15:41 +02:00
  • 5ed7caedee #544 only implementation types should be added in case of creating a new collection as propertymapping sjaakd 2015-05-17 20:54:42 +02:00
  • f69f035bd5 #544 targetType should not be added to imports in case of an update method selection sjaakd 2015-05-17 20:34:57 +02:00
  • ac1f9aeaa5 #544 fix unused imports due to existing mapping target sjaakd 2015-05-17 20:17:17 +02:00
  • 4a2f0c01ec #544 run some checkstyle rules on sources generated by our tests Andreas Gudian 2015-05-15 01:37:41 +02:00
  • 32828ff9eb #494 Fixing wrong indentation Gunnar Morling 2015-05-17 21:21:56 +02:00
  • e31296d7f9 #494 Fix javadoc errors popping up during the build Andreas Gudian 2015-05-14 23:08:29 +02:00
  • 99f0111eeb #494 Add javadoc-generation to default build in order to catch errors early on. Andreas Gudian 2015-05-14 23:07:25 +02:00
  • 124c2a4001 #515, introduction of string definition handling in IndentationCorrectingWriter sjaakd 2015-05-11 20:57:15 +02:00
  • 2ece25a086 #527 selection and forging of iterable - and map mapping methods with wildcards, extends for source, super for target sjaakd 2015-04-05 21:59:06 +02:00
  • a1baed46b0 #540 Adding Paul to copyright.txt Gunnar Morling 2015-05-08 21:37:37 +02:00
  • f8586328f8 #540 use name() instead of toString() for enum to String conversion Paul Strugnell 2015-05-08 18:25:24 +08:00
  • edac1b17cc #538 Add missing imports for a collection/map implementation and the parameter types Andreas Gudian 2015-05-04 15:13:18 +02:00
  • 8816b380c3 #534 fix array initializer for NullValueMappingStrategy.RETURN_DEFAULT Andreas Gudian 2015-04-10 11:22:46 +02:00
  • 229537284a #320 fixing JodaTime unit test sjaakd 2015-03-08 21:33:46 +01:00
  • bacf835c0d #516 Add NP check on adder property mapping including reproducer sjaakd 2015-04-04 11:43:51 +02:00
  • a431581da8 #523 fix type of assignment in GetterWrapperForCollectionsAndMaps Andreas Gudian 2015-03-30 20:50:38 +02:00
  • f7433466cd #508 better caching of templates, disable caching in jar file connections to avoid suddenly closed InputStreams Andreas Gudian 2015-03-27 11:13:58 +01:00
  • bcb722e2e9 #291 add test to verify that the simple case (target type with type arguments) already works, clean-up unnecessary "raw" definitions in templates Andreas Gudian 2015-03-26 21:01:47 +01:00
  • fb6c4dbfbd #517 make order of target properties in generated code and in messages stable Andreas Gudian 2015-03-26 20:39:45 +01:00
  • fb8a6e3ae0 #504 fix potential NPE in StreamEncoder (char-array can be null) Andreas Gudian 2015-03-17 13:52:12 +01:00
  • 0674a8780b #499 Extracting base class for shared mapping builder properties Gunnar Morling 2015-03-09 23:48:44 +01:00