spring-webflow icon indicating copy to clipboard operation
spring-webflow copied to clipboard

Spring Web Flow

Results 105 spring-webflow issues
Sort by recently updated
recently updated
newest added

Added a LICENSE file at the root level directory. The license are as per the README file (https://github.com/spring-projects/spring-webflow/blob/main/README.md#license). The license is version 2.0 of the Apache License. (Please note that...

Long-established app. uses Webflow 3.0.0. Thought I'd try the upgrade to Framework 6.2.0-SNAPSHOT...see what breaks. This code broke: ``` public class ExistingReportActions extends FormAction { ... public Event evaluateExistingReport() {...

# Upgrade Enterprise Gradle Plugin ## Bumps - [com.gradle.enterprise](https://plugins.gradle.org/plugin/com.gradle.enterprise) from 3.14.1 to 3.16.2 - [io.spring.ge.conventions](https://github.com/spring-io/gradle-enterprise-conventions) from 0.0.14 to 0.0.15 ## Compatibility Based on commits in spring-framework repo, internally spring team...

This update fix serialization issue when server need to serialize `FlowSessionImpl.java` after `deserialization`. In this flow server throws NPE in line 160 because deserialization not restores `flow` value. Instead of...

**[John Mikich](https://jira.spring.io/secure/ViewProfile.jspa?name=mindjoy)** opened **[SWF-1083](https://jira.spring.io/browse/SWF-1083?redirect=false)** and commented (Forum posts 54466 and 62542) Uploading a file using Commons FileUpload as provided with Spring 2.5.6 with Webflow 2.0.6. Strictly per Spring Reference chapter...

in: binding
status: waiting-for-triage
in: core

**[Nils Eckert](https://jira.spring.io/secure/ViewProfile.jspa?name=nils_eckert)** opened **[SWF-1564](https://jira.spring.io/browse/SWF-1564?redirect=false)** and commented When adding Spring Web Flow to a project, f:viewParam tags are not working any more. With some debugging I found the following root cause....

type: bug
in: integration
status: waiting-for-feedback

**[Dominik Dorn](https://jira.spring.io/secure/ViewProfile.jspa?name=domdorn)** opened **[SWF-1131](https://jira.spring.io/browse/SWF-1131?redirect=false)** and commented When using facelets to run spring web flow, spring web flow doesn't understand the modifications done to the url by facelets when opening the...

status: waiting-for-triage

**[qxo](https://jira.spring.io/secure/ViewProfile.jspa?name=qxo)** opened **[SWF-1065](https://jira.spring.io/browse/SWF-1065?redirect=false)** and commented ``` ``` see http://forum.springframework.org/showthread.php?t=61697&highlight=binding just modify AbstractMvcView code as below get this feature work! ``` protected void addModelBindings(DefaultMapper mapper, Set parameterNames, Object model) { Iterator...

status: waiting-for-triage

**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** opened **[SWF-1062](https://jira.spring.io/browse/SWF-1062?redirect=false)** and commented This will allow a AccessDenied exception handler to have information about the state that failed to enter because of a security constraint. Currently this...

in: integration
status: waiting-for-triage

**[Mike Seghers](https://jira.spring.io/secure/ViewProfile.jspa?name=mike)** opened **[SWF-1052](https://jira.spring.io/browse/SWF-1052?redirect=false)** and commented In 1.0.6, Erwin Vervaet added an AutowiringFlowExecutionListener, enabling rewiring on all scopes. (#1518) In 2.0 M4 this same functionality was added for variables (flow...

status: waiting-for-triage
in: core