Commit Graph

4602 Commits

Author SHA1 Message Date
Predrag Maric acd3446ae1 Merge branch 'master' of https://github.com/vicmosin/tutorials into vicmosin-master 2017-02-02 02:25:45 +01:00
KevinGilmore eb79ed409b Update README.md 2017-02-01 15:27:29 -06:00
KevinGilmore f8322f161d Create README.md 2017-02-01 15:27:06 -06:00
Victor Mosin d8efbb5c75 Introduced new module due to BAEL-598 2017-02-01 20:45:21 +01:00
Tomasz Lelek 51d8c0cdb7 BEAL-572 onBackpressure operations 2017-02-01 16:43:15 +01:00
Tomasz Lelek 2065c3ca51 BEAL-572 different strategies of handling hot-observable 2017-02-01 15:12:51 +01: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
Tomasz Lelek 694931a190 BEAL-572 rx project structure, hot cold observables 2017-02-01 10:58:07 +01:00
pedja4 5c85259243 Update README.md
Added several relevant articles
2017-02-01 09:42:32 +01:00
Piotr Sliwa 5548022a2b BAEL-628: Added sources for "Constructor Injection in Spring with Lombok" article. (#1064)
* BAEL-628: Added sources for "Constructor Injection in Spring with Lombok" article.

* BAEL-628: Removed unneccessary @Autowired + Apologizer example.
2017-02-01 07:53:17 +01:00
Predrag Maric 28cbdeb4a9 Renamed one class in Kotlin module 2017-02-01 01:49:35 +01:00
Predrag Maric 46b3680f62 Merge remote-tracking branch 'origin/master' 2017-02-01 01:36:50 +01:00
Predrag Maric b79eba9e00 Merge branch 'tomekl007-BAEL-638' 2017-02-01 01:36:01 +01:00
Predrag Maric 352b466bce BAEL-638 Fixed one variable name 2017-02-01 01:34:33 +01:00
Dotun Kola-Olaleye e385c7409b String to char array and char array to String (#1002)
* String to char array and char array to String.

* Method change

* Custom ThreadPool In Java 8 Parallel Streams

* Implemented suggested edits from editor.

* Broke long method signature

* Changed primitive type int to long and formula.

* Update wrapper type to Long
2017-02-01 00:16:55 +01:00
Stephen Braimah b2fcd4a953 BAEL-639: Guide to Guava's EventBus Tests 2017-01-31 22:21:24 +00:00
Predrag Maric 54e3782f73 Merge branch 'BAEL-638' of https://github.com/tomekl007/tutorials into tomekl007-BAEL-638 2017-01-31 22:17:20 +01:00
Tomasz Lelek fb50f56cfd BAEL-424 code for javaslang Try (#1068)
* BAEL-424 code for javaslang Try

* BAEL-424 more api examples of try

* BAEL-424 less verbose names of test, two exceptions types in pattern matching
2017-01-31 21:46:46 +01:00
Vivek Kumar a0781d1d88 BAEL 533: Pull request for Java 9 Convenience Factory Methods for Collections (#1078)
* remove verbose from compiler plugin, change project build encoding to UTF-8

* BAEL - 533 - convenience factory methods for collections test files
2017-01-31 21:29:02 +01:00
mujahid d07136065a BAEL-347 - Full-text search with SOLR (#1080)
* solr-fulltext-search module created

* solr-fulltext-search modue created
2017-01-31 19:11:46 +01:00
Tian Baoqiang 7a10236334 add ConcurrentNavigableMap tests (#1083)
* add concurrentmap tests

* fix ConcurrentMapTests#givenConcurrentMap_whenKeyWithSameHashCode_thenPerformanceDegrades

* add ConcurrentNavigableMap tests
2017-01-31 16:54:22 +01:00
Tomasz Lelek 09bebd5351 BAEL-638 Guava Ordering 2017-01-31 15:47:53 +01:00
DOHA 9a16f10802 rename servers 2017-01-31 13:58:38 +02:00
pedja4 8a5600cf6e Merge pull request #1075 from felipe-gdr/master
BAEL-612: used lambda instead of anonymous class
2017-01-31 09:42:25 +01:00
Saptarshi Basu 4fe878d6d4 JAX-RS Client [BAEL-595] (#992)
* WatchService vs. Apache Commons IO Mnitoring

* Indentation fixed

* Indentation fixed

* JAX-RS API using Jersey [BAEL-558]

* JAX-RS API using Jersey [BAEL-558]

* Modifications made to remove xml

* applicationContext.xml removed

* All try catch moved to ExceptionMapper

* fixes

* review comments incorporated

* module renamed

* JAX-RS client [BAEL-595]

* jersey-core dependency removed

* assert changed to assertEquals

* messagebody readers and writers removed

* pom dependency corrected and other minor changes
2017-01-31 00:47:23 -07:00
Alex Theedom 6c2ed878c0 Merge remote-tracking branch 'origin/master' 2017-01-31 06:40:48 +00:00
Alex Theedom 5bd907aa01 Add two JsonGetter examples 2017-01-31 06:40:13 +00:00
tschiman 2ca092923c Merge remote-tracking branch 'upstream/master' 2017-01-30 23:07:53 -07:00
tschiman 626360dedd BAEL-649 Making updates to add two service applications that are domain specific 2017-01-30 23:07:09 -07:00
Kevin Gilmore f3082f6fe2 Merge branch 'mapreduce' 2017-01-30 21:51:15 -06:00
Kevin Gilmore e371bb9093 BAEL-203: Querying Couchbase with MapReduce Views 2017-01-30 21:48:28 -06: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
Felipe Reis 8f7559df5e BAEL-612: used lambda instead of anonymous class 2017-01-30 15:14:50 -02:00
DOHA f970b1dbcf cleanup 2017-01-30 13:32:37 +02: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
Abhinab Kanrar 05fa8fc4dd indentation changes (#1072)
* rest with spark java

* 4

* Update Application.java

* indentation changes
2017-01-29 21:40:44 +01:00
Abhinab Kanrar d4c1ce44b6 PR for spring-mobile (#1062)
* rest with spark java

* 4
2017-01-29 16:32:38 +01:00
maibin 1e74f9dbe8 Fix to Hibernate4 module (#1071)
* How to work with dates in Thymeleaf

* Fixes in PR for Thymeleaf

* Changes to i18n

* Resolved issue with i18n
2017-01-29 16:22:27 +01:00
DOHA 49b973566c rename resource services 2017-01-29 17:19:25 +02:00
pivovarit 19afd94177 Fix kotlin pom.xml 2017-01-29 15:30:06 +01:00
eugenp 68281fa705 minor cleanup 2017-01-29 16:08:05 +02:00
eugenp 966e53a85b formatting work 2017-01-29 16:06:01 +02:00
eugenp 034cde6e20 formatting work 2017-01-29 16:03:33 +02:00
eugenp 44bf48068f formatting work 2017-01-29 16:01:58 +02:00
eugenp 1eb53d544c cleanup workg 2017-01-29 15:59:38 +02:00
eugenp bf95d0aa9d minor formatting cleanup 2017-01-29 15:57:30 +02:00