62 Commits

Author SHA1 Message Date
Andreas Gudian
3822e723b7 #331 remove remaining runtime dependencies from processor to mapstruct core, add checkstyle rule to verify that for the future. 2014-11-21 06:40:16 +01:00
Andreas Gudian
e9a74d1fc0 #202 allow remote debugging an intetegration test using a command like "mvn test -Dtest=SimpleTest#oracle_java_6 -DprocessorIntegrationTest.debug=true" 2014-10-05 20:54:36 +02:00
Andreas Gudian
33abe5faaf #202 Refactor integration tests to use Maven Verifier, different JDKs using toolchains, and the Eclipse JDT compiler. 2014-09-14 22:00:03 +02:00
Gunnar Morling
ac7eb61c87 #247 Re-enabling Doclint; Fixing JavaDoc errors 2014-06-28 12:39:54 +02:00
Gunnar Morling
4ed4853e86 [maven-release-plugin] prepare for next development iteration 2014-06-27 00:28:20 +02:00
Gunnar Morling
2c0f4ceaf4 [maven-release-plugin] prepare release 1.0.0.Beta2 2014-06-27 00:28:14 +02:00
Gunnar Morling
68282180b9 Ignoring Doclint errors for the time being 2014-06-27 00:18:15 +02:00
Gunnar Morling
0b0f7a7b6f #169 Removing dependency to commons-io 2014-05-31 09:21:49 +02:00
Gunnar Morling
67ce1122ed #169 Updating some plug-ins to latest versions 2014-05-31 00:19:03 +02:00
Gunnar Morling
c304a8f461 #169 Excluding generated sources from CheckStyle in Eclipse 2014-05-30 23:24:05 +02:00
Gunnar Morling
b2d9a5ce73 #169 Upgrading to maven-jaxb2-plugin:0.9.0 which makes workaround for XML security issue unnecessary 2014-05-30 09:56:00 +02:00
Gunnar Morling
1ead23ad9c #169 Copying sources instead of classes from core-common to core/core-jdk to improve IDE experience; Splitting up integration tests 2014-05-30 09:13:55 +02:00
Christian Schuster
64d5cb2799 #169 add JDK-based overlays to support repeatable Mapping annotation 2014-05-25 14:35:40 +02:00
Christian Schuster
afb16d1fc1 #169 make animal-sniffer-maven-plugin work with Java 8 byte code, change versions of integration test dependencies 2014-05-25 14:32:53 +02:00
Andreas Gudian
0652dad7b0 #217 provide source-jars for modules core and processor 2014-05-25 14:21:32 +02:00
Gunnar Morling
534344a3df #75 Adding Timo to copyright.txt; Merging ClassUtils into NativeTypes 2014-05-08 00:52:18 +02:00
Timo E aus E
080689b345 #75 got rid of hard dependency to joda library and added conversions for java.util.Date and java.util.Calendar 2014-05-04 16:30:59 +02:00
Timo E aus E
09943b2041 #75 integrated string to joda-time conversion 2014-05-04 16:29:30 +02:00
Andreas Gudian
e5b9ee2cb1 #178 avoid unused imports in property-mappings 2014-04-13 12:59:02 +02:00
Gunnar Morling
e5272fab2b #132 Formatting 2014-04-06 20:44:21 +02:00
Andreas Gudian
a41cad17bd #140, #132 - create a JUnit based test runner that is able to replace the test classloader correctly and is safe for parallel execution of test classes and methods
- migrate all tests to JUnit and remove testNG dependencies
2014-04-06 18:50:37 +02:00
Andreas Gudian
25849adfee #132 speed up tests by avoiding unneccessary compilations, allow parallel executions (with -DforkCount > 1 or with -Dparallel=classes -DthreadCount > 1) 2014-04-06 18:50:37 +02:00
Andreas Gudian
51fb6ad20b JDK8 compatibility: update surefire, update jacoco, add workaround for security error in xjc execution 2014-03-19 20:37:10 +01:00
Gunnar Morling
64ca0ab949 [maven-release-plugin] prepare for next development iteration 2014-03-05 20:40:30 +01:00
Gunnar Morling
79615b12b0 [maven-release-plugin] prepare release 1.0.0.Beta1 2014-03-05 20:40:22 +01:00
sjaakd
6d2120c1bc #119 setup jaxb XSDs, DTOs, mapper and test 2014-03-04 11:34:23 +01:00
Gunnar Morling
768083039e #109 Adding enforcer rule to fail the build when detecting package cycles 2014-01-26 12:39:19 +01:00
Gunnar Morling
3c8f969573 #86 Updating license header 2014-01-12 19:48:08 +01:00
Andreas Gudian
1c64a704d9 Update to surefire 2.16 2013-12-02 22:19:54 +01:00
Gunnar Morling
d2bec5b354 [maven-release-plugin] prepare for next development iteration 2013-11-25 20:11:55 +01:00
Gunnar Morling
987bf57d35 [maven-release-plugin] prepare release 1.0.0.Alpha2 2013-11-25 20:11:43 +01:00
Gunnar Morling
4d46ff3ff3 Excluding some more files from license header check 2013-11-25 19:14:58 +01:00
Gunnar Morling
2e6098eab5 Getting rid of uncovered plug-in execution in M2E 2013-08-16 19:27:55 +02:00
Gunnar Morling
7d26a3b43e #16 Excluding Eclipse formatter file from license check 2013-07-13 14:37:46 +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
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
502780c441 #32 Support for CDI-based mapper implementations 2013-06-29 13:39:21 +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 2013-06-02 23:57:00 +02:00
Gunnar Morling
42ac8f3f1a #33 Adding CheckStyle configuration 2013-06-01 18:11:11 +02:00
Gunnar Morling
5db95bf710 Making distribution module skippable 2013-05-30 22:41:09 +02:00
Andreas Gudian
c5c3496047 Fix licence header location when building only a single sub-module 2013-05-30 21:33:17 +02:00
Gunnar Morling
97f85b6284 #28 Simplifying release 2013-05-30 00:29:11 +02:00
Gunnar Morling
e81eb263e8 #28 Several POM improvements 2013-05-30 00:10:16 +02:00
Gunnar Morling
2694b6e8f9 #28 Adding module for creating distribution bundle 2013-05-29 23:24:56 +02:00
Gunnar Morling
4c462eb9a0 Making m2e not complain about maven-dependency-plugin 2013-05-18 11:13:05 +02:00
Gunnar Morling
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 2013-05-15 00:31:20 +02:00