tests for persistent methods
19 lines of code changed in:
initial commit of new persistent methods
480 lines of code changed in:
added additional persistent methods
8 lines of code changed in:
updated to call saveOrUpdate instead
1 lines of code changed in:
exposed the getPattern method
4 lines of code changed in:
reverted back to looking for java code in the src
3 lines of code changed in:
Update classes for testing purposes.
10 lines of code changed in:
added reference to missing log4j jar and changed referenced groovy jar to jsr-04
2 lines of code changed in:
added ${grails.home} to srcdir of javac as it was not compiling grails java classes
1 lines of code changed in:
Changed to use GrailsSecondPass so that it compiles on jdk 1.4
6 lines of code changed in:
added GrailsSecondPass class as temporary solution to Hibernate package visibility problem in HbmBinder.SecondPass
0 lines of code changed in:
merged .classpath
9 lines of code changed in:
Use CGLIB to create Spring AOP proxies.
2 lines of code changed in:
Load test.OrderEntry from class classloader.
1 lines of code changed in:
Copy groovy files to classpath folder.
5 lines of code changed in:
Load groovy files from classpath instead of file system.
1 lines of code changed in:
Initial checkin.
52 lines of code changed in:
Use GrailsTestSuite to create test case instances and inject properties.
2 lines of code changed in:
Removed groovy-all-1.0-jsr-03.jar.
0 lines of code changed in:
Change groovy jar name.
6 lines of code changed in:
Remove ParameterArray usage.
3 lines of code changed in:
Fix addSubflowState method name change + fix transition criteria creation change, both in SWF.
5 lines of code changed in:
Fix FlowLocator package change in SWF.
1 lines of code changed in:
Added Groovy resource loader to dictate how Grails loads groovy classes.
35 lines of code changed in:
Latest spring-webflow.
0 lines of code changed in:
Latest spring-binding.
0 lines of code changed in:
Latest groovy build.
0 lines of code changed in:
Refactor test to accomodate resource loader.
10 lines of code changed in:
Catch InvokerInvocationException instead of IllegalArgumentException.
3 lines of code changed in:
Latest version.
0 lines of code changed in:
Added resource loading from class loader to pinpoint the problem.
7 lines of code changed in:
Added log4j.properties to class path.
1 lines of code changed in:
Use context class loader as parent.
1 lines of code changed in:
Load Groovy files in random order, this must work.
2 lines of code changed in:
Added test case for class not found exception.
14 lines of code changed in:
Fixing failed tests.
5 lines of code changed in:
Initial checkin.
0 lines of code changed in:
Improved persistent method call mechanism +
implemented test cases +
implemented groovy file ordered loading to avoid ClassCastException +
add oders sample
301 lines of code changed in:
commented out references to SecondPass class which requires jdk 1.5 until a decision is made what to do about this
6 lines of code changed in:
removed java 5 feature references
1 lines of code changed in:
removed
0 lines of code changed in:
changed groovy jar ref
8 lines of code changed in:
added latest groovy jar
0 lines of code changed in:
test configuration for hibernate annotated java classes
11 lines of code changed in:
updated spring to reflect changes in the domain class configuration factory bean
10 lines of code changed in:
added additional tests to test domain class relationships
58 lines of code changed in:
test relationship domain classes
16 lines of code changed in:
initial implementation of one-to-one and one-to-many mappings
286 lines of code changed in:
separated out interface and created subclass of AnnotationConfiguration to support annotated java classes
102 lines of code changed in:
changed to use existing configurationClass property to load correct configuration so we can support annotation configuration
22 lines of code changed in:
bug fixes for configuration of one-to-many relationships
131 lines of code changed in:
Added configuration of domain class relationships post instantiation
26 lines of code changed in:
Copy log4j.properties file to /WEB-INF.
5 lines of code changed in:
Added persistent method support + save and delete methods for Hibernate.
240 lines of code changed in:
Update to 1.2.3 due to problem with inner anonymous beans with factory bean and factory method.
0 lines of code changed in:
Added Log4J configuration.
34 lines of code changed in:
Added logging + config lock.
13 lines of code changed in:
Added some logging.
14 lines of code changed in:
Fix method name error.
1 lines of code changed in:
Set Groovy class loader before loading Hibernate configuration.
26 lines of code changed in:
Added service implementation.
163 lines of code changed in:
Load groovy files from WEB-INF/classes.
1 lines of code changed in:
Copy groovy files to WEB-INF/classes.
1 lines of code changed in:
Added Spring persistence configuration.
585 lines of code changed in:
Copy Hibernate libs to war.
7 lines of code changed in:
Added persistence src to javac target + added Hibernate libs.
7 lines of code changed in:
Added MapToPropertiesFactoryBean.
0 lines of code changed in:
Hsqldb 1.7.3 does not depend on Java 5.
0 lines of code changed in:
Extended books sample with authors sub flow.
0 lines of code changed in:
Added support for closure validators.
13 lines of code changed in:
Initial checkin.
2 lines of code changed in:
Only remove cookie if ended flow session has no parent session.
1 lines of code changed in:
Initial checkin.
0 lines of code changed in:
Clean up bean wrapper code + implemented sub flow states.
28 lines of code changed in:
Added accessible property.
19 lines of code changed in:
Expose page flows + do not export non-accessible page flows + clean up old URL mapping code.
12 lines of code changed in:
last test adaptions: now running 100% !
3 lines of code changed in:
last test adaptions: now running 100% !samples/books/BooksTest.groovy
13 lines of code changed in:
Use GrailsServletFlowExecutionManager.
5 lines of code changed in:
Improved flow execution id cookie logic + implemented end states.
185 lines of code changed in:
Added end state transitions + replace separate _eventId fields
with in-line event id in submit buttons.
0 lines of code changed in:
Added end states + added redundant method property.
0 lines of code changed in:
Initial checkin.
0 lines of code changed in:
minor adations to the test
4 lines of code changed in:
provide a real quick rad cycle with tomcat 5
80 lines of code changed in:
correcting javadoc
2 lines of code changed in:
Added reset functionality to removed the flow execution id cookie from the browser cache.
14 lines of code changed in:
Removed _flowExecutionId parameters.
0 lines of code changed in:
Replace closures with methods where required.
0 lines of code changed in:
Added support for Java source file compilation and running Java test classes.
43 lines of code changed in:
Initial checkin.
3 lines of code changed in:
Pass request and response parameters in ParameterArray object to closure.
3 lines of code changed in:
Pass requestContext parameter as regular parameter, not in an object array.
1 lines of code changed in:
some minor housekeeping
47 lines of code changed in:
expose failing tests in build. The build will now break - that's on purpose!
8 lines of code changed in: