Commit Graph

2821 Commits

Author SHA1 Message Date
Sergey Petunin 743f6c8806 Added example for Supplier lazy generation, corrected the reduce example (#638) 2016-08-25 10:30:40 +02:00
Grzegorz Piwowarek 9ae8b346d9 Refactor FunctionInterfacesTest 2016-08-25 08:24:32 +02:00
Sergey Petunin ac0cc708b1 Source code for the article Guide to Java 8 Functional Interfaces (#637) 2016-08-25 07:24:18 +02:00
Alex Theedom 0e1d0b4092 Merge pull request #634 from egimaben/master
fixed failing tests
2016-08-24 21:00:20 +01:00
egimaben e71fcf4ef7 fixed failing tests 2016-08-24 18:11:18 +03:00
Alex Theedom 7c0056270a Merge remote-tracking branch 'origin/master' 2016-08-24 07:33:25 +01:00
Alex Theedom 50a754105b Ignore tests 2016-08-24 07:32:51 +01:00
Alex Vargas fdbe1bdfb8 Example of article "WebAppConfiguration in Spring Tests" (#633)
* An example of a test using a WebAppConfiguration annotation

* Giving the test the appropriate formatting

* A example of a test that uses WebAppConfiguration without the need of a MockMvc object
2016-08-24 06:25:35 +02:00
slavisa-baeldung 19ee1fefd7 BAEL-150 - adding to pom.xml 2016-08-23 23:51:02 +02:00
slavisa-baeldung 14a4de6e4e Merge branch 'pr/553-lukasz-deltaspike'
Conflicts:
	pom.xml
2016-08-23 23:49:57 +02:00
slavisa-baeldung 9dc17848a5 BAEL-150 - deltaspike, minor changes 2016-08-23 23:46:27 +02:00
Alex Theedom 683f1768b7 Amend test to execute service in thread 2016-08-23 21:59:44 +01:00
Alex Theedom 50afba45f7 Merge pull request #628 from egimaben/master
added project code for sockets
2016-08-23 20:06:14 +01:00
Alex Theedom 43965e2db3 Change name of CommandProperties variable 2016-08-23 18:04:26 +01:00
pared 09a32798eb Commit id plugin (#631)
* 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

* remove unnecessary commit id plugin section
2016-08-23 18:11:54 +02:00
eugenp 5801c10455 logback work 2016-08-23 13:38:36 +03:00
eugenp 6f00a28f3e logging cleanup work 2016-08-23 13:14:12 +03:00
slavisa-baeldung 4d95e20cfc Merge pull request #615 from christian-raedel/craedel-spring-cloud-eureka
Craedel spring cloud eureka
2016-08-23 09:35:56 +02:00
slavisa-baeldung b98e03b72b Merge pull request #616 from christian-raedel/craedel-shell-commands
Craedel shell commands
2016-08-23 09:06:58 +02:00
Grzegorz Piwowarek d8493fef63 Refactor UserInterceptor examples 2016-08-23 07:38:30 +02:00
maibin dca46bcee3 Changing Spring MVC Model Parameters (#629)
* 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

* UserInterceptor (adding user information to model)
2016-08-23 07:33:53 +02:00
Alex Theedom dec6d5f74e Minor changes after review 2016-08-22 20:31:30 +01:00
Alex Theedom 36c62e87e8 add .gitignore 2016-08-22 19:37:45 +01:00
Alex Theedom dfd8b0c4cc Amend the test method names to include a when and remove unused throws 2016-08-22 19:31:23 +01:00
Alex Theedom 4f7cb84630 Amend the test method names to include a when, remove unused throws and change equals test to assert Integer 2016-08-22 19:16:11 +01:00
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
egimaben 88342a96fa added project code for sockets 2016-08-22 20:24:47 +03: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
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
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
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