Commit Graph

2455 Commits

Author SHA1 Message Date
Rossen Stoyanchev
9033b1f4d9 Refine check for use of MyFaces
Issue: SWF-1641
2014-09-04 15:56:06 -04:00
Rossen Stoyanchev
f7d85ea6f6 Merge pull request #33 from kryger/patch-1
Update README.md
2014-09-04 14:22:20 -04:00
Lukasz Kryger
9cf927eec5 Update README.md
Up-to-date links to javadocs and reference documentation
2014-09-02 23:13:24 +01:00
Rossen Stoyanchev
1941e65274 Polish and minor fix
The visitHints in publishPostRestoreStateEvent was always null hence
in JSF 2.1+ they wouldn't get passed to createVisitContext.
2014-08-01 10:31:13 -04:00
Rossen Stoyanchev
cd6f4104c2 Fix issue with evaluation of #{cc.XXX} expressions
Issue: SWF-1639
2014-08-01 10:17:08 -04:00
Rossen Stoyanchev
f72b03af2f Update Spring Framework and Spring Security versions 2014-07-30 16:00:01 -04:00
Rossen Stoyanchev
ab1efea0d0 Fix Javadoc in Action
Issue: SWF-1636
2014-07-29 15:33:18 -04:00
Rossen Stoyanchev
0df592a7c0 Upgrade to myfaces 2.1.14
Issue: SWF-1638
2014-07-29 13:45:16 -04:00
Rossen Stoyanchev
0558979ade Polish 2014-07-29 13:44:34 -04:00
Rossen Stoyanchev
34d9fcc050 Fix issue with Hibernate 3 compatibility
Issue: SWF-1637
2014-06-12 10:45:25 -04:00
Spring Buildmaster
6866c004da Next development version 2014-05-29 18:14:28 -07:00
Rossen Stoyanchev
b7a718ddaf Fix bug in SerializableListDataModel
This is a follow-up on an earlier commit:
97cc86b7c1

Issue: SWF-1510
2014-05-29 20:53:31 -04:00
Rossen Stoyanchev
59b0938e04 Fix NPE issue with JSF/Portlet support 2014-05-29 17:01:06 -04:00
Rossen Stoyanchev
46b9807c3c Revert "Release 2.4.0"
This reverts commit de267e907c.

Found an issue with staged release
2014-05-29 13:49:57 -04:00
Spring Buildmaster
de267e907c Release 2.4.0 2014-05-29 05:37:19 -07:00
Rossen Stoyanchev
7a3019b27b Fix issue with JSF < 2.1 compatibility
Issue: SWF-1622
2014-05-22 21:06:32 -04:00
Phillip Webb
51537e8c06 Move state saving to getUserEventState()
Update JsfView so that state saving no longer occurs during
processUserEvent(). This is required to ensure that Mojarra's
StateContext.release(...) method is not called too early.

Prior to Mojarra 2.1.16 multiple calls to saveView had no side effects,
but the fix to JAVASERVERFACES-2609 changed this behavior.

In order to retain the fix for SWF-1577 the saveState() method is now
called from getUserEventState(). This should ensure that the
StateContext$AddRemoveListerner is still removed, even when WebFlow
bypasses the usual state saving for certain flow redirects.

Issue: SWF-1631
2014-05-22 13:37:34 -04:00
Rossen Stoyanchev
bdd3b4afe4 Add sub-section on scopes to reference
Issue: SWF-1466
2014-05-21 17:08:34 -04:00
Rossen Stoyanchev
546ec7a78e Mention exception-handler element in documentation
Issue: SWF-1465
2014-05-21 16:48:01 -04:00
Rossen Stoyanchev
42d22d30f1 Fix empty map initialization to in java config
Issue: SWF-1632
2014-05-21 16:20:25 -04:00
Rossen Stoyanchev
1c67a0dc08 Revert "Prevent NPE in Mojarra when creating initial view"
This reverts commit d31900e5f9.

The fix for SWF-1571 reported against Mojarra 2.1.8 seems to be
problematic when Web Flow's ResponseStateManager is not used as
reported in SWF-1630.

Testing with Mojarra 2.1.20 I can no longer reproduce SWF-1571
and originally it was suspected to be a Mojarra issue. Hence
this revert.

Issue: SWF-1571, SWF-1630
2014-05-20 16:19:14 -04:00
Rossen Stoyanchev
8680d09fbc Merge pull request #30 from wilkinsona/add-io-plugin
Add the Spring IO plugin
2014-05-20 13:55:53 -04:00
Andy Wilkinson
3c5adecb91 Add the Spring IO plugin
Configure the Spring IO plugin such that it's only applied when the
build is run with -PplatformVersion=<version>. This platformVersion
property is used to determine the version of the Platform that will
be used when running the springIoCheck task. The plugin can be used
by running a build as follows:

