Opened 13 years ago

Closed 13 years ago

#93 closed enhancement (fixed)

Upgrade to Grails-1.3.7 framework

Reported by: Gavin Owned by:
Priority: critical Milestone: 0.9 - General Improvements
Component: gnuMims - application general Version: trunk
Keywords: Cc:

Description (last modified by Gavin)

Test thoroughly and upgrade.

Grails-1.3.5 has a bug where the dev war is not generated correctly, this is a blocker for us and we must wait for Grails-1.3.6 to be released.

Grails-1.3.7 now available so going to that.

Checking versions and bug reports in plugins:

Functionality:

  • List paginate, sort and max results per page working.
  • Reports all working in grails runApp.
  • All tests passing.

Issues:

  • Reports JasperController class not found exception for commons-digester (deployed war), fixed in r903
  • Need to check all dependencies, fixed in r902 - r906.
  • Export plugin is having some issues, fixed in r911.

Schema upgrade:

  • alter table image add constraint UN_pictureid_size unique (picture_id, size);

Change History (10)

comment:1 Changed 13 years ago by Gavin

Description: modified (diff)
Milestone: 0.8 - Purchasing and Work Requests0.9 - General Improvements
Priority: blockercritical
Summary: Upgrade to Grails-1.3.5 frameworkUpgrade to Grails-1.3.6 framework

comment:2 Changed 13 years ago by Gavin

Description: modified (diff)
Summary: Upgrade to Grails-1.3.6 frameworkUpgrade to Grails-1.3.7 framework

comment:3 Changed 13 years ago by Gavin

application.properties notes for upgrade:

#Grails Metadata file
#Wed Jun 02 11:20:51 EST 2010
app.grails.version=1.2.2
app.name=gnuMims
app.servlet.version=2.4
app.vcsRevision=$Rev: $
app.version=

# Needs migration to spring-security-core, but may work in 1.3*.
# 0.5.3 avail for 1.2.2, changes unknown.
plugins.acegi=0.5.2

# 0.5.2 uses 1.3.4 > *
# No 1.3* bugs.
plugins.class-diagram=0.5.1

# 0.7 uses 1.1.1 > *
# 1.3.5 compatibility unknown.
# No 1.3* bugs.
plugins.export=0.6

# 0.7 uses 1.1.1 > *
# 1.3.5 compatibility unknown.
# No 1.3* bugs.
plugins.filterpane=0.6.8

# 1.4 uses 1.3.0 > *
# Version 1.4. (2010-05-12) Update to Grails v1.3
# No 1.3* bugs.
plugins.help-balloons=1.3

plugins.hibernate=1.2.2

# 1.1.3 uses 1.3.4 > *
#* 1.2.1 uses 1.3.0 > * and jasper-4.0.0
# No 1.3* bugs.
plugins.jasper=0.9.7

# 1.1.1 uses 1.2-RC2 > *
# No 1.3* bugs.
plugins.navigation=1.1.1

# 0.4.2 uses 1.1 > *
# No 1.3* bugs.
plugins.quartz=0.4.2

# 0.8 uses 1.1 > *
# One 1.3* bug fixed.
plugins.richui=0.8

# 0.5.5.1 uses 1.0 > *
# No 1.3* bugs.
plugins.searchable=0.5.5

plugins.tomcat=1.2.2

comment:4 Changed 13 years ago by Gavin

Description: modified (diff)

comment:5 Changed 13 years ago by Gavin

Description: modified (diff)

comment:6 Changed 13 years ago by Gavin

Description: modified (diff)

comment:7 Changed 13 years ago by Gavin

Description: modified (diff)

comment:8 Changed 13 years ago by Gavin

Description: modified (diff)

comment:9 Changed 13 years ago by Gavin

Description: modified (diff)

comment:10 Changed 13 years ago by Gavin

Resolution: fixed
Status: newclosed

Merged to trunk/ in r913, released and demo updated.

Note: See TracTickets for help on using tickets.