Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2024.0.0-RC1 #538

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,8 @@ jobs:
- name: 'Action: Trivy scan'
shell: bash
run: |
echo "SKIPPING THIS FOR NOW - FIX ME!!!"
# ROOT_DIR=$(realpath $PWD)
# pushd stream-applications > /dev/null
# $ROOT_DIR/scan-folders.sh table
# popd > /dev/null
BUILD_DIR=$(realpath $MAIN_PATH)
$BUILD_DIR/scan-folders.sh table
- name: 'Upload: Error logs'
if: ${{ failure() }}
uses: actions/upload-artifact@v3
Expand Down
11 changes: 2 additions & 9 deletions applications/stream-applications-integration-tests/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,9 @@ Then we need to verify the result by checking the sink's external resource.
To test a processor we publish a message and use an `OutputMatcher` to verify the output.

== Configuration
See link:src/test/java/org/springframework/cloud/stream/apps/integration/test/common/Configuration.java[Configuration] for configuration
See link:src/test/java/org/springframework/cloud/stream/app/integration/test/common/Configuration.java[Configuration] for configuration
options. These tests use Spring but not boot currently.
The most important setting is the image versions to test.
To override it, set the System property, e.g.,

./mvnw clean test -Dspring.cloud.stream.applications.version=4.0.0-RC1







./mvnw clean test -Dspring.cloud.stream.applications.version=5.0.0-RC1
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"release_version": "5.0.0-SNAPSHOT",
"release_version": "5.0.0-RC1",
"next_dev_version": "5.0.0-SNAPSHOT",
"release_train": {
"release_version": "2024.0.0-SNAPSHOT",
"release_version": "2024.0.0-RC1",
"next_dev_version": "2024.0.0-SNAPSHOT"
}
}
Loading