
GRAILS-391 Removed deprecated constraints - minLength, maxLength, and length. Upgraded samples to use minSize, maxSize, and size respectively.
20 lines of code changed in:
GRAILS-605 - Applied patch from Drew Varner
122 lines of code changed in:
GRAILS-732 - Added logic to support size constraints for byte[] properties
1 lines of code changed in:
GRAILS-797 - Increased JVM max memory from 256 MB to 512 MB to overcome out-of-memory error
1 lines of code changed in:
GRAILS-391 - Added logic to set a column's length, precision, and/or scale based on the constraints defined for the corresponding property
380 lines of code changed in:
GRAILS-391 - Fixed to use "new Float(0)" instead of "Float.valueOf(0)" to be compatible with JDK 1.4.
2 lines of code changed in:
GRAILS-391 - Implemented the scale constraint.
271 lines of code changed in:
GRAILS-391 - Modified ConstrainedProperty accessors for minSize, maxSize, minLength, and maxLength should return an Integer (or null if the constraint is not defined) instead of an int. Updated affected test cases and scaffolding code.
225 lines of code changed in:
GRAILS-391 - Refectored ConstrainedPropertyTests#testApplyConstraint() to reduce redundancy among the various test cases.
243 lines of code changed in:
GRAILS-391 - Fixed tests to use "new Integer(0)" instead of "Integer.valueOf(0)" to be compatible with JDK 1.4.
11 lines of code changed in:
GRAILS-391 - Modified code to detect the use of minLength/maxLength/length constraints, emit deprecation warnings, and use the minSize/maxSize/size constraints internally instead.
144 lines of code changed in:
GRAILS-427 - Corrected path to grails-tests
1 lines of code changed in:
GRAILS-306 - Adjusted 'url' and 'matches' constraints such that null values will yield a validation error (instead of an NPE)
52 lines of code changed in:
GRAILS-324 Modified 'test-app' target to use 'test' data source by default (instead of 'dev' data source)
1 lines of code changed in:
GRAILS-367 - Edited 'init' target in build.xml to copy log4j.properties to web-app/WEB-INF
2 lines of code changed in:
GRAILS-365 - Modified exception handling to route to error.gsp instead of error.jsp
1 lines of code changed in:
GRAILS-225 - Added logic to load association instances and set them on the target object.
40 lines of code changed in:
GRAILS-338 - Added comment to explain that the order of the items in the welcome file list is important
8 lines of code changed in:
GRAILS-338 - Added index.jsp as first welcome page (ahead of index.gsp)
46 lines of code changed in:
GRAILS-338 - Added index.jsp as first welcome page (ahead of index.gsp)
110 lines of code changed in: