Commit Graph

5368 Commits

Author SHA1 Message Date
Mohamed Sanaulla cfc44ecbb6 code for BAEL-860 - Introduction to mustache (#1885) 2017-05-20 19:21:33 +02:00
Yasin d1cc70666e BAEL-900 Guide to Dynamic Tests in Junit 5 (#1883)
* BAEL-900 Guide to dynamic tests in Junit 5

* BAEL-900 Guide to Dynamic Tests in Junit 5

* Revert "BAEL-900 Guide to Dynamic Tests in Junit 5"

This reverts commit d0d45c9067223347da20d0f2c80de391fcade38e.

* BAEL-900 Guide to Dynamic Tests in Junit 5
2017-05-19 18:36:34 +02:00
adasioo e09ba8e3c2 BAEL-923 How to inject a value from properties to a class not managed by Spring? (#1878)
* adam.zawada@gmail.com - Different Types of Bean Injection in Spring

* adam.zawada@gmail.com - Different Types of Bean Injection in Spring
switch to Java based configuration

* BAEL-895 calculate the period/duration between two dates in Java 8

* clean old PR

* BAEL-923 How to inject a value from properties to a class not managed by Spring?

* clean PR
2017-05-19 09:10:21 +02:00
Jesus Boadas e338d3eb0e Introduction to Testing with Arquillian (#1877) 2017-05-19 08:46:47 +02:00
Grzegorz Piwowarek a6168a139b Update .travis.yml (#1876) 2017-05-19 07:59:49 +02:00
Raúl Juárez fdfbab9365 BAEL-939 Improve split to string article (#1875) 2017-05-18 22:09:41 +03:00
Grzegorz Piwowarek ec7ee8bc42 Update pom.xml 2017-05-18 20:59:21 +02:00
lor6 70680ea79a vavr refactor (#1871)
* vavr refactor

* small fix
2017-05-18 21:44:35 +03:00
eugenp 7728d58e5b minor cleanup 2017-05-18 10:24:05 +03:00
eugenp 54d136518e minor cleanup 2017-05-18 10:22:09 +03:00
lor6 6d4682fa36 boot example app (#1808)
* boot example app

* move project and rename packages

* update constructor injection
2017-05-18 02:16:13 -05:00
Zeger Hendrikse 88e27db6c5 Replaced tabs by spaces 2017-05-18 09:11:44 +02:00
Abhinab Kanrar 74d4c4f72c final version (#1867) 2017-05-18 08:08:17 +02:00
Vivek Kumar 3f22a70bb3 Add unit test for File path article - BAEL-827 (#1784)
* BAEL-827 Add unit test for file paths

* BAEL-827 - Update path IOException test to execute only on Windows

* BAELL-827 - Update unit test method name
2017-05-17 22:21:40 -05:00
slavisa-baeldung dacc694f02 Merge pull request #1741 from tschiman/master
BAEL-797 Angular App For Cloud Series
2017-05-18 01:09:11 +02:00
slavisa-baeldung fe73a256d4 Merge branch 'master' into master 2017-05-18 01:08:29 +02:00
eugenp b3f7f90ba2 travis CI fix 2017-05-17 19:47:28 +03:00
Doha2012 9081eae3d7 minor logging fix (#1869) 2017-05-17 07:43:57 -05:00
slavisa-baeldung 9d6815284e Merge pull request #1854 from dhruba619/master
BAEL-839 added test cases and refactored code
2017-05-17 11:51:17 +02:00
pivovarit ee770f3d5f Refactor 2017-05-17 11:34:34 +03:00
Yasin faa15d50ce BAEL-900 Guide to dynamic tests in Junit 5 (#1860) 2017-05-16 18:22:13 +02:00
Doha2012 91be1eaf49 fix test names (#1865)
* 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

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix

* fix dependency issues

* Revert "fix dependency issues"

This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.

* fix dependency issues

* minor fix

* minor fix

* minor fix

* cleanup generated files

* fix commons-logging issue

* add parent to pom

* cleanup parent dependencies

* cleanup pom

* cleanup pom

* add missing parent

* fix logging issue

* fix test names

* fix merge

* minor fix

* fix test names

* fix test names
2017-05-16 11:03:40 -05:00
iaforek 9e644af344 BAEL-838 Tiny change to keep code consistant. Return null or empty. (#1866)
* Code for Dependency Injection Article.

* Added Java based configuration. Downloaded formatter.xml and reformatted
all changed files. Manually changed tab into 4 spaces in XML
configuration files.

* BAEL-434 - Spring Roo project files generated by Spring Roo. No
formatting applied. Added POM, java and resources folders.

* Moved project from roo to spring-roo folder.

* BAEL-838 Initial code showing how to remove last char - helper class and tests.

* BAEL-838 Corrected Helper class and associated empty string test case. Added StringUtils.substing tests.

* BAEL-838 Refromatted code using formatter.xml. Added Assert.assertEquals import. Renamed test to follow convention. Reordered tests.

* BAEL-838 - Added regex method and updated tests.

* BAEL-838 Added new line examples.

* BAEL-838 Renamed RemoveLastChar class to StringHelper and added Java8 examples. Refactord code.

* BAEL-838 Changed method names

* BAEL-838 Tiny change to keep code consistant. Return null or empty.

* BAEL-838 Removed unresolved conflict.
2017-05-16 17:05:38 +02:00
Tomasz Lelek ce43d80f8b BAEL-855 stm (#1855)
* BAEL-855 code for the STM article

* BAEL-855 method ordering

* BAEL-855 Better test case

* BAEL-855 formatting

* BAEL-855 rename

* BAEL-855 change to expected

* Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-855_stm

# Conflicts:
#	libraries/pom.xml
2017-05-16 16:53:47 +02:00
lor6 ee79ac3a02 fix test (#1864) 2017-05-16 17:00:41 +03:00
Walter Gómez 63611daf7b Fix/kotlin equality (#1861)
* Add project for hibernate immutable article
Add Event entity
Add hibernate configuration file
Add hibernateutil for configuration
Add test to match snippets from article

* Update master

* Add simplet test to check Kotlin rerence vs strutural equality

* Update README

* Kotlin equality - fix
Add suite of tests for complex object and arrays
Add User class
2017-05-16 12:03:58 +03:00
Tian Baoqiang e2aabe819e #BAEL-913 serenitybdd and spring (#1845) 2017-05-16 12:01:28 +03:00
lor6 9f88ff0d2e pageable controller and test (#1862)
* pageable controller and test

* removed unused imports
2017-05-16 11:52:04 +03:00
pivovarit 15fe1f0996 Fix JavaSortingUnitTest 2017-05-16 09:39:39 +03:00
pivovarit adb4b9bfdf Fix HexToAsciiUnitTest 2017-05-16 09:34:45 +03:00
pivovarit 924b960746 JavaInputStreamToXUnitTest refactor 2017-05-16 09:20:54 +03:00
lor6 bf71b3442b baos example (#1858) 2017-05-16 09:16:17 +03:00
pivovarit 286c25555a SplitUnitTest refactor 2017-05-16 09:12:29 +03:00
pivovarit a5cd330ab7 SplitUnitTest refactor 2017-05-16 09:07:41 +03:00
pivovarit f17888b699 Fix pom 2017-05-15 22:57:26 +03:00
pivovarit f5d867807a Add gitignore 2017-05-15 22:54:39 +03:00
pivovarit 46ee027d56 Fix Javaslang tests 2017-05-15 22:42:39 +03:00
pivovarit ad45ffbee1 Merge remote-tracking branch 'origin/master' 2017-05-15 22:21:40 +03:00
pivovarit a041c38d89 Refactor ElasticSearchUnitTest 2017-05-15 22:21:23 +03:00
pivovarit d894cfbf46 Refactor ElasticSearchUnitTest 2017-05-15 22:17:38 +03:00
pivovarit 94e7cfd94b Refactor ElasticSearchUnitTest 2017-05-15 22:17:20 +03:00
Grzegorz Piwowarek 8b093ff4ec Update README.md 2017-05-15 22:16:14 +03:00
Zeger Hendrikse 1130dc6b1e Fixed compilation error 2017-05-15 20:56:14 +02:00
Zeger Hendrikse 4d53bdd90a Removed dead code 2017-05-15 20:40:36 +02:00
Zeger Hendrikse 514164a861 Removed dead code 2017-05-15 20:38:58 +02:00
Doha2012 48cd6f876f Fix test names (#1853)
* 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

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix

* fix dependency issues

* Revert "fix dependency issues"

This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.

* fix dependency issues

* minor fix

* minor fix

* minor fix

* cleanup generated files

* fix commons-logging issue

* add parent to pom

* cleanup parent dependencies

* cleanup pom

* cleanup pom

* add missing parent

* fix logging issue

* fix test names
2017-05-15 11:35:14 -05:00
pivovarit 5a58aacb8f Refactor 2017-05-15 18:19:33 +03:00
Abhinab Kanrar d46af17af4 HikariCP (#1851)
* jvm log forging

* jvm log forging

* jvm log forging

* log forging

* adding hikariCP module

* try-with-resources

* adding employee use case

* moving HikariCP to libraries
2017-05-15 17:11:27 +02:00
lor6 0c973f492e injection point example (#1850) 2017-05-15 14:46:35 +03:00
dhruba619 fef139511d BAEL-839 added test cases and refactored code 2017-05-15 15:24:05 +05:30