Commit Graph

4597 Commits

Author SHA1 Message Date
Tomasz Lelek c9394b216a BAEL-542 do not need TestConfig class 2017-02-04 23:50:47 +00:00
Tomasz Lelek 652def889a BAEL-542 start application properly when integation test started 2017-02-04 23:50:47 +00:00
Tomasz Lelek c8f6bed73d BAEL-542 rename test to LiveTest suffix 2017-02-04 23:50:47 +00:00
Tomasz Lelek cc70eae896 BAEL-542 test fix 2017-02-04 23:50:47 +00:00
Tomasz Lelek c3cc42f458 BAEL-542 wrote live tests 2017-02-04 23:50:47 +00:00
Tomasz Lelek 25111c5b89 BAEL-542 use defaults 2017-02-04 23:50:47 +00:00
Tomasz Lelek 4bac6e0571 BAEL-614 endpoint that has default cache-control headers 2017-02-04 23:50:47 +00:00
Tomasz Lelek 3fa1b93f87 BAEL-614 appRunner in proper place 2017-02-04 23:50:47 +00:00
Tomasz Lelek c7203bd564 BAEL-614 base module for cache-control 2017-02-04 23:50:47 +00:00
Abhinab Kanrar b57cf0cf56 spring requestmapping shortcuts (#1096)
* rest with spark java

* 4

* Update Application.java

* indentation changes

* spring @requestmapping shortcuts

* removing spring requestmapping and pushing spring-mvc-java
2017-02-04 22:16:35 +01:00
eugenp 791142c67e cleanup and testing work 2017-02-04 21:56:11 +02:00
Kevin Gilmore b4a5880394 Merge remote-tracking branch 'upstream/master' 2017-02-04 13:24:15 -06:00
maibin ffd17c1b21 Fix the Hibernate4 issues (#1106)
* Binary genetic algorithm

* Fix the junit tests conflict
2017-02-04 18:47:30 +01:00
Andrew Morgan ad104bfe8c Revert "mesos marathon demo"
This reverts commit 93c704cbf7.
2017-02-04 17:21:41 +00:00
Andrew Morgan 93c704cbf7 mesos marathon demo 2017-02-04 17:18:14 +00:00
pivovarit 4771252f6b AppTest -> AppLiveTest 2017-02-04 17:22:28 +01:00
Tomasz Lelek 842dd43b21 merge 2017-02-04 17:15:56 +01:00
pivovarit 02245b75a8 Refactor PriorityBlockingQueue examples 2017-02-04 17:02:46 +01:00
Tomasz Lelek 3bda12d20c BEAL-572 use same chedulers to be consistent 2017-02-04 17:00:22 +01:00
Predrag Maric f69deeca2d BAEL-598 Removed try-catch block, added throws declaration 2017-02-04 15:59:49 +01:00
Stephen Braimah 80c07b0ab2 BAEL-639: Guide to Guava's EventBus Tests - corrected formatting 2017-02-04 14:07:16 +00:00
eugenp bd6fe7269e minor cleanup work - formatting 2017-02-04 14:14:23 +02:00
pivovarit 4d5624161f Refactor Spring with Lombok samples 2017-02-04 06:15:54 +01:00
adamd1985 896a193fb0 Pr/1089 (#1100)
* 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

* Added "Test" suffix to test class name.
2017-02-04 00:25:07 +01:00
maibin 1cc01c49a6 Merge pull request #1099 from mobiblunt/master
Fixed Unit Test for hibernate one to many
2017-02-04 00:11:03 +01:00
Predrag Maric d87926b52d Merge branch 'mogronalol-master' 2017-02-04 00:00:39 +01:00
Predrag Maric 318aeb7aa3 BAEL-616 Renamed tests 2017-02-03 23:59:34 +01:00
Chima Ejiofor cd921fe6d3 Fixed Unit Test for hibernate one to many 2017-02-03 23:59:07 +01:00
Predrag Maric 4a9cb3fb4f Merge branch 'master' of https://github.com/mogronalol/tutorials into mogronalol-master 2017-02-03 23:50:08 +01:00
Pedja 5c4b550870 Merge branch 'tomekl007-BAEL-572' 2017-02-03 17:38:45 +01:00
Pedja 2dcc2311c5 BAEL-572 BackPressure -> Backpressure; code reformatted; included rxjava in parent pom 2017-02-03 17:37:54 +01:00
Pedja c8734b028b Merge branch 'BAEL-572' of https://github.com/tomekl007/tutorials into tomekl007-BAEL-572 2017-02-03 17:21:30 +01:00
pivovarit b9c4496a71 Refactor JExcelHelper 2017-02-03 07:46:29 +01:00
tschiman 775d9c3551 Merge remote-tracking branch 'upstream/master' 2017-02-02 21:18:46 -07:00
tschiman fb950e2dfa BAEL-649 changing test content and some security changes to make all the tests work. 2017-02-02 21:18:06 -07:00
Kevin Gilmore 917d7eac95 Merge remote-tracking branch 'upstream/master' 2017-02-02 21:12:43 -06:00
lor6 a44ea9588f excel processing using jexcel and poi (#1058)
* excel processing using jexcel and poi

* update examples

* small fix

* fix poi version, fix imports
2017-02-02 20:46:39 -06:00
Andrew Morgan 75860a063e Added a test class which shows the PriorityBlockingQueue being used 2017-02-02 23:16:52 +01:00
Tomasz Lelek c8d818c2f5 BEAL-572 make examples simpler 2017-02-02 21:36:11 +01:00
Dotun Kola-Olaleye a1312e9ce0 Custom Thread Pools In Java 8 Parallel Streams (#1088)
* 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-02 18:30:05 +01:00
Mobi Blunt c350e8b423 Fix to Unit test for Hibernate one to many (#1085)
* Fix to Unit tests for Hibernate one to many

* Fixed Unit test for hibernate one to many mapping tutorial

* Fixed Unit test for Hibernate one to many mapping tutorial

* Fixed Unit test for Hibernate one to many mapping Tutorial

* Fixed Unit Test for Hibernate one to many mapping Tutorial

* Unit test for Hibernate One to many Tutorial
2017-02-02 17:23:24 +01:00
DOHA 3522c0537b rename openID module 2017-02-02 14:00:34 +02:00
pivovarit a312ce5e11 Refactor ThreadPoolInParallelStream 2017-02-02 07:47:06 +01:00
Predrag Maric 1a10caefda Merge branch 'vicmosin-master' 2017-02-02 03:00:38 +01:00
Predrag Maric 0f5b5a784e BAEL-598 Edited pom.xml 2017-02-02 02:59:09 +01:00
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