Upgrade to Reactor 3.0 and start building against SI 5.0 snapshots
Closes gh-7301 See gh-7029
This commit is contained in:
@@ -88,7 +88,7 @@ public class SampleIntegrationParentApplicationTests {
|
||||
private Resource[] findResources() throws IOException {
|
||||
return ResourcePatternUtils
|
||||
.getResourcePatternResolver(new DefaultResourceLoader())
|
||||
.getResources("file:target/output/**/*.msg");
|
||||
.getResources("file:target/output/*.txt");
|
||||
}
|
||||
|
||||
private String readResources(Resource[] resources) throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user