78 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
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
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
Chris Bono
d41c45c876 Update to Spring Cloud 2022.0.4 (#506)
* Also update to Spring Cloud Stream 4.0.4
2023-10-02 14:56:59 -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
Artem Bilan
a841beba15 GH-475: Add some missed nested props for apps (#476)
Fixes https://github.com/spring-cloud/stream-applications/issues/475

* Fix JDBC props for limited listed number of them
2023-06-12 23:35:10 -05:00
abilan
7dc4d4a3f5 Fix mail apps for Spring Boot 3.1 2023-06-09 10:02:34 +02: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
Chris Bono
82ea90a925 Remove invalid config props references (#439)
* `sink/elasticsearch-sink`: SB3 now uses Elastic Java client instead of Elastic High-Level REST client, therefore replace
`ElasticsearchRestClientProperties` w/ `ElasticsearchProperties.

* `processor/aggregator-processor`: SB3 has removed Embedded Mongo support, therefore remove the corresponding EmbeddedMongoProperties.

Fixes #435
2023-03-21 13:29:00 -05:00
Corneil du Plessis
8e4c20dc77 GH-430: Change Filter function to non-reactive
Fixes https://github.com/spring-cloud/stream-applications/issues/430

Fix greenmail exclusion.
Added -X for github.debug
2023-02-14 11:23:31 -05:00
Corneil du Plessis
731c48a839 Added GreenMail.
Update all tests for mail-supplier and mail-sink.
2023-01-12 16:39:53 +02:00
Corneil du Plessis
189341b8f4 Added TODOs update versions. 2023-01-06 16:49:14 +02:00
Corneil du Plessis
da6beb0b0c Explicitly disable skipping for deploy-plugin on applications. 2022-12-10 10:52:50 +02:00
Chris Bono
7f5ea9260e [SB3 Update] Config prop driven README updates 2022-10-17 22:04:59 -05:00
Corneil du Plessis
ec7b11e707 [SB3 Update] Remove Apache Geode (#345)
- Also update SFTP usage
2022-10-07 08:22:57 -05:00
Chris Bono
002204270e Remove ${revision} from pom.xml files 2022-10-02 10:58:48 -05:00
Chris Bono
a8814f876f Initial support for SB3/SF6
- Main branch builds successfully (with tests skipped)

See #326
2022-09-22 17:46:11 -05:00
Chris Bono
c4b411e6ee Update main to next version (4.0.0) (#314)
* Next version for 4.0 (core)

* Next version for 4.0 (apps)

* Next version for 4.0 (release train)
2022-07-15 18:59:31 -05:00
Chris Bono
8c6363c1d8 Release 2021.1.2 (apps back to snapshots) (#305) 2022-06-01 23:41:09 -05:00
Chris Bono
9c67000fa3 2021.1.2 release (apps version number updates) (#300) 2022-06-01 12:51:02 -05:00
Chris Bono
bb719ca8d3 Revert "Fix CI build - source app share repositories in new parent pom.xml (#290)"
This reverts commit 43bf9558da.
2022-05-28 23:54:12 -05:00
Chris Bono
fbb3e42879 Revert "Fix CI build - source and sink app share repositories in new parent pom.xml (#291)"
This reverts commit 5a250f9801.
2022-05-28 23:54:12 -05:00
Chris Bono
5a250f9801 Fix CI build - source and sink app share repositories in new parent pom.xml (#291) 2022-05-28 13:43:15 -05:00
Chris Bono
43bf9558da Fix CI build - source app share repositories in new parent pom.xml (#290) 2022-05-28 11:15:48 -05:00
Chris Bono
1c50531c13 GH-271: Remove duplication from pom.xml files
This proposal fixes many build warnings and is a general cleanup of the pom.xml files.

* Remove duplicate `dependency` entries  from pom.xml files
* Remove duplicate `repository` entries from pom.xml files
* Replace deprecated use of `receive(long)` in `HttpSourceTests`
* Reduce logging for Twitter integration tests

Fixes #271
2022-05-26 13:57:44 -04:00
Chris Bono
b10976aa4f GH-268: Update Boot 2.6.7 / Spring Cloud 2021.0.2 (#269)
Also updates other dependencies accordingly. 

Fixes #268
2022-05-20 13:22:42 -05:00
Soby Chacko
ea7b174608 Apps next version: 3.2.1-SNAPSHOT 2022-02-24 20:38:47 -05:00
Soby Chacko
3659114daa Apps release 3.2.0 2022-02-24 14:38:14 -05:00
Soby Chacko
80e71a57f3 Apps, release-train version updates 2022-01-21 14:46:53 -05:00