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

Could not find snakeyaml-2.0-android.jar (org.yaml:snakeyaml:2.0). Searched in the following locations: https://maven.aliyun.com/repository/public/org/yaml/snakeyaml/2.0/snakeyaml-2.0-android.jar Possible solution: - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

The en-US ZipCodes should be very specific on whether a five or nine digit ZipCode is generated. I work for the US Postal Service and it is a _very_ important...

Vulnerable module introduce through: [email protected] Affected version of this package are vulnerable to Denial of Service (Dos) due to missing nested depth limitation for collections. Note: This vulnerability has also...

Fixes #767 There is no easy way to control target country randomization when creating IBANs, because both `countryCodeToBasicBankAccountNumberPattern` and `createCountryCodeToBasicBankAccountNumberPatternMap()` are private. This PR adds a `Finance.ibanCountryCodes()` to allow finer...

Trying to get an IBAN using a country code provided by Faker itself results to a null pointer, e.g. `faker.finance().iban(faker.country().countryCode2())` Gives: ``` java.lang.NullPointerException: Cannot invoke "String.length()" because "str" is null...

We like to use this library with Tamil language. Our application needs Tamil language fakes, so it will be better if we add Tamil language support.

Adding support for Tamil language

Hello, currently the demo web application is offline. It is only answered with an application error. ![grafik](https://github.com/DiUS/java-faker/assets/18444809/58732572-a4da-4681-874a-f911ee8081df)

related to https://github.com/DiUS/java-faker/pull/676