Commit Graph

2530 Commits

Author SHA1 Message Date
Rossen Stoyanchev
19be41f9af Fix regression after GenericApplicationContext change
Issue: SWF-1713
2017-12-15 14:37:50 -05:00
Rossen Stoyanchev
084b4e711c Check default binding expressions
This commit introduces a check on default data binding expressions
and ignores those that don't look property paths of the model.

Issue: SWF-1711
2017-09-15 10:39:20 -04:00
Rossen Stoyanchev
ec300fc0dc Parameterize references to project version
SWF-1707
2017-07-31 14:07:20 +02:00
Rossen Stoyanchev
9595f7f83c Improve one time only runtime check if MyFaces is in use
Issue: SWF-1705
2017-07-31 13:32:10 +02:00
Rossen Stoyanchev
93e499332d Adapt to AbstractMessageSource null -> "" change
AbstractMessageSource#getMessage now returns "" instead of null and
FlowResourceELResolver needs to change accordingly in order to give
other resolvers a chance.
2017-06-22 16:42:20 -04:00
Andy Wilkinson
ee6c0b0e13 Align SpringELExpressionParser with Framework's nullable changes
TemplateAwareExpressionParser.parseExpression(String, ParserContext)
no longer accepts a null ParserContext so we now have to call
TemplateAwareExpressionParser.parseExpression(String) when we don't
have a ParserContext.
2017-06-19 14:35:34 +01:00
Rossen Stoyanchev
1f0f1f600b Reference and readme updates 2017-05-31 13:52:47 -04:00
Rossen Stoyanchev
ec3d54d230 Use fixed parser for empty value binding expressions 2017-05-31 11:45:59 -04:00
Rossen Stoyanchev
ae193ac6f7 One time only runtime check if MyFaces is in use
Issue: SWF-1698
2017-05-25 14:57:04 -04:00
Rossen Stoyanchev
e4baa30f7b Update documentation on action-state
Issue: SWF-1688
2017-05-25 14:21:49 -04:00
Rossen Stoyanchev
ff2468556e Use Thread ContextClassLoader in ConfigurableObjectInputStream
Issue: SWF-1690
2017-05-23 16:22:46 -04:00
Rossen Stoyanchev
ca86643099 Merge pull request #44 from wilkinsona/el-api-upgrade
Align EL API dependency with Spring Framework 5
2017-03-15 13:06:33 -04:00
Andy Wilkinson
96f27501b1 Align EL API dependency with Spring Framework 5
Upgrade to 3.0.1-b04. The implementation dependency, tomcat-jasper-el,
has also been upgraded so that it implements the 3.0 API. Lastly,
the EL API dependency has been marked as compileOnly to prevent
conflicts with the API classes that are pulled in transitively by
tomcat-jasper-el.
2017-03-13 17:39:31 +00:00
Rossen Stoyanchev
7ade1b8c81 Catch up with the latest Spring Framework 5 snapshot 2017-02-02 14:02:15 -05:00
Rossen Stoyanchev
8dcd94c8de Merge pull request #43 from wilkinsona/maven-poms
Reinstate logic that applies publish-maven.gradle to subprojects
2017-01-23 08:58:47 -05:00
Andy Wilkinson
0969de6062 Reinstate logic that applies publish-maven.gradle to subprojects
Without applying publish-maven.gradle no Maven poms are generated.
2017-01-21 20:34:52 +00:00
Rossen Stoyanchev
02ab812f38 Merge pull request #42 from wilkinsona/spring-io-gradle-compatibility
Upgrade to latest Spring IO Plugin for Gradle 3.x compatibility
2017-01-09 12:02:06 -05:00
Andy Wilkinson
405414a165 Upgrade to latest Spring IO Plugin for Gradle 3.x compatibility 2017-01-09 07:45:33 -05:00
Rossen Stoyanchev
9feee1c791 Fix build version 2017-01-06 17:44:20 -05:00
Rossen Stoyanchev
f7a81e695b Fix Javadoc error 2017-01-06 17:36:14 -05:00
Rossen Stoyanchev
41a52a789d Removing remaining refernece to buildSrc 2017-01-06 17:25:43 -05:00
Rossen Stoyanchev
ac03032fd4 Purge deprecated classes
Issue: SWF-1694
2017-01-06 16:47:57 -05:00
Rossen Stoyanchev
b263c1c87a Remove OGNL expression support
Issue: SWF-1694
2017-01-06 16:47:41 -05:00
Rossen Stoyanchev
4fb1b99a8b Dependency updates
Spring Security 4.1.0  -> 4.2.1
Commons Logging 1.1.1  -> 1.2
Log4j           1.7.22 -> 2.7
Servlet API     3.0.1  -> 3.1.0
Tiles           3.0.5  -> 3.0.7
JUnit           4.1.11 -> 4.1.12

Issue: SWF-1692
2017-01-06 16:47:19 -05:00
Rossen Stoyanchev
10a77876ad Remove MergePlugin and buildSrc 2017-01-06 16:47:19 -05:00
Rossen Stoyanchev
f2cb911c3f Upgrade Gradle to 3.2.1 2017-01-06 16:47:18 -05:00
Rossen Stoyanchev
3a0857496e Remove remaining Portlet references
Issue: SWF-1692
2017-01-06 16:47:06 -05:00
Rossen Stoyanchev
5b0df65be4 Fold spring-js + spring-js-tiles3 into spring-webflow
Issue: SWF-1693
2017-01-06 16:46:46 -05:00
Rossen Stoyanchev
4d59b21e49 Remove Spring JavaScript library
Issue: SWF-1693
2017-01-06 16:46:30 -05:00
Rossen Stoyanchev
deeaeab894 Shortest path to tests running with Spring Framework 5
Upgrade to Java 8+

Remove Portlet, Tiles2, and Hibernate 3 + 4 support

Issue: SWF-1692
2017-01-06 16:44:58 -05: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