I Use This!
Very High Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 3 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Performance improvement: just directly call doParseSettableExpression(). More... about 17 years ago
AbstractExpressionParser now has a doParseSettableExpression() template method More... about 17 years ago
Improved JavaDoc. More... about 17 years ago
Added constructor taking test name argument to AbstractFlowExecutionTests, AbstractExternalizedFlowExecutionTests and AbstractXmlFlowExecutionTests. More... about 17 years ago
Improved JavaDoc to clarify the API contract of the ConversationManager. More... about 17 years ago
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... about 17 years ago
OgnlExpressionParser now supports OGNL collection construction syntax (SWF-274). More... about 17 years ago
Improved TextToMethodSignature converter. More... about 17 years ago
Added BeanFactoryFlowVariable(String, BeanFactory, ScopeType) convenience constructor to the BeanFactoryFlowVariable. Added settableExpression() method to AbstractFlowBuilder. More... about 17 years ago
Added DefaultFlowServiceLocator(String, BeanFactory) convenience constructor to the DefaultFlowServiceLocator More... about 17 years ago
Added AbstractFlowBuilderFlowRegistryFactoryBean for easy setup of a flow registry containing flows built using AbstractFlowBuilders. More... about 17 years ago
Created folder remotely More... about 17 years ago
Added AbstractFlowBuilderFlowRegistryFactoryBean for easy setup of a flow registry containing flows built using AbstractFlowBuilders. More... about 17 years ago
Added ivy:report target. More... about 17 years ago
ResultObjectBasedEventFactory now uses java.lang.Enum.name() to get the name of a Java 5 enum (SWF-250) More... about 17 years ago
OgnlExpression now unwraps the ognl.OgnlException to make the real exception available to the caller (SWF-255). More... about 17 years ago
ClientContinuationFlowExecutionRepository now uses 'URL-safe Base64 encoding' (SWF-270) More... about 17 years ago
ClientContinuationFlowExecutionRepository now uses 'URL-safe Base64 encoding' (SWF-270) More... about 17 years ago
GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations where no conversion is necessary (SWF-264). More... about 17 years ago
Code polishing after analysis with FindBugs and PMD. More... about 17 years ago
Fixed possbile NullPointerException in parameterTypesString() (SWF-265). More... about 17 years ago
Fixed possbile NullPointerException in parameterTypesString() (SWF-265). More... about 17 years ago
GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations where no conversion is necessary (SWF-264). More... about 17 years ago
GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations where no conversion is necessary (SWF-264). More... about 17 years ago
The XmlFlowBuilder now consistently uses "fromStringTo(Class.class)" to resolve types (SWF-268). More... about 17 years ago
Updates for S3 More... about 17 years ago
Added functionality to upload SWF snapshots to S3 More... about 17 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... about 17 years ago
Code reviewed and cleaned up some tests. More... about 17 years ago
FlowExecutionImpl.handleException() now also tries to handle FlowExecutionExceptions that occur during exception handling (SWF-261). More... about 17 years ago