correspondence-service

Checkout Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Appdev-4842: Modified email template
Appdev-4842: Added JNDI for emailHost and emailDomain.
    • -8
    • +13
    /trunk/grails-app/conf/spring/resources.groovy
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-4842: Changed trigger test email address
Appdev-4842: Changed trigger test email address
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: Changed validation error response status as 400
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: Modified to support urlencode ContentType and test changes
Appdev-4842: Modified Environment check for dumbster
    • -1
    • +1
    /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
APPDEV-4842: added support for DomainForm submission validation + fixed a few codenarc violations
APPDEV-4842: Initial commit for form submit endpoints.
    • -0
    • +10
    /trunk/grails-app/conf/spring/resources.groovy
APPDEV-4841: updated Gradle to latest, 2.11
    • binary
    /trunk/gradle/wrapper/gradle-wrapper.jar
APPDEV-4841: fixed issue with type preservation and changed name of db column to formDetailXml (minus the plural)
APPDEV-4841: removed GORM version of DomainFormType in favor of domainFormTypeId - not needed
APDEV-4841: completed DomainForm form definition - currently only supporting field and recipient definition
  1. … 3 more files in changeset.
APPDEV-4841: added support for basic DomainForm persistence wo/validation
APPDEV-4840: configured the build for Tomcat 7.0.52 dependency
APPDEV-4840: the generated war file no longer includes the version no.
APPDEV-4841: added Gradle war plugin to assemble a war file instead of executable jar