jamesfredley opened a new pull request, #15407:
URL: https://github.com/apache/grails-core/pull/15407

   ## Summary
   
   - Add a comprehensive **Application Properties** reference page under 
`ref/Configuration/` in the Quick Reference section of the documentation
   - Lists ~160 Grails-specific `application.yml` configuration keys across 21 
categories with descriptions and default values
   - All external links use doc variables (`{springBootVersion}`, 
`{hibernate5Reference}`) for version-safe URLs
   
   ## Sections
   
   **Core Framework** (16 sections):
   Core Properties, Web & Controllers, CORS, Views & GSP, Content Negotiation & 
MIME Types, Data Binding, Internationalization, Static Resources, URL Mappings, 
Scaffolding, Development & Reloading, Events, JSON & Converters, GORM (+ 
Multi-Tenancy), DataSource, Hibernate
   
   **Bundled Plugins** (5 sections):
   Database Migration Plugin, Cache Plugin, Asset Pipeline Plugin, Spring 
Security Plugin, MongoDB GORM Plugin
   
   ## Sources
   
   Default values verified against source code:
   - `grails.config.Settings` (grails-core) - 40+ core framework constants
   - `org.grails.datastore.mapping.config.Settings` (grails-datastore-core) - 
GORM constants
   - `DatabaseMigrationGrailsPlugin` + `DatabaseMigrationCommand` - migration 
plugin keys
   - `DataBindingConfigurationProperties` - data binding defaults
   - `DefaultSecurityConfig.groovy` (grails-spring-security) - all Spring 
Security defaults
   - `AssetPipelineGrailsPlugin` + `AssetPipelineExtension` 
(wondrify/asset-pipeline) - asset pipeline keys
   - `MongoSettings` (grails-data-mongodb) - MongoDB GORM keys
   - Grails Forge feature classes (`config.put()` calls) - programmatic config 
generation
   - Profile skeleton `application.yml` files - web/rest-api/base profile 
defaults


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to