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

#1850 don't include Mockito & AssertJ in all modules #1964

Merged
merged 1 commit into from Sep 25, 2022

Conversation

asolntsev
Copy link
Member

This PR to guarantee #1850 will never happen again.

Now we have at least two module (junit4) without both Mockito and AssertJ dependencies. This will verify that Selenide works without them (at least Selenium listeners need byte-buddy).

The case #1850 was that we removed byte-buddy dependency, and Selenide didn't work without it. But our tests didn't show the problem because we occasionally fetched transitive byte-buddy dependency from Mockito or AssertJ.

Now we have at least two module (junit4) without both Mockito and AssertJ dependencies.
This will verify that Selenide works without them (at least Selenium listeners need byte-buddy).

The case #1850 was that we removed byte-buddy dependency, and Selenide didn't work without it. But our tests didn't show the problem because we occasionally fetched transitive byte-buddy dependency from Mockito or AssertJ.
@asolntsev asolntsev self-assigned this Sep 25, 2022
@asolntsev asolntsev added the dependencies Pull requests that update a dependency file label Sep 25, 2022
@asolntsev asolntsev added this to the 6.8.0 milestone Sep 25, 2022
@sonarcloud
Copy link

sonarcloud bot commented Sep 25, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@asolntsev asolntsev merged commit 30897d1 into master Sep 25, 2022
@asolntsev asolntsev deleted the assure-work-without-bytebuddy branch September 25, 2022 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant