Bump libs up to latest

* Spring Boot 2.6.3
* Spring Cloud 2021.0.0
* SCS/F 3.2.1
* etc..

Partially resolves #156
This commit is contained in:
Chris Bono
2022-01-24 10:20:21 -06:00
committed by GitHub
parent a70383677b
commit 301ba872bb
45 changed files with 182 additions and 198 deletions

View File

@@ -15,7 +15,7 @@
<properties>
<java.version>1.8</java.version>
<spring-cloud.version>Greenwich.SR1</spring-cloud.version>
<spring-cloud.version>2021.0.0</spring-cloud.version>
<docker.org>springcloudtask</docker.org>
</properties>

View File

@@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.2</version>
<version>2.6.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.6.3</version>
<relativePath></relativePath>
</parent>
<groupId>io.spring.dataflow.sample</groupId>
@@ -37,14 +37,14 @@
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>http-app-dependencies</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.5.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>app-starters-core-dependencies</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.6.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@@ -16,12 +16,10 @@
package io.spring.dataflow.sample;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class HttpTransformerKafkaApplicationTests {

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.6.3</version>
<relativePath></relativePath>
</parent>
<groupId>io.spring.dataflow.sample</groupId>
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-kotlin</artifactId>
<version>2.0.0.RELEASE</version>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>

View File

@@ -16,12 +16,10 @@
package org.springframework.cloud.stream.app.http.source.kafka;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class HttpTransformerKotlinKafkaApplicationTests {

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.6.3</version>
<relativePath></relativePath>
</parent>
<groupId>io.spring.dataflow.sample</groupId>
@@ -37,14 +37,14 @@
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>http-app-dependencies</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.5.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>app-starters-core-dependencies</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.6.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-kotlin</artifactId>
<version>2.0.0.RELEASE</version>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>

View File

@@ -16,12 +16,10 @@
package org.springframework.cloud.stream.app.http.source.rabbit;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class HttpSourceRabbitApplicationTests {

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.6.3</version>
<relativePath></relativePath>
</parent>
<groupId>io.spring.dataflow.sample</groupId>
@@ -37,14 +37,14 @@
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>http-app-dependencies</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.5.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>app-starters-core-dependencies</artifactId>
<version>2.1.0.RELEASE</version>
<version>2.1.6.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@@ -16,12 +16,10 @@
package org.springframework.cloud.stream.app.http.source.rabbit;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class HttpSourceRabbitApplicationTests {

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.2</version>
<version>2.6.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -22,7 +22,7 @@
<docker.org>springcloudstream</docker.org>
<docker.version>${project.version}</docker.version>
<java.version>1.8</java.version>
<spring-cloud.version>2020.0.1</spring-cloud.version>
<spring-cloud.version>2021.0.0</spring-cloud.version>
</properties>
<dependencyManagement>

View File

@@ -28,7 +28,7 @@ public class UsageDetailSenderApplicationTests {
.run()) {
OutputDestination target = context.getBean(OutputDestination.class);
Message<byte[]> sourceMessage = target.receive(10000);
Message<byte[]> sourceMessage = target.receive(10000, "usage-detail");
final MessageConverter converter = context.getBean(CompositeMessageConverter.class);
UsageDetail usageDetail = (UsageDetail) converter