Update package names

This commit is contained in:
Dave Syer
2014-08-29 13:34:36 +01:00
parent a5e7542355
commit 2e5a1c8ff5
52 changed files with 111 additions and 111 deletions

View File

@@ -1,4 +1,4 @@
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.Configuration;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import javax.annotation.PostConstruct;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import java.io.IOException;
import java.security.KeyPair;
@@ -28,8 +28,8 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.io.ByteArrayResource;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.platform.config.Environment;
import org.springframework.platform.config.PropertySource;
import org.springframework.cloud.config.Environment;
import org.springframework.cloud.config.PropertySource;
import org.springframework.security.crypto.codec.Base64;
import org.springframework.security.crypto.encrypt.Encryptors;
import org.springframework.security.crypto.encrypt.TextEncryptor;

View File

@@ -1,8 +1,8 @@
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.platform.config.Environment;
import org.springframework.cloud.config.Environment;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

View File

@@ -13,9 +13,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import org.springframework.platform.config.Environment;
import org.springframework.cloud.config.Environment;
/**

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import java.io.File;
import java.io.IOException;
@@ -32,8 +32,8 @@ import org.eclipse.jgit.api.errors.GitAPIException;
import org.eclipse.jgit.lib.Ref;
import org.eclipse.jgit.util.FileUtils;
import org.springframework.core.env.ConfigurableEnvironment;
import org.springframework.platform.config.Environment;
import org.springframework.platform.config.PropertySource;
import org.springframework.cloud.config.Environment;
import org.springframework.cloud.config.PropertySource;
import org.springframework.util.Assert;
/**

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import java.util.Arrays;
import java.util.HashSet;
@@ -24,8 +24,8 @@ import java.util.Set;
import org.springframework.core.env.ConfigurableEnvironment;
import org.springframework.core.env.MapPropertySource;
import org.springframework.core.env.StandardEnvironment;
import org.springframework.platform.config.Environment;
import org.springframework.platform.config.PropertySource;
import org.springframework.cloud.config.Environment;
import org.springframework.cloud.config.PropertySource;
import org.springframework.web.context.support.StandardServletEnvironment;
/**

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import java.util.Map;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import java.util.ArrayList;
import java.util.Collections;
@@ -26,7 +26,7 @@ import org.springframework.context.ConfigurableApplicationContext;
import org.springframework.core.env.ConfigurableEnvironment;
import org.springframework.core.env.MapPropertySource;
import org.springframework.core.env.StandardEnvironment;
import org.springframework.platform.config.Environment;
import org.springframework.cloud.config.Environment;
import org.springframework.util.StringUtils;
/**

View File

@@ -1,4 +1,4 @@
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import static org.junit.Assert.assertFalse;
@@ -8,7 +8,7 @@ import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.test.IntegrationTest;
import org.springframework.boot.test.SpringApplicationConfiguration;
import org.springframework.boot.test.TestRestTemplate;
import org.springframework.platform.config.Environment;
import org.springframework.cloud.config.Environment;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.test.context.web.WebAppConfiguration;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
@@ -22,8 +22,8 @@ import static org.junit.Assert.assertTrue;
import java.util.Collections;
import org.junit.Test;
import org.springframework.platform.config.Environment;
import org.springframework.platform.config.PropertySource;
import org.springframework.cloud.config.Environment;
import org.springframework.cloud.config.PropertySource;
import org.springframework.security.rsa.crypto.RsaSecretEncryptor;
/**

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
@@ -28,7 +28,7 @@ import org.eclipse.jgit.util.FileUtils;
import org.junit.Before;
import org.junit.Test;
import org.springframework.core.env.StandardEnvironment;
import org.springframework.platform.config.Environment;
import org.springframework.cloud.config.Environment;
import com.jcraft.jsch.Session;

View File

@@ -13,12 +13,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.platform.config.server;
package org.springframework.cloud.config.server;
import static org.junit.Assert.*;
import org.junit.Test;
import org.springframework.platform.config.Environment;
import org.springframework.cloud.config.Environment;
/**