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.** currently, you can only get fixed length lorem ipsum without spaces eg. ``` faker.lorem().characters(maxLength) ``` if you want **spaced words**...
There is a critical vulnerability in the library snakeYAML: https://mvnrepository.com/artifact/org.yaml/snakeyaml Update to a version +1.26: Proposed solution ` org.yaml snakeyaml 1.30 `
There are a lot of things fixed since 1.0.2. Who has the power do make a release aside from @codingricky ?
The problem is that calls like `#{date.past ... }` and others with `date` convert date and time based on default `toString` with no way to customize it. The PR adds...
There 2 issues: 1. Current code can not resolve the code with varargs e.g. `Options.option` 2. Options does not have `option` method with `String` varargs which is implied by `FakeValuesService`...
fix wrong translation
**Describe the bug** The en-US locale `en-US.faker.phone_number.area_code` array (see [src/main/resources/en-US.yml](https://github.com/DiUS/java-faker/blob/a8b8ff0acc6fcc629d08a3a9952f83be56a9a3c3/src/main/resources/en-US.yml), line 41022) includes area code 226, which is a Canadian area code. Phone numbers generated by java-faker with this area...
Allow dash symbols in names fix #694
**Describe the bug** Sometimes it fails with the exception trace below. The reason is that there is at least one unit containing dash symbol `Auto-Turret` and at the same time...
Fix russian translation for colors and and company type and commerce department