Commit Graph

61 Commits

Author SHA1 Message Date
Trever Shick dee2a88a3f Ensure error messages are useful (#141)
* Add corner case test for CryptoTest

* Add RandomService tests using default constructor

* Improve FakeValueService error messaging and add tests
2016-10-17 09:30:08 +11:00
Trever Shick 3751ec4126 Update coveralls plugin to 4.3.0 (#137) 2016-10-17 09:15:17 +11:00
Trever Shick f574317642 Fix locale chaining. Add yml only resolution. (#133)
* Fix locale chaining. Add yml only resolution.

* Remove assumption, it may be causing travis failures.

* Fix file encoding

* Fix the Integration test for pt locale

* Remove deps change to README.md

* Replace the resolve() method on Faker, uncomment some tests

* Rename unit test to make more sense

* Uncomment commented out tests
2016-10-11 21:41:22 +11:00
Michael Schechter f05ad85f9c Updated to commons-lang3 (#119)
* Updated to commons-lang3

Updated dependency; changed RandomService to use Random directly

* Fixed bad import

Updated missed import
2016-08-12 14:05:03 +10:00
Roman Isko 59388a852c update coveralls-maven-plugin to version 4.2.0 (#109) 2016-06-02 07:55:48 +10:00
Ricky 18dcfaeee2 [maven-release-plugin] prepare for next development iteration 2016-05-09 08:37:10 +10:00
Ricky 8e92962b40 [maven-release-plugin] prepare release javafaker-0.10 2016-05-09 08:37:02 +10:00
Pascal Schumacher b82428c1f3 update generex to version 1.0.1, so seed works in combination with regular expressions with a {min, max} quantifier (#104) 2016-05-07 20:35:15 +10:00
Pascal Schumacher f4bb18940c changed snakeyaml to the bmoliveira one to provide support for android
use maven shade plugin to include this dependency in the java-faker jar, because it is not available from maven central
2016-05-07 07:32:47 +10:00
Ricky 38f60d3c98 reverted snakeyaml back to non android compliant version 2016-05-07 04:42:07 +10:00
Ricky bfb5cd549b changed snakeyaml to the bmoliveira one to provide support for android 2016-05-06 23:13:39 +10:00
Ricky 0119577916 updated cobertura-maven-plugin version 2016-05-06 16:18:15 +10:00
Ricky 0eaed485a4 updated compiler version 2016-05-06 15:57:23 +10:00
Ricky 31b4f2a792 updated versions of dependencies 2016-05-06 15:51:09 +10:00
Ricky 55d78bdd5d [maven-release-plugin] prepare for next development iteration 2016-05-05 09:04:11 +10:00
Ricky 341da4d333 [maven-release-plugin] prepare release javafaker-0.9 2016-05-05 09:04:01 +10:00
Pascal Schumacher bc0129d8e3 regexify should use seed (#96)
update to generex version to 1.0.0 to make this possible
2016-05-05 06:42:14 +10:00
Pascal Schumacher d78849986d Add regexify and finance bic (#75)
* added Faker#regexify with uses the generex library

* added Finance#bic, a way to generate a random Business Identifier Code (https://en.wikipedia.org/wiki/ISO_9362)
2016-04-25 07:20:39 +10:00
Ricky c8e66ad5ed [maven-release-plugin] prepare for next development iteration 2016-04-13 08:16:40 +10:00
Ricky f63ef2913f [maven-release-plugin] prepare release javafaker-0.8 2016-04-13 08:16:32 +10:00
Ricky e8cedec66e [maven-release-plugin] prepare for next development iteration 2015-12-07 10:29:13 +11:00
Ricky 4c7e0b7676 [maven-release-plugin] prepare release javafaker-0.7 2015-12-07 10:29:04 +11:00
Ricky cb4c258217 added simple sl4jf 2015-12-07 10:21:01 +11:00
Ricky 1ca1c8129e made the logging dependency test only 2015-12-04 09:30:52 +11:00
Ricky b6555f9ec1 [maven-release-plugin] prepare for next development iteration 2015-11-03 08:28:08 +11:00
Ricky 63e69ae88c [maven-release-plugin] prepare release javafaker-0.6 2015-11-03 08:27:58 +11:00
Peter Miklos 7e4a80664a added support for fake future date generator 2015-07-04 22:28:52 +02:00
Ricky 01c77ac32b put integration test into the build 2015-05-07 10:49:58 +10:00
Ricky fce12ababf adding credit card numbers that pass the luhn check 2015-05-07 09:47:57 +10:00
Ricky ad0bd62969 [maven-release-plugin] prepare for next development iteration 2014-10-22 11:52:17 +11:00
Ricky df898c75e1 [maven-release-plugin] prepare release javafaker-0.5 2014-10-22 11:52:08 +11:00
Ricky e939494dc8 added my details to pom.xml 2014-10-22 09:18:43 +11:00
Ricky 44615e1a25 put in only the api for slf4j and upgraded version 2014-10-22 08:35:35 +11:00
Ricky 46a3b539c1 [maven-release-plugin] prepare for next development iteration 2014-07-22 07:01:11 +10:00
Ricky 6a910f38e3 [maven-release-plugin] prepare release javafaker-0.4 2014-07-22 06:58:00 +10:00
Ricky 50cf887ffd [maven-release-plugin] prepare for next development iteration 2014-07-04 14:28:46 +10:00
Ricky fed6ba4582 [maven-release-plugin] prepare release javafaker-0.4 2014-07-04 14:28:37 +10:00
Ricky Yim d800a42544 added tests for FakeValuesService, added exception handling 2014-04-25 14:12:54 +10:00
Ricky 8fe2a69eb3 refactored tests to make all the boring tests in the IntegrationTest class 2014-04-24 21:39:34 +10:00
Ricky 80d9e0c2f4 changed yaml loading library to snake 2014-04-24 15:11:30 +10:00
Ricky d68121ec22 took out unused dependency hamcrest, it is included as part of junit 2014-04-23 17:20:18 +10:00
Ricky 9b09fe3f5d added support for coveralls 2014-04-23 12:47:43 +10:00
Ren Shao cb892c0a0f [maven-release-plugin] prepare for next development iteration 2013-12-23 13:15:59 +11:00
Ren Shao 09cff31e38 [maven-release-plugin] prepare release javafaker-0.3 2013-12-23 13:15:50 +11:00
Ren Shao d1557c1a8f Merge pull request #14 from codingricky/adding-fr
Adding french yml file
2013-12-22 17:13:28 -08:00
Ren Shao fba9cbc6b6 Merge pull request #10 from brain64bit/master
adding source and target for java 1.6
2013-12-22 16:39:20 -08:00
Ren Shao 6aab9d1842 resolved #9 added test to verify bothify works 2013-12-23 11:13:46 +11:00
Ricky 1038556ac1 adding support for french locale 2013-12-17 21:59:13 +11:00
agung prasetyo 203f437ee0 adding source and target for java 1.6 2013-10-09 16:08:02 +07:00
Ren Shao c48bb870e6 [maven-release-plugin] prepare for next development iteration 2012-02-13 11:18:40 +11:00