Grails project with extra (unusual) configurations or implementation
Extra implementations:
-
Added implementation of the JobListenerSupport to log start and finish execution of every job. Look for JobExecutionListener and JobExecutionLogPostProcessor classes
-
Postgres Enum support added to Grails domain classes. Look for PGEnumUserType and UserProfile classes
-
SQL Query Logging added to log exact sql queries run by hibernate with parameters. Look for QueryLoggingListener, ProxyDataSourceBuilder, and DatasourceProxyBeanPostProcessor classes.