Commit Graph

2732 Commits

Author SHA1 Message Date
sbalachandran 640166999a fixed failing unit tests 2016-08-07 22:24:14 -04:00
sbalachandran bc38da4f43 added missing new files 2016-08-07 22:11:59 -04:00
sbalachandran 3c31664ea0 Updated with Hystrix integration to spring app 2016-08-07 22:06:57 -04:00
Christian Raedel fba9f8f81a Fixed indentation and removed empty lines. 2016-08-08 03:02:47 +02:00
Christian Rädel 91a1804971 Merge remote-tracking branch 'upstream/master' into craedel-spring-security-x509 2016-08-08 01:59:08 +02:00
Christian Rädel 3c76943627 Added second version to authenticate with client certificates. 2016-08-08 01:55:42 +02:00
eugenp 2b7f03e881 adding back the missing code 2016-08-08 00:02:59 +03:00
slavisa-baeldung 5b06a350ad Merge remote-tracking branch 'origin/pr/583' into pr/582-tayo-jsf-3 2016-08-07 08:19:38 +02:00
chernykhalexander bd3580585b added cdi vs spring aspectj module 2016-08-06 23:03:58 +03:00
chernykhalexander ffa78dc175 remove old module 2016-08-06 22:59:54 +03:00
Alex Theedom 2d2cefa4bf Minor changes following review 2016-08-06 18:05:30 +01:00
Alex Theedom 1991864264 Merge remote-tracking branch 'origin/master' 2016-08-06 18:01:46 +01:00
Alex Theedom a06ce1fd81 Minor changes following review 2016-08-06 18:01:26 +01:00
k0l0ssus e97cd1122f Update el3_intro.xhtml 2016-08-06 00:45:22 -04:00
k0l0ssus 34e7557513 Backing bean code in support of EL 3.0 2016-08-06 00:43:06 -04:00
k0l0ssus 414735b8c3 EL 3.0 Page 2016-08-06 00:30:19 -04:00
tomjoebob 3c8f4081ed Merge pull request #580 from skoiloth/master
Removed unused coed
2016-08-05 11:57:45 -06:00
SHYAM RAMATH 8a1ac89ee8 Removed unused coed 2016-08-05 06:52:47 -05:00
Slavisa Baeldung 2225509d83 BAEL-227 - Renaming test to follow BDD convention 2016-08-05 12:17:09 +02:00
Slavisa Baeldung 4e1a0d478d Merge remote-tracking branch 'origin/master' 2016-08-05 11:57:02 +02:00
slavisa-baeldung e874e82848 Merge pull request #579 from GuenHamza/master
Add JaCoCo plugin declaration to pom.xml
2016-08-05 11:56:48 +02:00
Slavisa Baeldung fb5949f16e BAEL-90 - Renaming live tests, configuring surefire 2016-08-05 11:55:51 +02:00
GuenHamza 709bb7081d Add JaCoCo plugin declaration to pom.xml 2016-08-05 10:43:56 +01:00
tomjoebob 6aef1b0104 Merge pull request #575 from skoiloth/master
Autowiring the RestTemplate
2016-08-05 00:02:29 -06:00
ivan cc9370e8ff Add JSONForms example 2016-08-05 02:41:23 +02:00
ivan 4f1c0651c6 Add JsonForms example 2016-08-05 02:10:48 +02:00
Alex Theedom 14d33019b7 Merge pull request #573 from egimaben/master
added project for orika tutorial
2016-08-04 21:42:29 +01:00
eugenp cada4a4027 minor cleanup 2016-08-04 19:58:51 +03:00
Christian Rädel 8dc92aa09c Working demo to demonstrate keystore creation and SSL. 2016-08-04 17:54:02 +02:00
slavisa-baeldung ca74e60de8 BAEL-90 - ignoring test on a first commit 2016-08-04 07:32:33 +02:00
slavisa-baeldung 8fb67db7dd Merge branch 'pr/568-christian-spring-cloud-conf' 2016-08-04 06:54:19 +02:00
slavisa-baeldung 09465965b7 BAEL-90 - versioned config 2016-08-04 06:53:42 +02:00
slavisa-baeldung 4b5f4d7c20 BAEL-90 - versioned config 2016-08-04 06:40:17 +02:00
slavisa-baeldung 2040fda6d2 BAEL-90 - versioned config 2016-08-04 06:31:44 +02:00
Zeger Hendrikse 12fe9a69c4 Merge branch 'juliuskrah-master' 2016-08-04 00:47:51 +02:00
Zeger Hendrikse b28e3e1389 Minor code clean-ups. 2016-08-04 00:47:10 +02:00
Zeger Hendrikse 5338f8b190 Merge branch 'master' of https://github.com/juliuskrah/tutorials into juliuskrah-master 2016-08-03 23:50:23 +02:00
Christian Rädel acf7ec2e2b First version of secured demo-server, keystore Makefile included. 2016-08-03 23:29:18 +02:00
SHYAM RAMATH 28a96436e5 Autowiring the RestTemplate 2016-08-03 16:20:49 -05:00
Sunil Gulabani c996f8ccd5 Updated formatting. 2016-08-03 15:04:36 +05:30
Christian Rädel 7bcfe248cf Merge remote-tracking branch 'upstream/master' 2016-08-03 01:03:11 +02:00
egimaben 419f28732b added project for orika tutorial 2016-08-02 23:57:57 +03:00
Alex Theedom 5a305a25ae Minor changes following review 2016-08-02 19:37:55 +01:00
Alex Theedom 8e203dd204 Merge pull request #572 from ishwardas/master
initial pull request for java - join and split arrays and collections
2016-08-02 18:31:13 +01:00
Alex Theedom 66ad57e7e0 Merge pull request #571 from egimaben/master
changed project name to dozer and added it to main maven pom
2016-08-02 18:14:22 +01:00
ishwardas 25a1b10010 Delete CollectionsJoinAndSplitJUnitTest.java 2016-08-02 09:38:57 -05:00
ishwardas ac01869846 Update ArraysJoinAndSplitJUnitTest.java 2016-08-02 09:26:58 -05:00
ishwardas 88c360a336 Update ArraysJoinAndSplitJUnitTest.java 2016-08-02 09:23:53 -05:00
ishwardas 77c84e9e79 removed comments 2016-08-02 09:01:47 -05:00
ishwardas a1a43e64ea removed comments 2016-08-02 09:01:02 -05:00