Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge sitemesh3 grails plugin into grails-gsp #562

Open
wants to merge 122 commits into
base: 7.0.x
Choose a base branch
from

Conversation

jdaugherty
Copy link
Contributor

grails/grails-core#13552

Merges the sitemesh3 grails plugin written by @codeconsole that replaced the sitemesh2 plugin.

When comparing this PR, look at the last commit only to make it easier to check.

A significant amount of rework went into this PR:

  • split sitemesh plugin & example application
  • adopt plugin configuration similar to grails gsp-plugin
  • add tests for sitemesh example application
  • fix API docs for classes not hosted in this project (see PageRenderer -> ApplicationContext)
  • simplify documentation generation
  • repackage org.sitemesh.grails.plugins to org.grails.plugins
  • adopt grails-bom
  • remove common-build usage
  • various doc cleanup after simplification
  • update minimum grails version in gsp plugin
  • composite build switch
  • adopt newer gradle features such as source jars, project.layout, moving away from ant, etc
  • update for grails-gradle plugin features in 7.0
  • remove unneeded, repeated documentation scopes

… grails and grails once sitemesh has been decoupled.
* split sitemesh plugin & example application
* add tests for sitemesh example application
* fix API docs for classes not hosted in this project (see PageRenderer -> ApplicationContext)
* repackage org.sitemesh.grails.plugins to org.grails.plugins
* adopt grails-bom
* remove common-build usage
* doc cleanup
* update minimum grails version
* composite build switch
* simplified docs build
* adopt newer gradle features such as source jars, project.layout, moving away from ant, etc
* update for grails-gradle plugin features in 7.0
* remove unneeded documentation scope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants