Files
spring-integration/src/reference/asciidoc
Artem Bilan c70d7a6688 GH-8625: Add Duration support for <poller> (#8627)
* GH-8625: Add Duration support for `<poller>`

Fixes https://github.com/spring-projects/spring-integration/issues/8625

The duration can be represented in a ISO 8601 format, e.g. `PT10S`, `P1D` etc.
The `<poller>` and `@Poller` don't support such a format.

* Introduce a `PeriodicTriggerFactoryBean` to accept string values for
trigger options and parse them manually before creating the target `PeriodicTrigger`
* Use this `PeriodicTriggerFactoryBean` in the `PollerParser` and `AbstractMethodAnnotationPostProcessor`
where we parse options for the `PeriodicTrigger`
* Modify tests to ensure that feature works
* Document the duration option
* Add more cross-links into polling docs
* Fix typos in the affected doc files
* Add `-parameters` for compiler options since SF 6.1 does not support `-debug` anymore
for method parameter names discovery

* Fix typos

Co-authored-by: Gary Russell <grussell@vmware.com>

---------

Co-authored-by: Gary Russell <grussell@vmware.com>
2023-05-22 11:47:08 -04:00
..
2022-02-15 13:00:24 -05:00
2022-01-18 14:38:50 -05:00
2019-12-26 15:41:19 -05:00
2022-01-18 14:38:50 -05:00
2022-01-18 14:38:50 -05:00
2023-02-21 15:18:03 -05:00
2023-05-16 20:40:11 -04:00
2022-02-15 13:00:24 -05:00
2022-05-11 16:43:27 -04:00
2019-02-15 15:54:18 -05:00
2023-03-21 17:43:00 -04:00
2022-02-15 13:00:24 -05:00
2022-11-02 10:19:58 -04:00
2023-05-16 20:40:11 -04:00
2023-03-21 17:43:00 -04:00
2023-05-16 20:40:11 -04:00
2022-02-15 13:00:24 -05:00
2023-03-21 17:43:00 -04:00
2023-02-21 15:18:03 -05:00
2022-02-15 13:00:24 -05:00
2022-02-15 13:00:24 -05:00
2022-02-15 13:00:24 -05:00
2022-02-15 13:00:24 -05:00
2021-11-15 12:21:52 -05:00