30 Commits

Author SHA1 Message Date
GitHub Actions Bot
493d6e0be2 Next development version 5.1.1-SNAPSHOT / 2025.0.1-SNAPSHOT 2025-01-29 21:16:21 +00:00
GitHub Actions Bot
6296e0d118 Release 5.1.0 / 2025.0.0 2025-01-29 21:16:00 +00:00
Chris Bono
476769dbb0 Update version to 5.1.0-SNAPSHOT
This updates the project version from 6.0.0-SNAPSHOT
to 5.1.0-SNAPSHOT as the former was incorrect.
2025-01-23 13:37:58 -05:00
Chris Bono
e17c18cc3d Update project versions after 2024.0.x branch
This commit updates the project version to `6.0.0-SNAPSHOT`
and the release train version to `2025.0.0-SNAPSHOT`.
2024-12-19 14:19:06 -06:00
GitHub Actions Bot
8de285d892 Next development version 5.0.1-SNAPSHOT / 2024.0.1-SNAPSHOT 2024-11-29 12:29:48 +00:00
GitHub Actions Bot
b875a3a595 Release 5.0.1-M1 / 2024.0.1-M1 2024-11-29 12:29:26 +00:00
Corneil du Plessis
bd5f8a2f2f Fix java-functions.version in xmpp source / sink modules. 2024-11-29 14:05:21 +02:00
GitHub Actions Bot
6d7e8b68ad Next development version 5.0.1-SNAPSHOT / 2024.0.1-SNAPSHOT 2024-06-03 09:24:57 +00:00
GitHub Actions Bot
498f3f7613 Release 5.0.0 / 2024.0.0 2024-06-03 09:24:29 +00:00
GitHub Actions Bot
b9fec40465 Next development version 5.0.0-SNAPSHOT / 2024.0.0-SNAPSHOT 2024-04-30 10:44:44 +00:00
GitHub Actions Bot
39358accde Release 5.0.0-RC1 / 2024.0.0-RC1 2024-04-30 10:44:22 +00:00
GitHub Actions Bot
7ff88679af Next development version 5.0.0-SNAPSHOT / 2024.0.0-SNAPSHOT 2024-04-03 13:16:32 +00:00
GitHub Actions Bot
31e43196e6 Release 5.0.0-M1 / 2024.0.0-M1 2024-04-03 13:16:08 +00:00
Corneil du Plessis
fa810c933d [CI] Fix POMs CVE-2023-51775 2024-04-03 10:19:46 +02:00
Corneil du Plessis
5c9b0c6154 fix redis sink (#533)
* Reverting to snapshot to fix build with spring-functions-catalog 5.0.0-M2

* Fix redis-sink and updated dependencies.

* Added commons-codec for test support.

* Remove tests when Spring Functions Catalog performs exact same test.

* Fix xmpp-sink test dependencies.
2024-04-02 15:29:36 +02:00
Chris Bono
7487dc8f61 Link to function catalog docs for config props (#526)
Prior to this commit, each app documented its available config props
in its README.adoc. Now that the functions have been moved to the
function catalog, these inline docs are replaced w/ a link to the
respective function catalog docs.

See #524
2024-03-28 10:44:08 -05:00
Artem Bilan
288758a1a7 Migrate apps to Spring Functions Catalog (#523)
* Remove `functions` module
* Remove `functions` from build scripts
* Change internal `functions` mentioning in the docs to the dedication Spring Functions Catalog project
* Remove all the TensorFlow modules
* Change to `spring-functions-catalog-bom`
* Update READMEs using `quick-compile.sh`
2024-03-09 00:33:21 -06:00
Chris Bono
6d26122af0 Update major version to 5.0.x (#520)
This commit updates the version number to 5.0.0-SNAPSHOT and the release
train version to 2024.0.0-SNAPSHOT.
2024-02-22 15:21:17 +02:00
GitHub Actions Bot
683a999d7c Next development version 4.0.1-SNAPSHOT / 2022.0.1-SNAPSHOT 2023-10-27 21:14:16 -05:00
GitHub Actions Bot
33f92ab047 Next development version 4.0.0-SNAPSHOT / 2022.0.0-SNAPSHOT 2023-07-21 12:40:45 +00:00
GitHub Actions Bot
99bd5982c9 Release 4.0.0-RC2 / 2022.0.0-RC2 2023-07-21 12:40:08 +00:00
GitHub Actions Bot
5f15796c8a Next development version 4.0.0-SNAPSHOT / 2022.0.0-SNAPSHOT 2023-07-20 14:56:01 +00:00
GitHub Actions Bot
f109933fda Release 4.0.0-RC2 / 2022.0.0-RC2 2023-07-20 14:55:34 +00:00
GitHub Actions Bot
f65cb72e0c Next development version 4.0.0-SNAPSHOT 2023-06-14 04:47:46 +00:00
GitHub Actions Bot
354c82a114 Release 4.0.0-RC1 2023-06-14 04:47:29 +00:00
Chris Bono
d7ba24fa01 GH-252: Remove legacy config properties metadata files
This commit removes all legacy config props metadata files
named `dataflow-configuration-metadata-whitelist.properties`.

This is safe with respect to SCDF because stream apps 4.x
require SCDF 2.11.x to launch the apps. Therefore, no existing
SCDF customers on an older SCDF version (that only supports
the legacy file) will be impacted - the users will all be on
the latest version of SCDF.

Fixes #252

* Renamed spring-configuration-metadata-whitelist.properties (removed "-whitelist")

* Renamed spring-configuration-metadata.properties to
dataflow-configuration-metadata.properties

* Fix rsocket

* Rsocket props now added back in

* Rename rsocket-sink metadate file to non-legacy format
2023-06-05 14:35:43 -04:00
GitHub Actions Bot
bdc100a6c1 Next development version 4.0.0-SNAPSHOT 2023-05-25 11:30:37 +00:00
GitHub Actions Bot
251e1fb998 Release 4.0.0-M2 2023-05-25 11:30:19 +00:00
Corneil du Plessis
da6beb0b0c Explicitly disable skipping for deploy-plugin on applications. 2022-12-10 10:52:50 +02:00
Daniel Frey
72aef6b102 Add Xmpp source app (#413) 2022-11-10 22:45:29 -06:00