Commit Graph

3214 Commits

Author SHA1 Message Date
Naoshadul Islam d106b88635 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 38dc8ad0a5 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 2bff261949 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 201d3b2551 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 41f26d8acf Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam c1dcfd5d92 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam c8716019a0 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 779c6dd52c Update README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 45dc8efe1c Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 918257839f Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 5d9131771c Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam e2e9ac294d Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam d148076180 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 46604ddf6d Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam f22c306049 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 722f932795 Updated README.md 2016-10-16 13:05:59 +03:00
Michaël van de Giessen 6c509ba738 some minor cleanup (#649)
* minor cleanup pom

maven.compiler java versions as properties
only specifing spring-data-elasticsearch as dependency
formatting net.java.dev.jna dependency
grouping main/test and logging dependencies
removed unused org.springframework.data.version property

* updated logback conf to this example

* builder patttern code on multiple lines for readablilty

* autowire via constructor into final variable

as of spring-4.3 the @Autowired can be omitted \o/ jaj

* @ContextConfiguration with less config
2016-10-16 13:00:10 +03:00
Ante Pocedulic db2b93a1b6 Ehcache article source code (#751)
* - 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

* - added source code for ehcache article
- added ehcache dependency to pom.xml

* - added test for ehcache article
- removed main method which was only for testing purposes
2016-10-16 12:12:51 +03:00
Jim Kerak 67b3d62b91 Merge pull request #749 from ivanp81/master
Move OkHttp examples to spring-rest
2016-10-15 14:04:48 -04:00
DOHA 66c5db02a3 configure test profiles 2016-10-15 17:34:11 +02:00
DOHA bf887e71d9 minor cleanup 2016-10-15 16:44:51 +02:00
DOHA 63024cc8e9 cleanup test 2016-10-15 13:48:40 +02:00
DOHA eb2fc38316 configure live test 2016-10-14 16:40:06 +02:00
DOHA f37718124a skip live test 2016-10-14 12:37:05 +02:00
Grzegorz Piwowarek c4638f1b4a Fix SpringJMS examples 2016-10-13 18:35:13 +03:00
Ivan Paolillo 5329c54f28 Code improvement 2016-10-13 10:20:18 +02:00
Ivan Paolillo 70eb0501c6 Delete okhttp project 2016-10-13 10:02:09 +02:00
Grzegorz Piwowarek 6a7e380efd Refactor REST with CXF example 2016-10-13 07:22:11 +02:00
nguyennamthai e92dbccb78 Refactors Apache CXF JAXRS implementation (#748) 2016-10-13 07:16:33 +02:00
maibin 08c9791cb4 Thymeleaf decorator (#747)
* 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

* Spring Security CSRF attack protection with Thymeleaf

* Fix and();

* Logger update

* Changed config for Thymeleaf

* Thymeleaf Natural Processing and Inlining

* Expression Utility Objects, Thymeleaf

* listOfStudents edited

* Thymeleaf layout decorators
2016-10-13 07:08:59 +02:00
DOHA 15f5a9eca1 config test db 2016-10-13 00:15:09 +02:00
DOHA d2ede5b6ce minor fix 2016-10-13 00:14:52 +02:00
DOHA 96bd33715a modify live test configuration 2016-10-12 19:58:56 +02:00
Kiran 65cd2dfb06 Code refactored and updated (#746)
* Updated indentation and refactored code

* Updated indentation and refactored code

* Updated indentation and refactored code

* Updated indentation and refactored code

* Updated indentation

* Updated indentation and refactored code

* Updated indentation and refactored code
2016-10-12 18:08:13 +02:00
DOHA c0d4eee669 configure live tests 2016-10-12 16:29:30 +02:00
slavisa-baeldung 82065d8d91 Merge pull request #744 from sunilgulabani/master
BAEL-276: Added encode-decode of url
2016-10-12 08:46:15 +02:00
Grzegorz Piwowarek 51729209ed Remove unnecessary field initialization 2016-10-12 08:41:04 +02:00
Sunil Gulabani 3a27d6b50e BAEL-255: Added encode-decode of url 2016-10-12 10:33:48 +05:30
eugenp 856be0a08a formatting work 2016-10-12 08:02:05 +03:00
eugenp eb7650eead cleanup and testing work 2016-10-12 08:00:02 +03:00
eugenp 2aa2f43c6e maven cleanup 2016-10-12 07:44:40 +03:00
slavisa-baeldung 9e5d795bd4 BAEL-225 - Upgrading version 2016-10-11 17:51:49 +02:00
slavisa-baeldung d7ba3bafa1 Merge remote-tracking branch 'origin/master' 2016-10-11 17:49:51 +02:00
slavisa-baeldung feb287651c Merge pull request #739 from sunilgulabani/master
Added stream close snippet
2016-10-11 17:49:38 +02:00
slavisa-baeldung 148928ead1 Merge remote-tracking branch 'origin/master' 2016-10-11 17:47:54 +02:00
Ante Pocedulic b36a7e00cc Ehcache code (#734)
* - 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

* - added source code for ehcache article
- added ehcache dependency to pom.xml
2016-10-11 17:15:13 +02:00
Anil Bhaskar 9c8ef99ed3 updating latest versions for webjars (#741) 2016-10-11 15:33:49 +02:00
Anil Bhaskar 9c252d8cc8 updating latest versions for webjars (#740) 2016-10-11 15:33:40 +02:00
DOHA 0d22ab4a44 add live profile 2016-10-11 13:32:28 +02:00
DOHA a063b93de0 add live profile 2016-10-11 13:24:45 +02:00