Commit Graph

21 Commits

Author SHA1 Message Date
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 7c73abdede cleanup pom (#1836)
* 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
2017-05-12 13:32:54 -05:00
KevinGilmore 2dfd789a4d Update README files and cleanup (#1597)
* Add files via upload

* Update pom.xml

* Update RunGuice.java

* Update Communication.java

* Update CommunicationMode.java

* Update DefaultCommunicator.java

* Update EmailCommunicationMode.java

* Update IMCommunicationMode.java

* Update SMSCommunicationMode.java

* Update MessageLogger.java

* Update MessageSentLoggable.java

* Update AOPModule.java

* Update BasicModule.java

* Update CommunicationModel.java

* Update Communicator.java

* Update BasicModule.java

* Update RunGuice.java

* Update MessageLogger.java

* Update Communicator.java

* Update pom.xml

* BAEL-278: Updated README.md

* BAEL-554: Add and update README.md files

* Update pom.xml

* Update pom.xml

* Update pom.xml

* BAEL-345: fixed assertion

* BAEL-109: Updated README.md

* BAEL-345: Added README.md

* Reinstating reactor-core module in root-level pom

* BAEL-393: Adding guide-intro module to root pom

* BAEL-9: Updated README.md

* BAEL-157: README.md updated

* Changed project name

* Update RunGuice.java

Removed references to message logging and output

* Update Communication.java

Removed message logging-related code

* BAEL-566: Updated README.md

* New project name

* BAEL-393: removing guice-intro directory

* BAEL-393: renamed module guice-intro to guice in root pom.xml

* BAEL-393 and BAEL-541 README.md files

* BAEL-731: Updated README.md

* BAEL-680: renamed test methods

* BAEL-714: Updated README.md

* BAEL-737: Updated README.md

* BAEL-680 and BAEL-756 README.md updates

* BAEL-666: Updated README

* BAEL-415: Custom Scope

* BAEL-415: Custom Scope - renamed classes to reflect TenantScope

* README file updates for BAEL-723, BAEL-763, and BAEL-415
2017-04-05 17:49:18 -05: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
KevinGilmore 18710230ab BAEL-157: README.md updated (#1338)
* BAEL-278: Updated README.md

* BAEL-554: Add and update README.md files

* BAEL-345: fixed assertion

* BAEL-109: Updated README.md

* BAEL-345: Added README.md

* Reinstating reactor-core module in root-level pom

* BAEL-393: Adding guide-intro module to root pom

* BAEL-9: Updated README.md

* BAEL-157: README.md updated
2017-03-08 09:35:27 -06: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
KevinGilmore 5421a352ab BAEL-345: SolrJ (#1263)
* BAEL-278: Updated README.md

* BAEL-554: Add and update README.md files

* BAEL-345: fixed assertion

* BAEL-109: Updated README.md
2017-03-01 22:20:07 -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
eugenp 84ecb92f45 minor boot upgrade 2017-02-10 10:13:14 +02:00
DOHA 0de8a91137 upgrade dependencies 2016-12-07 19:17:18 +02:00
Naoshadul Islam 8a7c596821 Updated README.md 2016-10-16 13:10:20 +03: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
m0cacin0 862c13eb92 Update README.md 2016-06-28 12:22:26 +03:00
David Morley 9822ff35c3 Update README for Spring Data REST tutorial 2016-03-16 05:28:04 -05:00
David Morley 3198b47f81 Add README for Spring Data REST 2016-03-16 05:26:37 -05:00
David Morley fee6648f55 Update Maven settings for Spring Data REST example 2016-03-16 05:24:32 -05:00
amedviediev ce68b89c7b Added code for "Intro to Spring Data REST" artice 2016-03-15 06:01:27 -05:00