./gradlew clean springIoCheck -PplatformVersion=1.0.0.BUILD-SNAPSHOT -PJDK7_HOME=… -PJDK8_HOME=…

This will test the project on JDK7 and JDK 8 using the dependencies
defined in the latest snapshot of Spring IO Platform 1.0.0.

The Spring IO test tasks have been configured to exclude the Tiles 2
tests as Spring IO uses Tiles 3.
2014-05-14 16:34:54 +01:00
Rossen Stoyanchev
8abfde0384 Merge pull request #29 from wilkinsona/jsp-api
Update coordinates of JSP API dependency
2014-05-08 14:59:46 -04:00
Andy Wilkinson
b0581706be Update coordinates of JSP API dependency
Update to use the new JSP API coordinates that make 2.2.1 available
2014-05-08 17:44:05 +01:00
Rossen Stoyanchev
c09a77d815 Update readme and remove changelog 2014-04-02 10:43:49 -04:00
Rossen Stoyanchev
70cf66111c Add protected method to SpringELExpression
Issue: SWF-1476
2014-03-31 21:46:17 -04:00
Rossen Stoyanchev
dbf71490c3 Polish 2014-03-31 21:41:39 -04:00
Rossen Stoyanchev
3aac995f21 Update Spring Faces chapter with Java config 2014-03-31 21:19:29 -04:00
Rossen Stoyanchev
e108904e37 Fix attribute for validation hint resolver
The flow-builder-services attribute for specifying a
ValidationHintResolver was originally added to use (incorrectly)
camelback notation, i.e. validationHintResolver. This change fgiixes
that to the XML convention i.e. validation-hint-resolver.

SWF-1629
2014-03-31 17:40:42 -04:00
Rossen Stoyanchev
cce1515a17 Support providing validator in faces builder serivces
Issue: SWF-1494
2014-03-31 17:28:31 -04:00
Rossen Stoyanchev
33bd09801b Deprecate Spring.js
Issue: SWF-1628
2014-03-31 15:57:30 -04:00
Rossen Stoyanchev
77198b5c5f Deprecate OGNL support
Issue: SWF-1627
2014-03-31 15:30:31 -04:00
Rossen Stoyanchev
893df095c6 Update reference with Java config examples 2014-03-31 15:03:11 -04:00
Rossen Stoyanchev
ecd213dc8f Update section on partial validation 2014-03-31 13:23:45 -04:00
Rossen Stoyanchev
a7035acc2d Support validation hints in FlowActionListener
Issue: SWF-1626
2014-03-31 09:42:01 -04:00
Rossen Stoyanchev
76430e3e9f Support validation-hints on transitions
Issue SWF-1626
2014-03-30 18:06:59 -04:00
Rossen Stoyanchev
9dffe65dee Support multiple MultipartFile's for 1 request param
Issue: SWF-1422
2014-03-30 16:57:16 -04:00
Rossen Stoyanchev
e6d5bfb268 Open metohd creating MessageResolver for extension
Issue: SWF-1605
2014-03-28 16:50:52 -04:00
Rossen Stoyanchev
b70f1045bd Support "file://" prefixed flow registry base path
Issue: SWF-1617
2014-03-28 16:44:50 -04:00
Rossen Stoyanchev
a802c383fc Revert "Use Java 1.7 for test sources"
This reverts commit 886c741a54.
2014-03-07 16:55:33 -05:00
Rossen Stoyanchev
886c741a54 Use Java 1.7 for test sources 2014-03-07 16:40:55 -05:00
Rossen Stoyanchev
4041729eed Upgrade minor versions of dependencies 2014-03-07 16:35:59 -05:00
Rossen Stoyanchev
88a7ad7b48 Exclude spring-build-src project from the distro zip 2014-03-07 16:02:34 -05:00
Rossen Stoyanchev
266b018a9d Add MergePlugin source 2014-03-07 14:41:37 -05:00
Rossen Stoyanchev
077e34600f Add FlowAjaxTiles3View
Issue: SPR-1575
2014-03-07 12:40:13 -05:00
Rossen Stoyanchev
3c1ef54f50 Add spring-js-tiles3 module
Issue: SWF-1575
2014-03-06 22:07:11 -05:00
Rossen Stoyanchev
852863fb70 Upgrade to gradle 1.11 2014-03-06 15:18:40 -05:00
Rossen Stoyanchev
68ef60f7c7 Add ~Aware interface to AbstractFacesFlowConfiguration 2014-02-26 16:23:12 -05:00
Rossen Stoyanchev
921220be27 Add Java config option for configuring Spring Web Flow
Issue: SWF-1548
2014-02-25 21:34:10 -05:00