Closed 123Haynes closed 5 years ago
I get the same error with the 1.6.x branch without any changes so I assume it's my setup.
The new dependency graph looks like this:
ma.glasnost.orika:orika-core:jar:1.6.0-SNAPSHOT
+- com.thoughtworks.paranamer:paranamer:jar:2.8:compile
+- org.slf4j:slf4j-api:jar:1.7.26:compile
+- org.codehaus.janino:janino:jar:3.0.12:compile
\| \- org.codehaus.janino:commons-compiler:jar:3.0.12:compile
+- org.junit.jupiter:junit-jupiter-api:jar:5.4.0:test
\| +- org.apiguardian:apiguardian-api:jar:1.0.0:test
\| +- org.opentest4j:opentest4j:jar:1.1.1:test
\| \- org.junit.platform:junit-platform-commons:jar:1.4.0:test
+- org.junit.vintage:junit-vintage-engine:jar:5.4.0:test
\| +- org.junit.platform:junit-platform-engine:jar:1.4.0:test
\| \- junit:junit:jar:4.12:test
+- org.hamcrest:hamcrest:jar:2.1:test
+- org.easymock:easymock:jar:4.0.2:test
\| \- org.objenesis:objenesis:jar:3.0.1:test
+- org.hibernate.common:hibernate-commons-annotations:jar:5.1.0.Final:test
\| \- org.jboss.logging:jboss-logging:jar:3.3.2.Final:test
+- org.hibernate:hibernate-core:jar:5.4.1.Final:test
\| +- javax.persistence:javax.persistence-api:jar:2.2:test
\| +- net.bytebuddy:byte-buddy:jar:1.9.5:test
\| +- antlr:antlr:jar:2.7.7:test
\| +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.1.1.Final:test
\| +- org.jboss:jandex:jar:2.0.5.Final:test
\| +- com.fasterxml:classmate:jar:1.3.4:test
\| +- javax.activation:javax.activation-api:jar:1.2.0:test
\| +- org.dom4j:dom4j:jar:2.1.1:test
\| \- org.glassfish.jaxb:jaxb-runtime:jar:2.3.1:test
\| +- org.glassfish.jaxb:txw2:jar:2.3.1:test
\| +- com.sun.istack:istack-commons-runtime:jar:3.0.7:test
\| +- org.jvnet.staxex:stax-ex:jar:1.8:test
\| \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.15:test
+- com.h2database:h2:jar:1.4.197:test
+- ch.qos.logback:logback-core:jar:1.2.3:provided
+- ch.qos.logback:logback-classic:jar:1.2.3:provided
+- org.springframework:spring-tx:jar:5.1.5.RELEASE:test
\| +- org.springframework:spring-beans:jar:5.1.5.RELEASE:test
\| \- org.springframework:spring-core:jar:5.1.5.RELEASE:test
\| \- org.springframework:spring-jcl:jar:5.1.5.RELEASE:test
+- org.springframework:spring-context:jar:5.1.5.RELEASE:test
\| +- org.springframework:spring-aop:jar:5.1.5.RELEASE:test
\| \- org.springframework:spring-expression:jar:5.1.5.RELEASE:test
+- org.springframework:spring-test:jar:5.1.5.RELEASE:test
+- org.springframework:spring-orm:jar:5.1.5.RELEASE:test
\| \- org.springframework:spring-jdbc:jar:5.1.5.RELEASE:test
+- com.sun.xml.bind:jaxb-impl:jar:2.3.2:test
+- javax.xml.bind:jaxb-api:jar:2.3.1:test
\- org.javassist:javassist:jar:3.24.1-GA:test
This PR merges the changes from the master branch and fixes a few errors related to the hamcrest update. Junit 4.12 still uses hamcrest 1.3, so I updated Junit to Junit 5 and excluded hamcrest there.
Please note that the Test for Issue 46 always fails locally for me. I'm not sure if this is because of my setup or if there really is an error.
the trace is: