Commit Graph

6928 Commits

Author SHA1 Message Date
ericgoebelbecker b49844c3d8 BAEL-1374 - use JMH. Move out of test area. 2017-12-08 23:11:50 -05:00
Taylor Daugherty dc334432e4 BAEL-1300 Change to ConcurrentHashMap (#3206)
* BAEL-1300 Custom logback appender

* BAEL-1300 fix to logback module

* relativePath

* Change to ConcurrentHashMap
2017-12-08 14:31:36 -08:00
Ahmad Alsanie 4b0a98f6b0 init commit - a guide to java initialization classes and resources 2017-12-08 15:50:47 +02:00
Grzegorz Piwowarek bb5a1697dd
CAS fix (#3207) 2017-12-08 14:24:47 +01:00
Sergey Petunin f5a5c02053 BAEL-1128: A Practical Guide to Java Remote Debugging (#3144) 2017-12-08 14:01:23 +01:00
aietcn 2ed8da65c1 BAEL-1270 intro to dubbo (#3109)
* BAEL-1270 intro to dubbo

* BAEL-1270: add cluster and load-balancing tests

* BAEL-1270 exclude *LiveTest

* BAEL-1270 using call() instead of run() in executorService.submit()
2017-12-08 11:07:31 +01:00
Marcos 9f3ce63cd9 Merge remote-tracking branch 'upstream/master' into tutorials/binaryTreeJava 2017-12-07 23:38:58 +01:00
Marcos a391ecf04f BAEL-1339 - Implementing a binary tree in Java 2017-12-07 23:37:09 +01:00
Loredana Crusoveanu 8ec495bb82
Merge pull request #3203 from eugenp/lor6-patch-1
Update README.md
2017-12-07 14:12:10 +02:00
Loredana Crusoveanu 694dbe983d
Update README.md 2017-12-07 13:41:35 +02:00
ocheja c0a730a3ac Replace string concatenations with String.format (#3201)
* Define beans for handling different message types in a lean chat app

* Add class based spring beans configuration

* Define spring configuration in XML for constructor based bean injection

* Refactor package structure to separate constructor based bean injection code set from setter based bean injection code set

* Define configuration and classes specific to setter-based bean injection.

* Implement tests for constructor-based and setter-based bean injections

* develop codes for explaining type erasure

* Write unit tests for type erasure examples

* Remove evaluation article code

* Modify type erasure examples and unit tests

* Modify type erasure examples and unit tests

* Add expected exception in TypeErasureUnitTest

* Correct grammar in class name

* Implement File Manager app to demonstrate Polymorphism. Develop unit tests for Polymorphism article code

* Add examples for static polymorphism

* Change sysout statments to slf4j log info statements

* Add assertions and expected errors check on Test

* Add assertions and expected errors check on Test

* Correct compile time error of symbol not found

* Removed commented out non-compiling test.

* Replace string concatenations with String.format

* Replace string concatenations with String.format
2017-12-07 10:24:49 +01:00
Grzegorz Piwowarek 909109ec91
Create README.md (#3202) 2017-12-07 10:24:26 +01:00
Donato Rimenti 1a7e85ceed BAEL-1196: jUnit @Test Annotation (#3184)
* BAEL-1196: jUnit @Test Annotation

* Fixed tests names as suggested.

* Reduced visibility on test methods.
2017-12-06 21:41:29 -06:00
linhvovn 50b9b80730 Bael1313 spring acl (#3188)
* [tlinh2110@gmail.com] [BAEL1313] Introduction Spring ACL

* [tlinh2110@gmail.com] BAEL 1313 - Update unit test

* [tlinh2110@gmail.com]BAEL1313- remove unused files from spring-core

* [BAEL1313] Create spring-acl module

* [BAEL1313] Add resources for Spring ACL

* [BAEL1313] Remove acl from spring-security-mvc-boot

* [BAEL1313] Add Spring ACL module in parent pom.xml

* [BAEL-1313] Change method name

* [BAEL-1313] Revert change in spring-security-mvc-boot pom file

* change spring-acl to spring-security-acl

* Update name in pom.xml
2017-12-06 20:52:12 +01:00
k0l0ssus 44a17ece1d Update pom.xml (#3190)
Corrected main class and added JUnit dependency
2017-12-06 16:56:56 +01:00
Eugen Paraschiv 97d68365bf minor Boot upgrade 2017-12-06 12:00:56 +02:00
André Thiago 5477f80a1c BAEL-1328 (#3099)
* BAEL-1328 How to Invert an Array in Java

* Removing code from evaluation article.

* BAEL-1328
Adjusting spaces and implement inversion with commons lang3 and guava.

* BAEL-1328 Renaming unit test class; using AssertJ.
2017-12-05 20:43:23 -06:00
Loredana Crusoveanu 550978ab76
Merge pull request #3192 from ahmedtawila/master
BAEL-1080 Introduction to Future in Vavr
2017-12-05 21:30:42 +02:00
Ahmed Tawila c489044f0b Future in Vavr 2017-12-05 20:22:05 +02:00
Dassi Orleando e6bff93187 Merge branch 'master' of https://github.com/eugenp/tutorials 2017-12-05 18:45:31 +01:00
Dassi Orleando 0d37e88316 Fix indents 2017-12-05 18:45:09 +01:00
Ahmed Tawila fec5927d90 Merge branch 'master' of https://github.com/eugenp/tutorials 2017-12-05 16:02:22 +02:00
Ahmed Tawila b05e035814 use AssertJ instead of JUnit 2017-12-05 16:02:01 +02:00
Carsten Gräf b258e5394f
Merge pull request #3191 from mkuligowski/master
BAEL-1347
2017-12-05 14:11:41 +01:00
Dassi Orleando 1e0f0c1849 BAEL-1408: Intro to Performance Testing using JMeter 2017-12-05 07:51:37 +01:00
Dassi Orleando 28dd06d927 Merge branch 'master' of https://github.com/eugenp/tutorials 2017-12-05 05:29:19 +01:00
Dassi Orleando c067162a56 Jenkins pipeline script for unix and non-unix OS 2017-12-05 05:29:10 +01:00
tamasradu d562f429a1 Radutamas/bael 1265 update junit with lambdas (#3196)
* Code for test article: Different Types of Bean Injection in Spring

* Adding jUnits for test article: Different Types of Bean Injection in Spring

* BAEL-1265: Adding jUnit for article

* BAEL-1265: Closing ExecutorService in jUnit

* BAEL-1265: Using lambdas instead of anonymous classes
2017-12-04 08:34:13 -08:00
Loredana Crusoveanu 93fc61750e
Merge pull request #3195 from Sgitario/master
BAEL-1174: A Quick Guide to Spring Cloud Consul: Changes after senior code review
2017-12-04 10:03:10 +02:00
Jose Carvajal 1f1630ae3b Merge remote-tracking branch 'upstream/master' 2017-12-04 08:54:40 +01:00
Jose Carvajal 059e66da30 BAEL-1174: A Quick Guide to Spring Cloud Consul: Changes after senior code review 2017-12-04 08:53:58 +01:00
Ahmed Tawila c955c4eadf Merge branch 'master' of https://github.com/eugenp/tutorials 2017-12-04 08:46:49 +02:00
Taylor Daugherty 7f23c45ef4 [BAEL-1300] Custom Logback Appender (#3193)
* BAEL-1300 Custom logback appender

* BAEL-1300 fix to logback module

* relativePath
2017-12-03 22:40:21 -08:00
Ahmed Tawila 2773555188 Merge branch 'future-vavr' of https://github.com/ahmedtawila/tutorials 2017-12-04 00:24:08 +02:00
Ahmed Tawila ebc28dbe98 Future in Vavr 2017-12-04 00:19:58 +02:00
Ahmed Tawila 3bafafd4e9 Merge branch 'future-vavr' of https://github.com/ahmedtawila/tutorials 2017-12-04 00:11:06 +02:00
Ahmed Tawila 224c964801 Merge branch 'master' of https://github.com/eugenp/tutorials 2017-12-04 00:10:44 +02:00
Ahmed Tawila 31a0f7b817 Merge branch 'master' of https://github.com/eugenp/tutorials into future-vavr 2017-12-04 00:10:17 +02:00
Ahmed Tawila a523437dc0 Future in Vavr 2017-12-04 00:09:43 +02:00
Muhammed Almas 63d4e7d014 BAEL-1375 Counter in Java. (#3170)
* BAEL-1375 Counter in Java.

* BAEL-1375 Frequency counter in java.

* BAEL-1375 Refactored method names.
2017-12-03 21:22:39 +01:00
José Carlos Valero Sánchez 41ce086ec6
Merge pull request #3173 from sazzer/master
Pull Request for BAEL-807
2017-12-03 12:43:55 +00:00
José Carlos Valero Sánchez ab40539043
Merge pull request #3089 from Namozag/bddmockito
BAEL-1184
2017-12-03 12:43:23 +00:00
Ahmed Tawila 53a84bf789 Merge branch 'master' of https://github.com/eugenp/tutorials into future-vavr 2017-12-03 13:39:59 +02:00
Yasin c01c2266b8 BAEL-1334: Guide to Hibernate Spatial (#3183)
* BAEL-1334 Guide to Hibernate Spatial

* BAEL-1334 Guide to Hibernate Spatial

Moving the files to hibernate5 from libraries

* Reverting the pom file

* BAEL-1334 Guide to Hibernate Spatial

* BAEL-1334 Guide to Hibernate Spatial

Moving the files to hibernate5 from libraries

* Reverting the pom file

* BAEL-1334 Guide to Hibernate Spatial

Improved assertions
2017-12-03 12:21:42 +01:00
mkuligowski e75a143e9f Add shadow plugin 2017-12-03 11:26:27 +01:00
mkuligowski 867e8ef3be Add custom task which produces fat jar 2017-12-03 11:23:53 +01:00
mkuligowski b152de4851 Modify jar task from java plugin in order to produce fat-jar 2017-12-03 10:56:52 +01:00
Ahmed Tawila 6267c53114 Merge branch 'master' of https://github.com/eugenp/tutorials into future-vavr 2017-12-03 01:30:34 +02:00
Ahmed Tawila 1ad1431c76 Future in Vavr 2017-12-03 01:30:02 +02:00
mkuligowski 3f8fb8dd78 Add main class 2017-12-02 23:30:55 +01:00