I Use This!
Very High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Dec 01, 2024 — Dec 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Polishing: lazy init of FlowExecutionContinuationGroup to avoid calling conversation.lock/unlock from the FlowExecutionRepository. The conversation.lock/unlock methods are now only called from ConversationBackedFlowExecutionLock, which in turn is only called from the flow executor. More... over 18 years ago
OgnlExpressionParser now supports OGNL collection construction syntax (SWF-274). More... over 18 years ago
Improved TextToMethodSignature converter. More... over 18 years ago
Added BeanFactoryFlowVariable(String, BeanFactory, ScopeType) convenience constructor to the BeanFactoryFlowVariable. Added settableExpression() method to AbstractFlowBuilder. More... over 18 years ago
Added DefaultFlowServiceLocator(String, BeanFactory) convenience constructor to the DefaultFlowServiceLocator More... over 18 years ago
Added AbstractFlowBuilderFlowRegistryFactoryBean for easy setup of a flow registry containing flows built using AbstractFlowBuilders. More... over 18 years ago
Created folder remotely More... over 18 years ago
Added AbstractFlowBuilderFlowRegistryFactoryBean for easy setup of a flow registry containing flows built using AbstractFlowBuilders. More... over 18 years ago
Added ivy:report target. More... over 18 years ago
ResultObjectBasedEventFactory now uses java.lang.Enum.name() to get the name of a Java 5 enum (SWF-250) More... over 18 years ago
OgnlExpression now unwraps the ognl.OgnlException to make the real exception available to the caller (SWF-255). More... over 18 years ago
ClientContinuationFlowExecutionRepository now uses 'URL-safe Base64 encoding' (SWF-270) More... over 18 years ago
ClientContinuationFlowExecutionRepository now uses 'URL-safe Base64 encoding' (SWF-270) More... over 18 years ago
GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations where no conversion is necessary (SWF-264). More... over 18 years ago
Code polishing after analysis with FindBugs and PMD. More... over 18 years ago
Fixed possbile NullPointerException in parameterTypesString() (SWF-265). More... over 18 years ago
Fixed possbile NullPointerException in parameterTypesString() (SWF-265). More... over 18 years ago
GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations where no conversion is necessary (SWF-264). More... over 18 years ago
GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations where no conversion is necessary (SWF-264). More... over 18 years ago
The XmlFlowBuilder now consistently uses "fromStringTo(Class.class)" to resolve types (SWF-268). More... over 18 years ago
Updates for S3 More... over 18 years ago
Added functionality to upload SWF snapshots to S3 More... over 18 years ago
The XmlFlowBuilder now also supports OGNL expressions in the "to" attribute of a transition when using the "on-exception" attribute (SWF-269). More... over 18 years ago
Code reviewed and cleaned up some tests. More... over 18 years ago
FlowExecutionImpl.handleException() now also tries to handle FlowExecutionExceptions that occur during exception handling (SWF-261). More... over 18 years ago
Added SoapMessageContext removal. More... over 18 years ago
Finished tutorial More... over 18 years ago
Upgraded to Spring 2.0.3 More... over 18 years ago
Minor FindBugs issues fixed. More... over 18 years ago
Fixes for SWF-258 and SWF-259 More... over 18 years ago