Checkout
 

kkrebs in correspondence-service

APPDEV-6647: now using lemans-rest v0.1.0c and lemans-security v0.1.2c
    • -13
    • +0
    /trunk/grails-app/conf/spring/resources.groovy
APPDEV-6647: now using stuff from lemans-rest v0.1.0b
    • -3
    • +0
    /trunk/grails-app/views/application/index.gson
    • -12
    • +1
    /trunk/grails-app/init/BootStrap.groovy
    • -33
    • +0
    /trunk/grails-app/views/application/grails.gson
APPDEV-0000: now using LemansApiController from plugin - fixeed some other config issues
APPDEV-0000: fixed issue with root url mapping
DS-463: fixed broken app that was missing some log dependencies (i.e. logback)
APDEV-5948: fixed JMX config
    • -1
    • +1
    /trunk/grails-app/conf/application.properties
APPDEV-6647: correspondence-service is now using the Lemans plugins instead of the old projects
APPDEV-0000: correspondence-service is now using Grails3 lemans-testing plugin instead of the testing project jar
APPDEV-0000: updated correspondence-service to use lemans-core Grails3 plugin
APPDEV-0000: update correspondence-service to Grails 3.2.4, Gradle 3.1, Gorm6, Hibernate5, latest lemans jars, and etc.
    • binary
    /trunk/gradle/wrapper/gradle-wrapper.jar
    • -8
    • +8
    /trunk/grails-app/views/application/grails.gson
    • -42
    • +0
    /trunk/grails-app/views/errors/_errors.gson
    • -0
    • +1
    /trunk/grails-app/conf/application.groovy
    • -49
    • +49
    /trunk/grails-app/conf/application.yml
  1. … 5 more files in changeset.
APPDEV-6420: excluding log4j jar file from generated war for - correspondence-service
APPDEV-5948: corrected location of application.properties file for JXM config
    • -0
    • +2
    /trunk/grails-app/conf/application.properties
APPDEV-0000: added default JMX config
    • -0
    • +2
    /trunk/grails-app/conf/spring/application.properties
APPDEV-0000: TokenVerifier3 no longer needed, now using TokenVerifier from lib
    • -2
    • +2
    /trunk/grails-app/conf/spring/resources.groovy
APPDEV-0000: upgraded Grails to 3.1.8
APPDEV-4746: added stacktrace sanitization and new DuplicateKey support + upgraded cobertura to 2.3.2
APPDEV-0000: upgraded gradle wrapper to 2.13
    • binary
    /trunk/gradle/wrapper/gradle-wrapper.jar
APPDEV-4841: adding @Transactional to services as this no longer a default in Grails 3.1
APPDEV-4841: updated to latest infrastructure jars for Grails3 compatability features
APPDEV-4842: added endpoint for SpringBoot actuator docs (renders html)
APPDEV-4882: removed obsolete TODO's
APPDEV-4882: upgraded Grails to 3.1.3
APPDEV-4842: added controller for dev testing of emails sent
APPDEV-4842: cleanup of build.gradle
APPDEV-4842: corrected issue in ErrorController when no excption present - work around UrlMapping issue caused by tomcat7 decl. in the build

The UrlMapping issue is that with the decl. error page mappings, i.e. 404, are not honored.

    • -17
    • +19
    /trunk/grails-app/init/BootStrap.groovy
APPDEV-4842: added support for email integration in dev/test w/Dumbster + a working test
    • -4
    • +12
    /trunk/grails-app/conf/spring/resources.groovy
    • -0
    • +19
    /trunk/grails-app/init/BootStrap.groovy
  1. /trunk/src/main/groovy/grails/plugin/dumbster
APPDEV-4842: improved TokenVerifierInterceptor response on Exception
APPDEV-4842: now catching Exceptions in TokenVerifierInterceptor to break handler looping
APPDEV-4842: added skeletal use of DomainFormSubmissionValidator
APPDEV-4842: a little polishing of DomainFormSubmissionValidator