Commit Graph

13 Commits

Author SHA1 Message Date
Dhawal Kapil b6ae9ec3b4 Story/bael 14304 (#7311)
* BAEL-15951 Moved vavr, JHipster to default profiles

* BAEL-14304 Include the SpringContextIntegrationTest in the default build

- Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists

* BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles

* BAEL-14304 Minor changes
2019-07-20 14:33:56 +03:00
sachin29aug 375c50e805 BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 21 more modules.. work in progress..) 2018-09-15 13:57:53 -04:00
sachin fb0023286a BAEL-7674: Let's make sure our logging configuration has the same pattern 2018-08-21 18:22:53 -04: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
DOHA 5d4f0c0ae6 upgrade dependencies 2016-12-05 13:15:21 +02:00
eugenp 856be0a08a formatting work 2016-10-12 08:02:05 +03:00
Grzegorz Piwowarek 62fb8b257b Refactor MyUserDetailsService 2016-10-01 09:58:51 +02:00
eugenp eba672e9ad cleanup work 2016-03-12 19:44:59 +02:00
DOHA 70be232c5a cleanup and upgrade 2016-01-07 15:17:26 +02:00
eugenp 1e36d212d1 spring updates 2014-09-15 14:26:17 +03:00
eugenp bb662b4252 cleanup work (mostly formating) 2014-06-04 12:14:34 +02:00
corsoft dd020af30a Updated spring-security-mvc-persisted
Updated spring-security-mvc-persisted - added login error message if
unknown user, and switched default H2 database to be embedded
in-memory. Added explicit sql creation script to automatically create
table on deployment (for some reason the createTableOnStartup flag in
the jdbcTokenRepository didn’t work with embedded H2)
2014-05-31 16:39:21 +01:00
corsoft 7b7b5ae49f Initial commit of Persisted Remember-Me Example
Initial commit - project copied from spring-security-mvc-custom and
modified. Added PersistedToken remember me configuration (in xml and
annotated classes), and some minor refactoring. This version works with
PostgreSQL or H2 (configured in DatabaseConfig.java).
2014-05-30 22:55:17 +01:00