2906 Commits

Author SHA1 Message Date
Chris Anatalio
9aef7f21ec BAEL-223: Clean up and update dependencies 2016-10-21 16:32:58 -07:00
chris.anatalio
c1444e2cdd Fix new line issue 2016-10-13 23:20:34 -07:00
chris.anatalio
a55b725cd3 Removed *'s added to illustrate spacing 2016-10-13 23:18:01 -07:00
chris.anatalio
7b6418e84c Cleaned up readme and application properties 2016-10-13 23:12:20 -07:00
Chris Anatalio
427b012ee4 Checking amazonDynamoDBEndpoint string is not empty 2016-10-13 07:59:24 -07:00
Chris Anatalio
e95d1e2908 @BeforeClass annotation and made setUp() method static 2016-10-13 07:54:58 -07:00
chris.anatalio
2693991c1b Fixed missing new line issue 2016-10-02 19:10:55 -07:00
chris.anatalio
d478746229 Updated component scan path 2016-10-02 19:08:03 -07:00
chris.anatalio
7c7d91fe7b Use provided auto-formater 2016-10-02 18:47:31 -07:00
chris.anatalio
a0f281a9f7 Updated dependencies to use newer version of dynamoDB dependency 2016-10-02 18:44:56 -07:00
chris.anatalio
d48bf9d2b6 BAEL-223 - Update Unit test name 2016-09-17 23:15:17 -07:00
chris.anatalio
b02d83df22 BAEL-223 - Integrate DynamoDB into a Spring Boot Application using Spring Data 2016-09-17 22:51:06 -07: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
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
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
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
DOHA
b62b5a37ab add possession relationship 2016-09-05 19:48:10 +02:00
Zeger Hendrikse
230a3054ad Merge pull request #652 from sanketmeghani/master
Database migration using flyway
2016-09-05 18:48:11 +02:00
Zeger Hendrikse
130595f8cc Minor modifications to make code compliant 2016-09-05 17:50:18 +02:00
Egima profile
15dd97b485 removed redundant makeSound sound method of abstract class Animal (#668)
* made changes to java reflection

* removed redundant method makeSound in Animal abstract class
2016-09-05 12:12:30 +02:00
Ivan Paolillo
3534c71f74 Add batch processing example 2016-09-05 10:25:07 +02:00
Egima profile
fc1bb6b7b1 made changes to java reflection (#667) 2016-09-05 09:20:45 +02:00
slavisa-baeldung
6913a968e5 BAEL-305 - adding plantuml 2016-09-05 06:38:28 +02:00
slavisa-baeldung
3d7ccfd56d BAEL-305 - front controller pattern source 2016-09-05 06:09:37 +02:00
Grzegorz Piwowarek
4c561c3e2e Update pom.xml 2016-09-04 12:49:49 +02:00
anton-k11
c68e1bfbc8 Java 9 new features (#660)
* initial push for core-java-9 tutorials

* Fixed Maven build with experimental java 9 Maven compiler plug-in. Minor
code changes

* Running maven build and changes to some of tests.

* Fixed maven build and modifications ot some tests

* Removing unnecessary files
2016-09-04 12:30:35 +02:00
Grzegorz Piwowarek
98ffbc1f37 Refactor ArrayList examples 2016-09-04 10:02:21 +02:00
eugenp
6bb724d828 fixing the pom (and sorting the modules a bit) 2016-09-04 10:37:27 +03:00
Alex Theedom
32231b1fb4 Remove Reflection module from pom 2016-09-04 08:04:06 +01:00
Alex Theedom
20e52971a7 Migrate Reflection code to Core-Java module 2016-09-04 08:02:40 +01:00
Grzegorz Piwowarek
6bd09ce0ae Refactor Reflection examples 2016-09-04 08:18:17 +02:00
Alex Theedom
89944e9a9f Minor changes following review 2016-09-03 19:24:33 +01:00
anna.spanou
a28f344999 upgrade cassandra versions in pom and remove public modifier from default constructor 2016-09-03 21:13:32 +03:00