Commit Graph

23 Commits

Author SHA1 Message Date
Dhawal Kapil ddd3591e0b BAEL-13321 Fixed test-data creation logic in live test 2019-03-13 23:10:59 +05:30
amit2103 22379add8e [BAEL-10924] - Fixed spring-data-rest integration tests 2019-02-03 15:03:02 +05:30
Eugen Paraschiv 2e733c3867 minor formatting cleanup 2019-01-27 14:25:36 +02:00
amit2103 d16167ea63 [BAEL-10781] - Added code for spring data rest pagination 2019-01-14 00:37:51 +05:30
Josh Cummings 51352c470f
SQLite with Spring Boot
Added custom dialect for SQLite database.

Simplify spring-data-rest Configuration

Now uses profiles so that learners don't need to uncomment code in
order for demonstrations to work.

Issue: BAEL-2213
2018-12-01 00:40:53 -07:00
gmconte 52852b3a49 BAEL-2302 UPDATED Spring Data REST HTTP Method customization example (#5594)
* BAEL-2302 Spring Data REST HTTP Method customization example

* BAEL-2302 Spring Data REST - granular HTTP Methods control

* BAEL-2302 Spring Data REST - fixed parent pom file version error

* BAEL-2302 Fixing thymeleaf dependencies

* BAEL-2302 Spring Data REST - fixed netty bootstrap

* BAEL-2302 Spring Data REST - fixed netty test

* BAEL-2302 Spring Data REST - fixed spring security oauth2

* BAEL-2302 - Fix oauth2 server deps
2018-11-09 23:26:28 -06:00
sachin29aug dd273f664c BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 15 more modules.. work in progress..) 2018-09-16 10:15:18 -04:00
amit2103 d268ffa5c9 [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
Eugen Paraschiv 232f6cbc50 live tests 2018-07-20 00:53:46 +03:00
Amit Pandey 28166a73de Fixed spring-session integration tests (#4650) 2018-07-08 13:27:45 +02:00
Loredana Crusoveanu 0cd80319bd update to spring 5 2018-07-01 16:30:43 +03:00
Amit Pandey 2e683411e2 Bael 4461 2 (#4409)
* Deleted md file as a conflict

* [BAEL-4461] - Fixed PMD violation

* [BAEL-4461] - Fixed PMD violation

* [BAEL-4461] - Ignore empty TC

* Fix Spring 5 tests
2018-06-05 13:35:55 +02:00
raksha-rao 60cb1d7d49 Bael 1674 (#4335)
* Handle events - BAEL - 1674

* BAEL -1674 - test

* test - BAEL-1674

* Change system.out to logger

* minor change
2018-05-24 13:20:47 -07:00
DOHA 79ab39d9f1 spring data rest projections 2018-04-28 15:52:27 +03:00
lor6 77d270a4b1 in memory dbs config (#1551)
* in memory dbs config

* small fix
2017-04-02 20:53:22 -05:00
pivovarit d0b0debd06 Exclude integration tests 2017-03-24 16:17:34 +01:00
lor6 6cc10132e1 move rest-angular app to existing rest project (#1293)
* move rest-angular app to existing rest project

* upgrade boot version
2017-03-05 14:01:51 -06:00
Grzegorz Piwowarek 5930f9dcbb Refactor SpringDataRelationshipsTest (#1258) 2017-02-27 19:31:02 +01:00
lor6 1a067bc945 models, repos, test (#1225)
* models, repos, test

* update models and test

* updated test location

* update test location
2017-02-26 13:30:47 -06:00
Nikhil Khatwani 90a5a8c8d0 Changes_for_BAEL-552-Update_SpringDataREST_article 2017-02-15 21:46:45 +05:30
pivovarit 506ac8301b Refactor Spring Data examples 2017-02-13 17:31:28 +01:00
Ante Pocedulic 38b419d8e9 Spring Data Rest Validators introduction (#650)
* - 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
2016-09-15 07:55:11 +02:00
amedviediev ce68b89c7b Added code for "Intro to Spring Data REST" artice 2016-03-15 06:01:27 -05:00