2769 Commits

Author SHA1 Message Date
Christian Raedel
83a9f0ad8d Merge remote-tracking branch 'upstream/master' into craedel-spring-cloud-eureka 2016-08-22 02:21:57 +02:00
Christian Raedel
c626b9cfe2 Forgotten file for refactoring from previous commit. 2016-08-22 02:21:09 +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
Christian Rädel
82f1f909e1 Merge remote-tracking branch 'upstream/master' into craedel-spring-cloud-eureka 2016-08-19 14:21:35 +02:00
Christian Rädel
cb3a7518c5 Refactored implementation of GreetingController 2016-08-19 14:20:57 +02: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
Christian Rädel
16e49dd8c2 Merge remote-tracking branch 'upstream/master' into craedel-spring-cloud-eureka 2016-08-17 21:35:01 +02:00
Christian Rädel
9f3fba5298 Added Feign Client. 2016-08-17 21:33:43 +02:00
Slavisa Baeldung
f811eacebb BAEL-219 - adding docker files 2016-08-17 16:46:07 +02: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
Christian Rädel
d97a894f51 Eureka Server and Clients 2016-08-17 04:45:05 +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
pared
9549b15e49 Added logback.xml to spring-boot, log level: INFO (#609)
* initial

* working

* added injection test

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

* pivovarit review refactor

* pivovarit review refactor

* add logback, log level: INFO
2016-08-15 16:56:36 +02:00
Grzegorz Piwowarek
35f53b9175 Add spring-rest-angular module 2016-08-15 12:07:24 +02:00
Grzegorz Piwowarek
59cbbd68d2 Remove redundant module entry 2016-08-15 11:51:49 +02:00
Grzegorz Piwowarek
c2e999f09f Fix GitCommitId example 2016-08-15 11:47:01 +02:00
Grzegorz Piwowarek
ad9986874f Refactor CommitId examples 2016-08-15 11:33:21 +02:00
pared
d7551dd761 Commit id plugin (#606)
* initial

* working

* added injection test

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

* pivovarit review refactor

* pivovarit review refactor
2016-08-15 11:16:28 +02:00
Alex Theedom
2fb54f3aeb Merge pull request #608 from jesus-dayo/master
spring rest angular changes based on feedback, added also new tutorial for mapstruct
2016-08-15 07:54:31 +01:00
jesus-dayo
5663f044c6 remove bin folder 2016-08-15 13:59:21 +08:00
jesus-dayo
06236434b3 - module name is renamed to "spring-rest-angular"
- code formatted using formatter provided
2016-08-15 13:51:15 +08:00
jesus-dayo
a9d714c389 code format 2016-08-15 13:44:56 +08:00
jesus-dayo
4fff6716e5 remove protocol on javascript imports 2016-08-15 13:38:45 +08:00
jesus-dayo
ee0ddb2a59 code cleanup 2016-08-15 08:44:13 +08:00
jesus-dayo
71637a986f code cleanup 2016-08-15 08:13:39 +08:00
jesus-dayo
ac7407e4b3 cleanup code 2016-08-15 08:12:08 +08:00