Commit Graph

124 Commits

Author SHA1 Message Date
pivovarit ee770f3d5f Refactor 2017-05-17 11:34:34 +03:00
lor6 9f88ff0d2e pageable controller and test (#1862)
* pageable controller and test

* removed unused imports
2017-05-16 11:52:04 +03:00
Doha2012 2b374fa8ae cleanup pom (#1846)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml

* remove log4j dependencies

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix

* fix dependency issues

* Revert "fix dependency issues"

This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.

* fix dependency issues

* minor fix

* minor fix

* minor fix

* cleanup generated files

* fix commons-logging issue

* add parent to pom

* cleanup parent dependencies

* cleanup pom

* cleanup pom
2017-05-14 11:01:35 -05:00
Doha2012 7525544e09 use standard logback.xml (#1666)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml
2017-04-17 18:41:23 +02:00
ahamedm d361c91ed3 BAEL-696 Implement OR in the REST API Query Language - Alternate Impl (#1576)
* 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

* BAEL-696 Code formatting

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

* BAEL-696 Formatting

* OR operation with PostFix Expression

* Revert the changes done for PostFix Expr

* Merged from Upstream

* Remove Sorting of Predicates

* REST Query Lang - Adv Search Ops - Improvement - C5
2017-04-02 20:57:45 +02:00
ahamedm ef91c379b7 BAEL-696 Implement OR in the REST API Query Language (#1518)
* 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

* BAEL-696 Code formatting

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

* BAEL-636: add standalone deployment (#1521)

* BAEL-696 Formatting
2017-03-28 16:50:00 +02:00
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 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
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
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
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
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
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
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
DOHA 471444063a cleanup spring security test 2016-04-12 11:57:35 +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 2e5b1ac48d naming cleanup 2016-01-25 00:55:53 +02:00
eugenp bec77d6a89 minor formatting work 2016-01-24 23:12:31 +02:00
DOHA e8bfbd7881 simulate csrf attack 2016-01-24 22:20:22 +02:00
DOHA 33d51f7773 restTemplate timeout 2016-01-11 13:52:52 +02:00
eugenp 4a029959af minor cleanup 2016-01-04 01:01:27 +02:00
DOHA f921036f4f Handling accessDenied 2015-12-31 13:02:21 +02:00
DOHA de2dfa5178 metric cleanup 2015-12-09 19:48:34 +02:00
DOHA c565c1e181 metrics improve 2015-12-09 17:08:33 +02:00
eugenp db469d2de9 minor xsd upgrade 2015-11-18 18:00:33 +02:00
DOHA becfced8a8 querydsl web support 2015-11-18 13:08:50 +02:00
DOHA d1b3420ccf use concurrent map 2015-11-06 14:15:32 +02:00
eugenp 416302f950 maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
eugenp a5375cb90c minor upgrades 2015-09-22 12:17:53 +03:00
eugenp 6da1ecf3d9 testing work 2015-09-20 20:51:11 +03:00