Skip to content

Conversation

bigdaz
Copy link
Member

@bigdaz bigdaz commented Sep 29, 2018

These were causing many deprecation warnings to be emitted in IDEA when building, so I finally converted the last remaining ones over.

@bigdaz bigdaz self-assigned this Sep 29, 2018
@bigdaz bigdaz added from:member a:chore Minor issue without significant impact labels Sep 29, 2018
@bigdaz bigdaz merged commit 36d0fe3 into master Sep 29, 2018
@bigdaz bigdaz deleted the dd/cleanup/die-jmock-die branch September 29, 2018 18:05
Copy link
Contributor

@marcphilipp marcphilipp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for getting rid of JMock! I added one question inline.

testFixturesApi(testLibrary("spock"))
testFixturesRuntimeOnly(testLibrary("bytebuddy"))
testLibraries("jmock").forEach { testFixturesApi(it) }
testFixturesRuntimeOnly(testLibrary("cglib"))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we still need cglib?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's required when deserializing custom actions in Tooling API tests. I didn't get to the point of understanding why.
I suspect that this dependency isn't in quite the right place, but it was the minimal change I needed to make for this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a:chore Minor issue without significant impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants