Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c-b-s-b-s-test: switch to assertj version 3.6.x #164

Closed
jangalinski opened this issue Nov 8, 2016 · 4 comments
Closed

c-b-s-b-s-test: switch to assertj version 3.6.x #164

jangalinski opened this issue Nov 8, 2016 · 4 comments
Assignees
Labels

Comments

@jangalinski
Copy link
Contributor

Spring-starter-test now comes with the mighty and useful assertj library. But they still use 2.5.0, which is limited to Java 7 and does not support asserting Optionals for example.
Since this extension requires Java8 from 2.0.0 on, we should switch to the latest (currently 3.5.2) version of assertj.

@jangalinski jangalinski added this to the 2.0.0 milestone Nov 8, 2016
@jangalinski jangalinski self-assigned this Nov 8, 2016
@jangalinski
Copy link
Contributor Author

Turns out this is harder than expected ... see http://stackoverflow.com/questions/40496407/spring-boot-starter-test-1-4-1-use-assertj-core-3-5-x/40496858#40496858

I keep getting 2.5.0 and 3.5.2 dependencies ...

@jangalinski jangalinski removed this from the 2.0.0 milestone Dec 8, 2016
@jangalinski jangalinski changed the title c-b-s-b-s-test: switch to assertj version 3.5.x c-b-s-b-s-test: switch to assertj version 3.6.x Mar 28, 2017
@jangalinski jangalinski added this to the 3.0.0 - spring boot 2.0 milestone Apr 7, 2017
@jangalinski
Copy link
Contributor Author

Seems not to be possible .. moved this to milestone 3.0 ... spring boot 2 will hopefully support this

@berndruecker
Copy link
Member

Even 2.5 make problems, see camunda/camunda-bpm-assert#90. Seems only 1.7.1 is safe so far.

@sdorokhova
Copy link
Contributor

Copied to https://app.camunda.com/jira/browse/CAM-8296.
Please continue discussion in Jira.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants