Commit Graph

2521 Commits

Author SHA1 Message Date
Spring Buildmaster
a2b7e51aee Release version 2.4.8.BUILD 2018-09-12 17:55:51 +00:00
Rossen Stoyanchev
8d1f53c5b3 Update paragraph on use of explicit model bindings
Issue: SWF-1723
2018-09-12 12:33:38 -04:00
Rossen Stoyanchev
832e6c6c43 Javadoc fixes 2018-09-11 15:28:02 -04:00
Rossen Stoyanchev
e4b6b9e8a6 Update SFW and SEC versions 2018-09-11 14:14:39 -04:00
Rossen Stoyanchev
391a161aec Upgrade gradle -> 4.4.1 2018-02-08 17:02:48 -05:00
Rossen Stoyanchev
3d37136597 Transient source and target in DefaultMappingResults
Issue: SWF-1716
2018-01-24 14:54:55 -05:00
Spring Buildmaster
021a85d5c2 2017-12-22 19:11:53 +00:00
Rossen Stoyanchev
74dca75019 Serializable MappingResult(s)
Issue: SWF-1715
2017-12-20 13:54:54 -05:00
Rossen Stoyanchev
40af09dfac Fix regression after GenericApplicationContext change
Issue: SWF-1713
2017-12-15 14:36:12 -05:00
Spring Buildmaster
a92a6847c2 Next development version 2017-09-15 14:17:44 +00:00
Rossen Stoyanchev
ed5e8ce8a5 Ignore (invalid) default binding expressions
In data binding, expressions that don't match the structure of the
target object are ignored.

This is a follow-up on the previous commit that introduced checks
on default data binding expressions to also ignore expressions that
aren't property paths on the model rather than flagging them.

Issue: SWF-1711
2017-09-15 09:58:05 -04:00
Rossen Stoyanchev
4304449585 Upgrade Spring deps to latest maintenance releases 2017-09-15 09:04:40 -04:00
Rossen Stoyanchev
df0eab526a AbstractMvcView validates default binding expression
Issue: SWF-1711
2017-09-15 08:53:27 -04:00
Rossen Stoyanchev
c777ff87c7 Parameterize references to project version
SWF-1707
2017-07-31 13:59:31 +02:00
Rossen Stoyanchev
75c93548dd Improve one time only runtime check if MyFaces is in use
Issue: SWF-1705
2017-07-31 13:29:07 +02:00
Rossen Stoyanchev
f0373aa300 Next development version 2017-05-31 11:43:22 -04:00
Rossen Stoyanchev
57f2ccb669 Use fixed parser for empty value binding expressions 2017-05-31 10:25:00 -04:00
Rossen Stoyanchev
dcd569b940 Revert "Use Thread ContextClassLoader in ConfigurableObjectInputStream"
This reverts commit 6e40e5. The fix for SWF-1690 now targets 2.5 only.
2017-05-25 16:24:45 -04:00
Rossen Stoyanchev
5a86845b09 One time only runtime check if MyFaces is in use
Issue: SWF-1698
2017-05-25 14:58:46 -04:00
Rossen Stoyanchev
380de15a97 Update documentation on action-state
Issue: SWF-1688
2017-05-25 14:19:56 -04:00
Rossen Stoyanchev
6e40e558da Use Thread ContextClassLoader in ConfigurableObjectInputStream
Issue: SWF-1690
2017-05-23 16:21:21 -04:00
Spring Buildmaster
b5dd6a8193 Next development version 2016-07-15 18:42:13 +00:00
Spring Buildmaster
b38d586b6a Release version 2.4.4.RELEASE 2016-07-15 18:42:10 +00:00
Rossen Stoyanchev
25905e97ed Roll forward to 2.4.4 2016-07-15 14:25:49 -04:00
Spring Buildmaster
dbf117bffd Next development version 2016-07-12 17:58:10 +00:00
Rossen Stoyanchev
189b31f0d2 Update docs to mention Hibernate 5 support 2016-07-12 12:21:04 -04:00
Rossen Stoyanchev
bbdc3765b5 Update doc on flow inheritance
Issue: SWF-1679
2016-07-07 17:05:04 -04:00
Rossen Stoyanchev
e3f220bbae Add Mojarra present checks
For cases where isMyFacesInUse cannot properly detect due to issues in
dependent libraries (e.g. Tomahawk) we also check if Mojarra is
even present to strengthen those checks.

Issue: SWF-1687
2016-06-24 09:42:12 -04:00
Rossen Stoyanchev
bcfae26e6f Update reference section on sub-flows
Issue: SWF-1648
2016-06-17 18:09:40 -04:00
Rossen Stoyanchev
b8ab19a467 Also check if MyFaces in use at runtime
Issue: SWF-1670
2016-06-17 11:38:52 -04:00
Rossen Stoyanchev
e03a71f64b Polish JsfRuntimeInformation 2016-06-17 11:27:16 -04:00
Rossen Stoyanchev
1ae4db6240 Fix issue with JSF 2.0 compatibility
Issue: SWF-1684
2016-06-17 06:41:54 -04:00
Rossen Stoyanchev
1f3fec8cde Add hosts property to FlowHandlerAdapter
Issue: SWF-1680
2016-06-16 17:45:54 -04:00
Rossen Stoyanchev
8a177518fa Ensure redirect URL is encoded
Issue: SWF-1686
2016-06-16 17:31:56 -04:00
Rossen Stoyanchev
0dc8b52c72 Update minor versions of dependencies
Spring Framework 4.2.x -> 4.3.0
Spring Security  4.0.x -> 4.1.0
Hibernate        4.2.x -> 4.3.11
2016-06-16 16:25:12 -04:00
Rossen Stoyanchev
4379eef725 Update dependencies to latest maintenance releases 2016-06-16 11:20:42 -04:00
Rossen Stoyanchev
21cd54eca4 Correct versions in doc files 2016-06-16 10:34:12 -04:00
Rossen Stoyanchev
9c85c7ac4c Update instructions on building 2016-04-15 12:07:42 -04:00
Rossen Stoyanchev
7b9d4333fc Merge pull request #39 from wilkinsona/hibernate-5 2016-04-15 12:04:05 -04:00
Andy Wilkinson
0d172244cc Make Hibernate-related test compatible with Hibernate 4 and 5 2016-04-15 16:08:28 +01:00
Andy Wilkinson
2d579c2e52 Make HibernateFlowExecutionListener compatible with Hibernate 5 2016-04-15 15:15:04 +01:00
Rossen Stoyanchev
ae25f24443 Add code of conduct 2016-02-04 13:50:47 -05:00
Rossen Stoyanchev
e77fdb6e5f Increment version to 2.4.3.BUILD-SNAPSHOT 2015-09-01 10:23:56 -04:00
Spring Buildmaster
af91de53e6 [artifactory-release] Next development version 2015-09-01 07:06:14 -07:00
Spring Buildmaster
fb72d3227d [artifactory-release] Release version 2.4.2.RELEASE 2015-09-01 07:06:09 -07:00
Rossen Stoyanchev
ee58d02cbf Use thread-safe list to store conversations
While the methods manipulating or accessing the list are synchronized,
the ConversationContainer class is also subject to serialization.

Issue: SWF-1668
2015-08-19 18:17:53 -04:00
Rossen Stoyanchev
f4d07d8826 Fix line endings 2015-08-19 18:11:09 -04:00
Rossen Stoyanchev
3d402728b6 Polish ConversationContainer 2015-08-19 18:10:21 -04:00
Rossen Stoyanchev
2aa99ec0d0 isPostback preserved across redirect before render
The JSF com.sun.faces.facelets.tag.jsf.ComponentSupport in 2.2.7
started using FacesContext#isPostBack to check if a new component
tree is being built prior to attempting to find a child component.

In Web Flow where we redirect prior to rendering, and hence lose
the value of isPostback (because ResponseStateManagerImpl no longer
finds the parameter with the view state), it causes components to
be re-created and lose their local values.

This change overrides isPostback in FlowFacesContext in order to
return true in cases where the UIViewRoot has been restored from
flash scope and is fully built.

Issue: SWF-1645
2015-08-06 15:59:41 -04:00
Rossen Stoyanchev
764e965dcc Remove dependency on CompositeComponentStackManager
Issue: SWF-1667
2015-08-06 15:58:12 -04:00