Skip to content

Commit

Permalink
Merge branch 'master' of github.com:grails/grails-doc
Browse files Browse the repository at this point in the history
Conflicts:
	build.gradle
  • Loading branch information
graemerocher committed Jun 26, 2014
2 parents 86d5f66 + 771bd2b commit 59409d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: "base"

version = System.getProperty("grails.version") ?: "2.4.1"
version = System.getProperty("grails.version") ?: "2.4.2"

archivesBaseName = "grails-docs"

Expand All @@ -22,7 +22,7 @@ buildscript {
}

dependencies {
classpath "org.grails:grails-docs:2.4.1"
classpath "org.grails:grails-docs:2.4.2"
classpath 'org.codehaus.groovy:groovy-all:2.3.0'
}
}
Expand Down
4 changes: 0 additions & 4 deletions src/en/guide/gettingStarted/supportedJavaEEContainers.gdoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,4 @@ Grails runs on any container that supports Servlet 2.5 and above and is known to
It's required to set "-Xverify:none" in "Application servers > server > Process Definition > Java Virtual Machine > Generic JVM arguments" for older versions of WebSphere. This is no longer needed for WebSphere version 8 or newer.
{note}

{note}
Grails 2.4 and later require Servlet 3.0 and above.
{note}

Some containers have bugs however, which in most cases can be worked around. A [list of known deployment issues|http://grails.org/Deployment] can be found on the Grails wiki.
4 changes: 0 additions & 4 deletions src/en/guide/introduction/whatsNew24.gdoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ h4. Hibernate 4.3

Grails 2.4 now uses Hibernate 4.3.5 by default (Hibernate 3 is still available as an optional install).

h4. Servlet API 3.0 minimum

Grails 2.4 requires container compatible with Servlet 3.0 and above.

h4. Standalone GORM and GSP

GORM and GSP can now be used outside of Grails. See the following guides / examples for more information:
Expand Down

0 comments on commit 59409d0

Please sign in to comment.