Skip to content

Commit

Permalink
Fix AppRegistry findAll(Pageable)
Browse files Browse the repository at this point in the history
 - Add ability to retrieve paginated list of AppRegistration resources when Pagination is requested
 - Add test

Resolves #1397
  • Loading branch information
ilayaperumalg authored and viniciusccarvalho committed Jun 26, 2017
1 parent 8cfab60 commit f2decd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import org.springframework.boot.configurationmetadata.ConfigurationMetadataProperty;
import org.springframework.cloud.dataflow.configuration.metadata.ApplicationConfigurationMetadataResolver;
import org.springframework.cloud.dataflow.core.ApplicationType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import org.springframework.cloud.dataflow.core.ApplicationType;
import org.springframework.cloud.dataflow.core.StreamAppDefinition;
import org.springframework.cloud.dataflow.core.StreamDefinition;
Expand Down

0 comments on commit f2decd4

Please sign in to comment.