Rossen Stoyanchev
5eb6c3f402
Restore throws declarations on public/protected methods
2018-02-08 16:33:24 -05:00
Rossen Stoyanchev
86cf4abbe5
Default methods in FlowExecutionListener
2018-02-08 16:12:50 -05:00
Rossen Stoyanchev
0c9514ed36
dos2unix on FluxExecutionListener + adapter
2018-02-08 16:10:50 -05:00
Rossen Stoyanchev
6d5a8debd5
Polish
...
Remove:
- auto-boxing
- unnecessary array creation
- public keyword on interface methods
- unnecessary throws clauses
Use lambda expressions
2018-02-08 15:47:21 -05:00
Rossen Stoyanchev
d66c25ffd0
Use diamond operator
...
Issue: SWF-1718
2018-02-08 13:06:46 -05:00
Rossen Stoyanchev
0a618b0791
Streamline XML namespace support towards unversioned schemas
...
Issue: SWF-1701
2018-02-07 21:55:11 -05:00
Rossen Stoyanchev
7215a49e4a
Revert "Remove Spring JavaScript library"
...
This reverts commit 4d59b21e49 .
Issue: SWF-1693
2018-02-07 14:46:37 -05:00
Rossen Stoyanchev
086e4ec728
Remove reference to tiles2 package (no longer in sources)
2018-02-06 14:37:37 -05:00
Rossen Stoyanchev
6d81084cc6
Polish build.gradle
2018-02-06 14:34:48 -05:00
Rossen Stoyanchev
34ffedf073
Fix test logging dependencies
2018-02-06 14:26:15 -05:00
Rossen Stoyanchev
3f548d6775
Update versions
2018-02-06 14:14:13 -05:00
Rossen Stoyanchev
b30a92e45a
Transient source and target in DefaultMappingResults
...
Issue: SWF-1716
2018-01-24 15:01:18 -05:00
Rossen Stoyanchev
eade36e741
Serializable MappingResult(s)
...
Issue: SWF-1715
2017-12-20 13:56:24 -05:00
Rossen Stoyanchev
3a165ea879
Remove dependency on internal MyFaces class
...
Issue: SWF-1712
2017-12-15 15:48:55 -05:00
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