Commit Graph

2780 Commits

Author SHA1 Message Date
Alex Theedom 539fe75116 Amendments to the test method names 2016-08-22 18:54:32 +01:00
Alex Theedom db5c839a78 Minor changes after review 2016-08-22 18:44:34 +01:00
Alex Theedom a34bd465d4 Merge pull request #624 from sivabalachandran/master
Created config with different service group name to avoid unit tests from failing when ran as a whole.
2016-08-22 18:29:53 +01:00
Alex Theedom 638e666e4d Merge pull request #618 from jesus-dayo/master
added code to mapstruct tutorial
2016-08-22 18:29:14 +01:00
Alex Theedom f99f6d962f Merge pull request #623 from eugenp/grzegorz_random_list_element
Add code examples for Random List Element mini-article
2016-08-22 18:27:47 +01:00
Alex Theedom f1516e0188 Merge pull request #622 from eugenp/grzegorz_string_to_int
Add code examples for String to int mini-article
2016-08-22 18:27:33 +01:00
Alex Theedom ecacc8d50a Merge pull request #621 from eugenp/grzegorz_char_to_string
Add code examples for Char to String mini-article
2016-08-22 18:27:25 +01:00
pared eece33c816 Commit id plugin (#627)
* initial

* working

* added injection test

* [COMMIT-ID-PLUGIN] Add default value for testcheck

* pivovarit review refactor

* pivovarit review refactor

* add logback, log level: INFO

* return result in map

* remove config
2016-08-22 19:16:20 +02:00
pared 1fae5622b0 Commit id plugin (#626)
* initial

* working

* added injection test

* [COMMIT-ID-PLUGIN] Add default value for testcheck

* pivovarit review refactor

* pivovarit review refactor

* add logback, log level: INFO

* return result in map
2016-08-22 19:05:58 +02:00
Grzegorz Piwowarek 6f38d0b12e Add Guava example 2016-08-22 16:28:38 +02:00
eugenp fd32feeed3 minor formatting cleanup 2016-08-22 12:35:23 +03:00
eugenp 58bf2bf3ea new test 2016-08-22 12:32:17 +03:00
sbalachandran 888554a7f8 Few formatting changes. 2016-08-21 09:17:33 -04:00
sbalachandran 13f006e510 Merge remote-tracking branch 'upstream/master'
Conflicts:
	hystrix/src/test/java/com/baeldung/hystrix/HystrixTimeoutTest.java
2016-08-21 09:07:25 -04:00
sbalachandran c3fcdc3f45 Fixed Failig unit tests 2016-08-21 09:03:36 -04:00
Grzegorz Piwowarek ba90ee0a2f Add code examples for Random List Element mini-article 2016-08-21 11:51:10 +02:00
Grzegorz Piwowarek d26bdb7621 Add code examples for String to int mini-article 2016-08-21 11:32:16 +02:00
Grzegorz Piwowarek 2f2999e878 Add code examples for Char to String mini-article 2016-08-21 10:40:21 +02:00
Alex Vargas 4fec9286e8 Webapplicationcontext example (#620)
* An example of a test using a WebAppConfiguration annotation

* Giving the test the appropriate formatting
2016-08-21 08:03:45 +02:00
eugenp fb5cc7dcf9 minor cleanup work 2016-08-19 16:05:57 +03:00
jesus-dayo e9925d390c formatted the source code 2016-08-19 10:28:02 +08:00
jesus-dayo f0947ae8fb added code for mapstruct tutorial 2016-08-19 10:25:27 +08:00
Grzegorz Piwowarek 6e5de2fb36 Remove invalid import 2016-08-18 21:43:46 +02:00
Grzegorz Piwowarek 2c18c48803 Refactor Lazy/Eager loading examples 2016-08-18 20:25:12 +02:00
Grzegorz Piwowarek 779188929a Refactor Lazy/Eager loading examples 2016-08-18 20:24:52 +02:00
Grzegorz Piwowarek 2675cbef0f Refactor Lazy/Eager loading examples 2016-08-18 19:05:38 +02:00
Grzegorz Piwowarek 6973039ea9 Refactor Lazy/Eager loading examples 2016-08-18 19:04:17 +02:00
PRITAM BANERJEE b47d6543f2 Annotation Based Fetching (#617)
* BAEL-212
Contains:
1. Hibernate Criteria Query Classes
2. Hibernate Criteria Query Test

* Updating the config file and the HibernateUtil class

* Hibernate Criteria Queries Example

* Hibernate Fetching : Eager Loading vs Lazy Loading

* Hibernate Criteria Query files

* Hibernate Eager Loading and Lazy Loading Changes

* Latest Changes on Fetching

* Fetching Changes

* Latest Changes

* Latest Changes

* Undoing the changes

* Annotation based changes on Hibernate Fetching
2016-08-18 10:46:05 +02:00
Catalin 9c7ef6c5f3 Update README.md (#601) 2016-08-18 07:27:14 +02:00
Grzegorz Piwowarek dd457fa63a Add EventListener example 2016-08-18 07:11:34 +02:00
Slavisa Baeldung f811eacebb BAEL-219 - adding docker files 2016-08-17 16:46:07 +02:00
jesus-dayo 55ea01d4bd modified nested mapping section 2016-08-17 18:02:45 +08:00
eugenp 82afbe6aef maven cleanup 2016-08-17 10:41:23 +03:00
PRITAM BANERJEE 6c062ca19e Hibernate Fetching Update (#607)
* BAEL-212
Contains:
1. Hibernate Criteria Query Classes
2. Hibernate Criteria Query Test

* Updating the config file and the HibernateUtil class

* Hibernate Criteria Queries Example

* Hibernate Fetching : Eager Loading vs Lazy Loading

* Hibernate Criteria Query files

* Hibernate Eager Loading and Lazy Loading Changes

* Latest Changes on Fetching

* Fetching Changes

* Latest Changes

* Latest Changes

* Undoing the changes
2016-08-17 07:19:34 +02:00
Sergey Petunin fe16518c17 Added cancellation example for CompletableFuture (#614) 2016-08-16 09:42:14 +02:00
Alex Theedom e4f2bed4fd Minor changes after review 2016-08-16 08:10:45 +01:00
Alex Theedom fa3581339c Minor changes after review 2016-08-16 07:56:54 +01:00
Alex Theedom b8e258c307 Merge pull request #613 from sivabalachandran/master
Fixed unit test naming convention.
2016-08-16 07:35:06 +01:00
tomjoebob 7d5b613c20 Merge pull request #605 from chernykhalexander/master
fixed formatting
2016-08-15 22:32:14 -06:00
sbalachandran f7995e42ae Merge remote-tracking branch 'upstream/master'
Conflicts:
	hystrix/src/test/java/com/baeldung/hystrix/HystrixTimeoutTest.java
2016-08-15 22:40:33 -04:00
sbalachandran cfeaa4e6f3 Fixed unit test naming convention. 2016-08-15 22:26:28 -04:00
Alex Theedom dedf3f37c4 Merge remote-tracking branch 'origin/master' 2016-08-15 22:48:40 +01:00
Alex Theedom 6aadd2d8ff Minor changes after review 2016-08-15 22:48:27 +01:00
Grzegorz Piwowarek 0bb0966723 Refactor CompletableFutureTest 2016-08-15 23:20:39 +02:00
Sergey Petunin 5195a4310e Added test for the Guide to CompletableFuture (#611) 2016-08-15 23:16:19 +02:00
Alex Theedom 2f331cecf8 Minor changes after review 2016-08-15 18:47:23 +01:00
Alex Theedom 623c2a0f63 Merge pull request #602 from eugenp/grzegorz_spring_startup
"Running Logic on Startup in Spring" Examples #1
2016-08-15 18:30:38 +01:00
Grzegorz Piwowarek 3949ff343c Remove annotations 2016-08-15 18:58:47 +02:00
maibin c17d48fdb2 LoggerInterceptor plus tests (#610)
* Expression-Based Access Control

PermitAll, hasRole, hasAnyRole etc.
I modified classes regards to Security

* Added test cases for Spring Security Expressions

* Handler Interceptor - logging example

* Test for logger interceptor

* Removed conflicted part
2016-08-15 18:58:06 +02:00
Grzegorz Piwowarek 208fcaa915 Add AllStrategies combined example 2016-08-15 17:44:19 +02:00