| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 18.10.0 source code.tar.gz | 2026-05-14 | 4.2 MB | |
| 18.10.0 source code.zip | 2026-05-14 | 4.5 MB | |
| README.md | 2026-05-14 | 732 Bytes | |
| Totals: 3 Items | 8.7 MB | 1 | |
- chore: Bump Spring Boot 3.5.3 → 4.0.6 in examples/webNG; migrate Jackson imports from com.fasterxml.jackson to tools.jackson (Jackson 3.x package rename)
- feat: Wire Japanese city names into CITY plugin — add ja_cities.csv reference data and load it for nextRandom() under ja locale; fix analyzeSet() to let a 99-confidence header bypass the maxLength guard (previously blocked all-short Japanese city names)
- feat: Add STATE_PROVINCE.PREFECTURE_ISO_JA — Japanese prefecture ISO 3166-2 codes (JP-01 through JP-47), detected for ja locale
- feat: Add STATE_PROVINCE.PREFECTURE_CODE_JA — Japanese prefecture JIS X 0401 numeric codes (01–47), header-gated to avoid false positives
- chore: Cleanup old web example