Commit Graph

145 Commits

Author SHA1 Message Date
slavisa-baeldung f508eccfdc BAEL - 318 - resolving conflicts 2017-04-23 08:50:57 +01:00
Doha2012 74688cf30e remove log4j dependencies (#1675)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml

* remove log4j dependencies
2017-04-18 22:39:13 +02:00
Doha2012 7525544e09 use standard logback.xml (#1666)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml
2017-04-17 18:41:23 +02:00
Diane Duan 3fb4e03a49 BAEL-640: Guide to Mathematical Operations with Guava (BDD naming) (#1599)
* Guava IntMath tests

* Guava DoubleMath test

* break down testDoubleMath()

* bdd ut naming

* bdd ut naming 2

* break down round unit test

* rename unit tests
2017-04-11 10:11:58 +02:00
Diane Duan 54615ddd11 BAEL-640: Guide to Mathematical Operations with Guava (#1390)
* Guava IntMath tests

* Guava DoubleMath test

* break down testDoubleMath()
2017-04-02 21:28:36 +02:00
mariiakulik 6300112fc6 README files update (#1435)
* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.MD

* Create README.md
2017-03-18 20:25:06 +01:00
Tomasz Lelek f57a7ddaed Bael 641 (#1282)
* BEEL-641 guava reflection utils code

* BEEL-641 fix formatting

* BEEL-641 add assertion on subttype number -> integer

* BEEL-641 rename class

* BEEL-641 formatting

* BEEL-641 add comparison using standard java reflecetion api and guava one
2017-03-03 06:15:34 +01:00
mariiakulik e5ecd86f27 README files update (#1195)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.MD

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Delete README.md
2017-02-19 22:22:43 +01:00
slavisa-baeldung 429c700caf BAEL-639: Fixing failing test 2017-02-15 10:04:00 +01:00
slavisa-baeldung f7ef3766cb BAEL-639: Guide to Guava's EventBus Tests - adding sleep 2017-02-15 09:58:37 +01:00
Stephen Braimah 9135c6073e BAEL-639: Guide to Guava's EventBus Tests - removed EventWrapper and added DeadEvent Subscriber 2017-02-15 06:46:19 +01:00
Stephen Braimah 2ab1c19561 BAEL-639: Guide to Guava's EventBus Tests - removed EventWrapper and added DeadEvent Subscriber 2017-02-13 20:45:43 +00:00
Andrew Morgan b279e70989 CacheLoader tests 2017-02-12 18:38:17 +00:00
slavisa-baeldung 4077ee29c5 BAEL-639 - moving from test to main source tree 2017-02-07 06:44:59 +01:00
Muhammed Almas c198a96ec5 Pre conditions (#1128)
* BAL-36 File size api in java and apache commons IO

* BAEL-282 grep in java - fixes after code review

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved asserts and test classes in test folder.

* BAEL-519 moved test related producer and consumer to src.

* BAEL-586 Guide to Guava BiMap.

* BAEL-587 formatted code.

* BAEL-519 LMAX Disruptor

* BAEL-587 resolved merge

* BAEL-587 Resolved merge

* BAEL-519 Removed disruptor link.

* BAEL-519 Reverted Guava changes

* RFQ-587 Added disruptor as a separate module.

* BAEL-519 Disruptor changes.

* BAEL-519 Removed disruptor from core-java module.

* BAEL-637 Guide to PreConditions

* BAEL-637 Used assertJ for exception assertion.

* BAEL-637 updated tests to use assertJ.

* BAEL-637 Removed redundant tests.

* BAEL-637 explicitely specify the null varargs.

* BAEL-637 explicitely specify the null varargs.
2017-02-06 22:03:47 +01:00
eugenp 24ccec2a20 minof formatting work 2017-02-06 00:37:53 +02:00
Muhammed Almas 1565938803 Pre conditions (#1116)
* BAL-36 File size api in java and apache commons IO

* BAEL-282 grep in java - fixes after code review

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved asserts and test classes in test folder.

* BAEL-519 moved test related producer and consumer to src.

* BAEL-586 Guide to Guava BiMap.

* BAEL-587 formatted code.

* BAEL-519 LMAX Disruptor

* BAEL-587 resolved merge

* BAEL-587 Resolved merge

* BAEL-519 Removed disruptor link.

* BAEL-519 Reverted Guava changes

* RFQ-587 Added disruptor as a separate module.

* BAEL-519 Disruptor changes.

* BAEL-519 Removed disruptor from core-java module.

* BAEL-637 Guide to PreConditions

* BAEL-637 Used assertJ for exception assertion.

* BAEL-637 updated tests to use assertJ.

* BAEL-637 Removed redundant tests.
2017-02-05 22:06:31 +01:00
slavisa-baeldung b2ed0e5e09 Merge branch 'master' into sla-pr/1104
Conflicts:
	guava/pom.xml
2017-02-05 12:12:33 +01:00
Stephen Braimah 80c07b0ab2 BAEL-639: Guide to Guava's EventBus Tests - corrected formatting 2017-02-04 14:07:16 +00:00
slavisa-baeldung 1b1b5becd7 BAEL-639 - reformatting 2017-02-01 14:10:57 +01:00
slavisa-baeldung c60d15b894 Merge branch 'master' into pr/1084-stephen-brahimi-guava-eventbus 2017-02-01 13:37:19 +01:00
Predrag Maric 352b466bce BAEL-638 Fixed one variable name 2017-02-01 01:34:33 +01:00
Stephen Braimah b2fcd4a953 BAEL-639: Guide to Guava's EventBus Tests 2017-01-31 22:21:24 +00:00
Tomasz Lelek 09bebd5351 BAEL-638 Guava Ordering 2017-01-31 15:47:53 +01:00
Zeger Hendrikse e44c72f727 Reformatted PreConditions test 2017-01-30 20:33:02 +01:00
Muhammed Almas e3c1e6986b BAEL-637 Pre conditions (#1076)
* BAL-36 File size api in java and apache commons IO

* BAEL-282 grep in java - fixes after code review

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved asserts and test classes in test folder.

* BAEL-519 moved test related producer and consumer to src.

* BAEL-586 Guide to Guava BiMap.

* BAEL-587 formatted code.

* BAEL-519 LMAX Disruptor

* BAEL-587 resolved merge

* BAEL-587 Resolved merge

* BAEL-519 Removed disruptor link.

* BAEL-519 Reverted Guava changes

* RFQ-587 Added disruptor as a separate module.

* BAEL-519 Disruptor changes.

* BAEL-519 Removed disruptor from core-java module.

* BAEL-637 Guide to PreConditions

* BAEL-637 Used assertJ for exception assertion.

* BAEL-637 updated tests to use assertJ.
2017-01-30 20:32:27 +01:00
Zeger Hendrikse f319718a0f Improved formatting 2017-01-29 22:14:49 +01:00
Muhammed Almas beae8eb58c BAEL-588 Guava table (#1066)
* BAL-36 File size api in java and apache commons IO

* BAEL-282 grep in java - fixes after code review

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved asserts and test classes in test folder.

* BAEL-519 moved test related producer and consumer to src.

* BAEL-586 Guide to Guava BiMap.

* BAEL-587 formatted code.

* BAEL-519 LMAX Disruptor

* BAEL-587 resolved merge

* BAEL-587 Resolved merge

* BAEL-519 Removed disruptor link.

* BAEL-519 Reverted Guava changes

* RFQ-587 Added disruptor as a separate module.

* BAEL-519 Disruptor changes.

* BAEL-519 Removed disruptor from core-java module.

* BAEL-588 guide to guava's Table

* BAEL-588 Guide to Guava's Table.

* BAEL-588 Added support for assertJ.

* BAEL-588 Test to support Guava's Table.

* BAEL-588 Added test to support Guava's Table.
2017-01-29 22:13:30 +01:00
Muhammed Almas 1c4fc19868 BAEL-637 Pre conditions (#1067)
* BAL-36 File size api in java and apache commons IO

* BAEL-282 grep in java - fixes after code review

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved asserts and test classes in test folder.

* BAEL-519 moved test related producer and consumer to src.

* BAEL-586 Guide to Guava BiMap.

* BAEL-587 formatted code.

* BAEL-519 LMAX Disruptor

* BAEL-587 resolved merge

* BAEL-587 Resolved merge

* BAEL-519 Removed disruptor link.

* BAEL-519 Reverted Guava changes

* RFQ-587 Added disruptor as a separate module.

* BAEL-519 Disruptor changes.

* BAEL-519 Removed disruptor from core-java module.

* BAEL-637 Guide to PreConditions

* BAEL-637 Used assertJ for exception assertion.
2017-01-29 21:52:35 +01:00
Muhammed Almas ed6e3f56a5 BAEL-637 Pre conditions (#1054)
* BAL-36 File size api in java and apache commons IO

* BAEL-282 grep in java - fixes after code review

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved asserts and test classes in test folder.

* BAEL-519 moved test related producer and consumer to src.

* BAEL-586 Guide to Guava BiMap.

* BAEL-587 formatted code.

* BAEL-519 LMAX Disruptor

* BAEL-587 resolved merge

* BAEL-587 Resolved merge

* BAEL-519 Removed disruptor link.

* BAEL-519 Reverted Guava changes

* RFQ-587 Added disruptor as a separate module.

* BAEL-519 Disruptor changes.

* BAEL-519 Removed disruptor from core-java module.

* BAEL-637 Guide to PreConditions
2017-01-27 23:25:42 +01:00
Zeger Hendrikse 2f4fcc0b9b Reformatted some statements 2017-01-22 15:17:16 +01:00
Zeger Hendrikse 31cd77375a Reformatted some statements 2017-01-22 15:13:05 +01:00
Muhammed Almas 29825bf89a BAEL-590 Test for RangeMap (#1032)
* BAL-36 File size api in java and apache commons IO

* BAEL-282 grep in java - fixes after code review

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved asserts and test classes in test folder.

* BAEL-519 moved test related producer and consumer to src.

* BAEL-586 Guide to Guava BiMap.

* BAEL-587 formatted code.

* BAEL-519 LMAX Disruptor

* BAEL-587 resolved merge

* BAEL-587 Resolved merge

* BAEL-519 Removed disruptor link.

* BAEL-519 Reverted Guava changes

* RFQ-587 Added disruptor as a separate module.

* BAEL-519 Disruptor changes.

* BAEL-519 Removed disruptor from core-java module.

* BAEL-590 Added test to support RangeMap.
2017-01-22 15:10:21 +01:00
Muhammed Almas 004c907141 BAEL-589 Added test to support RangeSet (#1031)
* BAL-36 File size api in java and apache commons IO

* BAEL-282 grep in java - fixes after code review

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved asserts and test classes in test folder.

* BAEL-519 moved test related producer and consumer to src.

* BAEL-586 Guide to Guava BiMap.

* BAEL-587 formatted code.

* BAEL-519 LMAX Disruptor

* BAEL-587 resolved merge

* BAEL-587 Resolved merge

* BAEL-519 Removed disruptor link.

* BAEL-519 Reverted Guava changes

* RFQ-587 Added disruptor as a separate module.

* BAEL-519 Disruptor changes.

* BAEL-519 Removed disruptor from core-java module.

* BAEL-589 Added new test for RangeSet.
2017-01-22 14:39:04 +01:00
Tomasz Lelek 75bc156357 BAEL-586 proper file for test 2017-01-14 10:11:52 +01:00
Tomasz Lelek 30d9102310 BAEL-586 increment guava version, move Test to guava module 2017-01-14 10:07:53 +01:00
DOHA f938c89321 cleanup and upgrade 2016-12-12 21:54:16 +02:00
Naoshadul Islam 298c5e3091 Created README.md and added relevant articles (#742)
* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles
2016-10-16 13:25:05 +03:00
Naoshadul Islam cd853fafbc Updated README.md 2016-10-16 13:09:29 +03:00
Grzegorz Piwowarek c3766c0138 Remove eclipse-specific config 2016-08-02 00:15:36 +02:00
slavisa-baeldung 1d1ee85fab Merge remote-tracking branch 'origin/master'
Conflicts:
	jsf/src/main/webapp/el_intro.xhtml
2016-07-31 23:30:16 +02:00
Grzegorz Piwowarek a09e6454f3 Remove Eclipse-specific files 2016-07-19 18:18:50 +03:00
slavisa-baeldung ce4bbd03e4 Merge remote-tracking branch 'origin/master' 2016-07-09 08:11:05 +02:00
Alex Theedom b0565a2882 Mkae minor amendments to make tests pass 2016-07-03 12:35:08 +01:00
egimaben 06dd18a184 added hamcrest api tutorial 2016-07-01 21:21:30 +03:00
Slavisa Avramovic 8525795755 bengi - guava map 2016-06-09 15:00:56 +02:00
egimaben 635a5aa5ea Added guava set+function=map tutorial and tests 2016-06-06 17:05:54 +03:00
eugenp a2989da4bf maven work 2016-03-06 12:10:06 +02:00
eugenp 0708c51125 mave work 2016-03-06 11:59:13 +02:00
eugenp c467ca73e2 maven work 2016-03-06 11:49:59 +02:00