java-faker
java-faker copied to clipboard
Brings the popular ruby faker gem to Java
**Is your feature request related to a problem? Please describe.** The Elden Ring is a hot game released recently . It is excellent , maybe you could add features of...
It will be great if it supports long String articles, we need it, thank you!
when faker is used to return consistent values based on a seed values there is a big performance issue since the yml files are re-read every time, caching the values...
**Describe the bug** I am trying to generate fake address data by country using supported locales. **To Reproduce** ``` Faker faker = new Faker(new Locale("en-US")); System.out.println(String.format("en-US: %s", faker.address().country())); faker =...
I want to be able to utilise the entire data set, e.g. do something with all hospital names Something like: Faker.instance().name().data().lastName(); // returns List of all names Faker.instance().eagerLoad(Locale.forLanguageTag("nl")).getDataSet(); // returns...
Feature request: Get Random Social Media Get Random YouTube. Example: https://random-ize.com/random-youtube/ https://ytroulette.com Get Random Twitter. Example: https://github.com/faker-ruby/faker/blob/master/doc/default/twitter.md Get Random Instagram photo. Example: http://16gram.com/random/ Get Random Facebook page
Fix #431 , it is just a beginning. Giving a specific topic and generate some trash articles. Inspiration is from BullshitGenerator. Actually we can do better in next generation.
**Describe the bug** Faker generates invalid IBAN numbers for Costa Rica, `CR...` code **To Reproduce** ``` @Test void costaRicaIbanMustBeValid() { /* * Given */ final String givenCountryCode = "CR"; /*...
- CPF: natural person identification document generator - CNPJ: legal entity identification document generator
CVE-2017-18640 - High Severity Vulnerability Vulnerable Library - snakeyaml-1.23.jar YAML 1.1 parser and emitter for Java Library home page: http://www.snakeyaml.org Path to dependency file: /tmp/ws-scm/datahelix/core/build.gradle Path to vulnerable library: /tmp/ws-ua/downloadResource_c5526757-2afd-4961-9fb2-8311b0585dfe/20200131152402/snakeyaml-1.23.jar,/tmp/ws-ua/downloadResource_c5526757-2afd-4961-9fb2-8311b0585dfe/20200131152402/snakeyaml-1.23.jar...