remondis-it / remap

A declarative mapping library to simplify testable object mappings.
Apache License 2.0
122 stars 22 forks source link

Make hamcrest a test scope dependency #129

Closed djarnis73 closed 4 years ago

djarnis73 commented 4 years ago

Resolves #127

schuettec commented 4 years ago

Somethings wrong with the travis build....I have to check that.

djarnis73 commented 4 years ago

Yeah, not sure what went wrong, looks like it builds ok though: https://travis-ci.org/github/remondis-it/remap/builds/680119573 perhaps travis <-> github communication failed. Maybe it will retry after a while.

One thing I find strange though is that it will not build with at java8 sdk. It gives compile errors on some of the test cases. If built with a later sdk i.e. 11, it work fine.

schuettec commented 4 years ago

Yes seems to be a communication problem.

The problem with building on jdk8 goes down to a java bug in conjunction with generics :-/ But building with a later version is always a good workaround :)

schuettec commented 4 years ago

Yippie release 4.2.4 is building :)