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

Added Password Randomizer #429

Closed
wants to merge 1 commit into from
Closed

Conversation

JJ1216
Copy link
Contributor

@JJ1216 JJ1216 commented Aug 14, 2020

No description provided.

@fmbenhassine fmbenhassine added this to the 4.3.0 milestone Oct 9, 2020
Copy link
Member

@fmbenhassine fmbenhassine left a comment

Choose a reason for hiding this comment

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

Thank you for the PR! It LGTM, I just added a couple of minor change requests. Please don't hesitate to add your name to the Javadoc @author as well as in the "contributors" section of the README .

*
* @return a new {@link PasswordRandomizer}
*/
public static PasswordRandomizer aNewPasswordRandomizer() {
Copy link
Member

Choose a reason for hiding this comment

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

Could you please remove these static factory methods? They were deprecated in other places (see 735b245)

</plugins>
</pluginManagement>
<plugins>

Copy link
Member

Choose a reason for hiding this comment

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

Please remove the changes in this file from the PR.

@@ -43,6 +43,7 @@ void whenSafeModeIsEnabled_thenDomainNameShouldBeInvalid() {

// then
assertThat(randomValue).contains("@example.com"); // example.com is the only domain in faker's data file with 'en' locale (see en:faker:internet:safe_email: in en.yml)

Copy link
Member

Choose a reason for hiding this comment

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

Please remove the changes in this file from the PR.

@fmbenhassine
Copy link
Member

Rebased and merged as 1bcd1b4. Revised in 5ca3541. Thank you for your contribution!

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

Successfully merging this pull request may close these issues.

2 participants