Spring Cloud Data Flow2.11.8
Microservice based Streaming and Batch data processing for Cloud Foundry and Kubernetes.
Spring Cloud Data Flow provides tools to create complex topologies for streaming and batch data pipelines. The data pipelines consist of Spring Boot apps, built using the Spring Cloud Stream or Spring Cloud Task microservice frameworks.
Changelog
High level:
- fix(deps): update Spring Cloud Data Flow UI to 3.4.8
- fix(deps): update dependency commons-io:commons-io to v2.19.0
- fix(deps): update dependency com.squareup.okio:okio to v3.15.0
- fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v9.48
- fix(deps): update spring restdocs to v2.0.8.release
- fix(deps): update dependency org.hibernate.javax.persistence:hibernate-jpa-2.1-api to v1.0.2.final
- fix(deps): update dependency joda-time:joda-time to v2.14.0
- fix(deps): update dependency com.squareup.okio:okio to v3.14.0
- fix: resolved issue with using same name for task app and task definition TNZ-38461
- fix(deps): update dependency com.vdurmont:semver4j to v3
- fix(deps): update dependency org.zeroturnaround:zt-zip to v1.17
- fix(deps): update dependency org.apache.commons:commons-csv to v1.14.0
- fix(deps): update dependency com.github.zafarkhaja:java-semver to v0.10.2
- fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.19.1
- fix(deps): update dependency bouncycastle to v1.81
- fix(deps): update dependency com.amazonaws:aws-java-sdk-ecr to v1.12.787
- fix(deps): update dependency com.mysql:mysql-connector-j to 8.4.0
- fix(deps): update dependency com.oracle.database.jdbc:ojdbc8 to 21.18.0.0
- fix(deps): update dependency com.ibm.db2:jcc to 11.5.9.0
- fix(deps): upgrade dependency tomcat to 9.0.106
- fix(cloudfoundy): only default Java Buildpack configuration for Boot3 unless given TNZ-46090
- fix(deps): upgrade dependency org.postgresql:postgresql to 42.7.7
- fix(deps): explicitly upgrade dependency mariadb-java-client to 3.4.1 TNZ-46094
- fix(deps): update to spring boot 2.7.26
Full changelog
- ci: build and push images with the release tag. by @kvmw in #28
- Update to spring boot 2.7.26 by @trisberg in #29
- Set explicit version for mariadb-java-client to 3.4.1 by @trisberg in #31
- fix: default Java Buildpack configuration for Boot3 unless given by @mamachanko in #32
- Upgrade all tomcat dependencies to the same version by @mamachanko in #33
- ci(renovate): bootstrap by @mamachanko in #36
- Update JDBC driver versions by @trisberg in #35
- Renovate repairs by @mamachanko in #147
- More renovate repairs by @mamachanko in #155
- ci(renovate): set Git author by @mamachanko in #156
- chore(deps): update renovate docker tag to v41.13.1 by @spring-builds in #149
- chore(deps): update dependency gradle to v7.6.5 by @spring-builds in #162
- chore(deps): update dependency gradle to v6.9.4 by @spring-builds in #161
- chore(deps): update dependency io.spring.asciidoctor.backends:spring-asciidoctor-backends to v0.0.7 by @spring-builds in #163
- chore(deps): update confluentinc/cp-zookeeper docker tag to v5.5.12 by @spring-builds in #160
- chore(deps): update confluentinc/cp-kafka docker tag to v5.5.12 by @spring-builds in #159
- chore(deps): update dependency io.spring.javaformat:spring-javaformat-checkstyle to v0.0.47 by @spring-builds in #164
- chore(deps): update dependency io.spring.nohttp:nohttp-checkstyle to v0.0.11 by @spring-builds in #166
- chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.13 by @spring-builds in #172
- chore(deps): update dependency maven to v3.9.10 by @spring-builds in #167
- chore(deps): update dependency org.asciidoctor:asciidoctor-maven-plugin to v2.2.6 by @spring-builds in #170
- chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.13 by @spring-builds in #173
- chore(deps): update micrometermetrics/prometheus-rsocket-proxy docker tag to v1.5.3 by @spring-builds in #174
- fix(deps): update dependency com.amazonaws:aws-java-sdk-ecr to v1.12.787 by @spring-builds in #175
- chore(deps): update dependency org.apache.maven.plugins:maven-assembly-plugin to v3.7.1 by @spring-builds in #179
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.3 by @spring-builds in #191
- chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v1.12 by @spring-builds in #193
- chore(deps): update kotlin monorepo to v1.9.25 by @spring-builds in #198
- chore(deps): update mariadb docker tag to v10.11 by @spring-builds in #199
- chore(deps): update openzipkin/zipkin docker tag to v2.27.1 by @spring-builds in #200
- chore(deps): update prom/prometheus docker tag to v2.55.1 by @spring-builds in #201
- chore(deps): update renovate docker tag to v41.14.0 by @spring-builds in #203
- fix(deps): update bouncycastle.version to v1.81 by @spring-builds in #204
- fix(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.19.1 by @spring-builds in #205
- fix(deps): update dependency com.github.zafarkhaja:java-semver to v0.10.2 by @spring-builds in #206
- fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to v3.19.4 by @spring-builds in #214
- fix(deps): update dependency org.apache.commons:commons-csv to v1.14.0 by @spring-builds in #216
- chore(deps): update influxdb docker tag to v1.11.8 by @spring-builds in #197
- fix(deps): update dependency org.zeroturnaround:zt-zip to v1.17 by @spring-builds in #223
- fix(deps): update dependency com.vdurmont:semver4j to v3 by @spring-builds in #263
- ci: use credentials for docker validation tests by @mamachanko in #273
- ci(renovate): allow-list wavefront versions compatible w/ Spring Boot 2.x by @mamachanko in #275
- ci(renovate): upgrade non-Java dependencies on a relaxed schedule by @mamachanko in #274
- ci(renovate): allow-list statemachine versions compatible w/ Spring Boot 2.x by @mamachanko in #276
- [TNZ-38461] Fix issue with using same name for task definition and ap… by @trisberg in #34
- ITs pull images from our internal, virtual docker repository by @mamachanko in #277
- ci(ITs): log into internal registry for Oracle and DB2 tests by @mamachanko in #278
- More auth for CI and misc by @mamachanko in #280
- Converge CI on trunk by @mamachanko in #281
- ci: fix build with correct Maven settings filename by @mamachanko in #282
- chore(deps): update renovate docker tag to v41.17.2 by @spring-builds in #279
- chore(deps): update dependency io.spring.javaformat:spring-javaformat-maven-plugin to v0.0.47 by @spring-builds in #165
- chore(deps): update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.1 by @spring-builds in #168
- chore(deps): update dependency org.asciidoctor:asciidoctor-maven-plugin to v2.2.6 by @spring-builds in #169
- chore(deps): update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.6.0 by @spring-builds in #180
- chore(deps): update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.6.0 by @spring-builds in #181
- chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0 by @spring-builds in #182
- chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0 by @spring-builds in #183
- chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.5.0 by @spring-builds in #184
- chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.2 by @spring-builds in #186
- chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.2 by @spring-builds in #187
- chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.1 by @spring-builds in #194
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-report-plugin to v3.5.3 by @spring-builds in #192
- chore(deps): update dependency org.apache.maven.plugins:maven-jxr-plugin to v3.6.0 by @spring-builds in #189
- chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.11.2 by @spring-builds in #188
- chore(deps): update dependency org.sonarsource.scanner.maven:sonar-maven-plugin to v3.11.0.3922 by @spring-builds in #195
- fix(deps): update dependency joda-time:joda-time to v2.14.0 by @spring-builds in #212
- fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.21.3 by @spring-builds in #222
- fix(deps): update dependency com.squareup.okio:okio to v3.14.0 by @spring-builds in #210
- test(db): conflate JDK matrix into one test only by @mamachanko in #283
- chore(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3 by @spring-builds in #239
- chore(deps): update dependency org.codehaus.mojo:license-maven-plugin to v2 by @spring-builds in #244
- chore(deps): update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.1 by @spring-builds in #190
- chore(deps): update grafana/grafana docker tag to v8.5.27 by @spring-builds in #196
- ci(renovate): allow-list scdf apps plugins compatible w/ Spring Boot 2.x by @mamachanko in #284
- chore(deps): update dependency gradle to v8 by @spring-builds in #234
- chore(deps): update kotlin monorepo to v2 (major) by @spring-builds in #251
- chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3 by @spring-builds in #243
- chore(deps): update dependency org.codehaus.groovy:groovy-all to v3.0.25 by @spring-builds in #171
- fix(deps): update dependency uk.org.webcompere:system-stubs-jupiter to v1.2.1 by @spring-builds in #177
- fix(deps): update dependency com.squareup.okio:okio to v3.15.0 by @spring-builds in #286
- fix(deps): update dependency org.hibernate.javax.persistence:hibernate-jpa-2.1-api to v1.0.2.final by @spring-builds in #176
- fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v9.48 by @spring-builds in #208
- fix(deps): update spring restdocs to v2.0.8.release by @spring-builds in #178
- fix(deps): update dependency com.puppycrawl.tools:checkstyle to v10.26.1 by @spring-builds in #209
- test: fix output of dockerCheck by @mamachanko in #287
- chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.3 by @spring-builds in #185
- chore(deps): update spring-cloud-deployer version to 2.9.8 by @trisberg in #285
- ci(renovate): allow-list h2 versions compatible w/ Spring Boot 2.x by @mamachanko in #289
- fix(deps): update dependency commons-io:commons-io to v2.19.0 by @spring-builds in #211
- Update Spring Cloud Data Flow UI to 3.4.8 by @trisberg in #290
- Act as Spring Builds when releasing by @mamachanko in #294
- ci(release): fix Git config steps by @mamachanko in #295
New Contributors
- @kvmw made their first contribution in #28
- @trisberg made their first contribution in #29
- @mamachanko made their first contribution in #32
- @spring-builds made their first contribution in #149
Full Changelog: v2.11.7...v2.11.8