Commit Graph

3178 Commits

Author SHA1 Message Date
Slavisa Baeldung 5f159cab6c Merge remote-tracking branch 'origin/pr/654' 2016-09-16 15:43:03 +02:00
Slavisa Baeldung 8bce802ed5 Merge remote-tracking branch 'origin/pr/669'
Conflicts:
	spring-cloud/pom.xml
	spring-cloud/spring-cloud-integration/part-1/config/pom.xml
2016-09-16 15:15:46 +02:00
GuenHamza 6ecf4f6e78 Add new QueryBuilder cases, factorize node client initialisation 2016-09-16 00:25:27 +01:00
gatmeister 443f43e488 added serialUID to fix warning 2016-09-16 00:02:45 +08:00
gatmeister dc164ce86d Merge remote-tracking branch 'eugenp/master' 2016-09-15 23:58:49 +08:00
slavisa-baeldung 035ea531b6 NOJIRA - temporarily excluding spring-cloud-integration from the build 2016-09-15 14:20:31 +02:00
Tim Schimandle 0b1ad872fc BAEL-314 adding changes to the POM structure so that each project can run in isolation 2016-09-15 13:11:57 +02:00
Tim Schimandle 38e5047e28 BAEL-314 modifying the config application properties so that it points to a generic file location. 2016-09-15 13:11:33 +02:00
Tim Schimandle 4d2b5f0aa2 BAEL-314 moving the project into a sub module to better organizae the article projects. 2016-09-15 13:11:18 +02:00
Tim Schimandle 1df12fbb97 BAEL-312 Adding the resource files that will need to be in a separate git repository. 2016-09-15 13:10:53 +02:00
Tim Schimandle ac421c8bac BAEL-312 Committing the 4 projects for the first article. 2016-09-15 13:10:28 +02:00
Tim Schimandle 41a12d4bca BAEL-312 Adding the config clients' properties files so that they are accessible in git. This is currently on my git account and will need to be switched to eugen's after the pull request has completed. 2016-09-15 13:09:44 +02:00
slavisa-baeldung 97e8ba7de6 NOJIRA - removing cloud-config, hystrix and eureka project. They're now the child projects of spring-cloud 2016-09-15 13:02:54 +02:00
slavisa-baeldung ef3b18a717 BAEL-11: Minor refactorings 2016-09-15 12:23:14 +02:00
slavisa-baeldung 499d51e610 BAEL-11: Minor refactorings 2016-09-15 11:40:46 +02:00
Christian Raedel 38eb1a5f45 BAEL-11: Renamed project to feign-client. 2016-09-15 11:19:23 +02:00
Christian Raedel 674c783886 BAEL-11: Added skip-tests configuration to pom.xml. 2016-09-15 11:18:58 +02:00
Christian Raedel 5978c00dc9 BAEL-11: Implemented working Feign client. 2016-09-15 11:18:32 +02:00
Ante Pocedulic 38b419d8e9 Spring Data Rest Validators introduction (#650)
* - created packages for each logical part of application
- created validator for WebsiteUser rest API
- created ValidatorEventRegister class which fixes known bug for not
detecting generated events
- created custom Exception Handler which creates better response
messages

* Code formatting

* formated pom.xml
replaced for loops with streams
fixed bug while getting all beans

* removed unnecessary code
changed repository type

* - added test for Spring Data REST APIs
- changed bad request return code
- formated code
2016-09-15 07:55:11 +02:00
Loredana Crusoveanu 4b7e5066d8 clean up spring-jpa 2016-09-14 22:10:29 +03:00
Loredana Crusoveanu 678d99b6e5 custom userservice new project 2016-09-14 21:52:09 +03:00
Grzegorz Piwowarek fa059546e5 Update pom.xml 2016-09-14 18:24:08 +02:00
Jim Kerak 232d1cbf68 Merge pull request #685 from jkerak/master
Remove empty application.properties files
2016-09-14 10:14:26 -04:00
James Kerak 803abd6b59 Remove empty application.properties files 2016-09-14 10:12:11 -04:00
Jim Kerak 6dd5531403 Merge pull request #683 from ivanp81/master
Fix to batch processing example
2016-09-14 10:06:57 -04:00
Ivan Paolillo 1c02296a0f Removed some unneeded file 2016-09-14 15:43:01 +02:00
Ivan Paolillo 141b943dc8 Fix to batch processing example 2016-09-14 11:14:50 +02:00
Loredana Crusoveanu 2da3ca4e7c update MyUser and User constructor 2016-09-13 23:20:44 +03:00
Egima profile 0835118e85 added play-framework project (#678)
* made changes to java reflection

* removed redundant method makeSound in Animal abstract class

* added project for play-framework article
2016-09-13 17:52:27 +02:00
Jim Kerak 334e1b3f83 Merge pull request #680 from ivanp81/master
Add batch processing example
2016-09-13 08:02:40 -04:00
DOHA a2c86d0a8d add xml config 2016-09-13 12:08:58 +02:00
Grzegorz Piwowarek d9a7757602 Reformat code 2016-09-12 22:02:51 +02:00
sanketmeghani 3d66a5f28a Adding second migration for department table 2016-09-12 22:53:09 +05:30
sanketmeghani 73fde40da0 Adding version number for maven compiler plugin 2016-09-12 22:52:53 +05:30
DOHA 0c12104b83 add live test 2016-09-12 14:28:53 +02:00
DOHA f2c52d6cfc fix spring-rest configuration 2016-09-12 12:55:54 +02:00
Francesco Papagno e6d11e531c Created project "spring-mvc-web-vs-initializer" for the web.xml vs Initializer article. (#663)
* Created spring-mvc-web-vs-initializer project

* Code style check
2016-09-11 15:26:18 +02:00
zinch84 314c211fa2 Array list demo (#679)
* Create ArrayList demo

* Update code samples according to the article

* Use toCollection(ArrayList::new) instead of toList()
2016-09-10 15:50:35 +02:00
zinch84 7ba9a1288b Array list demo (#677)
* Create ArrayList demo

* Update code samples according to the article
2016-09-08 10:04:55 +02:00
Nancy Bosecker 15d45cffd6 updated code/tests based on feedback (#676) 2016-09-08 06:39:27 +02:00
maibin 113afd40d4 Advanced Handler Interceptors (#672)
* 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)

* Spring Handler Interceptor - session timers
2016-09-07 08:14:26 +02:00
maverick 739502694f md5 changes 2016-09-07 09:30:34 +05:30
Kiran 657d1a507f Add files via upload 2016-09-06 21:16:06 -04:00
Zeger Hendrikse 530d6acd9d Merge branch 'master' of https://github.com/Sandeep4odesk/tutorials into Sandeep4odesk-master 2016-09-06 23:41:14 +02:00
Zeger Hendrikse 9c1b87d3e5 src/main/java/com/baeldung/cassandra/java/client/CassandraClient.java 2016-09-06 21:57:58 +02:00
Zeger Hendrikse be1bea658e Merge branch 'annasp-master' 2016-09-06 21:46:05 +02:00
Zeger Hendrikse 1c4e39b075 Merge with master 2016-09-06 21:45:22 +02:00
Zeger Hendrikse 1cbb8341cf Merge with master 2016-09-06 21:41:47 +02:00
anton-k11 6b7b8be333 Comment out the new project until Java 9 is available on the build
server.
2016-09-06 08:56:29 +03:00
Tim Schimandle 0b5184a358 BAEL-314 adding changes to the POM structure so that each project can run in isolation 2016-09-05 17:40:29 -06:00