Commit Graph

209 Commits

Author SHA1 Message Date
ahamedm 26b5ab860a BAEL-696 - Implement OR in the REST API Query Language (#1404)
* Dependency Injection Types, XML-Config, Java-Config, Test Classes

* Formatting done with Formatter Configuration in Eclipse

* REST Query Lang - Adv Search Ops - Improvement - C1

* REST Query Lang - Adv Search Ops - Improvement - C2

* add update to rest api (#1401)

* upgrade to spring boot 1.5.2

* add full update to REST API

* BAEL-634 javassist (#1349)

* BEEL-634 javassist dependency

* BEEL-634 code for javassist article

* BEEL-634 test refinement

* BEEL-634 increment lib to newest version

* add test that uses reflection to verify

* add field

* add bytecode to different class

* adding following modules with updated testcase : DB, Filter, Json (#1410)

* adding ratpack module

* adding pom.xml

* adding following modules with updated testcase : DB, Filter, Json

* add entry points (#1413)

* spring boot custom banner (#1412)

* adding ratpack module

* adding pom.xml

* adding following modules with updated testcase : DB, Filter, Json

* adding spring-boot custom banner tutorial

* BALE-707 Refactoring changes (#1418)

* BAEL-707 Add the changes as per review comment

* BAEL-707 Refactored the code as per review comments

* BAEL-696 Code formatting
2017-03-16 11:49:13 +01:00
eugenp 84ecb92f45 minor boot upgrade 2017-02-10 10:13:14 +02:00
eugenp 966e53a85b formatting work 2017-01-29 16:06:01 +02:00
DOHA 12afdf20a1 minor fix 2016-12-14 00:10:02 +02:00
DOHA 450c250a0f cleanup 2016-12-03 20:45:26 +02:00
DOHA 20acf42fca cleanup pom 2016-12-03 14:11:19 +02:00
eugenp 30171ef89b upgrades 2016-11-18 14:01:31 +02:00
eugenp 42946ddbac cleanup work 2016-11-18 13:41:33 +02:00
eugenp 205a84d834 major upgrades 2016-11-18 13:26:34 +02:00
eugenp e3ec149927 further generics in the rsql code 2016-10-29 10:14:27 +03:00
eugenp d5983b0d8c generalization of the user specific spec 2016-10-29 09:26:08 +03:00
eugenp 11440cd673 example of a module with 2 boot apps 2016-10-26 21:21:51 +03:00
DOHA 4bae45370d rename test 2016-10-25 14:11:39 +02:00
eugenp 92d320cd9a minor boot upgrade 2016-10-24 20:41:43 +03:00
Naoshadul Islam e5c171f897 Updated README.md 2016-10-16 13:10:20 +03:00
Naoshadul Islam 722f932795 Updated README.md 2016-10-16 13:05:59 +03: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 15f5a9eca1 config test db 2016-10-13 00:15:09 +02:00
DOHA d2ede5b6ce minor fix 2016-10-13 00:14:52 +02:00
eugenp 856be0a08a formatting work 2016-10-12 08:02:05 +03:00
eugenp 2aa2f43c6e maven cleanup 2016-10-12 07:44:40 +03:00
maibin eae09bb13a Fixed both Thymeleaf and Interceptors articles (#699)
* 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
2016-09-25 22:45:22 +02:00
maibin b0a1959cf4 Spring Security + Thymeleaf (CSRF) (#695)
* 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
2016-09-23 14:37:53 +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
Grzegorz Piwowarek d8493fef63 Refactor UserInterceptor examples 2016-08-23 07:38:30 +02:00
maibin dca46bcee3 Changing Spring MVC Model Parameters (#629)
* 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)
2016-08-23 07:33:53 +02:00
eugenp fd32feeed3 minor formatting cleanup 2016-08-22 12:35:23 +03:00
eugenp fb5cc7dcf9 minor cleanup work 2016-08-19 16:05:57 +03:00
maibin c17d48fdb2 LoggerInterceptor plus tests (#610)
* 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
2016-08-15 18:58:06 +02:00
Catalin 9729c9e192 Updated LSS campaign link 2016-08-12 17:02:35 +03:00
Grzegorz Piwowarek 414821e5ba Refactor Eager Loading vs Lazy Loading 2016-08-12 09:29:31 +02:00
maibin 87d260ce46 Logging using Spring MVC Handler Interceptor (#549)
* 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
2016-08-10 06:50:45 +02:00
Grzegorz Piwowarek c3766c0138 Remove eclipse-specific config 2016-08-02 00:15:36 +02:00
maibin 042878628f Expression-Based Access Control (#517)
* Expression-Based Access Control

PermitAll, hasRole, hasAnyRole etc.
I modified classes regards to Security

* Added test cases for Spring Security Expressions
2016-07-20 19:17:38 +03:00
Grzegorz Piwowarek a09e6454f3 Remove Eclipse-specific files 2016-07-19 18:18:50 +03:00
m0cacin0 ea0907bd38 Update README.md 2016-06-28 12:38:19 +03:00
m0cacin0 9b7cf1152d Update README.md 2016-06-28 12:37:34 +03:00
Eugen 73471f6ec9 Update README.md 2016-06-13 00:34:53 +03:00
DOHA 471444063a cleanup spring security test 2016-04-12 11:57:35 +02:00
eugenp a2989da4bf maven work 2016-03-06 12:10:06 +02:00
eugenp 0708c51125 mave work 2016-03-06 11:59:13 +02:00
eugenp c467ca73e2 maven work 2016-03-06 11:49:59 +02:00
DOHA 716d2072c0 minor metric fix 2016-03-05 13:23:15 +02:00
DOHA 9dcec31b00 minor metrics fix 2016-03-05 12:53:30 +02:00
eugenp efa87d8bce eclipse cleanup and maven upgrades 2016-03-03 12:32:44 +02:00
MichelLeBon 02ebbd4044 Update README.md 2016-02-11 02:52:17 +02:00
MichelLeBon 11b30eea02 Update README.md 2016-02-10 14:13:27 +02:00
MichelLeBon 95f51e577b Update README.md 2016-02-10 13:46:41 +02:00