Commit Graph

1605 Commits

Author SHA1 Message Date
sameira 2fdedb0e98 Updated test cases adding increased timeouts and sleeps to enhance the stability, updated Spring Data Cassandra Version. 2016-01-20 20:44:13 -06:00
gmaipady 97ccb91558 Fixed minor comments 2016-01-20 20:44:13 -06:00
eugenp 1bb2d7c883 minor cleanup 2016-01-20 20:44:13 -06:00
vkadapa f553c8f049 Removed Tomcat Plugin from pom.xml, rename Userdetails to User and moved
the controller to web
2016-01-20 20:44:13 -06:00
vkadapa 8306f357b3 Modified code to support both thymeleaf and existing viewResolvers 2016-01-20 20:44:12 -06:00
vkadapa f8197a5400 Missed messages.properties 2016-01-20 20:44:12 -06:00
vkadapa 514776050e Vishwanth: Merged my changes of Thymeleaf POC (Proof of Concept) 2016-01-20 20:44:12 -06:00
oborkovskyi 2228486d4a Added guava 18 test project 2016-01-20 20:44:12 -06:00
sameira 3e39bf59c8 Updated test cases for single delete 2016-01-20 20:44:12 -06:00
DOHA 4c5d2fe273 minor cleanup 2016-01-20 20:44:12 -06:00
gmaipady 6a6c546c0c Minor changes 2016-01-20 20:44:12 -06:00
DOHA 692d52c0da fix error message 2016-01-20 20:44:12 -06:00
Devendra Desale a6e0acdb01 updating generic Exception and linewrappings. 2016-01-20 20:44:12 -06:00
Devendra Desale cd3f3d7551 adding java based spring batch configuration 2016-01-20 20:44:12 -06:00
Devendra Desale c2576ca3f4 Adding spring batch project 2016-01-20 20:44:12 -06:00
gmaipady 8db1047c2a Updated README file 2016-01-20 20:44:12 -06:00
gmaipady 0104d187af Added spring-thymeleaf initial version 2016-01-20 20:44:11 -06:00
sameira 94a6063b48 Updated data insertion using an array list 2016-01-20 20:44:11 -06:00
sameira 908883db12 Adding test cases for Cassandra Templates and CQL Queries 2016-01-20 20:44:11 -06:00
sameira b45706cc60 adding Cassandra Templates and CQL Queries tutorial code samples 2016-01-20 20:44:11 -06:00
Dmitry Zinkevich f47b735f83 Add more pointcut expressions examples
- Add examples for '@arg' and '@annotation' PCDs
2016-01-20 20:44:11 -06:00
Dmitry Zinkevich f3feab88f3 Create AOP examples
- Use different types of advice
- Use various types of pointcut expressions
2016-01-20 20:44:11 -06:00
DOHA e238c6cc9c minor fix 2016-01-19 21:25:24 +02:00
David Morley 699c3d5b3f Merge pull request #334 from eugenp/inject-mocks-cleanup
Inject mocks cleanup
2016-01-19 06:14:50 -06:00
David Morley 423ba80835 Update mock injection example to make the behavior clear 2016-01-19 06:13:36 -06:00
David Morley be83bda550 Fix package name 2016-01-19 06:12:11 -06:00
David Morley 17c59d8689 Merge pull request #328 from amedviediev/author56
Add code for article, "Injecting Mockito Mocks into Spring Beans"
2016-01-19 06:08:46 -06:00
DOHA d0d0406ae7 custom error message 2016-01-18 21:36:08 +02:00
Eugen 24de497e5b Merge pull request #332 from KevinGilmore/master
Added RAML files for first two articles
2016-01-14 17:14:18 +02:00
Kevin Gilmore 9815254083 Added RAML files for first two articles 2016-01-14 08:51:57 -06:00
DOHA 92d4f6cbb6 add partition list examples 2016-01-14 12:18:51 +02:00
Eugen 3d6eaef44e Update README.md
Small URL change
2016-01-12 13:36:32 +02:00
DOHA 3065033715 minor fix 2016-01-11 22:10:32 +02:00
DOHA 33d51f7773 restTemplate timeout 2016-01-11 13:52:52 +02:00
amedviediev b078efac66 - Initial commit, added code for article 2016-01-10 17:07:41 +02:00
DOHA f060700cec cleanup and upgrade 2016-01-09 22:22:58 +02:00
DOHA 5154c5ba88 cleanup and upgrade 2016-01-09 13:01:37 +02:00
eugenp 959eb4320f minor cleanup work 2016-01-09 01:34:39 +02:00
David Morley 1e686f8010 Merge pull request #326 from eugenp/functional-lambda-cleanup
Rename package
2016-01-07 20:29:29 -06:00
David Morley a109672172 Rename package
org.baeldung -> com.baeldung
2016-01-07 20:28:55 -06:00
David Morley b87f6d3098 Merge pull request #322 from myArea51/functional-lambda
Lambda Expressions and Functional Interfaces. Best Practices and Tips
2016-01-07 20:21:45 -06:00
DOHA 70be232c5a cleanup and upgrade 2016-01-07 15:17:26 +02:00
DOHA 6fd951d795 cleanup and upgrade 2016-01-06 20:01:17 +02:00
DOHA cb45b176f5 cleanup and upgrade 2016-01-06 19:38:25 +02:00
DOHA 671bfc1635 cleanup and upgrade 2016-01-06 13:26:07 +02:00
David Morley 868c754e30 Merge pull request #324 from eugenp/correct-package-name-thymeleaf
Correct package name in Thymeleaf example project
2016-01-05 21:38:59 -06:00
David Morley a937aef25e Rename package to conform with site name 2016-01-05 21:37:48 -06:00
David Morley d0a80fc0c4 Remove Eclipse-specific metadata files 2016-01-05 21:37:15 -06:00
David Morley 1b38cdf40d Merge pull request #321 from gmaipady/master
Moved from XML config to Java config
2016-01-05 21:27:45 -06:00
DOHA 6b10b326a2 cleanup and upgrade 2016-01-05 19:55:18 +02:00