java-faker icon indicating copy to clipboard operation
java-faker copied to clipboard

Brings the popular ruby faker gem to Java

Results 143 java-faker issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** With a java 8+ project we must convert Date to LocalDate, LocalDateTime, ... **Describe the solution you'd like** The faker...

**Is your feature request related to a problem? Please describe.** None **Describe the solution you'd like** Generate random flight numbers (3 letters + 1-4 digits (ICAO flight numbers), or 2...

**Describe the bug** Avatar image does not work anymore. AWS returns the following error: ``` AllAccessDisabled All access to this object has been disabled xxx xxx ``` **To Reproduce** -...

This addresses a potential security concern as the previous version of commons-validator included a vulnerable version of commons-beanutils https://ossindex.sonatype.org/component/pkg:maven/commons-beanutils/[email protected]?utm_source=ossindex-client&utm_ Given that most folks use this library for testing it's probably...

**Describe the bug** `Exception in thread "main" java.lang.NoClassDefFoundError: org/yaml/snakeyaml/Yaml` **To Reproduce** - Download the JAR file 1.0.2 from Maven - https://repo1.maven.org/maven2/com/github/javafaker/javafaker/1.0.2/javafaker-1.0.2.jar - Add it to a Vanilla Java Project (No...

Add methods for: - male_middle_name - male_first_name - male_last_name - female_first_name - female_middle_name - female_last_name

**Describe the bug** StarTrek class has typo: "specie" **Expected behavior** StarTrek method is named 'species'

[Caching Dependencies and Directories](https://docs.travis-ci.com/user/caching/) Travis CI can cache content that does not often change, to speed up the build process. ===================== If there are any inappropriate modifications in this PR,...