Commit Graph

79 Commits

Author SHA1 Message Date
Corneil du Plessis
6fdd6241f7 Rollback to previous snapshot for improved build [skip ci] 2024-12-02 11:47:18 +02:00
GitHub Actions Bot
feb89fc85c Next development version 4.0.2-SNAPSHOT / 2022.0.2-SNAPSHOT 2024-11-27 15:57:04 +00:00
GitHub Actions Bot
b53cbe5c55 Release 4.0.1 / 2022.0.1 2024-11-27 15:56:32 +00:00
GitHub Actions Bot
683a999d7c Next development version 4.0.1-SNAPSHOT / 2022.0.1-SNAPSHOT 2023-10-27 21:14:16 -05:00
Artem Bilan
4414a3b4ed Upgrade to latest Apache Ivy 2023-09-05 14:29:43 -04: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
Corneil du Plessis
706c658d37 Limits tests to single thread 2023-06-19 13:26:13 +02: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
bafa7b2133 Fix repositories 2023-05-04 16:19:16 +02:00
Corneil du Plessis
cf13062d8d Fix checkstyle issue 2023-01-13 16:16:00 +02:00
Corneil du Plessis
c635863433 Remove Autowired. 2023-01-12 12:48:21 +02:00
Artem Bilan
52e0719f17 GH-370: Enable ScriptProcessor tests back (#419)
* GH-370: Enable ScriptProcessor tests back

Fixes https://github.com/spring-cloud/stream-applications/issues/370

* Update dependencies for `script-processor`
* Add `maven-surefire-plugin` to `script-processor` POM
and specify `--add-opens` for Ruby requirements
* Mark all JavaScript tests with `@EnabledIfSystemProperty`
against `org.graalvm.language.js.home` which is available only
if GraalVM with `js` component enabled
* Fix `NewlineAtEndOfFile` rule for Checkstyle since on Windows
the line end is `crlf`
* Add `components: 'js'` to GraalVM installation steps for all the GH action scripts

* * Add dependencies for `graal-sdk` and `org.graalvm.js`
to make JavaScript working on a plain JVM
2023-01-11 11:16:09 -06:00
Corneil du Plessis
da6beb0b0c Explicitly disable skipping for deploy-plugin on applications. 2022-12-10 10:52:50 +02:00
dependabot[bot]
7d95e59043 Bump ivy from 2.4.0 to 2.5.1 in /applications/processor/script-processor (#407)
Bumps ivy from 2.4.0 to 2.5.1.

---
updated-dependencies:
- dependency-name: org.apache.ivy:ivy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-09 22:38:42 -06:00
Chris Bono
7d8f9370c4 [SB3 Update] Groovy version update and package name change 2022-10-17 22:04:59 -05:00
Chris Bono
e4c4f4c427 [SB3 Update] Disable ScriptProcessor tests 2022-10-17 22:04:59 -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
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
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
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
Artem Bilan
274bb6751b Add requiresUnpack for script-processor
The `Jython` doesn't work in the uber jar as a nested one.
The Spring Boot provides a trick via unpacking requested nested jars.

* Use the latest `spring-cloud-dataflow-apps-generator-plugin` which allows now
to propagate a custom configuration for `spring-boot-maven-plugin`
* Add `requiresUnpack` for `jython-standalone` into the `script-processor`

**Cherry-pick to 2021.1.x**
2022-01-28 09:59:18 -05:00
Artem Bilan
1116040c26 Upgrade to jython-standalone-2.7.2 2022-01-26 12:56:01 -05:00
Chris Bono
017d03fe92 Re-enable and fix tests for Boot 2.6 upgrade
* Make constructor public
* Appease checkstyle/format gods
* Bump to testcontainers 1.16.3
* Bump to redis testcontainers 2.0.11
* Fix circular bean dependencies in the configuration classes
2022-01-26 11:32:24 -05:00
Soby Chacko
f8d8f1d6df Temporarily disabling a few tests 2022-01-21 17:52:10 -05:00
Soby Chacko
80e71a57f3 Apps, release-train version updates 2022-01-21 14:46:53 -05:00
Soby Chacko
b1972b17cd Next version updates
stream-applications-build: 1.1.2-SNAPSHOT
functions: 1.1.2-SNAPSHOT
stream-applicatons-core: 3.1.2-SNAPSHOT
applications: 3.1.2-SNAPSHOT
release-train: 2021.0.2-SNAPSHOT
2021-10-25 19:02:43 -04:00
Soby Chacko
9a5c2fdadb stream-applications: 3.1.1 Release 2021-10-25 12:23:44 -04:00
Soby Chacko
096881bb44 Next version updates
stream-applications-build: 1.1.1-SNAPSHOT
functions: 1.1.1-SNAPSHOT
stream-applicatons-core: 3.1.1-SNAPSHOT
applications: 3.1.1-SNAPSHOT
release-train: 2021.0.1-SNAPSHOT
2021-10-08 19:21:31 -04:00
Soby Chacko
b49e9bfee0 stream-applications: 3.1.0 Release 2021-10-08 14:57:28 -04:00
Soby Chacko
712cb591de Apps versions back to snapshot: 3.1.0-SNAPSHOT 2021-09-29 17:17:30 -04:00
Soby Chacko
667b476998 Apps release: 3.1.0-RC1 2021-09-29 15:40:14 -04:00
Soby Chacko
3f98c2e644 Fixing FtpSourceTests/ScriptProcessorTests 2021-06-08 10:41:23 -04:00
Soby Chacko
5ba0269a0b Preparing for 2021.0.0/3.1.0 apps
Spring Boot 2.5.0
Spring Cloud Stream 3.1.x
Spring Cloud Function 3.1.x
Spring Cloud 2020.0.x

Update code/deprecations
Fix tests
Update copyrights
2021-06-04 11:37:32 -04:00
Soby Chacko
5b54f8a0c5 Apps next version: 3.0.3-SNAPSHOT
New script to update apps versions after a GA release
2021-05-28 13:07:18 -04:00
Soby Chacko
869f9ad594 Update apps parent core to 3.0.5 2021-05-27 20:40:11 -04:00
Soby Chacko
066e5363f8 stream-applicaitons: 3.0.2 Release 2021-05-27 19:31:31 -04:00
Soby Chacko
559264c197 Next apps version update: 3.0.2-SNAPSHOT 2021-02-26 15:37:46 -05:00