tiebin-zhang / powermock

Automatically exported from code.google.com/p/powermock
Apache License 2.0
0 stars 0 forks source link

Changelog lies about "Fixed Mockito 1.10.9+ incompatibility" #543

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm looking at the sources in powermock-api-mockito-1.6.1-sources.jar and I see 
that org.powermock.api.mockito.internal.mockmaker.PowerMockMaker is still using 
org.mockito.internal.creation.CglibMockMaker.

I also get "java.lang.NoClassDefFoundError: 
org/mockito/internal/creation/CglibMockMaker"

1.6.1 was released on January 3rd, but the pull request was merged on Jan 30th.

Please release 1.6.2 so we can upgrade Mockito.

Original issue reported on code.google.com by adrianbo...@gmail.com on 27 Feb 2015 at 12:01