diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e938f2971..5fd47af8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,9 @@ jobs: ${{ runner.os }}-maven - name: Build + run: mvn clean install -DskipTests --batch-mode + + - name: Test run: mvn clean install --batch-mode analyze: diff --git a/bom-dependencies/pom.xml b/bom-dependencies/pom.xml index 605fca488..0bd90a3e0 100644 --- a/bom-dependencies/pom.xml +++ b/bom-dependencies/pom.xml @@ -36,27 +36,25 @@ 3.3.0 1.9.4 - 3.7 - 2.7 - 4.0.0 - 5.6.8 - 4.0.3 - 22.0 + 3.14.0 + 2.15.1 + 4.0.2 + 4.0.4 + 33.0.0-jre 1.3 - 5.6.8.Final - 2.10.1 - 2.0.1 - 3.24.0-GA - 1.19 - 5.1.0 - 4.6.1 + 5.6.15.Final + 2.16.1 + 2.0.1.MR + 3.30.2-GA + 5.10.2 + 5.11.0 1.18.30 - 3.3.0 - 3.2 + 3.3 6.0.0 - 1.7.25 - 1.5.8.RELEASE - 4.3.10.RELEASE + 2.2 + 2.0.12 + 1.5.22.RELEASE + 4.3.30.RELEASE 4.4.1 @@ -106,11 +104,6 @@ jakarta.el ${jakarta.el.version} - - org.apache.felix - org.apache.felix.framework - ${felix.version} - org.hamcrest hamcrest-all @@ -121,6 +114,11 @@ hibernate-core ${hibernate-core.version} + + org.yaml + snakeyaml + ${snakeyaml.version} + com.fasterxml.jackson.dataformat jackson-dataformat-yaml @@ -156,16 +154,6 @@ jcl-over-slf4j ${slf4j.version} - - org.openjdk.jmh - jmh-core - ${jmh.version} - - - org.openjdk.jmh - jmh-generator-annprocess - ${jmh.version} - org.junit.vintage junit-vintage-engine @@ -192,11 +180,6 @@ objenesis ${objenesis.version} - - com.google.protobuf - protobuf-java - ${protobuf-java.version} - org.slf4j slf4j-simple diff --git a/building-tools/README.md b/building-tools/README.md deleted file mode 100644 index 2a545e5ca..000000000 --- a/building-tools/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# building-tools -Checkstyle files are from Apache Camel, just commented out the header check for license. -- https://github.com/apache/camel/tree/master/buildingtools diff --git a/building-tools/src/main/resources/checkstyle-suppressions.xml b/building-tools/src/main/resources/checkstyle-suppressions.xml deleted file mode 100644 index d98e6b9aa..000000000 --- a/building-tools/src/main/resources/checkstyle-suppressions.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/building-tools/src/main/resources/findbugs-exclude.xml b/building-tools/src/main/resources/findbugs-exclude.xml deleted file mode 100644 index 6c11532aa..000000000 --- a/building-tools/src/main/resources/findbugs-exclude.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - diff --git a/building-tools/src/main/resources/loose-checkstyle.xml b/building-tools/src/main/resources/loose-checkstyle.xml deleted file mode 100644 index 7379e50cc..000000000 --- a/building-tools/src/main/resources/loose-checkstyle.xml +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/building-tools/src/main/resources/strict-checkstyle.xml b/building-tools/src/main/resources/strict-checkstyle.xml deleted file mode 100644 index 93d819812..000000000 --- a/building-tools/src/main/resources/strict-checkstyle.xml +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/core/pom.xml b/core/pom.xml index 183e0ed96..d2378bdec 100755 --- a/core/pom.xml +++ b/core/pom.xml @@ -33,9 +33,6 @@ Dozer :: Core - - true - @@ -102,6 +99,12 @@ provided true + + org.yaml + snakeyaml + provided + true + com.fasterxml.jackson.core jackson-databind @@ -206,40 +209,6 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - false - - - com.github.dozermapper - dozer-building-tools - ${building-tools.version} - compile - - - - - validate - validate - - loose-checkstyle.xml - checkstyle-suppressions.xml - true - true - true - UTF-8 - ${basedir}/src - - - check - - - - - org.apache.cxf @@ -308,7 +277,7 @@ org.glassfish.jaxb jaxb-runtime - 4.0.3 + 4.0.4 diff --git a/dozer-integrations/dozer-spring-support/dozer-spring4/pom.xml b/dozer-integrations/dozer-spring-support/dozer-spring4/pom.xml index c768789b2..adab23cf1 100644 --- a/dozer-integrations/dozer-spring-support/dozer-spring4/pom.xml +++ b/dozer-integrations/dozer-spring-support/dozer-spring4/pom.xml @@ -32,11 +32,6 @@ jar Dozer :: Integrations :: Spring Support :: Spring 4 - - - com.github.dozermapper.spring.* - - com.github.dozermapper diff --git a/plugins-parent/pom.xml b/plugins-parent/pom.xml index e2160ecf7..f15750dcc 100644 --- a/plugins-parent/pom.xml +++ b/plugins-parent/pom.xml @@ -37,7 +37,6 @@ 0.8.0 3.1.0 3.6.0 - 2.17 3.3.2 3.12.1 3.1.1 @@ -54,13 +53,6 @@ 3.5.0 3.2.0 3.1.0 - - - 3.1.12.2 - - - 3.11.4 - 3.3.0 @@ -123,11 +115,6 @@ maven-assembly-plugin ${maven-assembly-plugin.version} - - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} - org.apache.maven.plugins maven-clean-plugin @@ -153,11 +140,6 @@ maven-resources-plugin ${maven-resources-plugin.version} - - org.apache.maven.plugins - maven-shade-plugin - ${maven-shade-plugin.version} - org.apache.maven.plugins maven-source-plugin @@ -197,20 +179,6 @@ jaxb2-maven-plugin ${jaxb2-maven-plugin.version} - - - - com.github.spotbugs - spotbugs-maven-plugin - ${spotbugs-maven-plugin.version} - - - - - com.github.os72 - protoc-jar-maven-plugin - ${protoc-jar-maven-plugin.version} - @@ -227,7 +195,7 @@ com.github.dozermapper.core.vo.jaxb.employee:com.github.dozermapper.protobuf.vo.proto true - -Xdoclint:all + all @@ -245,10 +213,6 @@ ${project.groupId}.${project.artifactId}.source - ${osgi.version.clean} - - ${project.groupId}.${project.artifactId};version="${osgi.version.clean}" - @@ -273,74 +237,6 @@ - - - - com.github.spotbugs - spotbugs-maven-plugin - - - com.github.dozermapper - dozer-building-tools - ${building-tools.version} - compile - - - - Max - Low - true - findbugs-exclude.xml - - - - - check - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - com.github.dozermapper - dozer-building-tools - ${building-tools.version} - compile - - - com.puppycrawl.tools - checkstyle - 8.0 - compile - - - com.github.sevntu-checkstyle - sevntu-checkstyle-maven-plugin - 1.35.0 - compile - - - - - validate - validate - - strict-checkstyle.xml - checkstyle-suppressions.xml - true - true - true - UTF-8 - - - check - - - - diff --git a/pom.xml b/pom.xml index 5c15c5791..bdc985cae 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,6 @@ plugins-parent core dozer-integrations - tests @@ -189,21 +188,25 @@ com.mycila license-maven-plugin -
building-tools/src/main/resources/LICENSE-HEADER.txt
- - .mvn/** - mvnw - mvnw.cmd - **/LICENSE-HEADER.txt - **/LICENSE - **/*.asc - **/*.asc.enc - **/*.md - **/*.adoc - **/*.jpeg - **/mockito-extensions/** - .github/** - + + +
building-tools/src/main/resources/LICENSE-HEADER.txt
+ + .mvn/** + mvnw + mvnw.cmd + **/LICENSE-HEADER.txt + **/LICENSE + **/*.asc + **/*.asc.enc + **/*.md + **/*.adoc + **/*.jpeg + **/mockito-extensions/** + .github/** + +
+
SCRIPT_STYLE SCRIPT_STYLE @@ -302,154 +305,6 @@ - - - Franz Garsombke - fgarsombke - fgarsombke@yahoo.com - - Project Lead/Co-Founder - - -7 - - - Matt Tierney - mhtierney - mhtierney@comcast.net - -7 - - Project Lead/Co-Founder - - - - Dmitry Buzdin - buzdin - buzdin@gmail.com - +2 - - Project Lead - - - - Alan Stewart - alankstewart - alankstewart@gmail.com - +10 - - Developer - - - - - - - - Alan Stewart - - - Ben Sullins - - - Bruno Guedes - - - Chia-Chou Hung - - - Christoph Goldner - - - David Baker - - - Dmitry Spikhalskiy - - - Ed Bras - - - Florian Kammermann - - - Gerard Toonstra - - - Hee Tatt Ooi - - - James Bassett - - - Joachim Korittky - - - Kiersztyn Wojtek - - - Knut-Erik Johnsen - - - Lenkwe Makhubela - - - Luke Robinson - - - Mariusz Pala - - - Markus Thielen - - - Matt Benson - - - Mickael Morier - - - Nhat Vo - - - Ozzie Gurkan - - - Peciuch Dominic - - - Peter Monks - - - Piotr Dytkowski - - - Rob Volden - - - Rohan Hart - - - Sachin Katakdound - - - Soren Chittka - - - Tim Nee - - - Tom Rigole - - - Vadim Shaigorodskiy - - - Vincent Jassogne - - - Wing Tung Leung - - - sonatype-nexus-snapshots diff --git a/tests/dozer-jmh-tests/pom.xml b/tests/dozer-jmh-tests/pom.xml deleted file mode 100644 index 70747e7c7..000000000 --- a/tests/dozer-jmh-tests/pom.xml +++ /dev/null @@ -1,141 +0,0 @@ - - - - - 4.0.0 - - com.github.dozermapper.tests - dozer-tests-parent - 7.0.0-SNAPSHOT - ../ - - - dozer-jmh-tests - jar - Dozer :: Tests :: JMH Tests - - - com.github.dozermapper.jmh.* - - benchmarks - - - - - com.github.dozermapper - dozer-core - ${project.version} - - - - - org.openjdk.jmh - jmh-core - - - org.openjdk.jmh - jmh-generator-annprocess - provided - - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - ${uberjar.name} - - - org.openjdk.jmh.Main - - - - - - *:* - - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - - - - - - - - - - run-benchmarks - - - - org.codehaus.mojo - exec-maven-plugin - - - run-benchmarks - integration-test - - exec - - - test - java - - -classpath - - org.openjdk.jmh.Main - -jvmArgs - -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN - -bm - Throughput - -f - 2 - -i - 5 - -wi - 5 - - - - - - - - - - - diff --git a/tests/dozer-jmh-tests/results.adoc b/tests/dozer-jmh-tests/results.adoc deleted file mode 100644 index 29dceb35f..000000000 --- a/tests/dozer-jmh-tests/results.adoc +++ /dev/null @@ -1,16 +0,0 @@ -= JMH Results Log -== 07/04/2018 -- https://github.com/DozerMapper/dozer/blob/6.2.0/jmh-tests/src/main/java/com/github/dozermapper/jmh/DozerBeanMapperBenchmark.java - -Result "com.github.dozermapper.jmh.DozerBeanMapperBenchmark.mapSimpleSameTypes": - 960.554 ±(99.9%) 114.934 ops/s [Average] - (min, avg, max) = (832.816, 960.554, 1051.325), stdev = 76.022 - CI (99.9%): [845.620, 1075.488] (assumes normal distribution) - -== 06/08/2017 -- https://github.com/DozerMapper/dozer/blob/6.1.0/jmh-tests/src/main/java/com/github/dozermapper/jmh/DozerBeanMapperBenchmark.java - -Result "com.github.dozermapper.jmh.DozerBeanMapperBenchmark.mapSimpleSameTypes": - 884.477 ±(99.9%) 133.947 ops/s [Average] - (min, avg, max) = (745.090, 884.477, 1039.030), stdev = 88.598 - CI (99.9%): [750.530, 1018.424] (assumes normal distribution) diff --git a/tests/dozer-jmh-tests/src/main/java/com/github/dozermapper/jmh/DozerBeanMapperBenchmark.java b/tests/dozer-jmh-tests/src/main/java/com/github/dozermapper/jmh/DozerBeanMapperBenchmark.java deleted file mode 100644 index 97ebed57a..000000000 --- a/tests/dozer-jmh-tests/src/main/java/com/github/dozermapper/jmh/DozerBeanMapperBenchmark.java +++ /dev/null @@ -1,34 +0,0 @@ -/* - * Copyright 2005-2019 Dozer Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package com.github.dozermapper.jmh; - -import com.github.dozermapper.core.DozerBeanMapperBuilder; -import com.github.dozermapper.core.Mapper; -import com.github.dozermapper.jmh.model.Person; - -import org.openjdk.jmh.annotations.Benchmark; - -public class DozerBeanMapperBenchmark { - - @Benchmark - public Person mapSimpleSameTypes() { - Mapper mapper = DozerBeanMapperBuilder.create() - .withMappingFiles("mappings/simple-sametypes.xml") - .build(); - - return mapper.map(new Person("bob"), Person.class); - } -} diff --git a/tests/dozer-jmh-tests/src/main/java/com/github/dozermapper/jmh/model/Person.java b/tests/dozer-jmh-tests/src/main/java/com/github/dozermapper/jmh/model/Person.java deleted file mode 100644 index 7336d2bd4..000000000 --- a/tests/dozer-jmh-tests/src/main/java/com/github/dozermapper/jmh/model/Person.java +++ /dev/null @@ -1,36 +0,0 @@ -/* - * Copyright 2005-2019 Dozer Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package com.github.dozermapper.jmh.model; - -public class Person { - - private String name; - - public Person() { - } - - public Person(String name) { - this.name = name; - } - - public String getName() { - return name; - } - - public void setName(String name) { - this.name = name; - } -} diff --git a/tests/dozer-jmh-tests/src/main/resources/META-INF/LICENSE b/tests/dozer-jmh-tests/src/main/resources/META-INF/LICENSE deleted file mode 100644 index d64569567..000000000 --- a/tests/dozer-jmh-tests/src/main/resources/META-INF/LICENSE +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/tests/dozer-jmh-tests/src/main/resources/dozer.properties b/tests/dozer-jmh-tests/src/main/resources/dozer.properties deleted file mode 100644 index a4f60a8f4..000000000 --- a/tests/dozer-jmh-tests/src/main/resources/dozer.properties +++ /dev/null @@ -1,23 +0,0 @@ -# -# Copyright 2005-2019 Dozer Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -# Caches -dozer.cache.converter-by-dest-type-maxsize=5000 -dozer.cache.super-type-maxsize=5000 - -# Class Types -#dozer.beans.class-loader-bean=com.github.dozermapper.core.util.DefaultClassLoader -#dozer.beans.proxy-resolver-bean=com.github.dozermapper.core.util.DefaultProxyResolver diff --git a/tests/dozer-jmh-tests/src/main/resources/mappings/simple-sametypes.xml b/tests/dozer-jmh-tests/src/main/resources/mappings/simple-sametypes.xml deleted file mode 100644 index 7a358b866..000000000 --- a/tests/dozer-jmh-tests/src/main/resources/mappings/simple-sametypes.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - com.github.dozermapper.jmh.model.Person - com.github.dozermapper.jmh.model.Person - - - diff --git a/tests/pom.xml b/tests/pom.xml deleted file mode 100644 index f486b117c..000000000 --- a/tests/pom.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - 4.0.0 - - com.github.dozermapper - dozer-plugins-parent - 7.0.0-SNAPSHOT - ../plugins-parent - - - com.github.dozermapper.tests - dozer-tests-parent - pom - Dozer :: Tests - - - dozer-jmh-tests - - -