From d5c0009c6eb0e77e4e1013d149d33de7dccdbd4d Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Tue, 25 Jun 2019 10:11:56 -0700 Subject: [PATCH] Rename samples to smoke tests Closes gh-17197 --- CONTRIBUTING.adoc | 10 +- README.adoc | 3 - ci/scripts/build-samples.sh | 2 +- ci/scripts/stage.sh | 2 +- eclipse/spring-boot-project.setup | 4 +- pom.xml | 6 +- .../src/main/asciidoc/getting-started.adoc | 7 +- .../src/main/asciidoc/howto.adoc | 38 +-- .../main/asciidoc/spring-boot-features.adoc | 12 +- spring-boot-samples/README.adoc | 244 ----------------- spring-boot-samples/pom.xml | 250 ------------------ .../spring-boot-sample-cache/README.adoc | 126 --------- .../src/it/settings.xml | 35 --- .../README.adoc | 12 - .../README.adoc | 27 -- .../spring-boot-sample-data-neo4j/README.adoc | 16 -- .../spring-boot-sample-flyway/README.adoc | 9 - .../spring-boot-sample-jooq/README.adoc | 9 - .../main/java/sample/jooq/domain/Tables.java | 41 --- .../spring-boot-sample-jta-jndi/README.adoc | 148 ----------- .../spring-boot-sample-liquibase/README.adoc | 10 - .../README.adoc | 12 - .../spring-boot-sample-quartz/README.adoc | 11 - .../README.adoc | 12 - .../README.adoc | 37 --- .../spring-boot-sample-session/README.adoc | 60 ----- .../README.adoc | 6 - .../README.adoc | 14 - .../sample/xml/service/HelloWorldService.java | 32 --- .../pom.xml | 14 +- spring-boot-smoke-tests/pom.xml | 250 ++++++++++++++++++ .../spring-boot-smoke-test-activemq}/pom.xml | 8 +- .../java/smoketest}/activemq/Consumer.java | 2 +- .../java/smoketest}/activemq/Producer.java | 2 +- .../activemq/SampleActiveMQApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../activemq/SampleActiveMqTests.java | 2 +- .../pom.xml | 8 +- .../customsecurity/ExampleController.java | 2 +- .../ExampleRestControllerEndpoint.java | 2 +- ...mpleActuatorCustomSecurityApplication.java | 2 +- .../customsecurity/SecurityConfiguration.java | 2 +- .../src/main/resources/application.properties | 0 .../resources/static/css/bootstrap.min.css | 0 .../src/main/resources/templates/error.ftlh | 0 .../src/main/resources/templates/home.ftlh | 0 .../CorsSampleActuatorApplicationTests.java | 2 +- ...AndPathSampleActuatorApplicationTests.java | 2 +- ...ctuatorCustomSecurityApplicationTests.java | 2 +- .../resources/application-cors.properties | 0 .../pom.xml | 8 +- .../SampleActuatorLog4J2Application.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/log4j2.xml | 0 .../SampleActuatorLog4J2ApplicationTests.java | 2 +- .../pom.xml | 8 +- .../actuator/noweb/HelloWorldService.java | 2 +- .../noweb/SampleActuatorNoWebApplication.java | 2 +- .../actuator/noweb/ServiceProperties.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/banner.txt | 0 .../SampleActuatorNoWebApplicationTests.java | 2 +- .../pom.xml | 8 +- .../ui/SampleActuatorUiApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../resources/static/css/bootstrap.min.css | 0 .../src/main/resources/templates/error.ftlh | 0 .../src/main/resources/templates/home.ftlh | 0 .../SampleActuatorUiApplicationPortTests.java | 2 +- .../ui/SampleActuatorUiApplicationTests.java | 2 +- .../spring-boot-smoke-test-actuator}/pom.xml | 8 +- .../actuator/ExampleHealthIndicator.java | 2 +- .../actuator/ExampleInfoContributor.java | 2 +- .../actuator/HelloWorldService.java | 2 +- .../actuator/SampleActuatorApplication.java | 2 +- .../smoketest}/actuator/SampleController.java | 2 +- .../actuator/ServiceProperties.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/logback.xml | 0 ...pertiesSampleActuatorApplicationTests.java | 2 +- ...gementAddressActuatorApplicationTests.java | 2 +- ...entPathSampleActuatorApplicationTests.java | 2 +- ...AndPathSampleActuatorApplicationTests.java | 2 +- ...entPortSampleActuatorApplicationTests.java | 2 +- ...gementPortWithLazyInitializationTests.java | 2 +- ...agementSampleActuatorApplicationTests.java | 2 +- .../SampleActuatorApplicationTests.java | 4 +- ...letPathSampleActuatorApplicationTests.java | 2 +- ...hutdownSampleActuatorApplicationTests.java | 2 +- .../application-endpoints.properties | 0 .../docker-compose.yml | 0 .../spring-boot-smoke-test-amqp}/pom.xml | 8 +- .../amqp/SampleAmqpSimpleApplication.java | 2 +- .../src/main/java/smoketest}/amqp/Sender.java | 2 +- .../pom.xml | 8 +- .../SampleAnimatedBannerApplication.java | 2 +- .../src/main/resources/banner.gif | Bin .../spring-boot-smoke-test-ant}/build.xml | 4 +- .../spring-boot-smoke-test-ant}/ivy.xml | 2 +- .../ivysettings.xml | 0 .../spring-boot-smoke-test-ant}/pom.xml | 10 +- .../smoketest}/ant/SampleAntApplication.java | 2 +- .../ant/SampleAntApplicationIT.java | 2 +- .../src/test/resources/application.properties | 0 .../spring-boot-smoke-test-aop}/pom.xml | 8 +- .../smoketest}/aop/SampleAopApplication.java | 4 +- .../aop/monitor/ServiceMonitor.java | 2 +- .../aop}/service/HelloWorldService.java | 2 +- .../src/main/resources/application.properties | 0 .../aop/SampleAopApplicationTests.java | 2 +- .../pom.xml | 8 +- .../smoketest}/atmosphere/ChatService.java | 2 +- .../java/smoketest}/atmosphere/Message.java | 2 +- .../SampleAtmosphereApplication.java | 4 +- .../src/main/resources/application.properties | 0 .../src/main/resources/static/home.html | 0 .../static/javascript/application.js | 0 .../static/javascript/jquery-1.9.0.js | 0 .../SampleAtmosphereApplicationTests.java | 2 +- .../spring-boot-smoke-test-batch}/pom.xml | 8 +- .../batch/SampleBatchApplication.java | 2 +- .../batch/SampleBatchApplicationTests.java | 2 +- .../spring-boot-smoke-test-cache}/pom.xml | 8 +- .../smoketest}/cache/CacheManagerCheck.java | 2 +- .../main/java/smoketest}/cache/Country.java | 2 +- .../smoketest}/cache/CountryRepository.java | 2 +- .../cache/SampleCacheApplication.java | 2 +- .../java/smoketest}/cache/SampleClient.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/ehcache.xml | 0 .../src/main/resources/ehcache3.xml | 0 .../src/main/resources/hazelcast.xml | 0 .../src/main/resources/infinispan.xml | 0 .../cache/SampleCacheApplicationTests.java | 2 +- .../pom.xml | 8 +- .../src/it/custom/pom.xml | 2 +- .../main/java/org/test/SampleApplication.java | 0 .../src/it/custom/verify.groovy | 2 +- .../src/it/default/pom.xml | 0 .../main/java/org/test/SampleApplication.java | 0 .../src/it/default/verify.groovy | 2 +- .../java/smoketest}/layout/SampleLayout.java | 4 +- .../layout/SampleLayoutFactory.java | 4 +- .../main/resources/META-INF/spring.factories | 2 +- .../test/java/smoketest}/layout/Verify.java | 4 +- .../pom.xml | 8 +- .../smoketest}/data/cassandra/Customer.java | 2 +- .../data/cassandra/CustomerRepository.java | 2 +- .../cassandra/SampleCassandraApplication.java | 2 +- .../src/main/resources/application.properties | 0 ...OrderedCassandraTestExecutionListener.java | 2 +- .../SampleCassandraApplicationTests.java | 2 +- .../src/test/resources/setup.cql | 0 .../pom.xml | 8 +- .../couchbase/SampleCouchbaseApplication.java | 2 +- .../java/smoketest}/data/couchbase/User.java | 2 +- .../data/couchbase/UserRepository.java | 2 +- .../src/main/resources/application.properties | 0 .../SampleCouchbaseApplicationTests.java | 2 +- .../pom.xml | 8 +- .../data/elasticsearch/Customer.java | 2 +- .../elasticsearch/CustomerRepository.java | 2 +- .../SampleElasticsearchApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../SampleElasticsearchApplicationTests.java | 2 +- .../spring-boot-smoke-test-data-jdbc}/pom.xml | 8 +- .../java/smoketest}/data/jdbc/Customer.java | 2 +- .../data/jdbc/CustomerRepository.java | 2 +- .../data/jdbc/SampleController.java | 2 +- .../data/jdbc/SampleDataJdbcApplication.java | 2 +- .../src/main/resources/data.sql | 0 .../src/main/resources/schema.sql | 0 .../CustomerRepositoryIntegrationTests.java | 2 +- .../jdbc/SampleDataJdbcApplicationTests.java | 2 +- .../spring-boot-smoke-test-data-jpa}/pom.xml | 8 +- .../data/jpa/SampleDataJpaApplication.java | 2 +- .../java/smoketest}/data/jpa/domain/City.java | 2 +- .../smoketest}/data/jpa/domain/Hotel.java | 2 +- .../data/jpa/domain/HotelSummary.java | 2 +- .../smoketest}/data/jpa/domain/Rating.java | 2 +- .../data/jpa/domain/RatingCount.java | 2 +- .../smoketest}/data/jpa/domain/Review.java | 2 +- .../data/jpa/domain/ReviewDetails.java | 2 +- .../smoketest}/data/jpa/domain/TripType.java | 2 +- .../data/jpa/service/CityRepository.java | 4 +- .../data/jpa}/service/CitySearchCriteria.java | 2 +- .../data/jpa/service/CityService.java | 6 +- .../data/jpa/service/CityServiceImpl.java | 6 +- .../data/jpa/service/HotelRepository.java | 10 +- .../data/jpa/service/HotelService.java | 10 +- .../data/jpa/service/HotelServiceImpl.java | 14 +- .../data/jpa/service/ReviewRepository.java | 6 +- .../data/jpa/service/ReviewsSummary.java | 4 +- .../data/jpa/web/SampleController.java | 4 +- .../src/main/resources/application.properties | 0 .../src/main/resources/import.sql | 0 .../jpa/SampleDataJpaApplicationTests.java | 2 +- .../CityRepositoryIntegrationTests.java | 4 +- .../HotelRepositoryIntegrationTests.java | 12 +- .../resources/application-scratch.properties | 0 .../spring-boot-smoke-test-data-ldap}/pom.xml | 8 +- .../java/smoketest}/data/ldap/Person.java | 2 +- .../data/ldap/PersonRepository.java | 2 +- .../data/ldap/SampleLdapApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/schema.ldif | 0 .../data/ldap/SampleLdapApplicationTests.java | 2 +- .../pom.xml | 8 +- .../java/smoketest}/data/mongo/Customer.java | 2 +- .../data/mongo/CustomerRepository.java | 2 +- .../data/mongo/SampleMongoApplication.java | 2 +- .../mongo/SampleMongoApplicationTests.java | 2 +- .../pom.xml | 8 +- .../java/smoketest}/data/neo4j/Customer.java | 2 +- .../data/neo4j/CustomerRepository.java | 2 +- .../data/neo4j/SampleNeo4jApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../neo4j/SampleNeo4jApplicationTests.java | 2 +- .../pom.xml | 8 +- .../data/redis/SampleRedisApplication.java | 2 +- .../redis/SampleRedisApplicationTests.java | 2 +- .../spring-boot-smoke-test-data-rest}/pom.xml | 8 +- .../data/rest/SampleDataRestApplication.java | 2 +- .../smoketest}/data/rest/domain/City.java | 2 +- .../smoketest}/data/rest/domain/Hotel.java | 2 +- .../data/rest/service/CityRepository.java | 4 +- .../rest}/service/CitySearchCriteria.java | 2 +- .../data/rest/service/HotelRepository.java | 6 +- .../src/main/resources/application.properties | 0 .../src/main/resources/import.sql | 0 .../rest/SampleDataRestApplicationTests.java | 2 +- .../CityRepositoryIntegrationTests.java | 4 +- .../resources/application-scratch.properties | 0 .../spring-boot-smoke-test-data-solr}/pom.xml | 8 +- .../java/smoketest}/data/solr/Product.java | 2 +- .../data/solr/ProductRepository.java | 2 +- .../data/solr/SampleSolrApplication.java | 2 +- .../data/solr/SampleSolrApplicationTests.java | 2 +- .../spring-boot-smoke-test-devtools}/pom.xml | 8 +- .../java/smoketest}/devtools/Message.java | 2 +- .../smoketest}/devtools/MyController.java | 2 +- .../devtools/SampleDevToolsApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/public/public.txt | 0 .../main/resources/static/css/application.css | 0 .../src/main/resources/templates/hello.html | 0 ...leDevToolsApplicationIntegrationTests.java | 2 +- .../spring-boot-smoke-test-flyway}/pom.xml | 8 +- .../main/java/smoketest}/flyway/Person.java | 2 +- .../smoketest}/flyway/PersonRepository.java | 2 +- .../flyway/SampleFlywayApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../main/resources/db/migration/V1__init.sql | 0 .../flyway/SampleFlywayApplicationTests.java | 2 +- .../spring-boot-smoke-test-hateoas}/pom.xml | 8 +- .../hateoas/SampleHateoasApplication.java | 2 +- .../smoketest}/hateoas/domain/Customer.java | 2 +- .../hateoas/domain/CustomerRepository.java | 2 +- .../domain/InMemoryCustomerRepository.java | 2 +- .../hateoas/web/CustomerController.java | 6 +- .../SampleHateoasApplicationTests.java | 2 +- .../pom.xml | 8 +- .../integration/HelloWorldService.java | 2 +- .../integration/SampleApplicationRunner.java | 2 +- .../integration/SampleEndpoint.java | 2 +- .../SampleIntegrationApplication.java | 2 +- .../integration/SampleMessageGateway.java | 2 +- .../integration/ServiceProperties.java | 2 +- .../src/main/resources/application.properties | 0 .../SampleIntegrationApplicationTests.java | 8 +- .../producer/ProducerApplication.java | 4 +- .../spring-boot-smoke-test-jersey}/pom.xml | 8 +- .../main/java/smoketest}/jersey/Endpoint.java | 2 +- .../java/smoketest}/jersey/JerseyConfig.java | 2 +- .../smoketest}/jersey/ReverseEndpoint.java | 2 +- .../jersey/SampleJerseyApplication.java | 2 +- .../main/java/smoketest}/jersey/Service.java | 2 +- ...ApplicationPathAndManagementPortTests.java | 2 +- .../jersey/SampleJerseyApplicationTests.java | 2 +- .../spring-boot-smoke-test-jetty-jsp}/pom.xml | 8 +- .../smoketest}/jetty/jsp/MyException.java | 2 +- .../smoketest}/jetty/jsp/MyRestResponse.java | 2 +- .../jetty/jsp/SampleJettyJspApplication.java | 2 +- .../jetty/jsp/WelcomeController.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/webapp/WEB-INF/jsp/welcome.jsp | 0 .../jsp/SampleWebJspApplicationTests.java | 2 +- .../spring-boot-smoke-test-jetty-ssl}/pom.xml | 8 +- .../jetty/ssl/SampleJettySslApplication.java | 2 +- .../jetty}/ssl/web/SampleController.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/sample.jks | Bin .../ssl/SampleJettySslApplicationTests.java | 2 +- .../spring-boot-smoke-test-jetty}/pom.xml | 8 +- .../jetty/ExampleServletContextListener.java | 2 +- .../jetty/SampleJettyApplication.java | 2 +- .../jetty}/service/HelloWorldService.java | 2 +- .../jetty}/web/SampleController.java | 4 +- .../src/main/resources/application.properties | 0 .../jetty/SampleJettyApplicationTests.java | 2 +- .../java/smoketest}/jooq/domain/Author.java | 18 +- .../java/smoketest}/jooq/domain/Book.java | 18 +- .../smoketest}/jooq/domain/BookStore.java | 18 +- .../jooq/domain/BookToBookStore.java | 18 +- .../jooq/domain/DefaultCatalog.java | 20 +- .../java/smoketest}/jooq/domain/Keys.java | 26 +- .../java/smoketest}/jooq/domain/Language.java | 18 +- .../java/smoketest}/jooq/domain/Public.java | 28 +- .../java/smoketest/jooq/domain/Tables.java | 57 ++++ .../spring-boot-smoke-test-jooq}/pom.xml | 14 +- .../java/smoketest}/jooq/JooqExamples.java | 6 +- .../jooq/SampleJooqApplication.java | 2 +- .../util/TangleFreeGeneratorStrategy.java | 4 +- .../src/main/resources/data.sql | 0 .../src/main/resources/reset.sql | 0 .../src/main/resources/schema.sql | 0 .../jooq/SampleJooqApplicationTests.java | 2 +- .../spring-boot-smoke-test-jpa}/pom.xml | 8 +- .../smoketest}/jpa/SampleJpaApplication.java | 2 +- .../main/java/smoketest}/jpa/domain/Note.java | 2 +- .../main/java/smoketest}/jpa/domain/Tag.java | 2 +- .../jpa/repository/JpaNoteRepository.java | 4 +- .../jpa/repository/JpaTagRepository.java | 4 +- .../jpa/repository/NoteRepository.java | 4 +- .../jpa/repository/TagRepository.java | 4 +- .../smoketest}/jpa/web/IndexController.java | 6 +- .../src/main/resources/application.properties | 0 .../src/main/resources/import.sql | 0 .../src/main/resources/templates/index.ftlh | 0 .../jpa/SampleJpaApplicationTests.java | 2 +- .../JpaNoteRepositoryIntegrationTests.java | 4 +- .../JpaTagRepositoryIntegrationTests.java | 4 +- .../pom.xml | 8 +- .../java/smoketest/atomikos}/Account.java | 2 +- .../atomikos/AccountRepository.java | 2 +- .../smoketest}/atomikos/AccountService.java | 2 +- .../java/smoketest}/atomikos/Messages.java | 2 +- .../atomikos/SampleAtomikosApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../SampleAtomikosApplicationTests.java | 2 +- .../pom.xml | 8 +- .../java/smoketest/bitronix}/Account.java | 2 +- .../bitronix/AccountRepository.java | 2 +- .../smoketest}/bitronix/AccountService.java | 2 +- .../java/smoketest}/bitronix/Messages.java | 2 +- .../bitronix/SampleBitronixApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../SampleBitronixApplicationTests.java | 2 +- .../spring-boot-smoke-test-jta-jndi}/pom.xml | 10 +- .../main/java/smoketest}/jndi/Account.java | 2 +- .../smoketest}/jndi/AccountRepository.java | 2 +- .../java/smoketest}/jndi/AccountService.java | 2 +- .../main/java/smoketest}/jndi/Messages.java | 2 +- .../jndi/SampleJndiApplication.java | 2 +- .../jndi/SampleJndiInitializer.java | 2 +- .../java/smoketest}/jndi/WebController.java | 2 +- .../src/main/resources/application.properties | 0 .../pom.xml | 8 +- .../java/smoketest}/MessageController.java | 2 +- .../SampleJUnitJupiterApplication.java | 2 +- .../SampleJUnitJupiterApplicationTests.java | 2 +- .../pom.xml | 8 +- .../java/smoketest}/MessageController.java | 2 +- .../SampleJUnitVintageApplication.java | 2 +- .../SampleJUnitVintageApplicationTests.java | 2 +- .../spring-boot-smoke-test-kafka}/pom.xml | 8 +- .../main/java/smoketest}/kafka/Consumer.java | 2 +- .../main/java/smoketest}/kafka/Producer.java | 2 +- .../kafka/SampleKafkaApplication.java | 2 +- .../java/smoketest}/kafka/SampleMessage.java | 2 +- .../src/main/resources/application.properties | 2 +- .../kafka/SampleKafkaApplicationTests.java | 2 +- .../spring-boot-smoke-test-liquibase}/pom.xml | 8 +- .../liquibase/SampleLiquibaseApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../db/changelog/db.changelog-master.yaml | 0 .../SampleLiquibaseApplicationTests.java | 2 +- .../spring-boot-smoke-test-logback}/pom.xml | 8 +- .../logback/SampleLogbackApplication.java | 2 +- .../src/main/resources/logback-spring.xml | 4 +- .../SampleLogbackApplicationTests.java | 2 +- .../pom.xml | 8 +- .../oauth2/client/ExampleController.java | 2 +- .../client/SampleOAuth2ClientApplication.java | 2 +- .../src/main/resources/application.yml | 0 .../SampleOAuth2ClientApplicationTests.java | 2 +- .../pom.xml | 8 +- .../oauth2/resource/ExampleController.java | 2 +- ...SampleOauth2ResourceServerApplication.java | 2 +- .../src/main/resources/application.yml | 0 ...eOauth2ResourceServerApplicationTests.java | 2 +- .../pom.xml | 10 +- .../smoketest}/parent/HelloWorldService.java | 2 +- .../smoketest}/parent/SampleEndpoint.java | 2 +- .../SampleParentContextApplication.java | 2 +- .../smoketest}/parent/ServiceProperties.java | 2 +- .../src/main/resources/application.properties | 0 ...mpleIntegrationParentApplicationTests.java | 6 +- .../parent/producer/ProducerApplication.java | 4 +- .../application.yml | 0 .../spring-boot-smoke-test-profile}/pom.xml | 8 +- .../profile/SampleProfileApplication.java | 4 +- .../profile/service/GenericService.java | 2 +- .../profile/service/GoodbyeWorldService.java | 2 +- .../profile/service/HelloWorldService.java | 2 +- .../profile/service/MessageService.java | 2 +- .../src/main/resources/application.yml | 0 .../SampleProfileApplicationTests.java | 2 +- .../pom.xml | 8 +- .../propertyvalidation/SampleProperties.java | 2 +- .../SamplePropertiesValidator.java | 2 +- .../SamplePropertyValidationApplication.java | 2 +- .../src/main/resources/application.properties | 0 ...plePropertyValidationApplicationTests.java | 2 +- .../spring-boot-smoke-test-quartz}/pom.xml | 10 +- .../java/smoketest}/quartz/SampleJob.java | 2 +- .../quartz/SampleQuartzApplication.java | 2 +- .../quartz/SampleQuartzApplicationTests.java | 2 +- .../pom.xml | 8 +- .../oauth2/client/ExampleController.java | 2 +- ...SampleReactiveOAuth2ClientApplication.java | 2 +- .../src/main/resources/application.yml | 0 ...eReactiveOAuth2ClientApplicationTests.java | 2 +- .../pom.xml | 8 +- .../oauth2/resource/ExampleController.java | 2 +- ...activeOAuth2ResourceServerApplication.java | 2 +- .../src/main/resources/application.yml | 0 ...eOAuth2ResourceServerApplicationTests.java | 2 +- .../pom.xml | 8 +- .../secure/webflux/EchoHandler.java | 2 +- .../SampleSecureWebFluxApplication.java | 2 +- .../secure/webflux/WelcomeController.java | 2 +- .../src/main/resources/application.properties | 0 .../resources/static/css/bootstrap.min.css | 0 ...anagementPortSampleSecureWebFluxTests.java | 2 +- .../SampleSecureWebFluxApplicationTests.java | 2 +- ...ampleSecureWebFluxCustomSecurityTests.java | 2 +- .../spring-boot-smoke-test-secure}/pom.xml | 8 +- .../secure/SampleSecureApplication.java | 2 +- .../java/smoketest}/secure/SampleService.java | 2 +- .../src/main/resources/application.properties | 0 .../secure/SampleSecureApplicationTests.java | 2 +- .../spring-boot-smoke-test-servlet}/pom.xml | 8 +- .../servlet/SampleServletApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../SampleServletApplicationTests.java | 2 +- .../pom.xml | 8 +- .../session/HelloRestController.java | 2 +- .../SampleSessionWebFluxApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../SampleSessionWebFluxApplicationTests.java | 2 +- .../spring-boot-smoke-test-session}/pom.xml | 8 +- .../session/HelloRestController.java | 2 +- .../session/SampleSessionApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/hazelcast.xml | 0 .../SampleSessionApplicationTests.java | 2 +- .../spring-boot-smoke-test-simple}/pom.xml | 8 +- .../java/smoketest}/simple/ExitException.java | 2 +- .../simple/SampleConfigurationProperties.java | 2 +- .../simple/SampleSimpleApplication.java | 4 +- .../simple/service/HelloWorldService.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/banner.jpg | Bin .../src/main/resources/banner.txt | 0 .../simple/SampleSimpleApplicationTests.java | 2 +- ...pringTestSampleSimpleApplicationTests.java | 2 +- .../pom.xml | 8 +- .../SampleTestNoMockitoApplication.java | 2 +- .../SampleTestNoMockitoApplicationTests.java | 2 +- .../spring-boot-smoke-test-test}/pom.xml | 8 +- .../test/SampleTestApplication.java | 2 +- .../test/WelcomeCommandLineRunner.java | 2 +- .../java/smoketest}/test/domain/User.java | 2 +- .../test/domain/UserRepository.java | 2 +- .../domain/VehicleIdentificationNumber.java | 2 +- ...dentificationNumberAttributeConverter.java | 2 +- .../service/RemoteVehicleDetailsService.java | 4 +- .../test/service/ServiceProperties.java | 2 +- .../test/service/VehicleDetails.java | 2 +- .../test/service/VehicleDetailsService.java | 4 +- ...IdentificationNumberNotFoundException.java | 4 +- .../test/web/UserNameNotFoundException.java | 2 +- .../test/web/UserVehicleController.java | 8 +- .../test/web/UserVehicleService.java | 12 +- .../src/main/resources/application.properties | 0 ...pleTestApplicationWebIntegrationTests.java | 8 +- .../test/domain/UserEntityTests.java | 2 +- .../test/domain/UserRepositoryTests.java | 2 +- .../VehicleIdentificationNumberTests.java | 2 +- .../RemoteVehicleDetailsServiceTests.java | 4 +- .../test/service/VehicleDetailsJsonTests.java | 2 +- ...UserVehicleControllerApplicationTests.java | 6 +- .../UserVehicleControllerHtmlUnitTests.java | 4 +- .../UserVehicleControllerSeleniumTests.java | 4 +- .../test/web/UserVehicleControllerTests.java | 10 +- .../test/web/UserVehicleServiceTests.java | 12 +- .../src/test/resources/application.properties | 0 .../src/test/resources/data.sql | 0 .../test/service/vehicledetails.json | 0 .../spring-boot-smoke-test-testng}/pom.xml | 8 +- .../testng/SampleTestNGApplication.java | 2 +- .../testng/service/HelloWorldService.java | 2 +- .../testng}/web/SampleController.java | 4 +- .../src/main/resources/public/test.css | 0 .../testng/SampleTestNGApplicationTests.java | 2 +- .../pom.xml | 8 +- .../smoketest}/tomcat/jsp/MyException.java | 2 +- .../smoketest}/tomcat/jsp/MyRestResponse.java | 2 +- .../jsp/SampleTomcatJspApplication.java | 2 +- .../tomcat/jsp/WelcomeController.java | 2 +- .../resources/META-INF/resources/favicon.ico | Bin .../src/main/resources/application.properties | 0 .../src/main/webapp/WEB-INF/jsp/welcome.jsp | 0 .../jsp/SampleWebJspApplicationTests.java | 2 +- .../pom.xml | 8 +- .../SampleTomcatTwoConnectorsApplication.java | 2 +- .../multiconnector/web/SampleController.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/sample.jks | Bin ...leTomcatTwoConnectorsApplicationTests.java | 4 +- .../pom.xml | 8 +- .../ssl/SampleTomcatSslApplication.java | 2 +- .../tomcat/ssl/web/SampleController.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/sample.jks | Bin .../ssl/SampleTomcatSslApplicationTests.java | 2 +- .../spring-boot-smoke-test-tomcat}/pom.xml | 8 +- .../tomcat/SampleTomcatApplication.java | 2 +- .../tomcat/service/HelloWorldService.java | 32 +++ .../tomcat/web/SampleController.java | 4 +- .../src/main/resources/application.properties | 0 ...igurationSampleTomcatApplicationTests.java | 6 +- .../tomcat/SampleTomcatApplicationTests.java | 2 +- .../pom.xml | 8 +- .../SampleTraditionalApplication.java | 2 +- .../traditional/config/WebConfig.java | 2 +- .../src/main/webapp/WEB-INF/views/home.jsp | 0 .../src/main/webapp/WEB-INF/web.xml | 0 .../src/main/webapp/index.html | 0 .../SampleTraditionalApplicationTests.java | 2 +- .../src/test/resources/log4j.properties | 0 .../pom.xml | 8 +- .../ssl/SampleUndertowSslApplication.java | 2 +- .../undertow}/ssl/web/SampleController.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/sample.jks | Bin .../SampleUndertowSslApplicationTests.java | 2 +- .../spring-boot-smoke-test-undertow}/pom.xml | 8 +- .../undertow/SampleUndertowApplication.java | 2 +- .../undertow/web/SampleController.java | 2 +- .../src/main/resources/application.properties | 0 .../SampleUndertowApplicationTests.java | 2 +- .../spring-boot-smoke-test-war}/pom.xml | 8 +- .../java/smoketest}/war/MyController.java | 2 +- .../smoketest}/war/SampleWarApplication.java | 2 +- .../src/main/webapp/WEB-INF/custom.properties | 0 .../src/main/webapp/webapp.txt | 0 .../war/WarApplicationResourceTests.java | 2 +- .../pom.xml | 8 +- .../SampleWebFreeMarkerApplication.java | 2 +- .../freemarker/WelcomeController.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/templates/error.ftlh | 0 .../src/main/resources/templates/welcome.ftlh | 0 .../SampleWebFreeMarkerApplicationTests.java | 2 +- .../pom.xml | 8 +- .../InMemoryMessageRepository.java | 2 +- .../smoketest}/groovytemplates/Message.java | 2 +- .../groovytemplates/MessageRepository.java | 2 +- .../SampleGroovyTemplateApplication.java | 2 +- .../mvc/MessageController.java | 6 +- .../src/main/resources/application.properties | 0 .../resources/static/css/bootstrap.min.css | 0 .../main/resources/static/js/jquery-1.7.2.js | 0 .../resources/static/js/jquery.validate.js | 0 .../src/main/resources/templates/layout.tpl | 0 .../resources/templates/messages/form.tpl | 0 .../resources/templates/messages/list.tpl | 0 .../resources/templates/messages/view.tpl | 0 .../MessageControllerWebTests.java | 2 +- .../SampleGroovyTemplateApplicationTests.java | 2 +- .../spring-boot-smoke-test-web-jsp}/pom.xml | 8 +- .../jsp/SampleWebJspApplication.java | 2 +- .../smoketest}/jsp/WelcomeController.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/webapp/WEB-INF/jsp/error.jsp | 0 .../src/main/webapp/WEB-INF/jsp/welcome.jsp | 0 .../jsp/SampleWebJspApplicationTests.java | 2 +- .../pom.xml | 8 +- .../SampleMethodSecurityApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../resources/static/css/bootstrap.min.css | 0 .../src/main/resources/templates/access.html | 0 .../src/main/resources/templates/error.html | 0 .../src/main/resources/templates/home.html | 0 .../src/main/resources/templates/login.html | 0 .../SampleMethodSecurityApplicationTests.java | 2 +- .../pom.xml | 8 +- .../SampleWebMustacheApplication.java | 2 +- .../mustache/WelcomeController.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/public/error/503.html | 0 .../src/main/resources/public/error/5xx.html | 0 .../main/resources/templates/error.mustache | 0 .../resources/templates/error/507.mustache | 0 .../main/resources/templates/welcome.mustache | 0 .../SampleWebMustacheApplicationTests.java | 2 +- .../pom.xml | 8 +- .../SampleWebSecureCustomApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../resources/static/css/bootstrap.min.css | 0 .../src/main/resources/templates/error.html | 0 .../src/main/resources/templates/home.html | 0 .../src/main/resources/templates/login.html | 0 ...SampleWebSecureCustomApplicationTests.java | 2 +- .../pom.xml | 8 +- .../jdbc/SampleWebSecureJdbcApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/data.sql | 0 .../src/main/resources/schema.sql | 0 .../resources/static/css/bootstrap.min.css | 0 .../src/main/resources/templates/error.html | 0 .../src/main/resources/templates/home.html | 0 .../src/main/resources/templates/login.html | 0 .../SampleWebSecureJdbcApplicationTests.java | 2 +- .../pom.xml | 8 +- .../secure/SampleWebSecureApplication.java | 2 +- .../src/main/resources/application.properties | 0 .../src/main/resources/schema.sql | 0 .../resources/static/css/bootstrap.min.css | 0 .../src/main/resources/templates/error.html | 0 .../src/main/resources/templates/home.html | 0 .../src/main/resources/templates/login.html | 0 .../secure/SampleSecureApplicationTests.java | 2 +- .../pom.xml | 8 +- .../SampleWebStaticApplication.java | 2 +- .../src/main/resources/static/index.html | 0 .../SampleWebStaticApplicationTests.java | 2 +- .../spring-boot-smoke-test-web-ui}/pom.xml | 8 +- .../web/ui/InMemoryMessageRepository.java | 2 +- .../main/java/smoketest}/web/ui/Message.java | 2 +- .../smoketest}/web/ui/MessageRepository.java | 2 +- .../web/ui/SampleWebUiApplication.java | 2 +- .../web/ui/mvc/MessageController.java | 6 +- .../src/main/resources/application.properties | 0 .../src/main/resources/logback.xml | 0 .../src/main/resources/messages.properties | 0 .../resources/static/css/bootstrap.min.css | 0 .../src/main/resources/static/favicon.ico | Bin .../main/resources/templates/fragments.html | 0 .../resources/templates/messages/form.html | 0 .../resources/templates/messages/list.html | 0 .../resources/templates/messages/view.html | 0 .../web/ui/MessageControllerWebTests.java | 2 +- .../web/ui/SampleWebUiApplicationTests.java | 2 +- .../spring-boot-smoke-test-webflux}/pom.xml | 8 +- .../java/smoketest}/webflux/EchoHandler.java | 2 +- .../smoketest}/webflux/ExampleController.java | 2 +- .../webflux/SampleWebFluxApplication.java | 2 +- .../smoketest}/webflux/WelcomeController.java | 2 +- .../SampleWebFluxApplicationTests.java | 2 +- .../pom.xml | 8 +- .../SampleWebServicesApplication.java | 2 +- .../webservices/WebServiceConfig.java | 2 +- .../webservices/endpoint/HolidayEndpoint.java | 4 +- .../service/HumanResourceService.java | 2 +- .../service/StubHumanResourceService.java | 2 +- .../main/resources/META-INF/schemas/hr.xsd | 0 .../src/main/resources/application.properties | 0 .../webservices/SampleWsApplicationTests.java | 2 +- .../pom.xml | 8 +- .../SampleJettyWebSocketsApplication.java | 16 +- .../jetty/client/GreetingService.java | 2 +- .../client/SimpleClientWebSocketHandler.java | 2 +- .../jetty/client/SimpleGreetingService.java | 2 +- .../jetty}/echo/DefaultEchoService.java | 2 +- .../websocket/jetty}/echo/EchoService.java | 2 +- .../jetty}/echo/EchoWebSocketHandler.java | 2 +- .../reverse/ReverseWebSocketEndpoint.java | 2 +- .../websocket/jetty/snake/Direction.java | 2 +- .../websocket/jetty/snake/Location.java | 2 +- .../websocket/jetty}/snake/Snake.java | 2 +- .../websocket/jetty}/snake/SnakeTimer.java | 2 +- .../websocket/jetty/snake/SnakeUtils.java | 2 +- .../jetty/snake/SnakeWebSocketHandler.java | 2 +- .../src/main/resources/static/echo.html | 0 .../src/main/resources/static/index.html | 0 .../src/main/resources/static/reverse.html | 0 .../src/main/resources/static/snake.html | 0 .../SampleWebSocketsApplicationTests.java | 8 +- ...omContainerWebSocketsApplicationTests.java | 12 +- .../jetty/snake/SnakeTimerTests.java | 2 +- .../pom.xml | 8 +- .../SampleTomcatWebSocketApplication.java | 16 +- .../tomcat}/client/GreetingService.java | 2 +- .../client/SimpleClientWebSocketHandler.java | 2 +- .../tomcat}/client/SimpleGreetingService.java | 2 +- .../tomcat}/echo/DefaultEchoService.java | 2 +- .../websocket/tomcat}/echo/EchoService.java | 2 +- .../tomcat}/echo/EchoWebSocketHandler.java | 2 +- .../reverse/ReverseWebSocketEndpoint.java | 2 +- .../websocket/tomcat/snake/Direction.java | 2 +- .../websocket/tomcat/snake/Location.java | 2 +- .../websocket/tomcat}/snake/Snake.java | 2 +- .../websocket/tomcat}/snake/SnakeTimer.java | 2 +- .../websocket/tomcat}/snake/SnakeUtils.java | 2 +- .../tomcat}/snake/SnakeWebSocketHandler.java | 2 +- .../src/main/resources/static/echo.html | 0 .../src/main/resources/static/index.html | 0 .../src/main/resources/static/reverse.html | 0 .../src/main/resources/static/snake.html | 0 .../SampleWebSocketsApplicationTests.java | 8 +- ...omContainerWebSocketsApplicationTests.java | 12 +- .../tomcat/snake/SnakeTimerTests.java | 2 +- .../pom.xml | 8 +- .../SampleUndertowWebSocketsApplication.java | 16 +- .../undertow}/client/GreetingService.java | 2 +- .../client/SimpleClientWebSocketHandler.java | 2 +- .../client/SimpleGreetingService.java | 2 +- .../undertow}/echo/DefaultEchoService.java | 2 +- .../websocket/undertow}/echo/EchoService.java | 2 +- .../undertow}/echo/EchoWebSocketHandler.java | 2 +- .../reverse/ReverseWebSocketEndpoint.java | 2 +- .../websocket/undertow/snake/Direction.java | 2 +- .../websocket/undertow/snake/Location.java | 2 +- .../websocket/undertow}/snake/Snake.java | 2 +- .../websocket/undertow}/snake/SnakeTimer.java | 2 +- .../websocket/undertow}/snake/SnakeUtils.java | 2 +- .../snake/SnakeWebSocketHandler.java | 2 +- .../src/main/resources/static/echo.html | 0 .../src/main/resources/static/index.html | 0 .../src/main/resources/static/reverse.html | 0 .../src/main/resources/static/snake.html | 0 .../SampleWebSocketsApplicationTests.java | 8 +- ...omContainerWebSocketsApplicationTests.java | 12 +- .../undertow/snake/SnakeTimerTests.java | 2 +- .../spring-boot-smoke-test-xml}/pom.xml | 8 +- .../xml/SampleSpringXmlApplication.java | 4 +- .../xml}/service/HelloWorldService.java | 2 +- .../META-INF/application-context.xml | 4 +- .../xml/SampleSpringXmlApplicationTests.java | 2 +- src/checkstyle/checkstyle-suppressions.xml | 4 +- 743 files changed, 1440 insertions(+), 2134 deletions(-) delete mode 100644 spring-boot-samples/README.adoc delete mode 100644 spring-boot-samples/pom.xml delete mode 100644 spring-boot-samples/spring-boot-sample-cache/README.adoc delete mode 100644 spring-boot-samples/spring-boot-sample-custom-layout/src/it/settings.xml delete mode 100644 spring-boot-samples/spring-boot-sample-data-cassandra/README.adoc delete mode 100644 spring-boot-samples/spring-boot-sample-data-couchbase/README.adoc delete mode 100644 spring-boot-samples/spring-boot-sample-data-neo4j/README.adoc delete mode 100644 spring-boot-samples/spring-boot-sample-flyway/README.adoc delete mode 100644 spring-boot-samples/spring-boot-sample-jooq/README.adoc delete mode 100644 spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Tables.java delete mode 100644 spring-boot-samples/spring-boot-sample-jta-jndi/README.adoc delete mode 100644 spring-boot-samples/spring-boot-sample-liquibase/README.adoc delete mode 100644 spring-boot-samples/spring-boot-sample-oauth2-client/README.adoc delete mode 100644 spring-boot-samples/spring-boot-sample-quartz/README.adoc delete mode 100644 spring-boot-samples/spring-boot-sample-reactive-oauth2-client/README.adoc delete mode 100644 spring-boot-samples/spring-boot-sample-session-webflux/README.adoc delete mode 100644 spring-boot-samples/spring-boot-sample-session/README.adoc delete mode 100644 spring-boot-samples/spring-boot-sample-web-groovy-templates/README.adoc delete mode 100644 spring-boot-samples/spring-boot-sample-webservices/README.adoc delete mode 100644 spring-boot-samples/spring-boot-sample-xml/src/main/java/sample/xml/service/HelloWorldService.java rename {spring-boot-samples-invoker => spring-boot-smoke-tests-invoker}/pom.xml (84%) create mode 100644 spring-boot-smoke-tests/pom.xml rename {spring-boot-samples/spring-boot-sample-activemq => spring-boot-smoke-tests/spring-boot-smoke-test-activemq}/pom.xml (83%) rename {spring-boot-samples/spring-boot-sample-activemq/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/main/java/smoketest}/activemq/Consumer.java (96%) rename {spring-boot-samples/spring-boot-sample-activemq/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/main/java/smoketest}/activemq/Producer.java (97%) rename {spring-boot-samples/spring-boot-sample-activemq/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/main/java/smoketest}/activemq/SampleActiveMQApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-activemq => spring-boot-smoke-tests/spring-boot-smoke-test-activemq}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-activemq/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/test/java/smoketest}/activemq/SampleActiveMqTests.java (98%) rename {spring-boot-samples/spring-boot-sample-actuator-custom-security => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security}/pom.xml (86%) rename {spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest}/actuator/customsecurity/ExampleController.java (96%) rename {spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest}/actuator/customsecurity/ExampleRestControllerEndpoint.java (96%) rename {spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest}/actuator/customsecurity/SampleActuatorCustomSecurityApplication.java (95%) rename {spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest}/actuator/customsecurity/SecurityConfiguration.java (98%) rename {spring-boot-samples/spring-boot-sample-actuator-custom-security => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-actuator-custom-security => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security}/src/main/resources/static/css/bootstrap.min.css (100%) rename {spring-boot-samples/spring-boot-sample-actuator-custom-security => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security}/src/main/resources/templates/error.ftlh (100%) rename {spring-boot-samples/spring-boot-sample-actuator-custom-security => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security}/src/main/resources/templates/home.ftlh (100%) rename {spring-boot-samples/spring-boot-sample-actuator-custom-security/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/test/java/smoketest}/actuator/customsecurity/CorsSampleActuatorApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-actuator-custom-security/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/test/java/smoketest}/actuator/customsecurity/ManagementPortAndPathSampleActuatorApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-actuator-custom-security/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/test/java/smoketest}/actuator/customsecurity/SampleActuatorCustomSecurityApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-actuator-custom-security => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security}/src/test/resources/application-cors.properties (100%) rename {spring-boot-samples/spring-boot-sample-actuator-log4j2 => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2}/pom.xml (88%) rename {spring-boot-samples/spring-boot-sample-actuator-log4j2/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2/src/main/java/smoketest}/actuator/log4j2/SampleActuatorLog4J2Application.java (96%) rename {spring-boot-samples/spring-boot-sample-actuator-log4j2 => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-actuator-log4j2 => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2}/src/main/resources/log4j2.xml (100%) rename {spring-boot-samples/spring-boot-sample-actuator-log4j2/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2/src/test/java/smoketest}/actuator/log4j2/SampleActuatorLog4J2ApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-actuator-noweb => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb}/pom.xml (84%) rename {spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/java/smoketest}/actuator/noweb/HelloWorldService.java (96%) rename {spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/java/smoketest}/actuator/noweb/SampleActuatorNoWebApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/java/smoketest}/actuator/noweb/ServiceProperties.java (96%) rename {spring-boot-samples/spring-boot-sample-actuator-noweb => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-actuator-noweb => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb}/src/main/resources/banner.txt (100%) rename {spring-boot-samples/spring-boot-sample-actuator-noweb/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/test/java/smoketest}/actuator/noweb/SampleActuatorNoWebApplicationTests.java (96%) rename {spring-boot-samples/spring-boot-sample-actuator-ui => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui}/pom.xml (87%) rename {spring-boot-samples/spring-boot-sample-actuator-ui/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/main/java/smoketest}/actuator/ui/SampleActuatorUiApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-actuator-ui => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-actuator-ui => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui}/src/main/resources/static/css/bootstrap.min.css (100%) rename {spring-boot-samples/spring-boot-sample-actuator-ui => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui}/src/main/resources/templates/error.ftlh (100%) rename {spring-boot-samples/spring-boot-sample-actuator-ui => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui}/src/main/resources/templates/home.ftlh (100%) rename {spring-boot-samples/spring-boot-sample-actuator-ui/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/test/java/smoketest}/actuator/ui/SampleActuatorUiApplicationPortTests.java (98%) rename {spring-boot-samples/spring-boot-sample-actuator-ui/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/test/java/smoketest}/actuator/ui/SampleActuatorUiApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-actuator => spring-boot-smoke-tests/spring-boot-smoke-test-actuator}/pom.xml (92%) rename {spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest}/actuator/ExampleHealthIndicator.java (97%) rename {spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest}/actuator/ExampleInfoContributor.java (97%) rename {spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest}/actuator/HelloWorldService.java (97%) rename {spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest}/actuator/SampleActuatorApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest}/actuator/SampleController.java (98%) rename {spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest}/actuator/ServiceProperties.java (97%) rename {spring-boot-samples/spring-boot-sample-actuator => spring-boot-smoke-tests/spring-boot-smoke-test-actuator}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-actuator => spring-boot-smoke-tests/spring-boot-smoke-test-actuator}/src/main/resources/logback.xml (100%) rename {spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest}/actuator/EndpointsPropertiesSampleActuatorApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest}/actuator/ManagementAddressActuatorApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest}/actuator/ManagementPathSampleActuatorApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest}/actuator/ManagementPortAndPathSampleActuatorApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest}/actuator/ManagementPortSampleActuatorApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest}/actuator/ManagementPortWithLazyInitializationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest}/actuator/NoManagementSampleActuatorApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest}/actuator/SampleActuatorApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest}/actuator/ServletPathSampleActuatorApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest}/actuator/ShutdownSampleActuatorApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-actuator => spring-boot-smoke-tests/spring-boot-smoke-test-actuator}/src/test/resources/application-endpoints.properties (100%) rename {spring-boot-samples/spring-boot-sample-amqp => spring-boot-smoke-tests/spring-boot-smoke-test-amqp}/docker-compose.yml (100%) rename {spring-boot-samples/spring-boot-sample-amqp => spring-boot-smoke-tests/spring-boot-smoke-test-amqp}/pom.xml (84%) rename {spring-boot-samples/spring-boot-sample-amqp/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-amqp/src/main/java/smoketest}/amqp/SampleAmqpSimpleApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-amqp/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-amqp/src/main/java/smoketest}/amqp/Sender.java (97%) rename {spring-boot-samples/spring-boot-sample-animated-banner => spring-boot-smoke-tests/spring-boot-smoke-test-animated-banner}/pom.xml (81%) rename {spring-boot-samples/spring-boot-sample-animated-banner/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-animated-banner/src/main/java/smoketest}/animated/SampleAnimatedBannerApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-animated-banner => spring-boot-smoke-tests/spring-boot-smoke-test-animated-banner}/src/main/resources/banner.gif (100%) rename {spring-boot-samples/spring-boot-sample-ant => spring-boot-smoke-tests/spring-boot-smoke-test-ant}/build.xml (95%) rename {spring-boot-samples/spring-boot-sample-ant => spring-boot-smoke-tests/spring-boot-smoke-test-ant}/ivy.xml (97%) rename {spring-boot-samples/spring-boot-sample-ant => spring-boot-smoke-tests/spring-boot-smoke-test-ant}/ivysettings.xml (100%) rename {spring-boot-samples/spring-boot-sample-ant => spring-boot-smoke-tests/spring-boot-smoke-test-ant}/pom.xml (90%) rename {spring-boot-samples/spring-boot-sample-ant/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-ant/src/main/java/smoketest}/ant/SampleAntApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-ant/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-ant/src/test/java/smoketest}/ant/SampleAntApplicationIT.java (98%) rename {spring-boot-samples/spring-boot-sample-ant => spring-boot-smoke-tests/spring-boot-smoke-test-ant}/src/test/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-aop => spring-boot-smoke-tests/spring-boot-smoke-test-aop}/pom.xml (84%) rename {spring-boot-samples/spring-boot-sample-aop/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/main/java/smoketest}/aop/SampleAopApplication.java (94%) rename {spring-boot-samples/spring-boot-sample-aop/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/main/java/smoketest}/aop/monitor/ServiceMonitor.java (97%) rename {spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample/jetty => spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/main/java/smoketest/aop}/service/HelloWorldService.java (96%) rename {spring-boot-samples/spring-boot-sample-aop => spring-boot-smoke-tests/spring-boot-smoke-test-aop}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-aop/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/test/java/smoketest}/aop/SampleAopApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-atmosphere => spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere}/pom.xml (88%) rename {spring-boot-samples/spring-boot-sample-atmosphere/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/java/smoketest}/atmosphere/ChatService.java (98%) rename {spring-boot-samples/spring-boot-sample-atmosphere/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/java/smoketest}/atmosphere/Message.java (97%) rename {spring-boot-samples/spring-boot-sample-atmosphere/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/java/smoketest}/atmosphere/SampleAtmosphereApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-atmosphere => spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-atmosphere => spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere}/src/main/resources/static/home.html (100%) rename {spring-boot-samples/spring-boot-sample-atmosphere => spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere}/src/main/resources/static/javascript/application.js (100%) rename {spring-boot-samples/spring-boot-sample-atmosphere => spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere}/src/main/resources/static/javascript/jquery-1.9.0.js (100%) rename {spring-boot-samples/spring-boot-sample-atmosphere/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/test/java/smoketest}/atmosphere/SampleAtmosphereApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-batch => spring-boot-smoke-tests/spring-boot-smoke-test-batch}/pom.xml (85%) rename {spring-boot-samples/spring-boot-sample-batch/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-batch/src/main/java/smoketest}/batch/SampleBatchApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-batch/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-batch/src/test/java/smoketest}/batch/SampleBatchApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-cache => spring-boot-smoke-tests/spring-boot-smoke-test-cache}/pom.xml (94%) rename {spring-boot-samples/spring-boot-sample-cache/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest}/cache/CacheManagerCheck.java (98%) rename {spring-boot-samples/spring-boot-sample-cache/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest}/cache/Country.java (97%) rename {spring-boot-samples/spring-boot-sample-cache/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest}/cache/CountryRepository.java (97%) rename {spring-boot-samples/spring-boot-sample-cache/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest}/cache/SampleCacheApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-cache/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest}/cache/SampleClient.java (99%) rename {spring-boot-samples/spring-boot-sample-cache => spring-boot-smoke-tests/spring-boot-smoke-test-cache}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-cache => spring-boot-smoke-tests/spring-boot-smoke-test-cache}/src/main/resources/ehcache.xml (100%) rename {spring-boot-samples/spring-boot-sample-cache => spring-boot-smoke-tests/spring-boot-smoke-test-cache}/src/main/resources/ehcache3.xml (100%) rename {spring-boot-samples/spring-boot-sample-cache => spring-boot-smoke-tests/spring-boot-smoke-test-cache}/src/main/resources/hazelcast.xml (100%) rename {spring-boot-samples/spring-boot-sample-cache => spring-boot-smoke-tests/spring-boot-smoke-test-cache}/src/main/resources/infinispan.xml (100%) rename {spring-boot-samples/spring-boot-sample-cache/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/test/java/smoketest}/cache/SampleCacheApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-custom-layout => spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout}/pom.xml (93%) rename {spring-boot-samples/spring-boot-sample-custom-layout => spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout}/src/it/custom/pom.xml (94%) rename {spring-boot-samples/spring-boot-sample-custom-layout => spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout}/src/it/custom/src/main/java/org/test/SampleApplication.java (100%) rename {spring-boot-samples/spring-boot-sample-custom-layout => spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout}/src/it/custom/verify.groovy (79%) rename {spring-boot-samples/spring-boot-sample-custom-layout => spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout}/src/it/default/pom.xml (100%) rename {spring-boot-samples/spring-boot-sample-custom-layout => spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout}/src/it/default/src/main/java/org/test/SampleApplication.java (100%) rename {spring-boot-samples/spring-boot-sample-custom-layout => spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout}/src/it/default/verify.groovy (80%) rename {spring-boot-samples/spring-boot-sample-custom-layout/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/main/java/smoketest}/layout/SampleLayout.java (93%) rename {spring-boot-samples/spring-boot-sample-custom-layout/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/main/java/smoketest}/layout/SampleLayoutFactory.java (93%) rename {spring-boot-samples/spring-boot-sample-custom-layout => spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout}/src/main/resources/META-INF/spring.factories (59%) rename {spring-boot-samples/spring-boot-sample-custom-layout/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/test/java/smoketest}/layout/Verify.java (93%) rename {spring-boot-samples/spring-boot-sample-data-cassandra => spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra}/pom.xml (94%) rename {spring-boot-samples/spring-boot-sample-data-cassandra/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/main/java/smoketest}/data/cassandra/Customer.java (97%) rename {spring-boot-samples/spring-boot-sample-data-cassandra/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/main/java/smoketest}/data/cassandra/CustomerRepository.java (96%) rename {spring-boot-samples/spring-boot-sample-data-cassandra/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/main/java/smoketest}/data/cassandra/SampleCassandraApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-data-cassandra => spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-data-cassandra/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/test/java/smoketest}/data/cassandra/OrderedCassandraTestExecutionListener.java (97%) rename {spring-boot-samples/spring-boot-sample-data-cassandra/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/test/java/smoketest}/data/cassandra/SampleCassandraApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-data-cassandra => spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra}/src/test/resources/setup.cql (100%) rename {spring-boot-samples/spring-boot-sample-data-couchbase => spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase}/pom.xml (81%) rename {spring-boot-samples/spring-boot-sample-data-couchbase/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/java/smoketest}/data/couchbase/SampleCouchbaseApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-data-couchbase/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/java/smoketest}/data/couchbase/User.java (97%) rename {spring-boot-samples/spring-boot-sample-data-couchbase/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/java/smoketest}/data/couchbase/UserRepository.java (96%) rename {spring-boot-samples/spring-boot-sample-data-couchbase => spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-data-couchbase/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/test/java/smoketest}/data/couchbase/SampleCouchbaseApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-data-elasticsearch => spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch}/pom.xml (83%) rename {spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/main/java/smoketest}/data/elasticsearch/Customer.java (97%) rename {spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/main/java/smoketest}/data/elasticsearch/CustomerRepository.java (96%) rename {spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/main/java/smoketest}/data/elasticsearch/SampleElasticsearchApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-data-elasticsearch => spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-data-elasticsearch/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/test/java/smoketest}/data/elasticsearch/SampleElasticsearchApplicationTests.java (97%) rename {spring-boot-samples/spring-boot-sample-data-jdbc => spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc}/pom.xml (86%) rename {spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest}/data/jdbc/Customer.java (97%) rename {spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest}/data/jdbc/CustomerRepository.java (97%) rename {spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest}/data/jdbc/SampleController.java (97%) rename {spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest}/data/jdbc/SampleDataJdbcApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-data-jdbc => spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc}/src/main/resources/data.sql (100%) rename {spring-boot-samples/spring-boot-sample-data-jdbc => spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc}/src/main/resources/schema.sql (100%) rename {spring-boot-samples/spring-boot-sample-data-jdbc/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/test/java/smoketest}/data/jdbc/CustomerRepositoryIntegrationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-data-jdbc/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/test/java/smoketest}/data/jdbc/SampleDataJdbcApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-data-jpa => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa}/pom.xml (86%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/SampleDataJpaApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/domain/City.java (98%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/domain/Hotel.java (98%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/domain/HotelSummary.java (96%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/domain/Rating.java (95%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/domain/RatingCount.java (95%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/domain/Review.java (98%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/domain/ReviewDetails.java (97%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/domain/TripType.java (95%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/service/CityRepository.java (93%) rename {spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa}/service/CitySearchCriteria.java (96%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/service/CityService.java (88%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/service/CityServiceImpl.java (94%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/service/HotelRepository.java (86%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/service/HotelService.java (83%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/service/HotelServiceImpl.java (90%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/service/ReviewRepository.java (89%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/service/ReviewsSummary.java (90%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest}/data/jpa/web/SampleController.java (93%) rename {spring-boot-samples/spring-boot-sample-data-jpa => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-data-jpa => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa}/src/main/resources/import.sql (100%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/java/smoketest}/data/jpa/SampleDataJpaApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/java/smoketest}/data/jpa/service/CityRepositoryIntegrationTests.java (94%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/java/smoketest}/data/jpa/service/HotelRepositoryIntegrationTests.java (88%) rename {spring-boot-samples/spring-boot-sample-data-jpa => spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa}/src/test/resources/application-scratch.properties (100%) rename {spring-boot-samples/spring-boot-sample-data-ldap => spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap}/pom.xml (85%) rename {spring-boot-samples/spring-boot-sample-data-ldap/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/java/smoketest}/data/ldap/Person.java (97%) rename {spring-boot-samples/spring-boot-sample-data-ldap/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/java/smoketest}/data/ldap/PersonRepository.java (96%) rename {spring-boot-samples/spring-boot-sample-data-ldap/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/java/smoketest}/data/ldap/SampleLdapApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-data-ldap => spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-data-ldap => spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap}/src/main/resources/schema.ldif (100%) rename {spring-boot-samples/spring-boot-sample-data-ldap/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/test/java/smoketest}/data/ldap/SampleLdapApplicationTests.java (97%) rename {spring-boot-samples/spring-boot-sample-data-mongodb => spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb}/pom.xml (85%) rename {spring-boot-samples/spring-boot-sample-data-mongodb/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/main/java/smoketest}/data/mongo/Customer.java (97%) rename {spring-boot-samples/spring-boot-sample-data-mongodb/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/main/java/smoketest}/data/mongo/CustomerRepository.java (96%) rename {spring-boot-samples/spring-boot-sample-data-mongodb/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/main/java/smoketest}/data/mongo/SampleMongoApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-data-mongodb/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/test/java/smoketest}/data/mongo/SampleMongoApplicationTests.java (97%) rename {spring-boot-samples/spring-boot-sample-data-neo4j => spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j}/pom.xml (83%) rename {spring-boot-samples/spring-boot-sample-data-neo4j/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/main/java/smoketest}/data/neo4j/Customer.java (97%) rename {spring-boot-samples/spring-boot-sample-data-neo4j/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/main/java/smoketest}/data/neo4j/CustomerRepository.java (96%) rename {spring-boot-samples/spring-boot-sample-data-neo4j/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/main/java/smoketest}/data/neo4j/SampleNeo4jApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-data-neo4j => spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-data-neo4j/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/test/java/smoketest}/data/neo4j/SampleNeo4jApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-data-redis => spring-boot-smoke-tests/spring-boot-smoke-test-data-redis}/pom.xml (87%) rename {spring-boot-samples/spring-boot-sample-data-redis/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-redis/src/main/java/smoketest}/data/redis/SampleRedisApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-data-redis/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-redis/src/test/java/smoketest}/data/redis/SampleRedisApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-data-rest => spring-boot-smoke-tests/spring-boot-smoke-test-data-rest}/pom.xml (91%) rename {spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest}/data/rest/SampleDataRestApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest}/data/rest/domain/City.java (97%) rename {spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest}/data/rest/domain/Hotel.java (97%) rename {spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest}/data/rest/service/CityRepository.java (94%) rename {spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa => spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest}/service/CitySearchCriteria.java (96%) rename {spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest}/data/rest/service/HotelRepository.java (89%) rename {spring-boot-samples/spring-boot-sample-data-rest => spring-boot-smoke-tests/spring-boot-smoke-test-data-rest}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-data-rest => spring-boot-smoke-tests/spring-boot-smoke-test-data-rest}/src/main/resources/import.sql (100%) rename {spring-boot-samples/spring-boot-sample-data-rest/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/test/java/smoketest}/data/rest/SampleDataRestApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-data-rest/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/test/java/smoketest}/data/rest/service/CityRepositoryIntegrationTests.java (95%) rename {spring-boot-samples/spring-boot-sample-data-rest => spring-boot-smoke-tests/spring-boot-smoke-test-data-rest}/src/test/resources/application-scratch.properties (100%) rename {spring-boot-samples/spring-boot-sample-data-solr => spring-boot-smoke-tests/spring-boot-smoke-test-data-solr}/pom.xml (83%) rename {spring-boot-samples/spring-boot-sample-data-solr/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/main/java/smoketest}/data/solr/Product.java (98%) rename {spring-boot-samples/spring-boot-sample-data-solr/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/main/java/smoketest}/data/solr/ProductRepository.java (96%) rename {spring-boot-samples/spring-boot-sample-data-solr/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/main/java/smoketest}/data/solr/SampleSolrApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-data-solr/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/test/java/smoketest}/data/solr/SampleSolrApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-devtools => spring-boot-smoke-tests/spring-boot-smoke-test-devtools}/pom.xml (85%) rename {spring-boot-samples/spring-boot-sample-devtools/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/java/smoketest}/devtools/Message.java (96%) rename {spring-boot-samples/spring-boot-sample-devtools/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/java/smoketest}/devtools/MyController.java (98%) rename {spring-boot-samples/spring-boot-sample-devtools/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/java/smoketest}/devtools/SampleDevToolsApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-devtools => spring-boot-smoke-tests/spring-boot-smoke-test-devtools}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-devtools => spring-boot-smoke-tests/spring-boot-smoke-test-devtools}/src/main/resources/public/public.txt (100%) rename {spring-boot-samples/spring-boot-sample-devtools => spring-boot-smoke-tests/spring-boot-smoke-test-devtools}/src/main/resources/static/css/application.css (100%) rename {spring-boot-samples/spring-boot-sample-devtools => spring-boot-smoke-tests/spring-boot-smoke-test-devtools}/src/main/resources/templates/hello.html (100%) rename {spring-boot-samples/spring-boot-sample-devtools/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/test/java/smoketest}/devtools/SampleDevToolsApplicationIntegrationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-flyway => spring-boot-smoke-tests/spring-boot-smoke-test-flyway}/pom.xml (89%) rename {spring-boot-samples/spring-boot-sample-flyway/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/java/smoketest}/flyway/Person.java (98%) rename {spring-boot-samples/spring-boot-sample-flyway/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/java/smoketest}/flyway/PersonRepository.java (96%) rename {spring-boot-samples/spring-boot-sample-flyway/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/java/smoketest}/flyway/SampleFlywayApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-flyway => spring-boot-smoke-tests/spring-boot-smoke-test-flyway}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-flyway => spring-boot-smoke-tests/spring-boot-smoke-test-flyway}/src/main/resources/db/migration/V1__init.sql (100%) rename {spring-boot-samples/spring-boot-sample-flyway/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/test/java/smoketest}/flyway/SampleFlywayApplicationTests.java (97%) rename {spring-boot-samples/spring-boot-sample-hateoas => spring-boot-smoke-tests/spring-boot-smoke-test-hateoas}/pom.xml (83%) rename {spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest}/hateoas/SampleHateoasApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest}/hateoas/domain/Customer.java (96%) rename {spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest}/hateoas/domain/CustomerRepository.java (95%) rename {spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest}/hateoas/domain/InMemoryCustomerRepository.java (97%) rename {spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest}/hateoas/web/CustomerController.java (94%) rename {spring-boot-samples/spring-boot-sample-hateoas/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/test/java/smoketest}/hateoas/SampleHateoasApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-integration => spring-boot-smoke-tests/spring-boot-smoke-test-integration}/pom.xml (86%) rename {spring-boot-samples/spring-boot-sample-integration/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest}/integration/HelloWorldService.java (96%) rename {spring-boot-samples/spring-boot-sample-integration/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest}/integration/SampleApplicationRunner.java (97%) rename {spring-boot-samples/spring-boot-sample-integration/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest}/integration/SampleEndpoint.java (97%) rename {spring-boot-samples/spring-boot-sample-integration/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest}/integration/SampleIntegrationApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-integration/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest}/integration/SampleMessageGateway.java (96%) rename {spring-boot-samples/spring-boot-sample-integration/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest}/integration/ServiceProperties.java (97%) rename {spring-boot-samples/spring-boot-sample-integration => spring-boot-smoke-tests/spring-boot-smoke-test-integration}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-integration/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/test/java/smoketest}/integration/consumer/SampleIntegrationApplicationTests.java (95%) rename {spring-boot-samples/spring-boot-sample-integration/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/test/java/smoketest}/integration/producer/ProducerApplication.java (95%) rename {spring-boot-samples/spring-boot-sample-jersey => spring-boot-smoke-tests/spring-boot-smoke-test-jersey}/pom.xml (89%) rename {spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest}/jersey/Endpoint.java (97%) rename {spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest}/jersey/JerseyConfig.java (97%) rename {spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest}/jersey/ReverseEndpoint.java (97%) rename {spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest}/jersey/SampleJerseyApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest}/jersey/Service.java (97%) rename {spring-boot-samples/spring-boot-sample-jersey/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/test/java/smoketest}/jersey/JerseyApplicationPathAndManagementPortTests.java (98%) rename {spring-boot-samples/spring-boot-sample-jersey/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/test/java/smoketest}/jersey/SampleJerseyApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-jetty-jsp => spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp}/pom.xml (93%) rename {spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest}/jetty/jsp/MyException.java (96%) rename {spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest}/jetty/jsp/MyRestResponse.java (96%) rename {spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest}/jetty/jsp/SampleJettyJspApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest}/jetty/jsp/WelcomeController.java (98%) rename {spring-boot-samples/spring-boot-sample-jetty-jsp => spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-jetty-jsp => spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp}/src/main/webapp/WEB-INF/jsp/welcome.jsp (100%) rename {spring-boot-samples/spring-boot-sample-jetty-jsp/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/test/java/smoketest}/jetty/jsp/SampleWebJspApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-jetty-ssl => spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl}/pom.xml (87%) rename {spring-boot-samples/spring-boot-sample-jetty-ssl/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/main/java/smoketest}/jetty/ssl/SampleJettySslApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-undertow-ssl/src/main/java/sample/undertow => spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/main/java/smoketest/jetty}/ssl/web/SampleController.java (96%) rename {spring-boot-samples/spring-boot-sample-jetty-ssl => spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-jetty-ssl => spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl}/src/main/resources/sample.jks (100%) rename {spring-boot-samples/spring-boot-sample-jetty-ssl/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/test/java/smoketest}/jetty/ssl/SampleJettySslApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-jetty => spring-boot-smoke-tests/spring-boot-smoke-test-jetty}/pom.xml (87%) rename {spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest}/jetty/ExampleServletContextListener.java (97%) rename {spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest}/jetty/SampleJettyApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-aop/src/main/java/sample/aop => spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest/jetty}/service/HelloWorldService.java (96%) rename {spring-boot-samples/spring-boot-sample-testng/src/main/java/sample/testng => spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest/jetty}/web/SampleController.java (93%) rename {spring-boot-samples/spring-boot-sample-jetty => spring-boot-smoke-tests/spring-boot-smoke-test-jetty}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-jetty/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/test/java/smoketest}/jetty/SampleJettyApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest}/jooq/domain/Author.java (82%) rename {spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest}/jooq/domain/Book.java (82%) rename {spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest}/jooq/domain/BookStore.java (76%) rename {spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest}/jooq/domain/BookToBookStore.java (81%) rename {spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest}/jooq/domain/DefaultCatalog.java (59%) rename {spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest}/jooq/domain/Keys.java (79%) rename {spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest}/jooq/domain/Language.java (79%) rename {spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest}/jooq/domain/Public.java (61%) create mode 100644 spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Tables.java rename {spring-boot-samples/spring-boot-sample-jooq => spring-boot-smoke-tests/spring-boot-smoke-test-jooq}/pom.xml (93%) rename {spring-boot-samples/spring-boot-sample-jooq/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/java/smoketest}/jooq/JooqExamples.java (94%) rename {spring-boot-samples/spring-boot-sample-jooq/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/java/smoketest}/jooq/SampleJooqApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-jooq/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/java/smoketest}/jooq/util/TangleFreeGeneratorStrategy.java (92%) rename {spring-boot-samples/spring-boot-sample-jooq => spring-boot-smoke-tests/spring-boot-smoke-test-jooq}/src/main/resources/data.sql (100%) rename {spring-boot-samples/spring-boot-sample-jooq => spring-boot-smoke-tests/spring-boot-smoke-test-jooq}/src/main/resources/reset.sql (100%) rename {spring-boot-samples/spring-boot-sample-jooq => spring-boot-smoke-tests/spring-boot-smoke-test-jooq}/src/main/resources/schema.sql (100%) rename {spring-boot-samples/spring-boot-sample-jooq/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/test/java/smoketest}/jooq/SampleJooqApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-jpa => spring-boot-smoke-tests/spring-boot-smoke-test-jpa}/pom.xml (92%) rename {spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest}/jpa/SampleJpaApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest}/jpa/domain/Note.java (98%) rename {spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest}/jpa/domain/Tag.java (97%) rename {spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest}/jpa/repository/JpaNoteRepository.java (93%) rename {spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest}/jpa/repository/JpaTagRepository.java (93%) rename {spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest}/jpa/repository/NoteRepository.java (91%) rename {spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest}/jpa/repository/TagRepository.java (91%) rename {spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest}/jpa/web/IndexController.java (92%) rename {spring-boot-samples/spring-boot-sample-jpa => spring-boot-smoke-tests/spring-boot-smoke-test-jpa}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-jpa => spring-boot-smoke-tests/spring-boot-smoke-test-jpa}/src/main/resources/import.sql (100%) rename {spring-boot-samples/spring-boot-sample-jpa => spring-boot-smoke-tests/spring-boot-smoke-test-jpa}/src/main/resources/templates/index.ftlh (100%) rename {spring-boot-samples/spring-boot-sample-jpa/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/test/java/smoketest}/jpa/SampleJpaApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-jpa/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/test/java/smoketest}/jpa/repository/JpaNoteRepositoryIntegrationTests.java (95%) rename {spring-boot-samples/spring-boot-sample-jpa/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/test/java/smoketest}/jpa/repository/JpaTagRepositoryIntegrationTests.java (95%) rename {spring-boot-samples/spring-boot-sample-jta-atomikos => spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos}/pom.xml (90%) rename {spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix => spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos}/Account.java (97%) rename {spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest}/atomikos/AccountRepository.java (96%) rename {spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest}/atomikos/AccountService.java (97%) rename {spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest}/atomikos/Messages.java (96%) rename {spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest}/atomikos/SampleAtomikosApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-jta-atomikos => spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-jta-atomikos/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/test/java/smoketest}/atomikos/SampleAtomikosApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-jta-bitronix => spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix}/pom.xml (90%) rename {spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos => spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix}/Account.java (97%) rename {spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest}/bitronix/AccountRepository.java (96%) rename {spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest}/bitronix/AccountService.java (97%) rename {spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest}/bitronix/Messages.java (96%) rename {spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest}/bitronix/SampleBitronixApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-jta-bitronix => spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-jta-bitronix/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/test/java/smoketest}/bitronix/SampleBitronixApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-jta-jndi => spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi}/pom.xml (85%) rename {spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest}/jndi/Account.java (97%) rename {spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest}/jndi/AccountRepository.java (96%) rename {spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest}/jndi/AccountService.java (98%) rename {spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest}/jndi/Messages.java (97%) rename {spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest}/jndi/SampleJndiApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest}/jndi/SampleJndiInitializer.java (97%) rename {spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest}/jndi/WebController.java (98%) rename {spring-boot-samples/spring-boot-sample-jta-jndi => spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-junit-jupiter => spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter}/pom.xml (85%) rename {spring-boot-samples/spring-boot-sample-junit-jupiter/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter/src/main/java/smoketest}/MessageController.java (97%) rename {spring-boot-samples/spring-boot-sample-junit-jupiter/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter/src/main/java/smoketest}/SampleJUnitJupiterApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-junit-jupiter/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter/src/test/java/smoketest}/SampleJUnitJupiterApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-junit-vintage => spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage}/pom.xml (79%) rename {spring-boot-samples/spring-boot-sample-junit-vintage/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage/src/main/java/smoketest}/MessageController.java (97%) rename {spring-boot-samples/spring-boot-sample-junit-vintage/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage/src/main/java/smoketest}/SampleJUnitVintageApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-junit-vintage/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage/src/test/java/smoketest}/SampleJUnitVintageApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-kafka => spring-boot-smoke-tests/spring-boot-smoke-test-kafka}/pom.xml (86%) rename {spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest}/kafka/Consumer.java (97%) rename {spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest}/kafka/Producer.java (97%) rename {spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest}/kafka/SampleKafkaApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest}/kafka/SampleMessage.java (97%) rename {spring-boot-samples/spring-boot-sample-kafka => spring-boot-smoke-tests/spring-boot-smoke-test-kafka}/src/main/resources/application.properties (81%) rename {spring-boot-samples/spring-boot-sample-kafka/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/test/java/smoketest}/kafka/SampleKafkaApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-liquibase => spring-boot-smoke-tests/spring-boot-smoke-test-liquibase}/pom.xml (87%) rename {spring-boot-samples/spring-boot-sample-liquibase/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/src/main/java/smoketest}/liquibase/SampleLiquibaseApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-liquibase => spring-boot-smoke-tests/spring-boot-smoke-test-liquibase}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-liquibase => spring-boot-smoke-tests/spring-boot-smoke-test-liquibase}/src/main/resources/db/changelog/db.changelog-master.yaml (100%) rename {spring-boot-samples/spring-boot-sample-liquibase/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/src/test/java/smoketest}/liquibase/SampleLiquibaseApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-logback => spring-boot-smoke-tests/spring-boot-smoke-test-logback}/pom.xml (83%) rename {spring-boot-samples/spring-boot-sample-logback/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-logback/src/main/java/smoketest}/logback/SampleLogbackApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-logback => spring-boot-smoke-tests/spring-boot-smoke-test-logback}/src/main/resources/logback-spring.xml (65%) rename {spring-boot-samples/spring-boot-sample-logback/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-logback/src/test/java/smoketest}/logback/SampleLogbackApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-oauth2-client => spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client}/pom.xml (85%) rename {spring-boot-samples/spring-boot-sample-oauth2-client/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/src/main/java/smoketest}/oauth2/client/ExampleController.java (96%) rename {spring-boot-samples/spring-boot-sample-oauth2-client/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/src/main/java/smoketest}/oauth2/client/SampleOAuth2ClientApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-oauth2-client => spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client}/src/main/resources/application.yml (100%) rename {spring-boot-samples/spring-boot-sample-oauth2-client/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/src/test/java/smoketest}/oauth2/client/SampleOAuth2ClientApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-oauth2-resource-server => spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server}/pom.xml (84%) rename {spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/main/java/smoketest}/oauth2/resource/ExampleController.java (96%) rename {spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/main/java/smoketest}/oauth2/resource/SampleOauth2ResourceServerApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-oauth2-resource-server => spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server}/src/main/resources/application.yml (100%) rename {spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/test/java/smoketest}/oauth2/resource/SampleOauth2ResourceServerApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-parent-context => spring-boot-smoke-tests/spring-boot-smoke-test-parent-context}/pom.xml (81%) rename {spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest}/parent/HelloWorldService.java (97%) rename {spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest}/parent/SampleEndpoint.java (98%) rename {spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest}/parent/SampleParentContextApplication.java (99%) rename {spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest}/parent/ServiceProperties.java (98%) rename {spring-boot-samples/spring-boot-sample-parent-context => spring-boot-smoke-tests/spring-boot-smoke-test-parent-context}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-parent-context/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/test/java/smoketest}/parent/consumer/SampleIntegrationParentApplicationTests.java (95%) rename {spring-boot-samples/spring-boot-sample-parent-context/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/test/java/smoketest}/parent/producer/ProducerApplication.java (95%) rename {spring-boot-samples/spring-boot-sample-profile => spring-boot-smoke-tests/spring-boot-smoke-test-profile}/application.yml (100%) rename {spring-boot-samples/spring-boot-sample-profile => spring-boot-smoke-tests/spring-boot-smoke-test-profile}/pom.xml (83%) rename {spring-boot-samples/spring-boot-sample-profile/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest}/profile/SampleProfileApplication.java (95%) rename {spring-boot-samples/spring-boot-sample-profile/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest}/profile/service/GenericService.java (96%) rename {spring-boot-samples/spring-boot-sample-profile/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest}/profile/service/GoodbyeWorldService.java (96%) rename {spring-boot-samples/spring-boot-sample-profile/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest}/profile/service/HelloWorldService.java (96%) rename {spring-boot-samples/spring-boot-sample-profile/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest}/profile/service/MessageService.java (95%) rename {spring-boot-samples/spring-boot-sample-profile => spring-boot-smoke-tests/spring-boot-smoke-test-profile}/src/main/resources/application.yml (100%) rename {spring-boot-samples/spring-boot-sample-profile/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/test/java/smoketest}/profile/SampleProfileApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-property-validation => spring-boot-smoke-tests/spring-boot-smoke-test-property-validation}/pom.xml (83%) rename {spring-boot-samples/spring-boot-sample-property-validation/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/main/java/smoketest}/propertyvalidation/SampleProperties.java (96%) rename {spring-boot-samples/spring-boot-sample-property-validation/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/main/java/smoketest}/propertyvalidation/SamplePropertiesValidator.java (97%) rename {spring-boot-samples/spring-boot-sample-property-validation/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/main/java/smoketest}/propertyvalidation/SamplePropertyValidationApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-property-validation => spring-boot-smoke-tests/spring-boot-smoke-test-property-validation}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-property-validation/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/test/java/smoketest}/propertyvalidation/SamplePropertyValidationApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-quartz => spring-boot-smoke-tests/spring-boot-smoke-test-quartz}/pom.xml (83%) rename {spring-boot-samples/spring-boot-sample-quartz/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-quartz/src/main/java/smoketest}/quartz/SampleJob.java (97%) rename {spring-boot-samples/spring-boot-sample-quartz/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-quartz/src/main/java/smoketest}/quartz/SampleQuartzApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-quartz/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-quartz/src/test/java/smoketest}/quartz/SampleQuartzApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-reactive-oauth2-client => spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client}/pom.xml (84%) rename {spring-boot-samples/spring-boot-sample-reactive-oauth2-client/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/src/main/java/smoketest}/oauth2/client/ExampleController.java (96%) rename {spring-boot-samples/spring-boot-sample-reactive-oauth2-client/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/src/main/java/smoketest}/oauth2/client/SampleReactiveOAuth2ClientApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-reactive-oauth2-client => spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client}/src/main/resources/application.yml (100%) rename {spring-boot-samples/spring-boot-sample-reactive-oauth2-client/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/src/test/java/smoketest}/oauth2/client/SampleReactiveOAuth2ClientApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server => spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server}/pom.xml (83%) rename {spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/src/main/java/smoketest}/oauth2/resource/ExampleController.java (96%) rename {spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/src/main/java/smoketest}/oauth2/resource/SampleReactiveOAuth2ResourceServerApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server => spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server}/src/main/resources/application.yml (100%) rename {spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/src/test/java/smoketest}/oauth2/resource/SampleReactiveOAuth2ResourceServerApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-secure-webflux => spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux}/pom.xml (87%) rename {spring-boot-samples/spring-boot-sample-secure-webflux/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/java/smoketest}/secure/webflux/EchoHandler.java (96%) rename {spring-boot-samples/spring-boot-sample-secure-webflux/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/java/smoketest}/secure/webflux/SampleSecureWebFluxApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-secure-webflux/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/java/smoketest}/secure/webflux/WelcomeController.java (96%) rename {spring-boot-samples/spring-boot-sample-secure-webflux => spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-secure-webflux => spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux}/src/main/resources/static/css/bootstrap.min.css (100%) rename {spring-boot-samples/spring-boot-sample-secure-webflux/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/test/java/smoketest}/secure/webflux/ManagementPortSampleSecureWebFluxTests.java (99%) rename {spring-boot-samples/spring-boot-sample-secure-webflux/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/test/java/smoketest}/secure/webflux/SampleSecureWebFluxApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-secure-webflux/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/test/java/smoketest}/secure/webflux/SampleSecureWebFluxCustomSecurityTests.java (99%) rename {spring-boot-samples/spring-boot-sample-secure => spring-boot-smoke-tests/spring-boot-smoke-test-secure}/pom.xml (83%) rename {spring-boot-samples/spring-boot-sample-secure/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-secure/src/main/java/smoketest}/secure/SampleSecureApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-secure/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-secure/src/main/java/smoketest}/secure/SampleService.java (97%) rename {spring-boot-samples/spring-boot-sample-secure => spring-boot-smoke-tests/spring-boot-smoke-test-secure}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-secure/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-secure/src/test/java/smoketest}/secure/SampleSecureApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-servlet => spring-boot-smoke-tests/spring-boot-smoke-test-servlet}/pom.xml (87%) rename {spring-boot-samples/spring-boot-sample-servlet/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-servlet/src/main/java/smoketest}/servlet/SampleServletApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-servlet => spring-boot-smoke-tests/spring-boot-smoke-test-servlet}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-servlet/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-servlet/src/test/java/smoketest}/servlet/SampleServletApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-session-webflux => spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux}/pom.xml (90%) rename {spring-boot-samples/spring-boot-sample-session-webflux/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/src/main/java/smoketest}/session/HelloRestController.java (97%) rename {spring-boot-samples/spring-boot-sample-session-webflux/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/src/main/java/smoketest}/session/SampleSessionWebFluxApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-session-webflux => spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-session-webflux/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/src/test/java/smoketest}/session/SampleSessionWebFluxApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-session => spring-boot-smoke-tests/spring-boot-smoke-test-session}/pom.xml (93%) rename {spring-boot-samples/spring-boot-sample-session/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-session/src/main/java/smoketest}/session/HelloRestController.java (97%) rename {spring-boot-samples/spring-boot-sample-session/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-session/src/main/java/smoketest}/session/SampleSessionApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-session => spring-boot-smoke-tests/spring-boot-smoke-test-session}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-session => spring-boot-smoke-tests/spring-boot-smoke-test-session}/src/main/resources/hazelcast.xml (100%) rename {spring-boot-samples/spring-boot-sample-session/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-session/src/test/java/smoketest}/session/SampleSessionApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-simple => spring-boot-smoke-tests/spring-boot-smoke-test-simple}/pom.xml (87%) rename {spring-boot-samples/spring-boot-sample-simple/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest}/simple/ExitException.java (96%) rename {spring-boot-samples/spring-boot-sample-simple/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest}/simple/SampleConfigurationProperties.java (97%) rename {spring-boot-samples/spring-boot-sample-simple/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest}/simple/SampleSimpleApplication.java (95%) rename {spring-boot-samples/spring-boot-sample-simple/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest}/simple/service/HelloWorldService.java (96%) rename {spring-boot-samples/spring-boot-sample-simple => spring-boot-smoke-tests/spring-boot-smoke-test-simple}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-simple => spring-boot-smoke-tests/spring-boot-smoke-test-simple}/src/main/resources/banner.jpg (100%) rename {spring-boot-samples/spring-boot-sample-simple => spring-boot-smoke-tests/spring-boot-smoke-test-simple}/src/main/resources/banner.txt (100%) rename {spring-boot-samples/spring-boot-sample-simple/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/test/java/smoketest}/simple/SampleSimpleApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-simple/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/test/java/smoketest}/simple/SpringTestSampleSimpleApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-test-nomockito => spring-boot-smoke-tests/spring-boot-smoke-test-test-nomockito}/pom.xml (86%) rename {spring-boot-samples/spring-boot-sample-test-nomockito/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test-nomockito/src/main/java/smoketest}/testnomockito/SampleTestNoMockitoApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-test-nomockito/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test-nomockito/src/test/java/smoketest}/testnomockito/SampleTestNoMockitoApplicationTests.java (97%) rename {spring-boot-samples/spring-boot-sample-test => spring-boot-smoke-tests/spring-boot-smoke-test-test}/pom.xml (91%) rename {spring-boot-samples/spring-boot-sample-test/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest}/test/SampleTestApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-test/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest}/test/WelcomeCommandLineRunner.java (97%) rename {spring-boot-samples/spring-boot-sample-test/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest}/test/domain/User.java (97%) rename {spring-boot-samples/spring-boot-sample-test/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest}/test/domain/UserRepository.java (96%) rename {spring-boot-samples/spring-boot-sample-test/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest}/test/domain/VehicleIdentificationNumber.java (97%) rename {spring-boot-samples/spring-boot-sample-test/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest}/test/domain/VehicleIdentificationNumberAttributeConverter.java (97%) rename {spring-boot-samples/spring-boot-sample-test/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest}/test/service/RemoteVehicleDetailsService.java (95%) rename {spring-boot-samples/spring-boot-sample-test/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest}/test/service/ServiceProperties.java (97%) rename {spring-boot-samples/spring-boot-sample-test/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest}/test/service/VehicleDetails.java (98%) rename {spring-boot-samples/spring-boot-sample-test/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest}/test/service/VehicleDetailsService.java (92%) rename {spring-boot-samples/spring-boot-sample-test/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest}/test/service/VehicleIdentificationNumberNotFoundException.java (93%) rename {spring-boot-samples/spring-boot-sample-test/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest}/test/web/UserNameNotFoundException.java (97%) rename {spring-boot-samples/spring-boot-sample-test/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest}/test/web/UserVehicleController.java (92%) rename {spring-boot-samples/spring-boot-sample-test/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest}/test/web/UserVehicleService.java (84%) rename {spring-boot-samples/spring-boot-sample-test => spring-boot-smoke-tests/spring-boot-smoke-test-test}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-test/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest}/test/SampleTestApplicationWebIntegrationTests.java (91%) rename {spring-boot-samples/spring-boot-sample-test/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest}/test/domain/UserEntityTests.java (98%) rename {spring-boot-samples/spring-boot-sample-test/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest}/test/domain/UserRepositoryTests.java (98%) rename {spring-boot-samples/spring-boot-sample-test/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest}/test/domain/VehicleIdentificationNumberTests.java (98%) rename {spring-boot-samples/spring-boot-sample-test/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest}/test/service/RemoteVehicleDetailsServiceTests.java (97%) rename {spring-boot-samples/spring-boot-sample-test/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest}/test/service/VehicleDetailsJsonTests.java (98%) rename {spring-boot-samples/spring-boot-sample-test/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest}/test/web/UserVehicleControllerApplicationTests.java (95%) rename {spring-boot-samples/spring-boot-sample-test/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest}/test/web/UserVehicleControllerHtmlUnitTests.java (95%) rename {spring-boot-samples/spring-boot-sample-test/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest}/test/web/UserVehicleControllerSeleniumTests.java (95%) rename {spring-boot-samples/spring-boot-sample-test/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest}/test/web/UserVehicleControllerTests.java (93%) rename {spring-boot-samples/spring-boot-sample-test/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest}/test/web/UserVehicleServiceTests.java (90%) rename {spring-boot-samples/spring-boot-sample-test => spring-boot-smoke-tests/spring-boot-smoke-test-test}/src/test/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-test => spring-boot-smoke-tests/spring-boot-smoke-test-test}/src/test/resources/data.sql (100%) rename {spring-boot-samples/spring-boot-sample-test/src/test/resources/sample => spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/resources/smoketest}/test/service/vehicledetails.json (100%) rename {spring-boot-samples/spring-boot-sample-testng => spring-boot-smoke-tests/spring-boot-smoke-test-testng}/pom.xml (89%) rename {spring-boot-samples/spring-boot-sample-testng/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/main/java/smoketest}/testng/SampleTestNGApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-testng/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/main/java/smoketest}/testng/service/HelloWorldService.java (96%) rename {spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample/jetty => spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/main/java/smoketest/testng}/web/SampleController.java (93%) rename {spring-boot-samples/spring-boot-sample-testng => spring-boot-smoke-tests/spring-boot-smoke-test-testng}/src/main/resources/public/test.css (100%) rename {spring-boot-samples/spring-boot-sample-testng/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/test/java/smoketest}/testng/SampleTestNGApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-tomcat-jsp => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp}/pom.xml (88%) rename {spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest}/tomcat/jsp/MyException.java (96%) rename {spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest}/tomcat/jsp/MyRestResponse.java (96%) rename {spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest}/tomcat/jsp/SampleTomcatJspApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest}/tomcat/jsp/WelcomeController.java (98%) rename {spring-boot-samples/spring-boot-sample-tomcat-jsp => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp}/src/main/resources/META-INF/resources/favicon.ico (100%) rename {spring-boot-samples/spring-boot-sample-tomcat-jsp => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-tomcat-jsp => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp}/src/main/webapp/WEB-INF/jsp/welcome.jsp (100%) rename {spring-boot-samples/spring-boot-sample-tomcat-jsp/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/test/java/smoketest}/tomcat/jsp/SampleWebJspApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-tomcat-multi-connectors => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors}/pom.xml (82%) rename {spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/main/java/smoketest}/tomcat/multiconnector/SampleTomcatTwoConnectorsApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/main/java/smoketest}/tomcat/multiconnector/web/SampleController.java (95%) rename {spring-boot-samples/spring-boot-sample-tomcat-multi-connectors => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-tomcat-multi-connectors => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors}/src/main/resources/sample.jks (100%) rename {spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/test/java/smoketest}/tomcat/multiconnector/SampleTomcatTwoConnectorsApplicationTests.java (96%) rename {spring-boot-samples/spring-boot-sample-tomcat-ssl => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl}/pom.xml (84%) rename {spring-boot-samples/spring-boot-sample-tomcat-ssl/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/main/java/smoketest}/tomcat/ssl/SampleTomcatSslApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-tomcat-ssl/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/main/java/smoketest}/tomcat/ssl/web/SampleController.java (96%) rename {spring-boot-samples/spring-boot-sample-tomcat-ssl => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-tomcat-ssl => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl}/src/main/resources/sample.jks (100%) rename {spring-boot-samples/spring-boot-sample-tomcat-ssl/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/test/java/smoketest}/tomcat/ssl/SampleTomcatSslApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat}/pom.xml (86%) rename {spring-boot-samples/spring-boot-sample-tomcat/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/main/java/smoketest}/tomcat/SampleTomcatApplication.java (98%) create mode 100644 spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/main/java/smoketest/tomcat/service/HelloWorldService.java rename {spring-boot-samples/spring-boot-sample-tomcat/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/main/java/smoketest}/tomcat/web/SampleController.java (93%) rename {spring-boot-samples/spring-boot-sample-tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-tomcat/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/test/java/smoketest}/tomcat/NonAutoConfigurationSampleTomcatApplicationTests.java (95%) rename {spring-boot-samples/spring-boot-sample-tomcat/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/test/java/smoketest}/tomcat/SampleTomcatApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-traditional => spring-boot-smoke-tests/spring-boot-smoke-test-traditional}/pom.xml (87%) rename {spring-boot-samples/spring-boot-sample-traditional/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/java/smoketest}/traditional/SampleTraditionalApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-traditional/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/java/smoketest}/traditional/config/WebConfig.java (98%) rename {spring-boot-samples/spring-boot-sample-traditional => spring-boot-smoke-tests/spring-boot-smoke-test-traditional}/src/main/webapp/WEB-INF/views/home.jsp (100%) rename {spring-boot-samples/spring-boot-sample-traditional => spring-boot-smoke-tests/spring-boot-smoke-test-traditional}/src/main/webapp/WEB-INF/web.xml (100%) rename {spring-boot-samples/spring-boot-sample-traditional => spring-boot-smoke-tests/spring-boot-smoke-test-traditional}/src/main/webapp/index.html (100%) rename {spring-boot-samples/spring-boot-sample-traditional/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/test/java/smoketest}/traditional/SampleTraditionalApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-traditional => spring-boot-smoke-tests/spring-boot-smoke-test-traditional}/src/test/resources/log4j.properties (100%) rename {spring-boot-samples/spring-boot-sample-undertow-ssl => spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl}/pom.xml (86%) rename {spring-boot-samples/spring-boot-sample-undertow-ssl/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/main/java/smoketest}/undertow/ssl/SampleUndertowSslApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-jetty-ssl/src/main/java/sample/jetty => spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/main/java/smoketest/undertow}/ssl/web/SampleController.java (96%) rename {spring-boot-samples/spring-boot-sample-undertow-ssl => spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-undertow-ssl => spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl}/src/main/resources/sample.jks (100%) rename {spring-boot-samples/spring-boot-sample-undertow-ssl/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/test/java/smoketest}/undertow/ssl/SampleUndertowSslApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-undertow => spring-boot-smoke-tests/spring-boot-smoke-test-undertow}/pom.xml (86%) rename {spring-boot-samples/spring-boot-sample-undertow/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-undertow/src/main/java/smoketest}/undertow/SampleUndertowApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-undertow/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-undertow/src/main/java/smoketest}/undertow/web/SampleController.java (96%) rename {spring-boot-samples/spring-boot-sample-undertow => spring-boot-smoke-tests/spring-boot-smoke-test-undertow}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-undertow/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-undertow/src/test/java/smoketest}/undertow/SampleUndertowApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-war => spring-boot-smoke-tests/spring-boot-smoke-test-war}/pom.xml (92%) rename {spring-boot-samples/spring-boot-sample-war/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-war/src/main/java/smoketest}/war/MyController.java (97%) rename {spring-boot-samples/spring-boot-sample-war/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-war/src/main/java/smoketest}/war/SampleWarApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-war => spring-boot-smoke-tests/spring-boot-smoke-test-war}/src/main/webapp/WEB-INF/custom.properties (100%) rename {spring-boot-samples/spring-boot-sample-war => spring-boot-smoke-tests/spring-boot-smoke-test-war}/src/main/webapp/webapp.txt (100%) rename {spring-boot-samples/spring-boot-sample-war/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-war/src/test/java/smoketest}/war/WarApplicationResourceTests.java (97%) rename {spring-boot-samples/spring-boot-sample-web-freemarker => spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker}/pom.xml (87%) rename {spring-boot-samples/spring-boot-sample-web-freemarker/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/main/java/smoketest}/freemarker/SampleWebFreeMarkerApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-web-freemarker/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/main/java/smoketest}/freemarker/WelcomeController.java (97%) rename {spring-boot-samples/spring-boot-sample-web-freemarker => spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-web-freemarker => spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker}/src/main/resources/templates/error.ftlh (100%) rename {spring-boot-samples/spring-boot-sample-web-freemarker => spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker}/src/main/resources/templates/welcome.ftlh (100%) rename {spring-boot-samples/spring-boot-sample-web-freemarker/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/test/java/smoketest}/freemarker/SampleWebFreeMarkerApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates}/pom.xml (84%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest}/groovytemplates/InMemoryMessageRepository.java (97%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest}/groovytemplates/Message.java (97%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest}/groovytemplates/MessageRepository.java (95%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest}/groovytemplates/SampleGroovyTemplateApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest}/groovytemplates/mvc/MessageController.java (95%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates}/src/main/resources/static/css/bootstrap.min.css (100%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates}/src/main/resources/static/js/jquery-1.7.2.js (100%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates}/src/main/resources/static/js/jquery.validate.js (100%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates}/src/main/resources/templates/layout.tpl (100%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates}/src/main/resources/templates/messages/form.tpl (100%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates}/src/main/resources/templates/messages/list.tpl (100%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates}/src/main/resources/templates/messages/view.tpl (100%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/test/java/smoketest}/groovytemplates/MessageControllerWebTests.java (98%) rename {spring-boot-samples/spring-boot-sample-web-groovy-templates/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/test/java/smoketest}/groovytemplates/SampleGroovyTemplateApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-web-jsp => spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp}/pom.xml (89%) rename {spring-boot-samples/spring-boot-sample-web-jsp/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/main/java/smoketest}/jsp/SampleWebJspApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-web-jsp/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/main/java/smoketest}/jsp/WelcomeController.java (98%) rename {spring-boot-samples/spring-boot-sample-web-jsp => spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-web-jsp => spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp}/src/main/webapp/WEB-INF/jsp/error.jsp (100%) rename {spring-boot-samples/spring-boot-sample-web-jsp => spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp}/src/main/webapp/WEB-INF/jsp/welcome.jsp (100%) rename {spring-boot-samples/spring-boot-sample-web-jsp/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/test/java/smoketest}/jsp/SampleWebJspApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-web-method-security => spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security}/pom.xml (85%) rename {spring-boot-samples/spring-boot-sample-web-method-security/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/java/smoketest}/security/method/SampleMethodSecurityApplication.java (99%) rename {spring-boot-samples/spring-boot-sample-web-method-security => spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-web-method-security => spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security}/src/main/resources/static/css/bootstrap.min.css (100%) rename {spring-boot-samples/spring-boot-sample-web-method-security => spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security}/src/main/resources/templates/access.html (100%) rename {spring-boot-samples/spring-boot-sample-web-method-security => spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security}/src/main/resources/templates/error.html (100%) rename {spring-boot-samples/spring-boot-sample-web-method-security => spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security}/src/main/resources/templates/home.html (100%) rename {spring-boot-samples/spring-boot-sample-web-method-security => spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security}/src/main/resources/templates/login.html (100%) rename {spring-boot-samples/spring-boot-sample-web-method-security/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/test/java/smoketest}/security/method/SampleMethodSecurityApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-web-mustache => spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache}/pom.xml (86%) rename {spring-boot-samples/spring-boot-sample-web-mustache/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/java/smoketest}/mustache/SampleWebMustacheApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-web-mustache/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/java/smoketest}/mustache/WelcomeController.java (98%) rename {spring-boot-samples/spring-boot-sample-web-mustache => spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-web-mustache => spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache}/src/main/resources/public/error/503.html (100%) rename {spring-boot-samples/spring-boot-sample-web-mustache => spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache}/src/main/resources/public/error/5xx.html (100%) rename {spring-boot-samples/spring-boot-sample-web-mustache => spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache}/src/main/resources/templates/error.mustache (100%) rename {spring-boot-samples/spring-boot-sample-web-mustache => spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache}/src/main/resources/templates/error/507.mustache (100%) rename {spring-boot-samples/spring-boot-sample-web-mustache => spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache}/src/main/resources/templates/welcome.mustache (100%) rename {spring-boot-samples/spring-boot-sample-web-mustache/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/test/java/smoketest}/mustache/SampleWebMustacheApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-web-secure-custom => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom}/pom.xml (85%) rename {spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/main/java/smoketest}/web/secure/custom/SampleWebSecureCustomApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-web-secure-custom => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-web-secure-custom => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom}/src/main/resources/static/css/bootstrap.min.css (100%) rename {spring-boot-samples/spring-boot-sample-web-secure-custom => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom}/src/main/resources/templates/error.html (100%) rename {spring-boot-samples/spring-boot-sample-web-secure-custom => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom}/src/main/resources/templates/home.html (100%) rename {spring-boot-samples/spring-boot-sample-web-secure-custom => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom}/src/main/resources/templates/login.html (100%) rename {spring-boot-samples/spring-boot-sample-web-secure-custom/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/test/java/smoketest}/web/secure/custom/SampleWebSecureCustomApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-web-secure-jdbc => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc}/pom.xml (87%) rename {spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/java/smoketest}/web/secure/jdbc/SampleWebSecureJdbcApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-web-secure-jdbc => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-web-secure-jdbc => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc}/src/main/resources/data.sql (100%) rename {spring-boot-samples/spring-boot-sample-web-secure-jdbc => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc}/src/main/resources/schema.sql (100%) rename {spring-boot-samples/spring-boot-sample-web-secure-jdbc => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc}/src/main/resources/static/css/bootstrap.min.css (100%) rename {spring-boot-samples/spring-boot-sample-web-secure-jdbc => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc}/src/main/resources/templates/error.html (100%) rename {spring-boot-samples/spring-boot-sample-web-secure-jdbc => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc}/src/main/resources/templates/home.html (100%) rename {spring-boot-samples/spring-boot-sample-web-secure-jdbc => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc}/src/main/resources/templates/login.html (100%) rename {spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/test/java/smoketest}/web/secure/jdbc/SampleWebSecureJdbcApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-web-secure => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure}/pom.xml (87%) rename {spring-boot-samples/spring-boot-sample-web-secure/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/java/smoketest}/web/secure/SampleWebSecureApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-web-secure => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-web-secure => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure}/src/main/resources/schema.sql (100%) rename {spring-boot-samples/spring-boot-sample-web-secure => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure}/src/main/resources/static/css/bootstrap.min.css (100%) rename {spring-boot-samples/spring-boot-sample-web-secure => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure}/src/main/resources/templates/error.html (100%) rename {spring-boot-samples/spring-boot-sample-web-secure => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure}/src/main/resources/templates/home.html (100%) rename {spring-boot-samples/spring-boot-sample-web-secure => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure}/src/main/resources/templates/login.html (100%) rename {spring-boot-samples/spring-boot-sample-web-secure/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/test/java/smoketest}/web/secure/SampleSecureApplicationTests.java (99%) rename {spring-boot-samples/spring-boot-sample-web-static => spring-boot-smoke-tests/spring-boot-smoke-test-web-static}/pom.xml (87%) rename {spring-boot-samples/spring-boot-sample-web-static/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-static/src/main/java/smoketest}/web/staticcontent/SampleWebStaticApplication.java (97%) rename {spring-boot-samples/spring-boot-sample-web-static => spring-boot-smoke-tests/spring-boot-smoke-test-web-static}/src/main/resources/static/index.html (100%) rename {spring-boot-samples/spring-boot-sample-web-static/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-static/src/test/java/smoketest}/web/staticcontent/SampleWebStaticApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-web-ui => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui}/pom.xml (86%) rename {spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest}/web/ui/InMemoryMessageRepository.java (98%) rename {spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest}/web/ui/Message.java (98%) rename {spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest}/web/ui/MessageRepository.java (96%) rename {spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest}/web/ui/SampleWebUiApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest}/web/ui/mvc/MessageController.java (96%) rename {spring-boot-samples/spring-boot-sample-web-ui => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-web-ui => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui}/src/main/resources/logback.xml (100%) rename {spring-boot-samples/spring-boot-sample-web-ui => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui}/src/main/resources/messages.properties (100%) rename {spring-boot-samples/spring-boot-sample-web-ui => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui}/src/main/resources/static/css/bootstrap.min.css (100%) rename {spring-boot-samples/spring-boot-sample-web-ui => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui}/src/main/resources/static/favicon.ico (100%) rename {spring-boot-samples/spring-boot-sample-web-ui => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui}/src/main/resources/templates/fragments.html (100%) rename {spring-boot-samples/spring-boot-sample-web-ui => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui}/src/main/resources/templates/messages/form.html (100%) rename {spring-boot-samples/spring-boot-sample-web-ui => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui}/src/main/resources/templates/messages/list.html (100%) rename {spring-boot-samples/spring-boot-sample-web-ui => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui}/src/main/resources/templates/messages/view.html (100%) rename {spring-boot-samples/spring-boot-sample-web-ui/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/test/java/smoketest}/web/ui/MessageControllerWebTests.java (99%) rename {spring-boot-samples/spring-boot-sample-web-ui/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/test/java/smoketest}/web/ui/SampleWebUiApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-webflux => spring-boot-smoke-tests/spring-boot-smoke-test-webflux}/pom.xml (88%) rename {spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest}/webflux/EchoHandler.java (97%) rename {spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest}/webflux/ExampleController.java (97%) rename {spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest}/webflux/SampleWebFluxApplication.java (98%) rename {spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest}/webflux/WelcomeController.java (96%) rename {spring-boot-samples/spring-boot-sample-webflux/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/test/java/smoketest}/webflux/SampleWebFluxApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-webservices => spring-boot-smoke-tests/spring-boot-smoke-test-webservices}/pom.xml (88%) rename {spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest}/webservices/SampleWebServicesApplication.java (96%) rename {spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest}/webservices/WebServiceConfig.java (97%) rename {spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest}/webservices/endpoint/HolidayEndpoint.java (96%) rename {spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest}/webservices/service/HumanResourceService.java (95%) rename {spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest}/webservices/service/StubHumanResourceService.java (96%) rename {spring-boot-samples/spring-boot-sample-webservices => spring-boot-smoke-tests/spring-boot-smoke-test-webservices}/src/main/resources/META-INF/schemas/hr.xsd (100%) rename {spring-boot-samples/spring-boot-sample-webservices => spring-boot-smoke-tests/spring-boot-smoke-test-webservices}/src/main/resources/application.properties (100%) rename {spring-boot-samples/spring-boot-sample-webservices/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/test/java/smoketest}/webservices/SampleWsApplicationTests.java (98%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty}/pom.xml (85%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest}/websocket/jetty/SampleJettyWebSocketsApplication.java (86%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest}/websocket/jetty/client/GreetingService.java (94%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty}/client/SimpleClientWebSocketHandler.java (97%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest}/websocket/jetty/client/SimpleGreetingService.java (94%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty}/echo/DefaultEchoService.java (95%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty}/echo/EchoService.java (94%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty}/echo/EchoWebSocketHandler.java (97%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest}/websocket/jetty/reverse/ReverseWebSocketEndpoint.java (95%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest}/websocket/jetty/snake/Direction.java (94%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest}/websocket/jetty/snake/Location.java (97%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty}/snake/Snake.java (98%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty}/snake/SnakeTimer.java (98%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest}/websocket/jetty/snake/SnakeUtils.java (97%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest}/websocket/jetty/snake/SnakeWebSocketHandler.java (98%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty}/src/main/resources/static/echo.html (100%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty}/src/main/resources/static/index.html (100%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty}/src/main/resources/static/reverse.html (100%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty}/src/main/resources/static/snake.html (100%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/test/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/test/java/smoketest}/websocket/jetty/SampleWebSocketsApplicationTests.java (95%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/test/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/test/java/smoketest}/websocket/jetty/echo/CustomContainerWebSocketsApplicationTests.java (92%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/test/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/test/java/smoketest}/websocket/jetty/snake/SnakeTimerTests.java (96%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat}/pom.xml (81%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest}/websocket/tomcat/SampleTomcatWebSocketApplication.java (86%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat}/client/GreetingService.java (94%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat}/client/SimpleClientWebSocketHandler.java (97%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat}/client/SimpleGreetingService.java (94%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat}/echo/DefaultEchoService.java (95%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat}/echo/EchoService.java (94%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat}/echo/EchoWebSocketHandler.java (97%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest}/websocket/tomcat/reverse/ReverseWebSocketEndpoint.java (95%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest}/websocket/tomcat/snake/Direction.java (94%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest}/websocket/tomcat/snake/Location.java (97%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat}/snake/Snake.java (98%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat}/snake/SnakeTimer.java (98%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat}/snake/SnakeUtils.java (97%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat}/snake/SnakeWebSocketHandler.java (98%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat}/src/main/resources/static/echo.html (100%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat}/src/main/resources/static/index.html (100%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat}/src/main/resources/static/reverse.html (100%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat}/src/main/resources/static/snake.html (100%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/test/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/test/java/smoketest}/websocket/tomcat/SampleWebSocketsApplicationTests.java (95%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/test/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/test/java/smoketest}/websocket/tomcat/echo/CustomContainerWebSocketsApplicationTests.java (92%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/test/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/test/java/smoketest}/websocket/tomcat/snake/SnakeTimerTests.java (96%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow}/pom.xml (84%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest}/websocket/undertow/SampleUndertowWebSocketsApplication.java (85%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow}/client/GreetingService.java (93%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow}/client/SimpleClientWebSocketHandler.java (97%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow}/client/SimpleGreetingService.java (94%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow}/echo/DefaultEchoService.java (95%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow}/echo/EchoService.java (94%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow}/echo/EchoWebSocketHandler.java (97%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest}/websocket/undertow/reverse/ReverseWebSocketEndpoint.java (95%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest}/websocket/undertow/snake/Direction.java (93%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest}/websocket/undertow/snake/Location.java (97%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow}/snake/Snake.java (98%) rename {spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow}/snake/SnakeTimer.java (98%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow}/snake/SnakeUtils.java (97%) rename {spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow}/snake/SnakeWebSocketHandler.java (98%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow}/src/main/resources/static/echo.html (100%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow}/src/main/resources/static/index.html (100%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow}/src/main/resources/static/reverse.html (100%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow}/src/main/resources/static/snake.html (100%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/test/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/test/java/smoketest}/websocket/undertow/SampleWebSocketsApplicationTests.java (95%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/test/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/test/java/smoketest}/websocket/undertow/echo/CustomContainerWebSocketsApplicationTests.java (92%) rename {spring-boot-samples/spring-boot-sample-websocket-undertow/src/test/java/samples => spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/test/java/smoketest}/websocket/undertow/snake/SnakeTimerTests.java (96%) rename {spring-boot-samples/spring-boot-sample-xml => spring-boot-smoke-tests/spring-boot-smoke-test-xml}/pom.xml (84%) rename {spring-boot-samples/spring-boot-sample-xml/src/main/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-xml/src/main/java/smoketest}/xml/SampleSpringXmlApplication.java (95%) rename {spring-boot-samples/spring-boot-sample-tomcat/src/main/java/sample/tomcat => spring-boot-smoke-tests/spring-boot-smoke-test-xml/src/main/java/smoketest/xml}/service/HelloWorldService.java (96%) rename {spring-boot-samples/spring-boot-sample-xml => spring-boot-smoke-tests/spring-boot-smoke-test-xml}/src/main/resources/META-INF/application-context.xml (78%) rename {spring-boot-samples/spring-boot-sample-xml/src/test/java/sample => spring-boot-smoke-tests/spring-boot-smoke-test-xml/src/test/java/smoketest}/xml/SampleSpringXmlApplicationTests.java (98%) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index ad44e78fe8c..b5308db2628 100755 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -125,7 +125,7 @@ find the process a little slower than the standard build. [TIP] ==== -If you want to run a build without the samples and integration tests, building the +If you want to run a build without the smoke tests and integration tests, building the `spring-boot-project` module is enough. You can cd there and run the same command, or you can run this from the top-level directory: @@ -196,7 +196,7 @@ changes just won't be automatically formatted. With the requisite eclipse plugins installed you can select `import existing maven projects` from the `file` menu to import the code. You will -need to import the root `spring-boot` pom and the `spring-boot-samples` pom separately. +need to import the root `spring-boot` pom and the `spring-boot-smoke-tests` pom separately. @@ -241,11 +241,11 @@ Maven is well supported by most Java IDEs. Refer to your vendor documentation. == Integration Tests -The sample applications are used as integration tests during the build (when you -`./mvnw install`). Due to the fact that they make use of the `spring-boot-maven-plugin` +The smoke tests run as part of the build when you `./mvnw install`. +Due to the fact that they make use of the `spring-boot-maven-plugin` they cannot be called directly, and so instead are launched via the `maven-invoker-plugin`. If you encounter build failures running the integration tests, -check the `build.log` file in the appropriate sample directory. +check the `build.log` file in the appropriate smoke test directory. == Cloning the git repository on Windows diff --git a/README.adoc b/README.adoc index 9cd6d7dc3c3..089eba4976c 100755 --- a/README.adoc +++ b/README.adoc @@ -251,9 +251,6 @@ Groovy samples for use with the command line application are available in link:spring-boot-project/spring-boot-cli/samples[spring-boot-cli/samples]. To run the CLI samples type `spring run .groovy` from samples directory. -Java samples are available in link:spring-boot-samples[spring-boot-samples] and should -be built with maven and run by invoking `java -jar target/.jar`. - == Guides diff --git a/ci/scripts/build-samples.sh b/ci/scripts/build-samples.sh index bf271642510..9781ecf2282 100755 --- a/ci/scripts/build-samples.sh +++ b/ci/scripts/build-samples.sh @@ -5,5 +5,5 @@ source $(dirname $0)/common.sh repository=$(pwd)/distribution-repository pushd git-repo > /dev/null -run_maven -f spring-boot-samples/pom.xml clean install -U -Dfull -Drepository=file://${repository} +run_maven -f spring-boot-smoke-tests/pom.xml clean install -U -Dfull -Drepository=file://${repository} popd > /dev/null diff --git a/ci/scripts/stage.sh b/ci/scripts/stage.sh index b8ecc4f625d..f791917a166 100755 --- a/ci/scripts/stage.sh +++ b/ci/scripts/stage.sh @@ -36,7 +36,7 @@ git commit -m"Release v$stageVersion" > /dev/null git tag -a "v$stageVersion" -m"Release v$stageVersion" > /dev/null run_maven -f spring-boot-project/pom.xml clean deploy -U -Dfull -DaltDeploymentRepository=distribution::default::file://${repository} -run_maven -f spring-boot-samples/pom.xml clean install -U -Dfull -Drepository=file://${repository} +run_maven -f spring-boot-smoke-tests/pom.xml clean install -U -Dfull -Drepository=file://${repository} run_maven -f spring-boot-tests/spring-boot-integration-tests/pom.xml clean install -U -Dfull -Drepository=file://${repository} run_maven -f spring-boot-tests/spring-boot-deployment-tests/pom.xml clean install -U -Dfull -Drepository=file://${repository} diff --git a/eclipse/spring-boot-project.setup b/eclipse/spring-boot-project.setup index acb81c65f08..72985e11ac4 100644 --- a/eclipse/spring-boot-project.setup +++ b/eclipse/spring-boot-project.setup @@ -127,10 +127,10 @@ pattern="spring-boot-starter(s|-.*)"/> + name="spring-boot-smoke-tests"> + pattern="spring-boot-smoke-test(s|-.*)"/> diff --git a/pom.xml b/pom.xml index f37b72e8df3..28d97909af8 100644 --- a/pom.xml +++ b/pom.xml @@ -106,8 +106,8 @@ spring-boot-project - - spring-boot-samples-invoker + + spring-boot-smoke-tests-invoker spring-boot-tests @@ -121,7 +121,7 @@ spring-boot-project - spring-boot-samples + spring-boot-smoke-tests spring-boot-tests diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc index 33fc8ed9121..de4aeb50d43 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/getting-started.adoc @@ -557,7 +557,7 @@ editor for this example. [[getting-started-first-application-dependencies]] === Adding Classpath Dependencies Spring Boot provides a number of "`Starters`" that let you add jars to your classpath. -Our sample application has already used `spring-boot-starter-parent` in the `parent` +Our applications for smoke tests use the `spring-boot-starter-parent` in the `parent` section of the POM. The `spring-boot-starter-parent` is a special starter that provides useful Maven defaults. It also provides a <> @@ -819,11 +819,6 @@ https://spring.io/guides/[getting started] guides that solve specific "`How do I with Spring?`" problems. We also have Spring Boot-specific "`<>`" reference documentation. -The https://github.com/{github-repo}[Spring Boot repository] also has a -{github-code}/spring-boot-samples[bunch of samples] you can run. The samples are -independent of the rest of the code (that is, you do not need to build the rest to run or -use the samples). - Otherwise, the next logical step is to read _<>_. If you are really impatient, you could also jump ahead and read about _<>_. diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc index addc901e549..835adb71639 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -699,9 +699,7 @@ a plain HTTP connector at port 8080. Spring Boot does not support the configurat both an HTTP connector and an HTTPS connector through `application.properties`. If you want to have both, you need to configure one of them programmatically. We recommend using `application.properties` to configure HTTPS, as the HTTP connector is the easier of the -two to configure programmatically. See the -{github-code}/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors[`spring-boot-sample-tomcat-multi-connectors`] -sample project for an example. +two to configure programmatically. @@ -1668,9 +1666,7 @@ And the following example shows one way to set up the starters in Gradle: NOTE: The Log4j starters gather together the dependencies for common logging requirements (such as having Tomcat use `java.util.logging` but configuring the -output using Log4j 2). See the -{github-code}/spring-boot-samples/spring-boot-sample-actuator-log4j2[Actuator Log4j 2] -samples for more detail and to see it in action. +output using Log4j 2). NOTE: To ensure that debug logging performed using `java.util.logging` is routed into Log4j 2, configure its https://logging.apache.org/log4j/2.0/log4j-jul/index.html[JDK @@ -1895,9 +1891,7 @@ the same package (or a sub-package) of your `@EnableAutoConfiguration` class. For many applications, all you need is to put the right Spring Data dependencies on your classpath (there is a `spring-boot-starter-data-jpa` for JPA and a `spring-boot-starter-data-mongodb` for Mongodb) and create some repository interfaces to -handle your `@Entity` objects. Examples are in the -{github-code}/spring-boot-samples/spring-boot-sample-data-jpa[JPA sample] and the -{github-code}/spring-boot-samples/spring-boot-sample-data-mongodb[Mongodb sample]. +handle your `@Entity` objects. Spring Boot tries to guess the location of your `@Repository` definitions, based on the `@EnableAutoConfiguration` it finds. To get more control, use the `@EnableJpaRepositories` @@ -2356,8 +2350,6 @@ is sufficient to cause Flyway to use its own `DataSource`. If any of the three properties has not be set, the value of its equivalent `spring.datasource` property will be used. -There is a {github-code}/spring-boot-samples/spring-boot-sample-flyway[Flyway sample] so -that you can see how to set things up. You can also use Flyway to provide data for specific scenarios. For example, you can place test-specific migrations in `src/test/resources` and they are run only when your @@ -2399,9 +2391,6 @@ See {sc-spring-boot-autoconfigure}/liquibase/LiquibaseProperties.{sc-ext}[`LiquibaseProperties`] for details about available settings such as contexts, the default schema, and others. -There is a {github-code}/spring-boot-samples/spring-boot-sample-liquibase[Liquibase -sample] so that you can see how to set things up. - [[howto-messaging]] @@ -3049,22 +3038,6 @@ The following example shows how to build an executable archive with Ant: ---- -The {github-code}/spring-boot-samples/spring-boot-sample-ant[Ant Sample] has a -`build.xml` file with a `manual` task that should work if you run it with the following -command: - -[indent=0,subs="verbatim,quotes,attributes"] ----- - $ ant -lib clean manual ----- - -Then you can run the application with the following command: - -[indent=0,subs="verbatim,quotes,attributes"] ----- - $ java -jar target/*.jar ----- - [[howto-traditional-deployment]] @@ -3166,11 +3139,6 @@ file with the provided dependencies packaged in a `lib-provided` directory. This that, in addition to being deployable to a servlet container, you can also run your application by using `java -jar` on the command line. -TIP: Take a look at Spring Boot's sample applications for a -{github-code}/spring-boot-samples/spring-boot-sample-traditional/pom.xml[Maven-based -example] of the previously described configuration. - - [[howto-convert-an-existing-application-to-spring-boot]] diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index cae153fb807..296d786acce 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -1586,9 +1586,7 @@ You can also add a custom Spring `Validator` by creating a bean definition calle configuration properties validator is created very early in the application's lifecycle, and declaring the `@Bean` method as static lets the bean be created without having to instantiate the `@Configuration` class. Doing so avoids any problems that may be caused -by early instantiation. There is a -{github-code}/spring-boot-samples/spring-boot-sample-property-validation[property -validation sample] that shows how to set things up. +by early instantiation. TIP: The `spring-boot-actuator` module includes an endpoint that exposes all `@ConfigurationProperties` beans. Point your web browser to @@ -3212,9 +3210,6 @@ an `@Order`, which you can set with `spring.jersey.filter.order`. Both the servl the filter registrations can be given init parameters by using `spring.jersey.init.*` to specify a map of properties. -There is a {github-code}/spring-boot-samples/spring-boot-sample-jersey[Jersey sample] so -that you can see how to set things up. - [[boot-features-embedded-container]] @@ -3422,9 +3417,6 @@ packaged as an executable archive), there are some limitations in the JSP suppor <> should be used instead. -There is a {github-code}/spring-boot-samples/spring-boot-sample-web-jsp[JSP sample] so -that you can see how to set things up. - [[boot-features-reactive-server]] @@ -3646,8 +3638,6 @@ so does not disable the `UserDetailsService` configuration or Actuator's securit To also switch off the `UserDetailsService` configuration, you can add a bean of type `UserDetailsService`, `AuthenticationProvider`, or `AuthenticationManager`. -There are several secure applications in the {github-code}/spring-boot-samples/[Spring -Boot samples] to get you started with common use cases. Access rules can be overridden by adding a custom `WebSecurityConfigurerAdapter`. Spring Boot provides convenience methods that can be used to override access rules for actuator diff --git a/spring-boot-samples/README.adoc b/spring-boot-samples/README.adoc deleted file mode 100644 index a4d77923dca..00000000000 --- a/spring-boot-samples/README.adoc +++ /dev/null @@ -1,244 +0,0 @@ -= Spring Boot Samples - -The following sample applications are provided: - -|=== -| Sample | Description - -| link:spring-boot-sample-activemq[spring-boot-sample-activemq] -| JMS consumer and producer using Apache ActiveMQ - -| link:spring-boot-sample-actuator[spring-boot-sample-actuator] -| REST service with production-ready features - -| link:spring-boot-sample-actuator-log4j2[spring-boot-sample-actuator-log4j2] -| Production-ready features using log4j 2 for logging (instead of logback) - -| link:spring-boot-sample-actuator-noweb[spring-boot-sample-actuator-noweb] -| Non-web application with production-ready features - -| link:spring-boot-sample-actuator-ui[spring-boot-sample-actuator-ui] -| Web UI example with production-ready features - -| link:spring-boot-sample-amqp[spring-boot-sample-amqp] -| Message-oriented application using AMQP and RabbitMQ - -| link:spring-boot-sample-ant[spring-boot-sample-ant] -| Executable JAR build using Ant - -| link:spring-boot-sample-aop[spring-boot-sample-aop] -| Demonstrates explicit usage of Spring AOP - -| link:spring-boot-sample-atmosphere[spring-boot-sample-atmosphere] -| Chat service built using Atmosphere - -| link:spring-boot-sample-batch[spring-boot-sample-batch] -| Define and run a Batch job in a few lines of code - -| link:spring-boot-sample-cache[spring-boot-sample-cache] -| Web application that uses Spring's cache abstraction - -| link:spring-boot-sample-custom-layout[spring-boot-sample-custom-layout] -| Creates custom Jar Layout - -| link:spring-boot-sample-data-cassandra[spring-boot-sample-data-cassandra] -| Stores data using Spring Data Cassandra - -| link:spring-boot-sample-data-couchbase[spring-boot-sample-data-couchbase] -| Stores data using Spring Data Couchbase - -| link:spring-boot-sample-data-elasticsearch[spring-boot-sample-data-elasticsearch] -| Stores data using Spring Data Elasticsearch - -| link:spring-boot-sample-data-jdbc[spring-boot-sample-data-jdbc] -| Stores data using Spring Data JDBC - -| link:spring-boot-sample-data-jpa[spring-boot-sample-data-jpa] -| Stores data using Spring Data JPA with Hibernate - -| link:spring-boot-sample-data-ldap[spring-boot-sample-data-ldap] -| Stores data using Spring Data LDAP - -| link:spring-boot-sample-data-mongodb[spring-boot-sample-data-mongodb] -| Stores data using Spring Data MongoDB - -| link:spring-boot-sample-data-neo4j[spring-boot-sample-data-neo4j] -| Stores data using Spring Data Neo4j - -| link:spring-boot-sample-data-redis[spring-boot-sample-data-redis] -| Stores data using Spring Data Redis - -| link:spring-boot-sample-data-rest[spring-boot-sample-data-rest] -| RESTful service built using Spring Data REST - -| link:spring-boot-sample-data-solr[spring-boot-sample-data-solr] -| Stores data using Spring Data Solr - -| link:spring-boot-sample-devtools[spring-boot-sample-devtools] -| Using DevTools for rapid application development - -| link:spring-boot-sample-flyway[spring-boot-sample-flyway] -| Database migrations with Flyway - -| link:spring-boot-sample-hateoas[spring-boot-sample-hateoas] -| RESTful API built using Spring Hateoas - -| link:spring-boot-sample-integration[spring-boot-sample-integration] -| Integration application built using Spring Integration and its Java DSL - -| link:spring-boot-sample-jersey[spring-boot-sample-jersey] -| RESTful service built using Jersey - -| link:spring-boot-sample-jetty[spring-boot-sample-jetty] -| Embedded Jetty - -| link:spring-boot-sample-jetty-ssl[spring-boot-sample-jetty-ssl] -| Embedded Jetty configured to use SSL - -| link:spring-boot-sample-jetty-jsp[spring-boot-sample-jetty-jsp] -| Web application that uses JSP templates with Jetty - -| link:spring-boot-sample-jooq[spring-boot-sample-jooq] -| Stores data using jOOQ - -| link:spring-boot-sample-jpa[spring-boot-sample-jpa] -| Uses plain JPA (Hibernate) - -| link:spring-boot-sample-jta-atomikos[spring-boot-sample-jta-atomikos] -| JTA transactions with Atomikos - -| link:spring-boot-sample-jta-bitronix[spring-boot-sample-jta-bitronix] -| JTA transactions with Bitronix - -| link:spring-boot-sample-jta-jndi[spring-boot-sample-jta-jndi] -| JTA transactions using a `TransactionManager` and `DataSource` from JNDI - -| link:spring-boot-sample-junit-jupiter[spring-boot-sample-junit-jupiter] -| Demonstrates JUnit Jupiter-based testing - -| link:spring-boot-sample-kafka[spring-boot-sample-kafka] -| Consumer and producer using Apache Kafka - -| link:spring-boot-sample-liquibase[spring-boot-sample-liquibase] -| Database migrations with Liquibase - -| link:spring-boot-sample-logback[spring-boot-sample-logback] -| Demonstrates Spring Boot's custom Logback functionality configured in logback-spring.xml - -| link:spring-boot-sample-metrics-dropwizard[spring-boot-sample-metrics-dropwizard] -| Demonstrates support for Dropwizard metrics - -| link:spring-boot-sample-metrics-opentsdb[spring-boot-sample-metrics-opentsdb] -| Exports metrics to OpenTSDB - -| link:spring-boot-sample-metrics-redis[spring-boot-sample-metrics-redis] -| Exports metrics to Redis - -| link:spring-boot-sample-oauth2-client[spring-boot-sample-oauth2-client] -| Configure an OAuth2 login client - -| link:spring-boot-sample-reactive-oauth2-client[spring-boot-sample-reactive-oauth2-client] -| Configure a Reactive OAuth2 login client - -| link:spring-boot-sample-oauth2-resource-server[spring-boot-sample-oauth2-resource-server] -| Configure an OAuth2 resource server - -| link:spring-boot-sample-reactive-oauth2-resource-server[spring-boot-sample-reactive-oauth2-resource-server] -| Configure a Reactive OAuth2 resource server - -| link:spring-boot-sample-parent-context[spring-boot-sample-parent-context] -| Application that uses an `ApplicationContext` with a parent - -| link:spring-boot-sample-profile[spring-boot-sample-profile] -| Demonstrates some of Spring Framework's `@Profile` capabilities - -| link:spring-boot-sample-property-validation[spring-boot-sample-property-validation] -| Demonstrates the usage of `@ConfigurationProperties` with a Spring `Validator` - -| link:spring-boot-sample-secure[spring-boot-sample-secure] -| Non-web application that uses Spring Security - -| link:spring-boot-sample-servlet[spring-boot-sample-servlet] -| Web application with a "raw" `Servlet` returning plain text content - -| link:spring-boot-sample-session[spring-boot-sample-session] -| Web Application that uses Spring Session to manage session data - -| link:spring-boot-sample-simple[spring-boot-sample-simple] -| Simple command line application - -| link:spring-boot-sample-test[spring-boot-sample-test] -| Demonstrates Spring Boot's testing capabilities - -| link:spring-boot-sample-testng[spring-boot-sample-testng] -| Demonstrates TestNG-based testing - -| link:spring-boot-sample-tomcat[spring-boot-sample-tomcat] -| Embedded Tomcat - -| link:spring-boot-sample-tomcat-jsp[spring-boot-sample-tomcat-jsp] -| Web application that uses JSP templates with Tomcat - -| link:spring-boot-sample-tomcat-multi-connectors[spring-boot-sample-tomcat-multi-connectors] -| Web application that uses Tomcat configured with multiple connectors - -| link:spring-boot-sample-tomcat-ssl[spring-boot-sample-tomcat-ssl] -| Web application that uses Tomcat configured with SSL - -| link:spring-boot-sample-traditional[spring-boot-sample-traditional] -| Traditional WAR packaging (but also executable using `java -jar`) - -| link:spring-boot-sample-undertow[spring-boot-sample-undertow] -| Embedded Undertow - -| link:spring-boot-sample-undertow-ssl[spring-boot-sample-undertow-ssl] -| Embedded Undertow configured to use SSL - -| link:spring-boot-sample-war[spring-boot-sample-war] -| Web application packaged as a war file - -| link:spring-boot-sample-web-freemarker[spring-boot-sample-web-freemarker] -| Web application that uses FreeMarker templates - -| link:spring-boot-sample-web-groovy-templates[spring-boot-sample-web-groovy-templates] -| Web application that uses Groovy templates - -| link:spring-boot-sample-web-jsp[spring-boot-sample-web-jsp] -| Web application that uses JSP templates - -| link:spring-boot-sample-web-method-security[spring-boot-sample-web-method-security] -| Web application with Security configuration enabling global method security - -| link:spring-boot-sample-web-mustache[spring-boot-sample-web-mustache] -| Web application that uses Mustache views - -| link:spring-boot-sample-web-secure[spring-boot-sample-web-secure] -| Web application with typical Security configuration enabling a login form - -| link:spring-boot-sample-web-secure-custom[spring-boot-sample-web-secure-custom] -| Web application with custom Spring Security configuration - -| link:spring-boot-sample-web-secure-jdbc[spring-boot-sample-web-secure-jdbc] -| Web application with Spring Security configured to use JDBC authentication - -| link:spring-boot-sample-web-static[spring-boot-sample-web-static] -| Web application that serves static files - -| link:spring-boot-sample-web-ui[spring-boot-sample-web-ui] -| Web application with a basic UI built using Bootstrap and JQuery - -| link:spring-boot-sample-webservices[spring-boot-sample-webservices] -| Simple contract-first SOAP web service with Spring Web Services - -| link:spring-boot-sample-websocket-jetty[spring-boot-sample-websocket-jetty] -| WebSocket application that uses Jetty - -| link:spring-boot-sample-websocket-tomcat[spring-boot-sample-websocket-tomcat] -| WebSocket application that uses Tomcat - -| link:spring-boot-sample-websocket-undertow[spring-boot-sample-websocket-undertow] -| WebSocket application that uses Undertow - -| link:spring-boot-sample-xml[spring-boot-sample-xml] -| Example show how Spring Boot can be mixed with traditional XML configuration (we - generally recommend using Java `@Configuration` whenever possible diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml deleted file mode 100644 index b555b92df08..00000000000 --- a/spring-boot-samples/pom.xml +++ /dev/null @@ -1,250 +0,0 @@ - - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - ${revision} - ../spring-boot-project/spring-boot-starters/spring-boot-starter-parent - - spring-boot-samples - pom - Spring Boot Samples - Spring Boot Samples - - ${basedir}/.. - 1.8 - false - - - spring-boot-sample-ant - spring-boot-sample-activemq - spring-boot-sample-actuator - spring-boot-sample-actuator-log4j2 - spring-boot-sample-actuator-noweb - spring-boot-sample-actuator-ui - spring-boot-sample-actuator-custom-security - spring-boot-sample-amqp - spring-boot-sample-animated-banner - spring-boot-sample-aop - spring-boot-sample-atmosphere - spring-boot-sample-batch - spring-boot-sample-cache - spring-boot-sample-custom-layout - spring-boot-sample-data-cassandra - spring-boot-sample-data-couchbase - spring-boot-sample-data-elasticsearch - spring-boot-sample-data-jdbc - spring-boot-sample-data-jpa - spring-boot-sample-data-ldap - spring-boot-sample-data-mongodb - spring-boot-sample-data-neo4j - spring-boot-sample-data-redis - spring-boot-sample-data-rest - spring-boot-sample-data-solr - spring-boot-sample-devtools - spring-boot-sample-flyway - spring-boot-sample-hateoas - spring-boot-sample-integration - spring-boot-sample-jersey - spring-boot-sample-jetty - spring-boot-sample-jetty-jsp - spring-boot-sample-jetty-ssl - spring-boot-sample-jooq - spring-boot-sample-jpa - spring-boot-sample-jta-atomikos - spring-boot-sample-jta-bitronix - spring-boot-sample-jta-jndi - spring-boot-sample-junit-jupiter - spring-boot-sample-junit-vintage - spring-boot-sample-kafka - spring-boot-sample-liquibase - spring-boot-sample-logback - spring-boot-sample-oauth2-client - spring-boot-sample-oauth2-resource-server - spring-boot-sample-parent-context - spring-boot-sample-profile - spring-boot-sample-property-validation - spring-boot-sample-quartz - spring-boot-sample-reactive-oauth2-client - spring-boot-sample-reactive-oauth2-resource-server - spring-boot-sample-secure - spring-boot-sample-secure-webflux - spring-boot-sample-servlet - spring-boot-sample-session - spring-boot-sample-session-webflux - spring-boot-sample-simple - spring-boot-sample-test - spring-boot-sample-test-nomockito - spring-boot-sample-testng - spring-boot-sample-tomcat - spring-boot-sample-tomcat-jsp - spring-boot-sample-tomcat-ssl - spring-boot-sample-tomcat-multi-connectors - spring-boot-sample-traditional - spring-boot-sample-undertow - spring-boot-sample-undertow-ssl - spring-boot-sample-war - spring-boot-sample-web-freemarker - spring-boot-sample-web-groovy-templates - spring-boot-sample-web-jsp - spring-boot-sample-web-method-security - spring-boot-sample-web-mustache - spring-boot-sample-web-secure - spring-boot-sample-web-secure-custom - spring-boot-sample-web-secure-jdbc - spring-boot-sample-web-static - spring-boot-sample-web-ui - spring-boot-sample-webflux - spring-boot-sample-websocket-jetty - spring-boot-sample-websocket-tomcat - spring-boot-sample-websocket-undertow - spring-boot-sample-webservices - spring-boot-sample-xml - - - - - - - org.codehaus.mojo - flatten-maven-plugin - true - - - flatten - process-resources - - flatten - - - true - oss - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.apache.maven.plugins - - - maven-enforcer-plugin - - - [1.3.1,) - - - enforce - - - - - - - - - - org.springframework.boot - - - spring-boot-maven-plugin - - - [1.4.0.BUILD-SNAPSHOT,) - - - build-info - - - - - - - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - **/*Tests.java - - - **/Abstract*.java - - - file:/dev/./urandom - true - - - - - org.apache.maven.plugins - maven-enforcer-plugin - - - enforce-rules - - enforce - - - - - - commons-logging:*:* - - true - - - true - - - - - - org.apache.maven.plugins - maven-install-plugin - - true - - - - org.apache.maven.plugins - maven-javadoc-plugin - - true - - true - - - - - - fast - - - fast - - - - true - - - - diff --git a/spring-boot-samples/spring-boot-sample-cache/README.adoc b/spring-boot-samples/spring-boot-sample-cache/README.adoc deleted file mode 100644 index ee332a97992..00000000000 --- a/spring-boot-samples/spring-boot-sample-cache/README.adoc +++ /dev/null @@ -1,126 +0,0 @@ -= Spring Boot Cache Sample - -This sample demonstrates the caching auto-configuration support. Spring's caching -abstraction is supported by many caching libraries, including: - -* Any compliant `JSR-107` (JCache) provider -* `EhCache` -* `Hazelcast` -* `Infinispan` -* `Couchbase` -* `Redis` -* `Caffeine` -* Simple provider based on `ConcurrentHashMap` -* Generic provider based on `org.springframework.Cache` bean definition(s) - -The sample defines a simple `CountryService` that caches countries by ISO code. When -the application starts a client invokes the service with a random code every 500ms. -You can look at the `/metrics` endpoint to review the cache statistics if your chosen -caching provider is supported. - - - -== Using the JSR-107 annotations -The sample uses Spring's cache annotation. If you want to use the JSR-107 annotations -instead, simply add the `javax.cache:cache-api` dependency to the project. No further -configuration is necessary. - -NOTE: You can use the JSR-107 annotations with _any_ cache provider; a JSR-107 -compliant cache provider is not necessary. - - - -== Using a different cache provider -Initially, the project does not define any caching library so the abstraction works -on simple `ConcurrentHashMap`-based caches. You can try out your favorite caching -library as explained below. - - - -=== JCache (JSR-107) -If you want to configure your cache infrastructure via the standard, you need a -compliant implementation and the JSR-107 api. You first need to add -`javax.cache:cache-api` to your project. Then you could try the following: - -* `EhCache 3`: add `org.ehcache:ehcache` -* `Hazelcast`: add `com.hazelcast:hazelcast` -* `Infinispan`: add `org.infinispan:infinispan-jcache` - -TIP: Run sample cache application using JCache and EhCache3 by uncommenting the -`spring.cache.jcache.config` property and `$mvn spring-boot:run -Pehcache`. - -TIP: Refer to the documentation of the JSR-107 implementation you want to use: certain -cache providers do not create a default cache on-the-fly if it does not exist so you might -need to update the sample to create the caches on startup or specify the location to the -provider-specific file via the `spring.cache.jcache.config` property. - -NOTE: Any other JSR-107 compliant provider is also supported but Spring Boot may not -offer a dependency management entry for it. You will have to add it with the version -of the library that you want to use. - - - -=== EhCache 2.x -Simply add the `net.sf.ehcache:ehcache` dependency to the project. Since there is a -default `ehcache.xml` configuration file at the root of the classpath, -it is automatically used to configure the underlying `CacheManager`. -Note that EhCache 3 uses a different format and doesn't default to `ehcache.xml` -anymore. Check https://www.ehcache.org/documentation/3.0/xml.html[the documentation] -for more details. - -TIP: Run sample cache application using EhCache with -`$mvn spring-boot:run -Pehcache2`. - - - -=== Hazelcast -Both `com.hazelcast:hazelcast` and `com.hazelcast:hazelcast-spring` should be added -to the project to enable support for Hazelcast. Since there is a default -`hazelcast.xml` configuration file at the root of the classpath, it is used to -automatically configure the underlying `HazelcastInstance`. - -TIP: Run sample cache application using Hazelcast with -`$mvn spring-boot:run -Phazelcast`. - - - -=== Infinispan -Add the `org.infinispan:infinispan-spring4-embedded` dependency to enable support for -Infinispan. There is no default location that Infinispan uses to look for a config -file so this sample is configured to use the provider `infinispan.xml` configuration -file specified via the `spring.cache.infinispan.config` property. - -TIP: Run sample cache application using Infinispan with -`$mvn spring-boot:run -Pinfinispan`. - -NOTE: If you want to use the client/server mode or if you need more options, Infinispan -provides an official Spring Boot starter, check -https://github.com/infinispan/infinispan-spring-boot[the documentation] for more details. - - - -=== Couchbase -Add the `java-client` and `couchbase-spring-cache` dependencies and make sure that -you have setup at least a `spring.couchbase.bootstrap-hosts` property. - -TIP: Run sample cache application using Couchbase with -`$mvn spring-boot:run -Pcouchbase`. - - - -=== Redis -Add the `spring-boot-starter-data-redis` and make sure it is configured properly (by -default, a redis instance with the default settings is expected on your local box). - -TIP: Run sample cache application using Redis with -`$mvn spring-boot:run -Predis`. - - - -=== Caffeine -Simply add the `com.github.ben-manes.caffeine:caffeine` dependency to enable support -for Caffeine. You can customize how caches are created in different ways, see -`application.properties` for an example and the documentation for more details. - -TIP: Run sample cache application using Caffeine with -`$mvn spring-boot:run -Pcaffeine`. diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/src/it/settings.xml b/spring-boot-samples/spring-boot-sample-custom-layout/src/it/settings.xml deleted file mode 100644 index e1e0ace341b..00000000000 --- a/spring-boot-samples/spring-boot-sample-custom-layout/src/it/settings.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - it-repo - - true - - - - local.central - @localRepositoryUrl@ - - true - - - true - - - - - - local.central - @localRepositoryUrl@ - - true - - - true - - - - - - diff --git a/spring-boot-samples/spring-boot-sample-data-cassandra/README.adoc b/spring-boot-samples/spring-boot-sample-data-cassandra/README.adoc deleted file mode 100644 index 6712ec1a854..00000000000 --- a/spring-boot-samples/spring-boot-sample-data-cassandra/README.adoc +++ /dev/null @@ -1,12 +0,0 @@ -= Spring Boot Sample Data Cassandra - -To run the project, need to run below `cql` commands on Cassandra. - -== Keyspace Creation in Cassandra -[source,indent=0] ----- - CREATE KEYSPACE mykeyspace WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 1 }; ----- - -== Table Creation in Cassandra -Run `cql` using the link:src/test/resources/setup.cql[setup script] located in resources folder. diff --git a/spring-boot-samples/spring-boot-sample-data-couchbase/README.adoc b/spring-boot-samples/spring-boot-sample-data-couchbase/README.adoc deleted file mode 100644 index 926b7b2d959..00000000000 --- a/spring-boot-samples/spring-boot-sample-data-couchbase/README.adoc +++ /dev/null @@ -1,27 +0,0 @@ -= Spring Boot Couchbase Sample - -This sample demonstrates how you can store a simple document using Spring Data Couchbase. - -The sample expects couchbase to run on your machine with a bucket named `default` and -no password. You can customize these settings in `application.properties`. - -This sample also configures the `auto-index` property and the `UserRepository` defines -the `all` view so you should be able to invoke `findAll` for this sample. - -== Creating the view manually - -If you don't want to rely on `auto-index` and better understand how this works behind the -scenes, you need to create an `all` view for the `User`. Go to the Couchbase server’s -admin console and visit the Views screen, then click `Create Development View` and name -it `all` with `user` as document name. On that view, you need to change the code to: - -```java -function (doc, meta) { - if (doc._class == "sample.data.couchbase.User") { - emit(meta.id, null); - } -} -``` - -and the _reduce_ function to `_count`. After you've saved your changes go back to `Views` -and click on `Publish` so that the `all` view move to the `Production Views` tab. \ No newline at end of file diff --git a/spring-boot-samples/spring-boot-sample-data-neo4j/README.adoc b/spring-boot-samples/spring-boot-sample-data-neo4j/README.adoc deleted file mode 100644 index 9e7d37cb247..00000000000 --- a/spring-boot-samples/spring-boot-sample-data-neo4j/README.adoc +++ /dev/null @@ -1,16 +0,0 @@ -= Spring Boot Neo4j Sample - -This sample demonstrates the integration of Neo4j with a simple entity. It -expects a Neo4j instance running on `localhost`. If your neo4j instance -requires authentication, update `application.properties` with your credentials: - -``` -spring.data.neo4j.username=neo4j -spring.data.neo4j.password=secret -``` - -You can also locally add the embedded driver to embed Neo4j instead. Note -that Spring Boot does not provide dependency management for that GPL-licensed -library, see -https://docs.spring.io/spring-data/neo4j/docs/4.2.x/reference/html/#reference.getting_started.driver[the official documentation] -for more details. diff --git a/spring-boot-samples/spring-boot-sample-flyway/README.adoc b/spring-boot-samples/spring-boot-sample-flyway/README.adoc deleted file mode 100644 index 1c3559a3f1d..00000000000 --- a/spring-boot-samples/spring-boot-sample-flyway/README.adoc +++ /dev/null @@ -1,9 +0,0 @@ -== Spring Boot Flyway Sample - -This sample demonstrates the flyway auto-configuration support. - -You can look at `http://localhost:8080/actuator/flyway` to review the list of scripts. - -This sample also enables the H2 console (at `http://localhost:8080/h2-console`) -so that you can review the state of the database (the default jdbc url is -`jdbc:h2:mem:testdb`). diff --git a/spring-boot-samples/spring-boot-sample-jooq/README.adoc b/spring-boot-samples/spring-boot-sample-jooq/README.adoc deleted file mode 100644 index 17e6be3742e..00000000000 --- a/spring-boot-samples/spring-boot-sample-jooq/README.adoc +++ /dev/null @@ -1,9 +0,0 @@ -== jOOQ Sample - -To rerun the code generator: - -[indent=0] ----- - $ rm -fr gensrc - $ mvn clean generate-sources -Pgenerate ----- diff --git a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Tables.java b/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Tables.java deleted file mode 100644 index e40f288ce8c..00000000000 --- a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Tables.java +++ /dev/null @@ -1,41 +0,0 @@ -/** - * This class is generated by jOOQ - */ -package sample.jooq.domain; - -import javax.annotation.Generated; - -/** - * Convenience access to all tables in PUBLIC - */ -@Generated(value = { "https://www.jooq.org", - "jOOQ version:3.8.2" }, comments = "This class is generated by jOOQ") -@SuppressWarnings({ "all", "unchecked", "rawtypes" }) -public class Tables { - - /** - * The table PUBLIC.LANGUAGE. - */ - public static final Language LANGUAGE = sample.jooq.domain.Language.LANGUAGE; - - /** - * The table PUBLIC.AUTHOR. - */ - public static final Author AUTHOR = sample.jooq.domain.Author.AUTHOR; - - /** - * The table PUBLIC.BOOK. - */ - public static final Book BOOK = sample.jooq.domain.Book.BOOK; - - /** - * The table PUBLIC.BOOK_STORE. - */ - public static final BookStore BOOK_STORE = sample.jooq.domain.BookStore.BOOK_STORE; - - /** - * The table PUBLIC.BOOK_TO_BOOK_STORE. - */ - public static final BookToBookStore BOOK_TO_BOOK_STORE = sample.jooq.domain.BookToBookStore.BOOK_TO_BOOK_STORE; - -} diff --git a/spring-boot-samples/spring-boot-sample-jta-jndi/README.adoc b/spring-boot-samples/spring-boot-sample-jta-jndi/README.adoc deleted file mode 100644 index f415a5540f3..00000000000 --- a/spring-boot-samples/spring-boot-sample-jta-jndi/README.adoc +++ /dev/null @@ -1,148 +0,0 @@ -## Introduction - -This application is intended to run inside of a Java EE application server such as -JBoss Wildfly. It demonstrates Spring Boot's auto-configuration defaulting for a -container-managed `TransactionManager` and `DataSource`. This example unfortunately -requires a fully configured Wildfly installation. You'll need to configure a PostgreSQL -XA `DataSource` and an XA `ConnectionFactory` in the Java EE application server's -JNDI machinery. - -## Setup - -### Postgres -We will use postgres as the underlying database, v9.3.5 or above is recommend. Follow -the installation instructions from https://www.postgresql.org/[postgresql.org] or use -a package manager to install the appropriate binaries. - -Once installed you will need to initialize and start the server. - -[source,indent=0] ----- - $ initdb /usr/local/var/postgres -E utf8 - $ pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start ----- - -With the server running you can create a user and a database: - -[source,indent=0] ----- - $ createuser springboot - $ createdb bootdemo ----- - -Finally you can type `psql bootdemo` to configure a password: - -[source,indent=0] ----- - ALTER USER springboot WITH PASSWORD 'springboot'; - \q ----- - - -### WildFly 8.1 -Download an install WildFly 8.1 from https://wildfly.org/downloads/[wildfly.org]. Once -installed you will need to add a management user by running `$JBOSS_HOME/bin/add-user.sh` -(see the WildFly documentation for details). - -You will also need to add a postgresql module. The following commands setup the basic -structure: - -[source,indent=0] ----- - $ cd $JBOSS_HOME - mkdir -p modules/org/postgresql/main - wget https://jdbc.postgresql.org/download/postgresql-9.3-1102.jdbc41.jar - mv postgresql-9.3-1102.jdbc41.jar modules/org/postgresql/main ----- - -You can then add the following to `$JBOSS_HOME/modules/org/postgresql/main/module.xml`: - -[source,indent=0] ----- - - - - - - - - - - ----- - -## Configuration -A custom WildFly configuration is required for the XA `DataSource` and `ConnectionFactory` -elements. The `$JBOSS_HOME/standalone/configuration/standalone-full.xml` is a good -starting point, copy this file to -`$JBOSS_HOME/standalone/configuration/standalone-boot-demo.xml` then make the following -changes. - -### DataSource -You need to register a PostgreSQL XA `Driver` and then configure an `xa-datasource`. - -Here's a complete listing of the `xa-datasource` contribution to the `datasources` -element, and the `driver` contribution to the `drivers` element to configure a PostgreSQL -DB connection to localhost. -https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6/html-single/Administration_and_Configuration_Guide/index.html#Install_a_JDBC_Driver_with_the_Management_Console[You can learn more from the documentation]. - -[source,xml,indent=0,subs="verbatim,attributes"] ----- - - ... - - jdbc:postgresql://localhost:5432/crm - postgres - - 10 - 20 - true - - - springboot - springboot - - - - ... - - org.postgresql.xa.PGXADataSource - - - ----- - -### JMS Destination -You will also need to configure a `javax.jms.Destination` by contributing the following to -the `hornetq-server` element: - -[source,xml,indent=0,subs="verbatim,attributes"] ----- - - - - - ... - ----- - - -## Running and deploying the sample -Run Wildfly with the following command: - -[source,indent=0] ----- - $JBOSS_HOME/bin/standalone.sh -c standalone-boot-demo.xml ----- - -Once running you can deploy the application by copying -`target/spring-boot-sample-jta-jndi.war` to `$JBOSS_HOME/standalone/deployments`. - -Open a browser to http://localhost:8080/spring-boot-sample-jta-jndi to trigger the -sample. You should see the current count (it will increment by one on each refresh). If -you check the logs you should see a `----> Josh` message and some counts. Notice how the -`error` message triggers an exception with causes both the database insert and the JMS -message to be rolled back. diff --git a/spring-boot-samples/spring-boot-sample-liquibase/README.adoc b/spring-boot-samples/spring-boot-sample-liquibase/README.adoc deleted file mode 100644 index 23b5fbc074c..00000000000 --- a/spring-boot-samples/spring-boot-sample-liquibase/README.adoc +++ /dev/null @@ -1,10 +0,0 @@ -== Spring Boot Liquibase Sample - -This sample demonstrates the liquibase auto-configuration support. - -You can look at `http://localhost:8080/actuator/liquibase` to review the list of -scripts. - -This sample also enables the H2 console (at `http://localhost:8080/h2-console`) -so that you can review the state of the database (the default jdbc url is -`jdbc:h2:mem:testdb`). diff --git a/spring-boot-samples/spring-boot-sample-oauth2-client/README.adoc b/spring-boot-samples/spring-boot-sample-oauth2-client/README.adoc deleted file mode 100644 index 8da65088831..00000000000 --- a/spring-boot-samples/spring-boot-sample-oauth2-client/README.adoc +++ /dev/null @@ -1,12 +0,0 @@ -= Spring Boot Sample OAuth2 Client - -== Register Github OAuth2 application -To run the sample, you need to link:https://github.com/settings/applications/new[register an OAuth application on Github]. -While registering your application, ensure the Authorization callback URL is set to http://localhost:8080/login/oauth2/code/github. -After completing the registration, you will have a new OAuth Application with a Client ID and Client Secret. - -== Configuring application.yml -Once the OAuth application is registered with GitHub, you need to configure the sample application to use this OAuth application (client). -Edit the link:src/main/resources/application.yml[application.yml] and replace ${APP-CLIENT-ID} and ${APP-CLIENT-SECRET} with the OAuth client credentials created in the previous section. - -The sample can now be run and you can login with your Github user credentials. diff --git a/spring-boot-samples/spring-boot-sample-quartz/README.adoc b/spring-boot-samples/spring-boot-sample-quartz/README.adoc deleted file mode 100644 index e90a709db9c..00000000000 --- a/spring-boot-samples/spring-boot-sample-quartz/README.adoc +++ /dev/null @@ -1,11 +0,0 @@ -== Spring Boot Quartz Sample - -This sample demonstrates the Quartz auto-configuration support. - -The sample uses Maven. It can be built and run from the command line: - ----- -$ mvn spring-boot:run ----- - -Console log will now show "Hello World!" from `SampleJob` every 2 seconds. diff --git a/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/README.adoc b/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/README.adoc deleted file mode 100644 index ba8ce9869f2..00000000000 --- a/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/README.adoc +++ /dev/null @@ -1,12 +0,0 @@ -= Spring Boot Sample Reactive OAuth2 Client - -== Register Github OAuth2 application -To run the sample, you need to link:https://github.com/settings/applications/new[register an OAuth application on Github]. -While registering your application, ensure the Authorization callback URL is set to http://localhost:8080/login/oauth2/code/github. -After completing the registration, you will have a new OAuth Application with a Client ID and Client Secret. - -== Configuring application.yml -Once the OAuth application is registered with GitHub, you need to configure the sample application to use this OAuth application (client). -Edit the link:src/main/resources/application.yml[application.yml] and replace ${APP-CLIENT-ID} and ${APP-CLIENT-SECRET} with the OAuth client credentials created in the previous section. - -The sample can now be run and you can login with your Github user credentials. diff --git a/spring-boot-samples/spring-boot-sample-session-webflux/README.adoc b/spring-boot-samples/spring-boot-sample-session-webflux/README.adoc deleted file mode 100644 index a537f4af9bc..00000000000 --- a/spring-boot-samples/spring-boot-sample-session-webflux/README.adoc +++ /dev/null @@ -1,37 +0,0 @@ -= Spring Boot Spring Session Sample - -This sample demonstrates the Spring Session WebFlux auto-configuration support. Spring -Session supports multiple reactive session store types, including: - -* `Redis` -* `MongoDB` - - - -== Using a different session store -Initially, the project uses MongoDB session store backed by an embedded MongoDB. You can -try out your favorite session store as explained below. - - - -=== Redis -Add `org.springframework.session:spring-session-data-redis` and -`spring-boot-starter-data-redis-reactive` dependencies to the project and make sure it is -configured properly (by default, a Redis instance with the default settings is expected -on your local box). - -TIP: Run sample application using Redis session store using -`$mvn spring-boot:run -Predis`. - - - -=== MongoDB -Add `org.springframework.session:spring-session-data-mongodb` and -`spring-boot-starter-data-mongodb-reactive` and -`de.flapdoodle.embed:de.flapdoodle.embed.mongo` dependencies to the project. An embedded -MongoDB is automatically configured. - -TIP: Run sample application using MongoDB session store using -`$mvn spring-boot:run -Pmongodb`. - -Note that this profile is active by default. diff --git a/spring-boot-samples/spring-boot-sample-session/README.adoc b/spring-boot-samples/spring-boot-sample-session/README.adoc deleted file mode 100644 index 63498573259..00000000000 --- a/spring-boot-samples/spring-boot-sample-session/README.adoc +++ /dev/null @@ -1,60 +0,0 @@ -= Spring Boot Spring Session Sample - -This sample demonstrates the Spring Session auto-configuration support. Spring Session -supports multiple session store types, including: - -* `Redis` -* `JDBC` -* `Hazelcast` -* `MongoDB` - - - -== Using a different session store -Initially, the project uses JDBC session store backed by an in-memory embedded H2 -database. You can try out your favorite session store as explained below. - - - -=== Redis -Add `org.springframework.session:spring-session-data-redis` and -`spring-boot-starter-data-redis` dependencies to the project and make sure it is -configured properly (by default, a Redis instance with the default settings is expected -on your local box). - -TIP: Run sample application using Redis session store using -`$mvn spring-boot:run -Predis`. - - - -=== JDBC -Add `org.springframework.session:spring-session-jdbc`, -`org.springframework.boot:spring-boot-starter-jdbc` and `com.h2database:h2` dependencies -to the project. An in-memory embedded H2 database is automatically configured. - -TIP: Run sample application using JDBC session store with -`$mvn spring-boot:run -Pjdbc`. - -Note that this profile is active by default. - - - -=== Hazelcast -Add `org.springframework.session:spring-session-hazelcast` and `com.hazelcast:hazelcast` -dependencies to the project to enable support for Hazelcast. Since there is a default -`hazelcast.xml` configuration file at the root of the classpath, it is used to -automatically configure the underlying `HazelcastInstance`. - -TIP: Run sample application using Hazelcast session store with -`$mvn spring-boot:run -Phazelcast`. - - - -=== MongoDB -Add `org.springframework.session:spring-session-data-mongodb` and -`spring-boot-starter-data-mongodb` dependencies to the project and make sure it is -configured properly (by default, a MongoDB instance with the default settings is expected -on your local box). - -TIP: Run sample application using MongoDB session store using -`$mvn spring-boot:run -Pmongodb`. diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/README.adoc b/spring-boot-samples/spring-boot-sample-web-groovy-templates/README.adoc deleted file mode 100644 index da52f5c29b0..00000000000 --- a/spring-boot-samples/spring-boot-sample-web-groovy-templates/README.adoc +++ /dev/null @@ -1,6 +0,0 @@ -This sample application uses Spring Boot and -http://docs.groovy-lang.org/latest/html/documentation/#_the_markuptemplateengine[Groovy templates] -in the View layer. The templates for this app live in `classpath:/templates/`, which is -the conventional location for Spring Boot. External configuration is available via -``spring.groovy.template.*''. - diff --git a/spring-boot-samples/spring-boot-sample-webservices/README.adoc b/spring-boot-samples/spring-boot-sample-webservices/README.adoc deleted file mode 100644 index 9acfd45e2d6..00000000000 --- a/spring-boot-samples/spring-boot-sample-webservices/README.adoc +++ /dev/null @@ -1,14 +0,0 @@ -== Spring Boot - Samples - Web Services - -This sample project demonstrates how to use https://projects.spring.io/spring-ws/[Spring Web Services] -with Spring Boot. It is an implementation of the -https://docs.spring.io/spring-ws/site/reference/html/tutorial.html#tutorial.implementing.endpoint[Holiday Request sample] -in the Spring Web Services reference guide. - -The sample uses Maven. It can be built and run from the command line: - ----- -$ mvn spring-boot:run ----- - -http://localhost:8080/services/holidayService/holiday.wsdl will now display the generated WSDL. diff --git a/spring-boot-samples/spring-boot-sample-xml/src/main/java/sample/xml/service/HelloWorldService.java b/spring-boot-samples/spring-boot-sample-xml/src/main/java/sample/xml/service/HelloWorldService.java deleted file mode 100644 index 36415b54313..00000000000 --- a/spring-boot-samples/spring-boot-sample-xml/src/main/java/sample/xml/service/HelloWorldService.java +++ /dev/null @@ -1,32 +0,0 @@ -/* - * Copyright 2012-2019 the original author or authors. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package sample.xml.service; - -import org.springframework.beans.factory.annotation.Value; -import org.springframework.stereotype.Component; - -@Component -public class HelloWorldService { - - @Value("${name:World}") - private String name; - - public String getHelloMessage() { - return "Hello " + this.name; - } - -} diff --git a/spring-boot-samples-invoker/pom.xml b/spring-boot-smoke-tests-invoker/pom.xml similarity index 84% rename from spring-boot-samples-invoker/pom.xml rename to spring-boot-smoke-tests-invoker/pom.xml index 1b6538aaf9a..7b5000a38b9 100644 --- a/spring-boot-samples-invoker/pom.xml +++ b/spring-boot-smoke-tests-invoker/pom.xml @@ -8,10 +8,10 @@ ${revision} ../spring-boot-project/spring-boot-parent - spring-boot-samples-invoker + spring-boot-smoke-tests-invoker pom - Spring Boot Samples Invoker - Spring Boot Samples Invoker + Spring Boot Smoke Tests Invoker + Spring Boot Smoke Tests Invoker ${basedir}/.. @@ -23,7 +23,7 @@ maven-invoker-plugin false - ${main.basedir}/spring-boot-samples + ${main.basedir}/spring-boot-smoke-tests ${skipTests} true @@ -46,7 +46,7 @@ false - clean-samples + clean-smoke-tests clean run @@ -54,7 +54,7 @@ - @@ -68,7 +68,7 @@ false - clean-samples + clean-smoke-tests clean clean diff --git a/spring-boot-smoke-tests/pom.xml b/spring-boot-smoke-tests/pom.xml new file mode 100644 index 00000000000..8ee30bd110c --- /dev/null +++ b/spring-boot-smoke-tests/pom.xml @@ -0,0 +1,250 @@ + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + ${revision} + ../spring-boot-project/spring-boot-starters/spring-boot-starter-parent + + spring-boot-smoke-tests + pom + Spring Boot Smoke Tests + Spring Boot Smoke Tests + + ${basedir}/.. + 1.8 + false + + + spring-boot-smoke-test-ant + spring-boot-smoke-test-activemq + spring-boot-smoke-test-actuator + spring-boot-smoke-test-actuator-log4j2 + spring-boot-smoke-test-actuator-noweb + spring-boot-smoke-test-actuator-ui + spring-boot-smoke-test-actuator-custom-security + spring-boot-smoke-test-amqp + spring-boot-smoke-test-animated-banner + spring-boot-smoke-test-aop + spring-boot-smoke-test-atmosphere + spring-boot-smoke-test-batch + spring-boot-smoke-test-cache + spring-boot-smoke-test-custom-layout + spring-boot-smoke-test-data-cassandra + spring-boot-smoke-test-data-couchbase + spring-boot-smoke-test-data-elasticsearch + spring-boot-smoke-test-data-jdbc + spring-boot-smoke-test-data-jpa + spring-boot-smoke-test-data-ldap + spring-boot-smoke-test-data-mongodb + spring-boot-smoke-test-data-neo4j + spring-boot-smoke-test-data-redis + spring-boot-smoke-test-data-rest + spring-boot-smoke-test-data-solr + spring-boot-smoke-test-devtools + spring-boot-smoke-test-flyway + spring-boot-smoke-test-hateoas + spring-boot-smoke-test-integration + spring-boot-smoke-test-jersey + spring-boot-smoke-test-jetty + spring-boot-smoke-test-jetty-jsp + spring-boot-smoke-test-jetty-ssl + spring-boot-smoke-test-jooq + spring-boot-smoke-test-jpa + spring-boot-smoke-test-jta-atomikos + spring-boot-smoke-test-jta-bitronix + spring-boot-smoke-test-jta-jndi + spring-boot-smoke-test-junit-jupiter + spring-boot-smoke-test-junit-vintage + spring-boot-smoke-test-kafka + spring-boot-smoke-test-liquibase + spring-boot-smoke-test-logback + spring-boot-smoke-test-oauth2-client + spring-boot-smoke-test-oauth2-resource-server + spring-boot-smoke-test-parent-context + spring-boot-smoke-test-profile + spring-boot-smoke-test-property-validation + spring-boot-smoke-test-quartz + spring-boot-smoke-test-reactive-oauth2-client + spring-boot-smoke-test-reactive-oauth2-resource-server + spring-boot-smoke-test-secure + spring-boot-smoke-test-secure-webflux + spring-boot-smoke-test-servlet + spring-boot-smoke-test-session + spring-boot-smoke-test-session-webflux + spring-boot-smoke-test-simple + spring-boot-smoke-test-test + spring-boot-smoke-test-test-nomockito + spring-boot-smoke-test-testng + spring-boot-smoke-test-tomcat + spring-boot-smoke-test-tomcat-jsp + spring-boot-smoke-test-tomcat-ssl + spring-boot-smoke-test-tomcat-multi-connectors + spring-boot-smoke-test-traditional + spring-boot-smoke-test-undertow + spring-boot-smoke-test-undertow-ssl + spring-boot-smoke-test-war + spring-boot-smoke-test-web-freemarker + spring-boot-smoke-test-web-groovy-templates + spring-boot-smoke-test-web-jsp + spring-boot-smoke-test-web-method-security + spring-boot-smoke-test-web-mustache + spring-boot-smoke-test-web-secure + spring-boot-smoke-test-web-secure-custom + spring-boot-smoke-test-web-secure-jdbc + spring-boot-smoke-test-web-static + spring-boot-smoke-test-web-ui + spring-boot-smoke-test-webflux + spring-boot-smoke-test-websocket-jetty + spring-boot-smoke-test-websocket-tomcat + spring-boot-smoke-test-websocket-undertow + spring-boot-smoke-test-webservices + spring-boot-smoke-test-xml + + + + + + + org.codehaus.mojo + flatten-maven-plugin + true + + + flatten + process-resources + + flatten + + + true + oss + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-enforcer-plugin + + + [1.3.1,) + + + enforce + + + + + + + + + + org.springframework.boot + + + spring-boot-maven-plugin + + + [1.4.0.BUILD-SNAPSHOT,) + + + build-info + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Tests.java + + + **/Abstract*.java + + + file:/dev/./urandom + true + + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-rules + + enforce + + + + + + commons-logging:*:* + + true + + + true + + + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + org.apache.maven.plugins + maven-javadoc-plugin + + true + + true + + + + + + fast + + + fast + + + + true + + + + diff --git a/spring-boot-samples/spring-boot-sample-activemq/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-activemq/pom.xml similarity index 83% rename from spring-boot-samples/spring-boot-sample-activemq/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-activemq/pom.xml index 5a865f76808..b5bc123aeba 100644 --- a/spring-boot-samples/spring-boot-sample-activemq/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-activemq/pom.xml @@ -4,13 +4,13 @@ 4.0.0 - spring-boot-samples + spring-boot-smoke-tests org.springframework.boot ${revision} - spring-boot-sample-activemq - Spring Boot ActiveMQ Sample - Spring Boot ActiveMQ Sample + spring-boot-smoke-test-activemq + Spring Boot ActiveMQ Smoke Test + Spring Boot ActiveMQ Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-activemq/src/main/java/sample/activemq/Consumer.java b/spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/main/java/smoketest/activemq/Consumer.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-activemq/src/main/java/sample/activemq/Consumer.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/main/java/smoketest/activemq/Consumer.java index c3baf201935..9be8c0b3223 100644 --- a/spring-boot-samples/spring-boot-sample-activemq/src/main/java/sample/activemq/Consumer.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/main/java/smoketest/activemq/Consumer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.activemq; +package smoketest.activemq; import org.springframework.jms.annotation.JmsListener; import org.springframework.stereotype.Component; diff --git a/spring-boot-samples/spring-boot-sample-activemq/src/main/java/sample/activemq/Producer.java b/spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/main/java/smoketest/activemq/Producer.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-activemq/src/main/java/sample/activemq/Producer.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/main/java/smoketest/activemq/Producer.java index ae000863f7b..a6bfcb2b52c 100644 --- a/spring-boot-samples/spring-boot-sample-activemq/src/main/java/sample/activemq/Producer.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/main/java/smoketest/activemq/Producer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.activemq; +package smoketest.activemq; import javax.jms.Queue; diff --git a/spring-boot-samples/spring-boot-sample-activemq/src/main/java/sample/activemq/SampleActiveMQApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/main/java/smoketest/activemq/SampleActiveMQApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-activemq/src/main/java/sample/activemq/SampleActiveMQApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/main/java/smoketest/activemq/SampleActiveMQApplication.java index fb48a93163b..a1cb3301bbb 100644 --- a/spring-boot-samples/spring-boot-sample-activemq/src/main/java/sample/activemq/SampleActiveMQApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/main/java/smoketest/activemq/SampleActiveMQApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.activemq; +package smoketest.activemq; import javax.jms.Queue; diff --git a/spring-boot-samples/spring-boot-sample-activemq/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-activemq/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-activemq/src/test/java/sample/activemq/SampleActiveMqTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/test/java/smoketest/activemq/SampleActiveMqTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-activemq/src/test/java/sample/activemq/SampleActiveMqTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/test/java/smoketest/activemq/SampleActiveMqTests.java index 41f0d4cf159..89122871330 100644 --- a/spring-boot-samples/spring-boot-sample-activemq/src/test/java/sample/activemq/SampleActiveMqTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-activemq/src/test/java/smoketest/activemq/SampleActiveMqTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.activemq; +package smoketest.activemq; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/spring-boot-samples/spring-boot-sample-actuator-custom-security/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/pom.xml similarity index 86% rename from spring-boot-samples/spring-boot-sample-actuator-custom-security/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/pom.xml index 4f94511e49b..57cc81ade8f 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-custom-security/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-actuator-custom-security - Spring Boot Actuator Custom Security Sample - Spring Boot Actuator Custom Security Sample + spring-boot-smoke-test-actuator-custom-security + Spring Boot Actuator Custom Security Smoke Test + Spring Boot Actuator Custom Security Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample/actuator/customsecurity/ExampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest/actuator/customsecurity/ExampleController.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample/actuator/customsecurity/ExampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest/actuator/customsecurity/ExampleController.java index 382629276a5..65933a96f29 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample/actuator/customsecurity/ExampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest/actuator/customsecurity/ExampleController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.customsecurity; +package smoketest.actuator.customsecurity; import java.util.Date; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample/actuator/customsecurity/ExampleRestControllerEndpoint.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest/actuator/customsecurity/ExampleRestControllerEndpoint.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample/actuator/customsecurity/ExampleRestControllerEndpoint.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest/actuator/customsecurity/ExampleRestControllerEndpoint.java index 52fc2d4c5e1..12566a20dca 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample/actuator/customsecurity/ExampleRestControllerEndpoint.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest/actuator/customsecurity/ExampleRestControllerEndpoint.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.customsecurity; +package smoketest.actuator.customsecurity; import org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint; import org.springframework.http.ResponseEntity; diff --git a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample/actuator/customsecurity/SampleActuatorCustomSecurityApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest/actuator/customsecurity/SampleActuatorCustomSecurityApplication.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample/actuator/customsecurity/SampleActuatorCustomSecurityApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest/actuator/customsecurity/SampleActuatorCustomSecurityApplication.java index ec13c486653..1b98fbfee44 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample/actuator/customsecurity/SampleActuatorCustomSecurityApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest/actuator/customsecurity/SampleActuatorCustomSecurityApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.customsecurity; +package smoketest.actuator.customsecurity; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample/actuator/customsecurity/SecurityConfiguration.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest/actuator/customsecurity/SecurityConfiguration.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample/actuator/customsecurity/SecurityConfiguration.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest/actuator/customsecurity/SecurityConfiguration.java index 0f45475c4e2..011927e17f9 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/java/sample/actuator/customsecurity/SecurityConfiguration.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/java/smoketest/actuator/customsecurity/SecurityConfiguration.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.customsecurity; +package smoketest.actuator.customsecurity; import org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest; import org.springframework.boot.actuate.web.mappings.MappingsEndpoint; diff --git a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/resources/static/css/bootstrap.min.css b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/resources/static/css/bootstrap.min.css similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/resources/static/css/bootstrap.min.css rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/resources/static/css/bootstrap.min.css diff --git a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/resources/templates/error.ftlh b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/resources/templates/error.ftlh similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/resources/templates/error.ftlh rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/resources/templates/error.ftlh diff --git a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/resources/templates/home.ftlh b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/resources/templates/home.ftlh similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator-custom-security/src/main/resources/templates/home.ftlh rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/main/resources/templates/home.ftlh diff --git a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/test/java/sample/actuator/customsecurity/CorsSampleActuatorApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/test/java/smoketest/actuator/customsecurity/CorsSampleActuatorApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-actuator-custom-security/src/test/java/sample/actuator/customsecurity/CorsSampleActuatorApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/test/java/smoketest/actuator/customsecurity/CorsSampleActuatorApplicationTests.java index 741e33a1f63..e077b45d17e 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/test/java/sample/actuator/customsecurity/CorsSampleActuatorApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/test/java/smoketest/actuator/customsecurity/CorsSampleActuatorApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.customsecurity; +package smoketest.actuator.customsecurity; import java.net.URI; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/test/java/sample/actuator/customsecurity/ManagementPortAndPathSampleActuatorApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/test/java/smoketest/actuator/customsecurity/ManagementPortAndPathSampleActuatorApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-actuator-custom-security/src/test/java/sample/actuator/customsecurity/ManagementPortAndPathSampleActuatorApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/test/java/smoketest/actuator/customsecurity/ManagementPortAndPathSampleActuatorApplicationTests.java index 5c04d4ca69c..412c8a82b25 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/test/java/sample/actuator/customsecurity/ManagementPortAndPathSampleActuatorApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/test/java/smoketest/actuator/customsecurity/ManagementPortAndPathSampleActuatorApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.customsecurity; +package smoketest.actuator.customsecurity; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/test/java/sample/actuator/customsecurity/SampleActuatorCustomSecurityApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/test/java/smoketest/actuator/customsecurity/SampleActuatorCustomSecurityApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-actuator-custom-security/src/test/java/sample/actuator/customsecurity/SampleActuatorCustomSecurityApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/test/java/smoketest/actuator/customsecurity/SampleActuatorCustomSecurityApplicationTests.java index 59e38091004..a27eda943d9 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/test/java/sample/actuator/customsecurity/SampleActuatorCustomSecurityApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/test/java/smoketest/actuator/customsecurity/SampleActuatorCustomSecurityApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.customsecurity; +package smoketest.actuator.customsecurity; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-actuator-custom-security/src/test/resources/application-cors.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/test/resources/application-cors.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator-custom-security/src/test/resources/application-cors.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-custom-security/src/test/resources/application-cors.properties diff --git a/spring-boot-samples/spring-boot-sample-actuator-log4j2/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2/pom.xml similarity index 88% rename from spring-boot-samples/spring-boot-sample-actuator-log4j2/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2/pom.xml index 759e4926ea9..8f0779761e6 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-log4j2/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-actuator-log4j2 - Spring Boot Actuator Log4j 2 Sample - Spring Boot Actuator Log4j 2 Sample + spring-boot-smoke-test-actuator-log4j2 + Spring Boot Actuator Log4j 2 Smoke Test + Spring Boot Actuator Log4j 2 Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-actuator-log4j2/src/main/java/sample/actuator/log4j2/SampleActuatorLog4J2Application.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2/src/main/java/smoketest/actuator/log4j2/SampleActuatorLog4J2Application.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-actuator-log4j2/src/main/java/sample/actuator/log4j2/SampleActuatorLog4J2Application.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2/src/main/java/smoketest/actuator/log4j2/SampleActuatorLog4J2Application.java index 8eea7f66a3f..a6d7126a77a 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-log4j2/src/main/java/sample/actuator/log4j2/SampleActuatorLog4J2Application.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2/src/main/java/smoketest/actuator/log4j2/SampleActuatorLog4J2Application.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.log4j2; +package smoketest.actuator.log4j2; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-actuator-log4j2/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator-log4j2/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-actuator-log4j2/src/main/resources/log4j2.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2/src/main/resources/log4j2.xml similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator-log4j2/src/main/resources/log4j2.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2/src/main/resources/log4j2.xml diff --git a/spring-boot-samples/spring-boot-sample-actuator-log4j2/src/test/java/sample/actuator/log4j2/SampleActuatorLog4J2ApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2/src/test/java/smoketest/actuator/log4j2/SampleActuatorLog4J2ApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-actuator-log4j2/src/test/java/sample/actuator/log4j2/SampleActuatorLog4J2ApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2/src/test/java/smoketest/actuator/log4j2/SampleActuatorLog4J2ApplicationTests.java index 91437ee87df..1ee0a2ffd2a 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-log4j2/src/test/java/sample/actuator/log4j2/SampleActuatorLog4J2ApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-log4j2/src/test/java/smoketest/actuator/log4j2/SampleActuatorLog4J2ApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.log4j2; +package smoketest.actuator.log4j2; import java.util.Base64; diff --git a/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/pom.xml similarity index 84% rename from spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/pom.xml index add5fe534d0..c270cb1b44a 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-actuator-noweb - Spring Boot Actuator Non-Web Sample - Spring Boot Actuator Non-Web Sample + spring-boot-smoke-test-actuator-noweb + Spring Boot Actuator Non-Web Smoke Test + Spring Boot Actuator Non-Web Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/java/sample/actuator/noweb/HelloWorldService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/java/smoketest/actuator/noweb/HelloWorldService.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/java/sample/actuator/noweb/HelloWorldService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/java/smoketest/actuator/noweb/HelloWorldService.java index c08b14f8c83..553fa54db9c 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/java/sample/actuator/noweb/HelloWorldService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/java/smoketest/actuator/noweb/HelloWorldService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.noweb; +package smoketest.actuator.noweb; import org.springframework.stereotype.Component; diff --git a/spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/java/sample/actuator/noweb/SampleActuatorNoWebApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/java/smoketest/actuator/noweb/SampleActuatorNoWebApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/java/sample/actuator/noweb/SampleActuatorNoWebApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/java/smoketest/actuator/noweb/SampleActuatorNoWebApplication.java index 8ecb9d1f28a..ed53132776d 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/java/sample/actuator/noweb/SampleActuatorNoWebApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/java/smoketest/actuator/noweb/SampleActuatorNoWebApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.noweb; +package smoketest.actuator.noweb; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/java/sample/actuator/noweb/ServiceProperties.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/java/smoketest/actuator/noweb/ServiceProperties.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/java/sample/actuator/noweb/ServiceProperties.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/java/smoketest/actuator/noweb/ServiceProperties.java index 0d02f58eec9..035593601b8 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/java/sample/actuator/noweb/ServiceProperties.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/java/smoketest/actuator/noweb/ServiceProperties.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.noweb; +package smoketest.actuator.noweb; import org.springframework.boot.context.properties.ConfigurationProperties; diff --git a/spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/resources/banner.txt b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/resources/banner.txt similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator-noweb/src/main/resources/banner.txt rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/main/resources/banner.txt diff --git a/spring-boot-samples/spring-boot-sample-actuator-noweb/src/test/java/sample/actuator/noweb/SampleActuatorNoWebApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/test/java/smoketest/actuator/noweb/SampleActuatorNoWebApplicationTests.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-actuator-noweb/src/test/java/sample/actuator/noweb/SampleActuatorNoWebApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/test/java/smoketest/actuator/noweb/SampleActuatorNoWebApplicationTests.java index 03378f19667..4abc5070a66 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-noweb/src/test/java/sample/actuator/noweb/SampleActuatorNoWebApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-noweb/src/test/java/smoketest/actuator/noweb/SampleActuatorNoWebApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.noweb; +package smoketest.actuator.noweb; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/pom.xml similarity index 87% rename from spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/pom.xml index 04cec5b143d..a698ff768b5 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-actuator-ui - Spring Boot Actuator UI Sample - Spring Boot Actuator UI Sample + spring-boot-smoke-test-actuator-ui + Spring Boot Actuator UI Smoke Test + Spring Boot Actuator UI Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-actuator-ui/src/main/java/sample/actuator/ui/SampleActuatorUiApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/main/java/smoketest/actuator/ui/SampleActuatorUiApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-actuator-ui/src/main/java/sample/actuator/ui/SampleActuatorUiApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/main/java/smoketest/actuator/ui/SampleActuatorUiApplication.java index 5114f9bce13..44a27425703 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-ui/src/main/java/sample/actuator/ui/SampleActuatorUiApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/main/java/smoketest/actuator/ui/SampleActuatorUiApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.ui; +package smoketest.actuator.ui; import java.util.Date; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-actuator-ui/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator-ui/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-actuator-ui/src/main/resources/static/css/bootstrap.min.css b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/main/resources/static/css/bootstrap.min.css similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator-ui/src/main/resources/static/css/bootstrap.min.css rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/main/resources/static/css/bootstrap.min.css diff --git a/spring-boot-samples/spring-boot-sample-actuator-ui/src/main/resources/templates/error.ftlh b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/main/resources/templates/error.ftlh similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator-ui/src/main/resources/templates/error.ftlh rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/main/resources/templates/error.ftlh diff --git a/spring-boot-samples/spring-boot-sample-actuator-ui/src/main/resources/templates/home.ftlh b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/main/resources/templates/home.ftlh similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator-ui/src/main/resources/templates/home.ftlh rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/main/resources/templates/home.ftlh diff --git a/spring-boot-samples/spring-boot-sample-actuator-ui/src/test/java/sample/actuator/ui/SampleActuatorUiApplicationPortTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/test/java/smoketest/actuator/ui/SampleActuatorUiApplicationPortTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-actuator-ui/src/test/java/sample/actuator/ui/SampleActuatorUiApplicationPortTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/test/java/smoketest/actuator/ui/SampleActuatorUiApplicationPortTests.java index f4f1187a1a5..c8009a6a5c0 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-ui/src/test/java/sample/actuator/ui/SampleActuatorUiApplicationPortTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/test/java/smoketest/actuator/ui/SampleActuatorUiApplicationPortTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.ui; +package smoketest.actuator.ui; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-actuator-ui/src/test/java/sample/actuator/ui/SampleActuatorUiApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/test/java/smoketest/actuator/ui/SampleActuatorUiApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-actuator-ui/src/test/java/sample/actuator/ui/SampleActuatorUiApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/test/java/smoketest/actuator/ui/SampleActuatorUiApplicationTests.java index 13e585d4b7f..dc5c966b320 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-ui/src/test/java/sample/actuator/ui/SampleActuatorUiApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator-ui/src/test/java/smoketest/actuator/ui/SampleActuatorUiApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator.ui; +package smoketest.actuator.ui; import java.util.Arrays; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/pom.xml similarity index 92% rename from spring-boot-samples/spring-boot-sample-actuator/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/pom.xml index 7c345c7f858..d8c4217e12c 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-actuator - Spring Boot Actuator Sample - Spring Boot Actuator Sample + spring-boot-smoke-test-actuator + Spring Boot Actuator Smoke Test + Spring Boot Actuator Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/ExampleHealthIndicator.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/ExampleHealthIndicator.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/ExampleHealthIndicator.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/ExampleHealthIndicator.java index 1d034ee9be4..11e7ffbdda8 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/ExampleHealthIndicator.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/ExampleHealthIndicator.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import org.springframework.boot.actuate.health.Health; import org.springframework.boot.actuate.health.HealthIndicator; diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/ExampleInfoContributor.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/ExampleInfoContributor.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/ExampleInfoContributor.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/ExampleInfoContributor.java index 9b22173692b..232b32b765a 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/ExampleInfoContributor.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/ExampleInfoContributor.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import java.util.Collections; diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/HelloWorldService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/HelloWorldService.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/HelloWorldService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/HelloWorldService.java index e565cfedd42..f4d70a95603 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/HelloWorldService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/HelloWorldService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import org.springframework.stereotype.Component; diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/SampleActuatorApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/SampleActuatorApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/SampleActuatorApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/SampleActuatorApplication.java index f114d86ac36..06ac8e7b153 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/SampleActuatorApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/SampleActuatorApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import org.springframework.boot.SpringApplication; import org.springframework.boot.actuate.health.Health; diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/SampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/SampleController.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/SampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/SampleController.java index 6c136ee68fa..63bce2060e2 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/SampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/SampleController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import java.util.Collections; import java.util.Date; diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/ServiceProperties.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/ServiceProperties.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/ServiceProperties.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/ServiceProperties.java index 8cd33b49d05..22a84c7cb9e 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/main/java/sample/actuator/ServiceProperties.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/java/smoketest/actuator/ServiceProperties.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import org.springframework.boot.context.properties.ConfigurationProperties; diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/logback.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/resources/logback.xml similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator/src/main/resources/logback.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/main/resources/logback.xml diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/EndpointsPropertiesSampleActuatorApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/EndpointsPropertiesSampleActuatorApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/EndpointsPropertiesSampleActuatorApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/EndpointsPropertiesSampleActuatorApplicationTests.java index f53be03c1cb..41922918f70 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/EndpointsPropertiesSampleActuatorApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/EndpointsPropertiesSampleActuatorApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ManagementAddressActuatorApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementAddressActuatorApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ManagementAddressActuatorApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementAddressActuatorApplicationTests.java index 98f86bc4c56..b31b9748241 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ManagementAddressActuatorApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementAddressActuatorApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ManagementPathSampleActuatorApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementPathSampleActuatorApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ManagementPathSampleActuatorApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementPathSampleActuatorApplicationTests.java index 075013f7eaa..f33d1faf9dc 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ManagementPathSampleActuatorApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementPathSampleActuatorApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ManagementPortAndPathSampleActuatorApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementPortAndPathSampleActuatorApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ManagementPortAndPathSampleActuatorApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementPortAndPathSampleActuatorApplicationTests.java index 9788a6e2e1d..bc16d4b6295 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ManagementPortAndPathSampleActuatorApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementPortAndPathSampleActuatorApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ManagementPortSampleActuatorApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementPortSampleActuatorApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ManagementPortSampleActuatorApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementPortSampleActuatorApplicationTests.java index 9e768efb58c..fa530a5d3f0 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ManagementPortSampleActuatorApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementPortSampleActuatorApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ManagementPortWithLazyInitializationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementPortWithLazyInitializationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ManagementPortWithLazyInitializationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementPortWithLazyInitializationTests.java index 5bbf340e3bd..518f05fad71 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ManagementPortWithLazyInitializationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ManagementPortWithLazyInitializationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/NoManagementSampleActuatorApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/NoManagementSampleActuatorApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/NoManagementSampleActuatorApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/NoManagementSampleActuatorApplicationTests.java index 2a62dfc6943..ab751a0c41a 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/NoManagementSampleActuatorApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/NoManagementSampleActuatorApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/SampleActuatorApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/SampleActuatorApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/SampleActuatorApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/SampleActuatorApplicationTests.java index ef1ea60e61d..8058b40199c 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/SampleActuatorApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/SampleActuatorApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import java.util.Arrays; import java.util.List; @@ -124,7 +124,7 @@ class SampleActuatorApplicationTests { void infoInsecureByDefault() { ResponseEntity entity = this.restTemplate.getForEntity("/actuator/info", String.class); assertThat(entity.getStatusCode()).isEqualTo(HttpStatus.OK); - assertThat(entity.getBody()).contains("\"artifact\":\"spring-boot-sample-actuator\""); + assertThat(entity.getBody()).contains("\"artifact\":\"spring-boot-smoke-test-actuator\""); assertThat(entity.getBody()).contains("\"someKey\":\"someValue\""); assertThat(entity.getBody()).contains("\"java\":{", "\"source\":\"1.8\"", "\"target\":\"1.8\""); assertThat(entity.getBody()).contains("\"encoding\":{", "\"source\":\"UTF-8\"", "\"reporting\":\"UTF-8\""); diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ServletPathSampleActuatorApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ServletPathSampleActuatorApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ServletPathSampleActuatorApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ServletPathSampleActuatorApplicationTests.java index 5b56c96168e..bbe7fab573a 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ServletPathSampleActuatorApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ServletPathSampleActuatorApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ShutdownSampleActuatorApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ShutdownSampleActuatorApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ShutdownSampleActuatorApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ShutdownSampleActuatorApplicationTests.java index 4bb7f69748d..ee40206df6b 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/src/test/java/sample/actuator/ShutdownSampleActuatorApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/java/smoketest/actuator/ShutdownSampleActuatorApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.actuator; +package smoketest.actuator; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-actuator/src/test/resources/application-endpoints.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/resources/application-endpoints.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-actuator/src/test/resources/application-endpoints.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-actuator/src/test/resources/application-endpoints.properties diff --git a/spring-boot-samples/spring-boot-sample-amqp/docker-compose.yml b/spring-boot-smoke-tests/spring-boot-smoke-test-amqp/docker-compose.yml similarity index 100% rename from spring-boot-samples/spring-boot-sample-amqp/docker-compose.yml rename to spring-boot-smoke-tests/spring-boot-smoke-test-amqp/docker-compose.yml diff --git a/spring-boot-samples/spring-boot-sample-amqp/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-amqp/pom.xml similarity index 84% rename from spring-boot-samples/spring-boot-sample-amqp/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-amqp/pom.xml index 2a9de00d25a..e5e0a837383 100644 --- a/spring-boot-samples/spring-boot-sample-amqp/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-amqp/pom.xml @@ -6,12 +6,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-amqp - Spring Boot AMQP Sample - Spring Boot AMQP Sample + spring-boot-smoke-test-amqp + Spring Boot AMQP Smoke Test + Spring Boot AMQP Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-amqp/src/main/java/sample/amqp/SampleAmqpSimpleApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-amqp/src/main/java/smoketest/amqp/SampleAmqpSimpleApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-amqp/src/main/java/sample/amqp/SampleAmqpSimpleApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-amqp/src/main/java/smoketest/amqp/SampleAmqpSimpleApplication.java index ead43644887..b13b9fa901d 100644 --- a/spring-boot-samples/spring-boot-sample-amqp/src/main/java/sample/amqp/SampleAmqpSimpleApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-amqp/src/main/java/smoketest/amqp/SampleAmqpSimpleApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.amqp; +package smoketest.amqp; import java.util.Date; diff --git a/spring-boot-samples/spring-boot-sample-amqp/src/main/java/sample/amqp/Sender.java b/spring-boot-smoke-tests/spring-boot-smoke-test-amqp/src/main/java/smoketest/amqp/Sender.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-amqp/src/main/java/sample/amqp/Sender.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-amqp/src/main/java/smoketest/amqp/Sender.java index 7e6f893652b..dbe11c4b538 100644 --- a/spring-boot-samples/spring-boot-sample-amqp/src/main/java/sample/amqp/Sender.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-amqp/src/main/java/smoketest/amqp/Sender.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.amqp; +package smoketest.amqp; import org.springframework.amqp.rabbit.core.RabbitTemplate; import org.springframework.beans.factory.annotation.Autowired; diff --git a/spring-boot-samples/spring-boot-sample-animated-banner/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-animated-banner/pom.xml similarity index 81% rename from spring-boot-samples/spring-boot-sample-animated-banner/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-animated-banner/pom.xml index 69621abbb2b..40fc4b4095c 100644 --- a/spring-boot-samples/spring-boot-sample-animated-banner/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-animated-banner/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-animated-banner - Spring Boot Simple Animated Banner - Spring Boot Simple Animated Banner + spring-boot-smoke-test-animated-banner + Spring Boot Animated Banner Smoke Test + Spring Boot Animated Banner Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-animated-banner/src/main/java/sample/animated/SampleAnimatedBannerApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-animated-banner/src/main/java/smoketest/animated/SampleAnimatedBannerApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-animated-banner/src/main/java/sample/animated/SampleAnimatedBannerApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-animated-banner/src/main/java/smoketest/animated/SampleAnimatedBannerApplication.java index c777c19d745..8319a41284e 100644 --- a/spring-boot-samples/spring-boot-sample-animated-banner/src/main/java/sample/animated/SampleAnimatedBannerApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-animated-banner/src/main/java/smoketest/animated/SampleAnimatedBannerApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.animated; +package smoketest.animated; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-animated-banner/src/main/resources/banner.gif b/spring-boot-smoke-tests/spring-boot-smoke-test-animated-banner/src/main/resources/banner.gif similarity index 100% rename from spring-boot-samples/spring-boot-sample-animated-banner/src/main/resources/banner.gif rename to spring-boot-smoke-tests/spring-boot-smoke-test-animated-banner/src/main/resources/banner.gif diff --git a/spring-boot-samples/spring-boot-sample-ant/build.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.xml similarity index 95% rename from spring-boot-samples/spring-boot-sample-ant/build.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.xml index 68c7b752dcc..31e50181959 100644 --- a/spring-boot-samples/spring-boot-sample-ant/build.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-ant/build.xml @@ -1,7 +1,7 @@ @@ -13,7 +13,7 @@ - + diff --git a/spring-boot-samples/spring-boot-sample-ant/ivy.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-ant/ivy.xml similarity index 97% rename from spring-boot-samples/spring-boot-sample-ant/ivy.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-ant/ivy.xml index a09621d5bab..192d5281fcd 100644 --- a/spring-boot-samples/spring-boot-sample-ant/ivy.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-ant/ivy.xml @@ -1,5 +1,5 @@ - + diff --git a/spring-boot-samples/spring-boot-sample-ant/ivysettings.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-ant/ivysettings.xml similarity index 100% rename from spring-boot-samples/spring-boot-sample-ant/ivysettings.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-ant/ivysettings.xml diff --git a/spring-boot-samples/spring-boot-sample-ant/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-ant/pom.xml similarity index 90% rename from spring-boot-samples/spring-boot-sample-ant/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-ant/pom.xml index 7b42650ce51..f8cd8dced4f 100644 --- a/spring-boot-samples/spring-boot-sample-ant/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-ant/pom.xml @@ -2,16 +2,16 @@ - + 4.0.0 org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-ant - Spring Boot Ant Sample - Spring Boot Ant Sample + spring-boot-smoke-test-ant + Spring Boot Ant Smoke Test + Spring Boot Ant Smoke Test ${basedir}/../.. 1.9.3 diff --git a/spring-boot-samples/spring-boot-sample-ant/src/main/java/sample/ant/SampleAntApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-ant/src/main/java/smoketest/ant/SampleAntApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-ant/src/main/java/sample/ant/SampleAntApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-ant/src/main/java/smoketest/ant/SampleAntApplication.java index 464342f4c02..d8bba799aa1 100644 --- a/spring-boot-samples/spring-boot-sample-ant/src/main/java/sample/ant/SampleAntApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-ant/src/main/java/smoketest/ant/SampleAntApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.ant; +package smoketest.ant; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; diff --git a/spring-boot-samples/spring-boot-sample-ant/src/test/java/sample/ant/SampleAntApplicationIT.java b/spring-boot-smoke-tests/spring-boot-smoke-test-ant/src/test/java/smoketest/ant/SampleAntApplicationIT.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-ant/src/test/java/sample/ant/SampleAntApplicationIT.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-ant/src/test/java/smoketest/ant/SampleAntApplicationIT.java index 75c0f35a38f..51e870bff40 100644 --- a/spring-boot-samples/spring-boot-sample-ant/src/test/java/sample/ant/SampleAntApplicationIT.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-ant/src/test/java/smoketest/ant/SampleAntApplicationIT.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.ant; +package smoketest.ant; import java.io.File; import java.io.FileFilter; diff --git a/spring-boot-samples/spring-boot-sample-ant/src/test/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-ant/src/test/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-ant/src/test/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-ant/src/test/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-aop/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-aop/pom.xml similarity index 84% rename from spring-boot-samples/spring-boot-sample-aop/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-aop/pom.xml index d09cae360ef..7ddb4c464f1 100644 --- a/spring-boot-samples/spring-boot-sample-aop/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-aop/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-aop - Spring Boot AOP Sample - Spring Boot AOP Sample + spring-boot-smoke-test-aop + Spring Boot AOP Smoke Test + Spring Boot AOP Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-aop/src/main/java/sample/aop/SampleAopApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/main/java/smoketest/aop/SampleAopApplication.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-aop/src/main/java/sample/aop/SampleAopApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/main/java/smoketest/aop/SampleAopApplication.java index 4fa7e379c01..09a5abeb87a 100644 --- a/spring-boot-samples/spring-boot-sample-aop/src/main/java/sample/aop/SampleAopApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/main/java/smoketest/aop/SampleAopApplication.java @@ -14,9 +14,9 @@ * limitations under the License. */ -package sample.aop; +package smoketest.aop; -import sample.aop.service.HelloWorldService; +import smoketest.aop.service.HelloWorldService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; diff --git a/spring-boot-samples/spring-boot-sample-aop/src/main/java/sample/aop/monitor/ServiceMonitor.java b/spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/main/java/smoketest/aop/monitor/ServiceMonitor.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-aop/src/main/java/sample/aop/monitor/ServiceMonitor.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/main/java/smoketest/aop/monitor/ServiceMonitor.java index d2f06a7fa49..7289f8aeea1 100644 --- a/spring-boot-samples/spring-boot-sample-aop/src/main/java/sample/aop/monitor/ServiceMonitor.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/main/java/smoketest/aop/monitor/ServiceMonitor.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.aop.monitor; +package smoketest.aop.monitor; import org.aspectj.lang.JoinPoint; import org.aspectj.lang.annotation.AfterReturning; diff --git a/spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample/jetty/service/HelloWorldService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/main/java/smoketest/aop/service/HelloWorldService.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample/jetty/service/HelloWorldService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/main/java/smoketest/aop/service/HelloWorldService.java index 5cd88cb3d69..b061ebca2f1 100644 --- a/spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample/jetty/service/HelloWorldService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/main/java/smoketest/aop/service/HelloWorldService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jetty.service; +package smoketest.aop.service; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; diff --git a/spring-boot-samples/spring-boot-sample-aop/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-aop/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-aop/src/test/java/sample/aop/SampleAopApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/test/java/smoketest/aop/SampleAopApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-aop/src/test/java/sample/aop/SampleAopApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/test/java/smoketest/aop/SampleAopApplicationTests.java index 17a96ef670b..a1a93b3b0f7 100644 --- a/spring-boot-samples/spring-boot-sample-aop/src/test/java/sample/aop/SampleAopApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-aop/src/test/java/smoketest/aop/SampleAopApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.aop; +package smoketest.aop; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/pom.xml similarity index 88% rename from spring-boot-samples/spring-boot-sample-atmosphere/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/pom.xml index 64b73a0cd6c..91c9fd812a6 100644 --- a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-atmosphere - Spring Boot Atmosphere Sample - Spring Boot Atmosphere Sample + spring-boot-smoke-test-atmosphere + Spring Boot Atmosphere Smoke Test + Spring Boot Atmosphere Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/src/main/java/sample/atmosphere/ChatService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/java/smoketest/atmosphere/ChatService.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-atmosphere/src/main/java/sample/atmosphere/ChatService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/java/smoketest/atmosphere/ChatService.java index 1dd151dbfa3..2dbb3229cd7 100644 --- a/spring-boot-samples/spring-boot-sample-atmosphere/src/main/java/sample/atmosphere/ChatService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/java/smoketest/atmosphere/ChatService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.atmosphere; +package smoketest.atmosphere; import java.io.IOException; diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/src/main/java/sample/atmosphere/Message.java b/spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/java/smoketest/atmosphere/Message.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-atmosphere/src/main/java/sample/atmosphere/Message.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/java/smoketest/atmosphere/Message.java index 3ceb7182794..2001f1977c7 100644 --- a/spring-boot-samples/spring-boot-sample-atmosphere/src/main/java/sample/atmosphere/Message.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/java/smoketest/atmosphere/Message.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.atmosphere; +package smoketest.atmosphere; import java.util.Date; diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/src/main/java/sample/atmosphere/SampleAtmosphereApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/java/smoketest/atmosphere/SampleAtmosphereApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-atmosphere/src/main/java/sample/atmosphere/SampleAtmosphereApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/java/smoketest/atmosphere/SampleAtmosphereApplication.java index 0c075b2e4c0..7640b707219 100644 --- a/spring-boot-samples/spring-boot-sample-atmosphere/src/main/java/sample/atmosphere/SampleAtmosphereApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/java/smoketest/atmosphere/SampleAtmosphereApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.atmosphere; +package smoketest.atmosphere; import java.util.Collections; @@ -52,7 +52,7 @@ public class SampleAtmosphereApplication { atmosphereServlet.framework().setHandlersPath("/"); ServletRegistrationBean registration = new ServletRegistrationBean<>(atmosphereServlet, "/chat/*"); - registration.addInitParameter("org.atmosphere.cpr.packages", "sample"); + registration.addInitParameter("org.atmosphere.cpr.packages", "smoketest"); registration.addInitParameter( "org.atmosphere.interceptor.HeartbeatInterceptor" + ".clientHeartbeatFrequencyInSeconds", "10"); registration.setLoadOnStartup(0); diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-atmosphere/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/src/main/resources/static/home.html b/spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/resources/static/home.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-atmosphere/src/main/resources/static/home.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/resources/static/home.html diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/src/main/resources/static/javascript/application.js b/spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/resources/static/javascript/application.js similarity index 100% rename from spring-boot-samples/spring-boot-sample-atmosphere/src/main/resources/static/javascript/application.js rename to spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/resources/static/javascript/application.js diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/src/main/resources/static/javascript/jquery-1.9.0.js b/spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/resources/static/javascript/jquery-1.9.0.js similarity index 100% rename from spring-boot-samples/spring-boot-sample-atmosphere/src/main/resources/static/javascript/jquery-1.9.0.js rename to spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/main/resources/static/javascript/jquery-1.9.0.js diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/src/test/java/sample/atmosphere/SampleAtmosphereApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/test/java/smoketest/atmosphere/SampleAtmosphereApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-atmosphere/src/test/java/sample/atmosphere/SampleAtmosphereApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/test/java/smoketest/atmosphere/SampleAtmosphereApplicationTests.java index a500372d650..e9a85c5c74c 100644 --- a/spring-boot-samples/spring-boot-sample-atmosphere/src/test/java/sample/atmosphere/SampleAtmosphereApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-atmosphere/src/test/java/smoketest/atmosphere/SampleAtmosphereApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.atmosphere; +package smoketest.atmosphere; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; diff --git a/spring-boot-samples/spring-boot-sample-batch/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-batch/pom.xml similarity index 85% rename from spring-boot-samples/spring-boot-sample-batch/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-batch/pom.xml index a08bf27fef3..462210765c0 100644 --- a/spring-boot-samples/spring-boot-sample-batch/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-batch/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-batch - Spring Boot Batch Sample - Spring Boot Batch Sample + spring-boot-smoke-test-batch + Spring Boot Batch Smoke Test + Spring Boot Batch Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-batch/src/main/java/sample/batch/SampleBatchApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-batch/src/main/java/smoketest/batch/SampleBatchApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-batch/src/main/java/sample/batch/SampleBatchApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-batch/src/main/java/smoketest/batch/SampleBatchApplication.java index 0c737c4a554..cba6e41a2b1 100644 --- a/spring-boot-samples/spring-boot-sample-batch/src/main/java/sample/batch/SampleBatchApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-batch/src/main/java/smoketest/batch/SampleBatchApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.batch; +package smoketest.batch; import org.springframework.batch.core.Job; import org.springframework.batch.core.Step; diff --git a/spring-boot-samples/spring-boot-sample-batch/src/test/java/sample/batch/SampleBatchApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-batch/src/test/java/smoketest/batch/SampleBatchApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-batch/src/test/java/sample/batch/SampleBatchApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-batch/src/test/java/smoketest/batch/SampleBatchApplicationTests.java index e120a3f8882..a115f6a5b6f 100644 --- a/spring-boot-samples/spring-boot-sample-batch/src/test/java/sample/batch/SampleBatchApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-batch/src/test/java/smoketest/batch/SampleBatchApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.batch; +package smoketest.batch; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/spring-boot-samples/spring-boot-sample-cache/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/pom.xml similarity index 94% rename from spring-boot-samples/spring-boot-sample-cache/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-cache/pom.xml index 349bdb8bae0..b71b483ae66 100644 --- a/spring-boot-samples/spring-boot-sample-cache/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-cache - Spring Boot Cache Sample - Spring Boot Cache Sample + spring-boot-smoke-test-cache + Spring Boot Cache Smoke Test + Spring Boot Cache Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-cache/src/main/java/sample/cache/CacheManagerCheck.java b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest/cache/CacheManagerCheck.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-cache/src/main/java/sample/cache/CacheManagerCheck.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest/cache/CacheManagerCheck.java index e6c28f9f38e..82e33af2458 100644 --- a/spring-boot-samples/spring-boot-sample-cache/src/main/java/sample/cache/CacheManagerCheck.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest/cache/CacheManagerCheck.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.cache; +package smoketest.cache; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; diff --git a/spring-boot-samples/spring-boot-sample-cache/src/main/java/sample/cache/Country.java b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest/cache/Country.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-cache/src/main/java/sample/cache/Country.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest/cache/Country.java index 8a8eea0cca6..ddfa400e723 100644 --- a/spring-boot-samples/spring-boot-sample-cache/src/main/java/sample/cache/Country.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest/cache/Country.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.cache; +package smoketest.cache; import java.io.Serializable; diff --git a/spring-boot-samples/spring-boot-sample-cache/src/main/java/sample/cache/CountryRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest/cache/CountryRepository.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-cache/src/main/java/sample/cache/CountryRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest/cache/CountryRepository.java index 6aab3d607d4..033e3842bc2 100644 --- a/spring-boot-samples/spring-boot-sample-cache/src/main/java/sample/cache/CountryRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest/cache/CountryRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.cache; +package smoketest.cache; import org.springframework.cache.annotation.CacheConfig; import org.springframework.cache.annotation.Cacheable; diff --git a/spring-boot-samples/spring-boot-sample-cache/src/main/java/sample/cache/SampleCacheApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest/cache/SampleCacheApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-cache/src/main/java/sample/cache/SampleCacheApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest/cache/SampleCacheApplication.java index 2d4d5fb657c..1d512a1dd49 100644 --- a/spring-boot-samples/spring-boot-sample-cache/src/main/java/sample/cache/SampleCacheApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest/cache/SampleCacheApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.cache; +package smoketest.cache; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; diff --git a/spring-boot-samples/spring-boot-sample-cache/src/main/java/sample/cache/SampleClient.java b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest/cache/SampleClient.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-cache/src/main/java/sample/cache/SampleClient.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest/cache/SampleClient.java index 27823e8f4b1..4b74de1f9fa 100644 --- a/spring-boot-samples/spring-boot-sample-cache/src/main/java/sample/cache/SampleClient.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/java/smoketest/cache/SampleClient.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.cache; +package smoketest.cache; import java.util.Arrays; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-cache/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-cache/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-cache/src/main/resources/ehcache.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/resources/ehcache.xml similarity index 100% rename from spring-boot-samples/spring-boot-sample-cache/src/main/resources/ehcache.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/resources/ehcache.xml diff --git a/spring-boot-samples/spring-boot-sample-cache/src/main/resources/ehcache3.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/resources/ehcache3.xml similarity index 100% rename from spring-boot-samples/spring-boot-sample-cache/src/main/resources/ehcache3.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/resources/ehcache3.xml diff --git a/spring-boot-samples/spring-boot-sample-cache/src/main/resources/hazelcast.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/resources/hazelcast.xml similarity index 100% rename from spring-boot-samples/spring-boot-sample-cache/src/main/resources/hazelcast.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/resources/hazelcast.xml diff --git a/spring-boot-samples/spring-boot-sample-cache/src/main/resources/infinispan.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/resources/infinispan.xml similarity index 100% rename from spring-boot-samples/spring-boot-sample-cache/src/main/resources/infinispan.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/main/resources/infinispan.xml diff --git a/spring-boot-samples/spring-boot-sample-cache/src/test/java/sample/cache/SampleCacheApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/test/java/smoketest/cache/SampleCacheApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-cache/src/test/java/sample/cache/SampleCacheApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/test/java/smoketest/cache/SampleCacheApplicationTests.java index e5625dda0a1..27f40dba22e 100644 --- a/spring-boot-samples/spring-boot-sample-cache/src/test/java/sample/cache/SampleCacheApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-cache/src/test/java/smoketest/cache/SampleCacheApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.cache; +package smoketest.cache; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/pom.xml similarity index 93% rename from spring-boot-samples/spring-boot-sample-custom-layout/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/pom.xml index c681e9df349..8169a9d93de 100644 --- a/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-custom-layout - Spring Boot Custom Layout Sample - Spring Boot Custom Layout Sample + spring-boot-smoke-test-custom-layout + Spring Boot Custom Layout Smoke Test + Spring Boot Custom Layout Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/src/it/custom/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/it/custom/pom.xml similarity index 94% rename from spring-boot-samples/spring-boot-sample-custom-layout/src/it/custom/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/it/custom/pom.xml index 9ee510b000c..2216ebfca8b 100644 --- a/spring-boot-samples/spring-boot-sample-custom-layout/src/it/custom/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/it/custom/pom.xml @@ -22,7 +22,7 @@ repackage - + custom diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/src/it/custom/src/main/java/org/test/SampleApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/it/custom/src/main/java/org/test/SampleApplication.java similarity index 100% rename from spring-boot-samples/spring-boot-sample-custom-layout/src/it/custom/src/main/java/org/test/SampleApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/it/custom/src/main/java/org/test/SampleApplication.java diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/src/it/custom/verify.groovy b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/it/custom/verify.groovy similarity index 79% rename from spring-boot-samples/spring-boot-sample-custom-layout/src/it/custom/verify.groovy rename to spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/it/custom/verify.groovy index 2b5aeae0a2f..7da68e56a2e 100644 --- a/spring-boot-samples/spring-boot-sample-custom-layout/src/it/custom/verify.groovy +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/it/custom/verify.groovy @@ -1,5 +1,5 @@ import java.io.*; -import sample.layout.*; +import smoketest.layout.*; Verify.verify( new File(basedir, "target/custom-0.0.1.BUILD-SNAPSHOT.jar"), "custom" diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/src/it/default/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/it/default/pom.xml similarity index 100% rename from spring-boot-samples/spring-boot-sample-custom-layout/src/it/default/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/it/default/pom.xml diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/src/it/default/src/main/java/org/test/SampleApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/it/default/src/main/java/org/test/SampleApplication.java similarity index 100% rename from spring-boot-samples/spring-boot-sample-custom-layout/src/it/default/src/main/java/org/test/SampleApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/it/default/src/main/java/org/test/SampleApplication.java diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/src/it/default/verify.groovy b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/it/default/verify.groovy similarity index 80% rename from spring-boot-samples/spring-boot-sample-custom-layout/src/it/default/verify.groovy rename to spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/it/default/verify.groovy index 6c956d1478f..aca02ce428a 100644 --- a/spring-boot-samples/spring-boot-sample-custom-layout/src/it/default/verify.groovy +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/it/default/verify.groovy @@ -1,5 +1,5 @@ import java.io.*; -import sample.layout.*; +import smoketest.layout.*; Verify.verify( new File(basedir, "target/default-0.0.1.BUILD-SNAPSHOT.jar"), "sample" diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/src/main/java/sample/layout/SampleLayout.java b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/main/java/smoketest/layout/SampleLayout.java similarity index 93% rename from spring-boot-samples/spring-boot-sample-custom-layout/src/main/java/sample/layout/SampleLayout.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/main/java/smoketest/layout/SampleLayout.java index e75d6178a1d..b00963e1cd0 100644 --- a/spring-boot-samples/spring-boot-sample-custom-layout/src/main/java/sample/layout/SampleLayout.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/main/java/smoketest/layout/SampleLayout.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2018 the original author or authors. + * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.layout; +package smoketest.layout; import java.io.ByteArrayInputStream; import java.io.IOException; diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/src/main/java/sample/layout/SampleLayoutFactory.java b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/main/java/smoketest/layout/SampleLayoutFactory.java similarity index 93% rename from spring-boot-samples/spring-boot-sample-custom-layout/src/main/java/sample/layout/SampleLayoutFactory.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/main/java/smoketest/layout/SampleLayoutFactory.java index 6d35da51162..475bb915adf 100644 --- a/spring-boot-samples/spring-boot-sample-custom-layout/src/main/java/sample/layout/SampleLayoutFactory.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/main/java/smoketest/layout/SampleLayoutFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2016 the original author or authors. + * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.layout; +package smoketest.layout; import java.io.File; diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/src/main/resources/META-INF/spring.factories b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/main/resources/META-INF/spring.factories similarity index 59% rename from spring-boot-samples/spring-boot-sample-custom-layout/src/main/resources/META-INF/spring.factories rename to spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/main/resources/META-INF/spring.factories index 3f2ec6985eb..cd58d61f3ae 100644 --- a/spring-boot-samples/spring-boot-sample-custom-layout/src/main/resources/META-INF/spring.factories +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/main/resources/META-INF/spring.factories @@ -1,2 +1,2 @@ org.springframework.boot.loader.tools.LayoutFactory=\ -sample.layout.SampleLayoutFactory +smoketest.layout.SampleLayoutFactory diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/src/test/java/sample/layout/Verify.java b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/test/java/smoketest/layout/Verify.java similarity index 93% rename from spring-boot-samples/spring-boot-sample-custom-layout/src/test/java/sample/layout/Verify.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/test/java/smoketest/layout/Verify.java index 71dc12be9ed..f7d5c924e86 100644 --- a/spring-boot-samples/spring-boot-sample-custom-layout/src/test/java/sample/layout/Verify.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-custom-layout/src/test/java/smoketest/layout/Verify.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2017 the original author or authors. + * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.layout; +package smoketest.layout; import java.io.File; import java.util.Enumeration; diff --git a/spring-boot-samples/spring-boot-sample-data-cassandra/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/pom.xml similarity index 94% rename from spring-boot-samples/spring-boot-sample-data-cassandra/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/pom.xml index c1b27036a3c..0c22ddd0c4f 100644 --- a/spring-boot-samples/spring-boot-sample-data-cassandra/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-data-cassandra - Spring Boot Data Cassandra Sample - Spring Boot Data Cassandra Sample + spring-boot-smoke-test-data-cassandra + Spring Boot Data Cassandra Smoke Test + Spring Boot Data Cassandra Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-data-cassandra/src/main/java/sample/data/cassandra/Customer.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/main/java/smoketest/data/cassandra/Customer.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-cassandra/src/main/java/sample/data/cassandra/Customer.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/main/java/smoketest/data/cassandra/Customer.java index f6544d802e1..7449be839d0 100644 --- a/spring-boot-samples/spring-boot-sample-data-cassandra/src/main/java/sample/data/cassandra/Customer.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/main/java/smoketest/data/cassandra/Customer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.cassandra; +package smoketest.data.cassandra; import java.util.UUID; diff --git a/spring-boot-samples/spring-boot-sample-data-cassandra/src/main/java/sample/data/cassandra/CustomerRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/main/java/smoketest/data/cassandra/CustomerRepository.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-data-cassandra/src/main/java/sample/data/cassandra/CustomerRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/main/java/smoketest/data/cassandra/CustomerRepository.java index 4da80e1a25d..f3b9f8b95c2 100644 --- a/spring-boot-samples/spring-boot-sample-data-cassandra/src/main/java/sample/data/cassandra/CustomerRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/main/java/smoketest/data/cassandra/CustomerRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.cassandra; +package smoketest.data.cassandra; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-data-cassandra/src/main/java/sample/data/cassandra/SampleCassandraApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/main/java/smoketest/data/cassandra/SampleCassandraApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-cassandra/src/main/java/sample/data/cassandra/SampleCassandraApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/main/java/smoketest/data/cassandra/SampleCassandraApplication.java index acb6c13f676..a4a0cf065a2 100644 --- a/spring-boot-samples/spring-boot-sample-data-cassandra/src/main/java/sample/data/cassandra/SampleCassandraApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/main/java/smoketest/data/cassandra/SampleCassandraApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.cassandra; +package smoketest.data.cassandra; import com.datastax.driver.core.utils.UUIDs; diff --git a/spring-boot-samples/spring-boot-sample-data-cassandra/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-cassandra/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-data-cassandra/src/test/java/sample/data/cassandra/OrderedCassandraTestExecutionListener.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/test/java/smoketest/data/cassandra/OrderedCassandraTestExecutionListener.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-cassandra/src/test/java/sample/data/cassandra/OrderedCassandraTestExecutionListener.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/test/java/smoketest/data/cassandra/OrderedCassandraTestExecutionListener.java index 1ab82e29ae7..cb5e3a641b4 100644 --- a/spring-boot-samples/spring-boot-sample-data-cassandra/src/test/java/sample/data/cassandra/OrderedCassandraTestExecutionListener.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/test/java/smoketest/data/cassandra/OrderedCassandraTestExecutionListener.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.cassandra; +package smoketest.data.cassandra; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; diff --git a/spring-boot-samples/spring-boot-sample-data-cassandra/src/test/java/sample/data/cassandra/SampleCassandraApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/test/java/smoketest/data/cassandra/SampleCassandraApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-cassandra/src/test/java/sample/data/cassandra/SampleCassandraApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/test/java/smoketest/data/cassandra/SampleCassandraApplicationTests.java index 7b61ac1ea2e..74e010bc33c 100644 --- a/spring-boot-samples/spring-boot-sample-data-cassandra/src/test/java/sample/data/cassandra/SampleCassandraApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/test/java/smoketest/data/cassandra/SampleCassandraApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.cassandra; +package smoketest.data.cassandra; import java.io.File; diff --git a/spring-boot-samples/spring-boot-sample-data-cassandra/src/test/resources/setup.cql b/spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/test/resources/setup.cql similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-cassandra/src/test/resources/setup.cql rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-cassandra/src/test/resources/setup.cql diff --git a/spring-boot-samples/spring-boot-sample-data-couchbase/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/pom.xml similarity index 81% rename from spring-boot-samples/spring-boot-sample-data-couchbase/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/pom.xml index 4e99416f792..afff777c886 100644 --- a/spring-boot-samples/spring-boot-sample-data-couchbase/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/pom.xml @@ -3,13 +3,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - spring-boot-samples + spring-boot-smoke-tests org.springframework.boot ${revision} - spring-boot-sample-data-couchbase - Spring Boot Data Couchbase Sample - Spring Boot Data Couchbase Sample + spring-boot-smoke-test-data-couchbase + Spring Boot Data Couchbase Smoke Test + Spring Boot Data Couchbase Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-data-couchbase/src/main/java/sample/data/couchbase/SampleCouchbaseApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/java/smoketest/data/couchbase/SampleCouchbaseApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-couchbase/src/main/java/sample/data/couchbase/SampleCouchbaseApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/java/smoketest/data/couchbase/SampleCouchbaseApplication.java index 6abcc46c89c..014b0c583ba 100644 --- a/spring-boot-samples/spring-boot-sample-data-couchbase/src/main/java/sample/data/couchbase/SampleCouchbaseApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/java/smoketest/data/couchbase/SampleCouchbaseApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.couchbase; +package smoketest.data.couchbase; import java.util.UUID; diff --git a/spring-boot-samples/spring-boot-sample-data-couchbase/src/main/java/sample/data/couchbase/User.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/java/smoketest/data/couchbase/User.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-couchbase/src/main/java/sample/data/couchbase/User.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/java/smoketest/data/couchbase/User.java index c8253536fed..a9650ff7ab1 100644 --- a/spring-boot-samples/spring-boot-sample-data-couchbase/src/main/java/sample/data/couchbase/User.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/java/smoketest/data/couchbase/User.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.couchbase; +package smoketest.data.couchbase; import com.couchbase.client.java.repository.annotation.Field; import com.couchbase.client.java.repository.annotation.Id; diff --git a/spring-boot-samples/spring-boot-sample-data-couchbase/src/main/java/sample/data/couchbase/UserRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/java/smoketest/data/couchbase/UserRepository.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-data-couchbase/src/main/java/sample/data/couchbase/UserRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/java/smoketest/data/couchbase/UserRepository.java index f31c7c24bad..0a2657eafd0 100644 --- a/spring-boot-samples/spring-boot-sample-data-couchbase/src/main/java/sample/data/couchbase/UserRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/java/smoketest/data/couchbase/UserRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.couchbase; +package smoketest.data.couchbase; import org.springframework.data.couchbase.core.query.ViewIndexed; import org.springframework.data.couchbase.repository.CouchbaseRepository; diff --git a/spring-boot-samples/spring-boot-sample-data-couchbase/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-couchbase/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-data-couchbase/src/test/java/sample/data/couchbase/SampleCouchbaseApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/test/java/smoketest/data/couchbase/SampleCouchbaseApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-couchbase/src/test/java/sample/data/couchbase/SampleCouchbaseApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/test/java/smoketest/data/couchbase/SampleCouchbaseApplicationTests.java index 2d6c220ac25..dd667c9a516 100644 --- a/spring-boot-samples/spring-boot-sample-data-couchbase/src/test/java/sample/data/couchbase/SampleCouchbaseApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-couchbase/src/test/java/smoketest/data/couchbase/SampleCouchbaseApplicationTests.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package sample.data.couchbase; +package smoketest.data.couchbase; import java.net.ConnectException; diff --git a/spring-boot-samples/spring-boot-sample-data-elasticsearch/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/pom.xml similarity index 83% rename from spring-boot-samples/spring-boot-sample-data-elasticsearch/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/pom.xml index bb4272b8557..75f26158e9a 100644 --- a/spring-boot-samples/spring-boot-sample-data-elasticsearch/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-data-elasticsearch - Spring Boot Data Elasticsearch Sample - Spring Boot Data Elasticsearch Sample + spring-boot-smoke-test-data-elasticsearch + Spring Boot Data Elasticsearch Smoke Test + Spring Boot Data Elasticsearch Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/java/sample/data/elasticsearch/Customer.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/main/java/smoketest/data/elasticsearch/Customer.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/java/sample/data/elasticsearch/Customer.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/main/java/smoketest/data/elasticsearch/Customer.java index 8002e9ddd33..ff8bd0b11dc 100644 --- a/spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/java/sample/data/elasticsearch/Customer.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/main/java/smoketest/data/elasticsearch/Customer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.elasticsearch; +package smoketest.data.elasticsearch; import org.springframework.data.annotation.Id; import org.springframework.data.elasticsearch.annotations.Document; diff --git a/spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/java/sample/data/elasticsearch/CustomerRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/main/java/smoketest/data/elasticsearch/CustomerRepository.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/java/sample/data/elasticsearch/CustomerRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/main/java/smoketest/data/elasticsearch/CustomerRepository.java index d2eda1cffdf..c009f2fcbcb 100644 --- a/spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/java/sample/data/elasticsearch/CustomerRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/main/java/smoketest/data/elasticsearch/CustomerRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.elasticsearch; +package smoketest.data.elasticsearch; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/java/sample/data/elasticsearch/SampleElasticsearchApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/main/java/smoketest/data/elasticsearch/SampleElasticsearchApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/java/sample/data/elasticsearch/SampleElasticsearchApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/main/java/smoketest/data/elasticsearch/SampleElasticsearchApplication.java index a48cb0a3528..e4b90f7dd63 100644 --- a/spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/java/sample/data/elasticsearch/SampleElasticsearchApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/main/java/smoketest/data/elasticsearch/SampleElasticsearchApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.elasticsearch; +package smoketest.data.elasticsearch; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; diff --git a/spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-elasticsearch/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-data-elasticsearch/src/test/java/sample/data/elasticsearch/SampleElasticsearchApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/test/java/smoketest/data/elasticsearch/SampleElasticsearchApplicationTests.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-elasticsearch/src/test/java/sample/data/elasticsearch/SampleElasticsearchApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/test/java/smoketest/data/elasticsearch/SampleElasticsearchApplicationTests.java index 500ce6184e3..2605eab0c4b 100644 --- a/spring-boot-samples/spring-boot-sample-data-elasticsearch/src/test/java/sample/data/elasticsearch/SampleElasticsearchApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-elasticsearch/src/test/java/smoketest/data/elasticsearch/SampleElasticsearchApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.elasticsearch; +package smoketest.data.elasticsearch; import java.net.ConnectException; diff --git a/spring-boot-samples/spring-boot-sample-data-jdbc/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/pom.xml similarity index 86% rename from spring-boot-samples/spring-boot-sample-data-jdbc/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/pom.xml index 12eb7a8109a..e884c979f67 100755 --- a/spring-boot-samples/spring-boot-sample-data-jdbc/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-data-jdbc - Spring Boot Data JDBC Sample - Spring Boot Data JDBC Sample + spring-boot-smoke-test-data-jdbc + Spring Boot Data JDBC Smoke Test + Spring Boot Data JDBC Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample/data/jdbc/Customer.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest/data/jdbc/Customer.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample/data/jdbc/Customer.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest/data/jdbc/Customer.java index ccb410fa5a6..b88363e5521 100644 --- a/spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample/data/jdbc/Customer.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest/data/jdbc/Customer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jdbc; +package smoketest.data.jdbc; import java.time.LocalDate; diff --git a/spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample/data/jdbc/CustomerRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest/data/jdbc/CustomerRepository.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample/data/jdbc/CustomerRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest/data/jdbc/CustomerRepository.java index cd4decfb995..442eefe1e06 100644 --- a/spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample/data/jdbc/CustomerRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest/data/jdbc/CustomerRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jdbc; +package smoketest.data.jdbc; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample/data/jdbc/SampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest/data/jdbc/SampleController.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample/data/jdbc/SampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest/data/jdbc/SampleController.java index 97dc209cad3..894e7f82770 100644 --- a/spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample/data/jdbc/SampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest/data/jdbc/SampleController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jdbc; +package smoketest.data.jdbc; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample/data/jdbc/SampleDataJdbcApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest/data/jdbc/SampleDataJdbcApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample/data/jdbc/SampleDataJdbcApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest/data/jdbc/SampleDataJdbcApplication.java index 94e4c184558..f78dd3d2d9f 100644 --- a/spring-boot-samples/spring-boot-sample-data-jdbc/src/main/java/sample/data/jdbc/SampleDataJdbcApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/java/smoketest/data/jdbc/SampleDataJdbcApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jdbc; +package smoketest.data.jdbc; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-data-jdbc/src/main/resources/data.sql b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/resources/data.sql similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-jdbc/src/main/resources/data.sql rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/resources/data.sql diff --git a/spring-boot-samples/spring-boot-sample-data-jdbc/src/main/resources/schema.sql b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/resources/schema.sql similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-jdbc/src/main/resources/schema.sql rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/main/resources/schema.sql diff --git a/spring-boot-samples/spring-boot-sample-data-jdbc/src/test/java/sample/data/jdbc/CustomerRepositoryIntegrationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/test/java/smoketest/data/jdbc/CustomerRepositoryIntegrationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-jdbc/src/test/java/sample/data/jdbc/CustomerRepositoryIntegrationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/test/java/smoketest/data/jdbc/CustomerRepositoryIntegrationTests.java index 59c1336e822..a4ddb38c59a 100644 --- a/spring-boot-samples/spring-boot-sample-data-jdbc/src/test/java/sample/data/jdbc/CustomerRepositoryIntegrationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/test/java/smoketest/data/jdbc/CustomerRepositoryIntegrationTests.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package sample.data.jdbc; +package smoketest.data.jdbc; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-data-jdbc/src/test/java/sample/data/jdbc/SampleDataJdbcApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/test/java/smoketest/data/jdbc/SampleDataJdbcApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-jdbc/src/test/java/sample/data/jdbc/SampleDataJdbcApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/test/java/smoketest/data/jdbc/SampleDataJdbcApplicationTests.java index 76e2a104d95..52ee22cd1d9 100644 --- a/spring-boot-samples/spring-boot-sample-data-jdbc/src/test/java/sample/data/jdbc/SampleDataJdbcApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jdbc/src/test/java/smoketest/data/jdbc/SampleDataJdbcApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jdbc; +package smoketest.data.jdbc; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/pom.xml similarity index 86% rename from spring-boot-samples/spring-boot-sample-data-jpa/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/pom.xml index 0f1c6ba52b3..a48130a26a4 100755 --- a/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-data-jpa - Spring Boot Data JPA Sample - Spring Boot Data JPA Sample + spring-boot-smoke-test-data-jpa + Spring Boot Data JPA Smoke Test + Spring Boot Data JPA Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/SampleDataJpaApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/SampleDataJpaApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/SampleDataJpaApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/SampleDataJpaApplication.java index 98b4db5c1b2..98986491928 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/SampleDataJpaApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/SampleDataJpaApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jpa; +package smoketest.data.jpa; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/City.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/City.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/City.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/City.java index 69b2a722477..df1dd403b1c 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/City.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/City.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jpa.domain; +package smoketest.data.jpa.domain; import java.io.Serializable; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/Hotel.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/Hotel.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/Hotel.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/Hotel.java index a2d78047102..7340bf8ecb0 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/Hotel.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/Hotel.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jpa.domain; +package smoketest.data.jpa.domain; import java.io.Serializable; import java.util.Set; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/HotelSummary.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/HotelSummary.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/HotelSummary.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/HotelSummary.java index 63c60fab3f5..290119bb21c 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/HotelSummary.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/HotelSummary.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jpa.domain; +package smoketest.data.jpa.domain; public interface HotelSummary { diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/Rating.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/Rating.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/Rating.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/Rating.java index d6a9021ad59..98cf035e2bb 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/Rating.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/Rating.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jpa.domain; +package smoketest.data.jpa.domain; public enum Rating { diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/RatingCount.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/RatingCount.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/RatingCount.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/RatingCount.java index 03f8d8a5015..45b75a4bf18 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/RatingCount.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/RatingCount.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jpa.domain; +package smoketest.data.jpa.domain; public interface RatingCount { diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/Review.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/Review.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/Review.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/Review.java index 608943423b7..341745744dd 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/Review.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/Review.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jpa.domain; +package smoketest.data.jpa.domain; import java.io.Serializable; import java.util.Date; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/ReviewDetails.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/ReviewDetails.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/ReviewDetails.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/ReviewDetails.java index 7379701f515..9975e405b9e 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/ReviewDetails.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/ReviewDetails.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jpa.domain; +package smoketest.data.jpa.domain; import java.io.Serializable; import java.util.Date; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/TripType.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/TripType.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/TripType.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/TripType.java index 89b084df5bc..0a52e3b91ee 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/domain/TripType.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/domain/TripType.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jpa.domain; +package smoketest.data.jpa.domain; public enum TripType { diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/CityRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/CityRepository.java similarity index 93% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/CityRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/CityRepository.java index c16ec30dfbf..497503e8f89 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/CityRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/CityRepository.java @@ -14,9 +14,9 @@ * limitations under the License. */ -package sample.data.jpa.service; +package smoketest.data.jpa.service; -import sample.data.jpa.domain.City; +import smoketest.data.jpa.domain.City; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; diff --git a/spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/service/CitySearchCriteria.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/CitySearchCriteria.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/service/CitySearchCriteria.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/CitySearchCriteria.java index 25443a65247..77c4f21305c 100644 --- a/spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/service/CitySearchCriteria.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/CitySearchCriteria.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.rest.service; +package smoketest.data.jpa.service; import java.io.Serializable; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/CityService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/CityService.java similarity index 88% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/CityService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/CityService.java index a3744d86e15..27374292c18 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/CityService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/CityService.java @@ -14,10 +14,10 @@ * limitations under the License. */ -package sample.data.jpa.service; +package smoketest.data.jpa.service; -import sample.data.jpa.domain.City; -import sample.data.jpa.domain.HotelSummary; +import smoketest.data.jpa.domain.City; +import smoketest.data.jpa.domain.HotelSummary; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/CityServiceImpl.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/CityServiceImpl.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/CityServiceImpl.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/CityServiceImpl.java index 6ba53659c30..7eaf4142959 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/CityServiceImpl.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/CityServiceImpl.java @@ -14,10 +14,10 @@ * limitations under the License. */ -package sample.data.jpa.service; +package smoketest.data.jpa.service; -import sample.data.jpa.domain.City; -import sample.data.jpa.domain.HotelSummary; +import smoketest.data.jpa.domain.City; +import smoketest.data.jpa.domain.HotelSummary; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/HotelRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/HotelRepository.java similarity index 86% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/HotelRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/HotelRepository.java index 7a787d98db9..b092d0fcbe7 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/HotelRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/HotelRepository.java @@ -14,14 +14,14 @@ * limitations under the License. */ -package sample.data.jpa.service; +package smoketest.data.jpa.service; import java.util.List; -import sample.data.jpa.domain.City; -import sample.data.jpa.domain.Hotel; -import sample.data.jpa.domain.HotelSummary; -import sample.data.jpa.domain.RatingCount; +import smoketest.data.jpa.domain.City; +import smoketest.data.jpa.domain.Hotel; +import smoketest.data.jpa.domain.HotelSummary; +import smoketest.data.jpa.domain.RatingCount; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/HotelService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/HotelService.java similarity index 83% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/HotelService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/HotelService.java index d276c3a5ae0..b9869d5f132 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/HotelService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/HotelService.java @@ -14,12 +14,12 @@ * limitations under the License. */ -package sample.data.jpa.service; +package smoketest.data.jpa.service; -import sample.data.jpa.domain.City; -import sample.data.jpa.domain.Hotel; -import sample.data.jpa.domain.Review; -import sample.data.jpa.domain.ReviewDetails; +import smoketest.data.jpa.domain.City; +import smoketest.data.jpa.domain.Hotel; +import smoketest.data.jpa.domain.Review; +import smoketest.data.jpa.domain.ReviewDetails; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/HotelServiceImpl.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/HotelServiceImpl.java similarity index 90% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/HotelServiceImpl.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/HotelServiceImpl.java index 30a7ea082c9..78356b17965 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/HotelServiceImpl.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/HotelServiceImpl.java @@ -14,18 +14,18 @@ * limitations under the License. */ -package sample.data.jpa.service; +package smoketest.data.jpa.service; import java.util.HashMap; import java.util.List; import java.util.Map; -import sample.data.jpa.domain.City; -import sample.data.jpa.domain.Hotel; -import sample.data.jpa.domain.Rating; -import sample.data.jpa.domain.RatingCount; -import sample.data.jpa.domain.Review; -import sample.data.jpa.domain.ReviewDetails; +import smoketest.data.jpa.domain.City; +import smoketest.data.jpa.domain.Hotel; +import smoketest.data.jpa.domain.Rating; +import smoketest.data.jpa.domain.RatingCount; +import smoketest.data.jpa.domain.Review; +import smoketest.data.jpa.domain.ReviewDetails; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/ReviewRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/ReviewRepository.java similarity index 89% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/ReviewRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/ReviewRepository.java index 98823560cc4..0e84ec73d31 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/ReviewRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/ReviewRepository.java @@ -14,10 +14,10 @@ * limitations under the License. */ -package sample.data.jpa.service; +package smoketest.data.jpa.service; -import sample.data.jpa.domain.Hotel; -import sample.data.jpa.domain.Review; +import smoketest.data.jpa.domain.Hotel; +import smoketest.data.jpa.domain.Review; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/ReviewsSummary.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/ReviewsSummary.java similarity index 90% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/ReviewsSummary.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/ReviewsSummary.java index fd3cd5b971f..d55e8d89101 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/ReviewsSummary.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/service/ReviewsSummary.java @@ -14,9 +14,9 @@ * limitations under the License. */ -package sample.data.jpa.service; +package smoketest.data.jpa.service; -import sample.data.jpa.domain.Rating; +import smoketest.data.jpa.domain.Rating; public interface ReviewsSummary { diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/web/SampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/web/SampleController.java similarity index 93% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/web/SampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/web/SampleController.java index 3161fda83ae..8d407e01d62 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/web/SampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/java/smoketest/data/jpa/web/SampleController.java @@ -14,9 +14,9 @@ * limitations under the License. */ -package sample.data.jpa.web; +package smoketest.data.jpa.web; -import sample.data.jpa.service.CityService; +import smoketest.data.jpa.service.CityService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/resources/import.sql b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/resources/import.sql similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/resources/import.sql rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/main/resources/import.sql diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/test/java/sample/data/jpa/SampleDataJpaApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/java/smoketest/data/jpa/SampleDataJpaApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/test/java/sample/data/jpa/SampleDataJpaApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/java/smoketest/data/jpa/SampleDataJpaApplicationTests.java index 0a22960a50a..db319a3abf0 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/test/java/sample/data/jpa/SampleDataJpaApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/java/smoketest/data/jpa/SampleDataJpaApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jpa; +package smoketest.data.jpa; import java.lang.management.ManagementFactory; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/test/java/sample/data/jpa/service/CityRepositoryIntegrationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/java/smoketest/data/jpa/service/CityRepositoryIntegrationTests.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/test/java/sample/data/jpa/service/CityRepositoryIntegrationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/java/smoketest/data/jpa/service/CityRepositoryIntegrationTests.java index c4ab194e05e..43b222e95d2 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/test/java/sample/data/jpa/service/CityRepositoryIntegrationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/java/smoketest/data/jpa/service/CityRepositoryIntegrationTests.java @@ -13,10 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package sample.data.jpa.service; +package smoketest.data.jpa.service; import org.junit.jupiter.api.Test; -import sample.data.jpa.domain.City; +import smoketest.data.jpa.domain.City; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/test/java/sample/data/jpa/service/HotelRepositoryIntegrationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/java/smoketest/data/jpa/service/HotelRepositoryIntegrationTests.java similarity index 88% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/test/java/sample/data/jpa/service/HotelRepositoryIntegrationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/java/smoketest/data/jpa/service/HotelRepositoryIntegrationTests.java index 4001b8bba2a..73412875409 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/test/java/sample/data/jpa/service/HotelRepositoryIntegrationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/java/smoketest/data/jpa/service/HotelRepositoryIntegrationTests.java @@ -13,16 +13,16 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package sample.data.jpa.service; +package smoketest.data.jpa.service; import java.util.List; import org.junit.jupiter.api.Test; -import sample.data.jpa.domain.City; -import sample.data.jpa.domain.Hotel; -import sample.data.jpa.domain.HotelSummary; -import sample.data.jpa.domain.Rating; -import sample.data.jpa.domain.RatingCount; +import smoketest.data.jpa.domain.City; +import smoketest.data.jpa.domain.Hotel; +import smoketest.data.jpa.domain.HotelSummary; +import smoketest.data.jpa.domain.Rating; +import smoketest.data.jpa.domain.RatingCount; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/test/resources/application-scratch.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/resources/application-scratch.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/test/resources/application-scratch.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-jpa/src/test/resources/application-scratch.properties diff --git a/spring-boot-samples/spring-boot-sample-data-ldap/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/pom.xml similarity index 85% rename from spring-boot-samples/spring-boot-sample-data-ldap/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/pom.xml index 69d10ad63b2..5e43bce1e78 100644 --- a/spring-boot-samples/spring-boot-sample-data-ldap/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-data-ldap - Spring Boot Data LDAP Sample - Spring Boot Data LDAP Sample + spring-boot-smoke-test-data-ldap + Spring Boot Data LDAP Smoke Test + Spring Boot Data LDAP Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-data-ldap/src/main/java/sample/data/ldap/Person.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/java/smoketest/data/ldap/Person.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-ldap/src/main/java/sample/data/ldap/Person.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/java/smoketest/data/ldap/Person.java index 79dbccdf627..bbe0e918134 100644 --- a/spring-boot-samples/spring-boot-sample-data-ldap/src/main/java/sample/data/ldap/Person.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/java/smoketest/data/ldap/Person.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.ldap; +package smoketest.data.ldap; import javax.naming.Name; diff --git a/spring-boot-samples/spring-boot-sample-data-ldap/src/main/java/sample/data/ldap/PersonRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/java/smoketest/data/ldap/PersonRepository.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-data-ldap/src/main/java/sample/data/ldap/PersonRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/java/smoketest/data/ldap/PersonRepository.java index ed0fec2cc08..cbb986bd634 100644 --- a/spring-boot-samples/spring-boot-sample-data-ldap/src/main/java/sample/data/ldap/PersonRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/java/smoketest/data/ldap/PersonRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.ldap; +package smoketest.data.ldap; import org.springframework.data.ldap.repository.LdapRepository; diff --git a/spring-boot-samples/spring-boot-sample-data-ldap/src/main/java/sample/data/ldap/SampleLdapApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/java/smoketest/data/ldap/SampleLdapApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-ldap/src/main/java/sample/data/ldap/SampleLdapApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/java/smoketest/data/ldap/SampleLdapApplication.java index 8094cb9c87c..30a9c968eb0 100644 --- a/spring-boot-samples/spring-boot-sample-data-ldap/src/main/java/sample/data/ldap/SampleLdapApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/java/smoketest/data/ldap/SampleLdapApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.ldap; +package smoketest.data.ldap; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; diff --git a/spring-boot-samples/spring-boot-sample-data-ldap/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-ldap/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-data-ldap/src/main/resources/schema.ldif b/spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/resources/schema.ldif similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-ldap/src/main/resources/schema.ldif rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/main/resources/schema.ldif diff --git a/spring-boot-samples/spring-boot-sample-data-ldap/src/test/java/sample/data/ldap/SampleLdapApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/test/java/smoketest/data/ldap/SampleLdapApplicationTests.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-ldap/src/test/java/sample/data/ldap/SampleLdapApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/test/java/smoketest/data/ldap/SampleLdapApplicationTests.java index 90d26a60efd..98d8409326a 100644 --- a/spring-boot-samples/spring-boot-sample-data-ldap/src/test/java/sample/data/ldap/SampleLdapApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-ldap/src/test/java/smoketest/data/ldap/SampleLdapApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.ldap; +package smoketest.data.ldap; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/pom.xml similarity index 85% rename from spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/pom.xml index e661d7c7028..8422a367eaa 100644 --- a/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-data-mongodb - Spring Boot Data MongoDB Sample - Spring Boot Data MongoDB Sample + spring-boot-smoke-test-data-mongodb + Spring Boot Data MongoDB Smoke Test + Spring Boot Data MongoDB Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-data-mongodb/src/main/java/sample/data/mongo/Customer.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/main/java/smoketest/data/mongo/Customer.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-mongodb/src/main/java/sample/data/mongo/Customer.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/main/java/smoketest/data/mongo/Customer.java index 80860e0bf98..af7f0ee24c6 100644 --- a/spring-boot-samples/spring-boot-sample-data-mongodb/src/main/java/sample/data/mongo/Customer.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/main/java/smoketest/data/mongo/Customer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.mongo; +package smoketest.data.mongo; import org.springframework.data.annotation.Id; diff --git a/spring-boot-samples/spring-boot-sample-data-mongodb/src/main/java/sample/data/mongo/CustomerRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/main/java/smoketest/data/mongo/CustomerRepository.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-data-mongodb/src/main/java/sample/data/mongo/CustomerRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/main/java/smoketest/data/mongo/CustomerRepository.java index 83fa9d4403a..be744ec3cac 100644 --- a/spring-boot-samples/spring-boot-sample-data-mongodb/src/main/java/sample/data/mongo/CustomerRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/main/java/smoketest/data/mongo/CustomerRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.mongo; +package smoketest.data.mongo; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-data-mongodb/src/main/java/sample/data/mongo/SampleMongoApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/main/java/smoketest/data/mongo/SampleMongoApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-mongodb/src/main/java/sample/data/mongo/SampleMongoApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/main/java/smoketest/data/mongo/SampleMongoApplication.java index afc261cb06a..84b2772cc0a 100644 --- a/spring-boot-samples/spring-boot-sample-data-mongodb/src/main/java/sample/data/mongo/SampleMongoApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/main/java/smoketest/data/mongo/SampleMongoApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.mongo; +package smoketest.data.mongo; import java.util.concurrent.TimeUnit; diff --git a/spring-boot-samples/spring-boot-sample-data-mongodb/src/test/java/sample/data/mongo/SampleMongoApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/test/java/smoketest/data/mongo/SampleMongoApplicationTests.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-mongodb/src/test/java/sample/data/mongo/SampleMongoApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/test/java/smoketest/data/mongo/SampleMongoApplicationTests.java index 3ff624cc488..bd16164dd66 100644 --- a/spring-boot-samples/spring-boot-sample-data-mongodb/src/test/java/sample/data/mongo/SampleMongoApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-mongodb/src/test/java/smoketest/data/mongo/SampleMongoApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.mongo; +package smoketest.data.mongo; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/spring-boot-samples/spring-boot-sample-data-neo4j/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/pom.xml similarity index 83% rename from spring-boot-samples/spring-boot-sample-data-neo4j/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/pom.xml index 999257bc3c4..a21b1ba7611 100644 --- a/spring-boot-samples/spring-boot-sample-data-neo4j/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-data-neo4j - Spring Boot Data Neo4j Sample - Spring Boot Data Neo4j Sample + spring-boot-smoke-test-data-neo4j + Spring Boot Data Neo4j Smoke Test + Spring Boot Data Neo4j Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-data-neo4j/src/main/java/sample/data/neo4j/Customer.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/main/java/smoketest/data/neo4j/Customer.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-neo4j/src/main/java/sample/data/neo4j/Customer.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/main/java/smoketest/data/neo4j/Customer.java index 1568eca45dc..52b6d59f321 100644 --- a/spring-boot-samples/spring-boot-sample-data-neo4j/src/main/java/sample/data/neo4j/Customer.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/main/java/smoketest/data/neo4j/Customer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.neo4j; +package smoketest.data.neo4j; import org.neo4j.ogm.annotation.GeneratedValue; import org.neo4j.ogm.annotation.Id; diff --git a/spring-boot-samples/spring-boot-sample-data-neo4j/src/main/java/sample/data/neo4j/CustomerRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/main/java/smoketest/data/neo4j/CustomerRepository.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-data-neo4j/src/main/java/sample/data/neo4j/CustomerRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/main/java/smoketest/data/neo4j/CustomerRepository.java index 2334e851ae8..e185aac4f00 100644 --- a/spring-boot-samples/spring-boot-sample-data-neo4j/src/main/java/sample/data/neo4j/CustomerRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/main/java/smoketest/data/neo4j/CustomerRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.neo4j; +package smoketest.data.neo4j; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-data-neo4j/src/main/java/sample/data/neo4j/SampleNeo4jApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/main/java/smoketest/data/neo4j/SampleNeo4jApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-neo4j/src/main/java/sample/data/neo4j/SampleNeo4jApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/main/java/smoketest/data/neo4j/SampleNeo4jApplication.java index bf4c19088b2..f91eb54d0fe 100644 --- a/spring-boot-samples/spring-boot-sample-data-neo4j/src/main/java/sample/data/neo4j/SampleNeo4jApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/main/java/smoketest/data/neo4j/SampleNeo4jApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.neo4j; +package smoketest.data.neo4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; diff --git a/spring-boot-samples/spring-boot-sample-data-neo4j/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-neo4j/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-data-neo4j/src/test/java/sample/data/neo4j/SampleNeo4jApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/test/java/smoketest/data/neo4j/SampleNeo4jApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-neo4j/src/test/java/sample/data/neo4j/SampleNeo4jApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/test/java/smoketest/data/neo4j/SampleNeo4jApplicationTests.java index 513b76af271..5360816e6a5 100644 --- a/spring-boot-samples/spring-boot-sample-data-neo4j/src/test/java/sample/data/neo4j/SampleNeo4jApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-neo4j/src/test/java/smoketest/data/neo4j/SampleNeo4jApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.neo4j; +package smoketest.data.neo4j; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/spring-boot-samples/spring-boot-sample-data-redis/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-data-redis/pom.xml similarity index 87% rename from spring-boot-samples/spring-boot-sample-data-redis/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-redis/pom.xml index 0b0c8479801..bf1b2f9e389 100644 --- a/spring-boot-samples/spring-boot-sample-data-redis/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-redis/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-data-redis - Spring Boot Data Redis Sample - Spring Boot Data Redis Sample + spring-boot-smoke-test-data-redis + Spring Boot Data Redis Smoke Test + Spring Boot Data Redis Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-data-redis/src/main/java/sample/data/redis/SampleRedisApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-redis/src/main/java/smoketest/data/redis/SampleRedisApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-redis/src/main/java/sample/data/redis/SampleRedisApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-redis/src/main/java/smoketest/data/redis/SampleRedisApplication.java index 27f09c0e992..eb90dbb14cc 100644 --- a/spring-boot-samples/spring-boot-sample-data-redis/src/main/java/sample/data/redis/SampleRedisApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-redis/src/main/java/smoketest/data/redis/SampleRedisApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.redis; +package smoketest.data.redis; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; diff --git a/spring-boot-samples/spring-boot-sample-data-redis/src/test/java/sample/data/redis/SampleRedisApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-redis/src/test/java/smoketest/data/redis/SampleRedisApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-redis/src/test/java/sample/data/redis/SampleRedisApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-redis/src/test/java/smoketest/data/redis/SampleRedisApplicationTests.java index 2b852d7cf56..0fd6471c3ac 100644 --- a/spring-boot-samples/spring-boot-sample-data-redis/src/test/java/sample/data/redis/SampleRedisApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-redis/src/test/java/smoketest/data/redis/SampleRedisApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.redis; +package smoketest.data.redis; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/spring-boot-samples/spring-boot-sample-data-rest/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/pom.xml similarity index 91% rename from spring-boot-samples/spring-boot-sample-data-rest/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/pom.xml index 2cea6645525..343845ace83 100644 --- a/spring-boot-samples/spring-boot-sample-data-rest/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-data-rest - Spring Boot Data REST Sample - Spring Boot Data REST Sample + spring-boot-smoke-test-data-rest + Spring Boot Data REST Smoke Test + Spring Boot Data REST Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/SampleDataRestApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/SampleDataRestApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/SampleDataRestApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/SampleDataRestApplication.java index 5a85ef4c1dd..2d67384892d 100644 --- a/spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/SampleDataRestApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/SampleDataRestApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.rest; +package smoketest.data.rest; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/domain/City.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/domain/City.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/domain/City.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/domain/City.java index 2359abc991b..b233379bddb 100644 --- a/spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/domain/City.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/domain/City.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.rest.domain; +package smoketest.data.rest.domain; import java.io.Serializable; diff --git a/spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/domain/Hotel.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/domain/Hotel.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/domain/Hotel.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/domain/Hotel.java index 91e249e93bd..fec1c813b22 100644 --- a/spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/domain/Hotel.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/domain/Hotel.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.rest.domain; +package smoketest.data.rest.domain; import java.io.Serializable; diff --git a/spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/service/CityRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/service/CityRepository.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/service/CityRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/service/CityRepository.java index 566d54db8a2..3015285ba2a 100644 --- a/spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/service/CityRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/service/CityRepository.java @@ -14,9 +14,9 @@ * limitations under the License. */ -package sample.data.rest.service; +package smoketest.data.rest.service; -import sample.data.rest.domain.City; +import smoketest.data.rest.domain.City; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/CitySearchCriteria.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/service/CitySearchCriteria.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/CitySearchCriteria.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/service/CitySearchCriteria.java index 31ad7506a23..8d30fce9ffc 100644 --- a/spring-boot-samples/spring-boot-sample-data-jpa/src/main/java/sample/data/jpa/service/CitySearchCriteria.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/service/CitySearchCriteria.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.jpa.service; +package smoketest.data.rest.service; import java.io.Serializable; diff --git a/spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/service/HotelRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/service/HotelRepository.java similarity index 89% rename from spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/service/HotelRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/service/HotelRepository.java index 488247ba249..327ca9e8781 100644 --- a/spring-boot-samples/spring-boot-sample-data-rest/src/main/java/sample/data/rest/service/HotelRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/java/smoketest/data/rest/service/HotelRepository.java @@ -14,10 +14,10 @@ * limitations under the License. */ -package sample.data.rest.service; +package smoketest.data.rest.service; -import sample.data.rest.domain.City; -import sample.data.rest.domain.Hotel; +import smoketest.data.rest.domain.City; +import smoketest.data.rest.domain.Hotel; import org.springframework.data.repository.PagingAndSortingRepository; import org.springframework.data.rest.core.annotation.RepositoryRestResource; diff --git a/spring-boot-samples/spring-boot-sample-data-rest/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-rest/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-data-rest/src/main/resources/import.sql b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/resources/import.sql similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-rest/src/main/resources/import.sql rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/main/resources/import.sql diff --git a/spring-boot-samples/spring-boot-sample-data-rest/src/test/java/sample/data/rest/SampleDataRestApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/test/java/smoketest/data/rest/SampleDataRestApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-rest/src/test/java/sample/data/rest/SampleDataRestApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/test/java/smoketest/data/rest/SampleDataRestApplicationTests.java index 5723473ab06..57f04562697 100644 --- a/spring-boot-samples/spring-boot-sample-data-rest/src/test/java/sample/data/rest/SampleDataRestApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/test/java/smoketest/data/rest/SampleDataRestApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.rest; +package smoketest.data.rest; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-data-rest/src/test/java/sample/data/rest/service/CityRepositoryIntegrationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/test/java/smoketest/data/rest/service/CityRepositoryIntegrationTests.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-data-rest/src/test/java/sample/data/rest/service/CityRepositoryIntegrationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/test/java/smoketest/data/rest/service/CityRepositoryIntegrationTests.java index 7e33f64dca9..085c0f4a01a 100644 --- a/spring-boot-samples/spring-boot-sample-data-rest/src/test/java/sample/data/rest/service/CityRepositoryIntegrationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/test/java/smoketest/data/rest/service/CityRepositoryIntegrationTests.java @@ -14,10 +14,10 @@ * limitations under the License. */ -package sample.data.rest.service; +package smoketest.data.rest.service; import org.junit.jupiter.api.Test; -import sample.data.rest.domain.City; +import smoketest.data.rest.domain.City; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; diff --git a/spring-boot-samples/spring-boot-sample-data-rest/src/test/resources/application-scratch.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/test/resources/application-scratch.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-data-rest/src/test/resources/application-scratch.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-rest/src/test/resources/application-scratch.properties diff --git a/spring-boot-samples/spring-boot-sample-data-solr/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/pom.xml similarity index 83% rename from spring-boot-samples/spring-boot-sample-data-solr/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/pom.xml index f6a72b52583..72b5b035c34 100644 --- a/spring-boot-samples/spring-boot-sample-data-solr/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-data-solr - Spring Boot Data Solr Sample - Spring Boot Data Solr Sample + spring-boot-smoke-test-data-solr + Spring Boot Data Solr Smoke Test + Spring Boot Data Solr Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-data-solr/src/main/java/sample/data/solr/Product.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/main/java/smoketest/data/solr/Product.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-solr/src/main/java/sample/data/solr/Product.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/main/java/smoketest/data/solr/Product.java index f569740eb47..c62220f579a 100644 --- a/spring-boot-samples/spring-boot-sample-data-solr/src/main/java/sample/data/solr/Product.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/main/java/smoketest/data/solr/Product.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.solr; +package smoketest.data.solr; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-data-solr/src/main/java/sample/data/solr/ProductRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/main/java/smoketest/data/solr/ProductRepository.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-data-solr/src/main/java/sample/data/solr/ProductRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/main/java/smoketest/data/solr/ProductRepository.java index 5064fe1a9d3..2ecd22e5b30 100644 --- a/spring-boot-samples/spring-boot-sample-data-solr/src/main/java/sample/data/solr/ProductRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/main/java/smoketest/data/solr/ProductRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.solr; +package smoketest.data.solr; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-data-solr/src/main/java/sample/data/solr/SampleSolrApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/main/java/smoketest/data/solr/SampleSolrApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-solr/src/main/java/sample/data/solr/SampleSolrApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/main/java/smoketest/data/solr/SampleSolrApplication.java index 4e876bea46e..19e016edcc7 100644 --- a/spring-boot-samples/spring-boot-sample-data-solr/src/main/java/sample/data/solr/SampleSolrApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/main/java/smoketest/data/solr/SampleSolrApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.solr; +package smoketest.data.solr; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; diff --git a/spring-boot-samples/spring-boot-sample-data-solr/src/test/java/sample/data/solr/SampleSolrApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/test/java/smoketest/data/solr/SampleSolrApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-data-solr/src/test/java/sample/data/solr/SampleSolrApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/test/java/smoketest/data/solr/SampleSolrApplicationTests.java index 78afa4183bc..7aae88c4441 100644 --- a/spring-boot-samples/spring-boot-sample-data-solr/src/test/java/sample/data/solr/SampleSolrApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-data-solr/src/test/java/smoketest/data/solr/SampleSolrApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.data.solr; +package smoketest.data.solr; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/spring-boot-samples/spring-boot-sample-devtools/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-devtools/pom.xml similarity index 85% rename from spring-boot-samples/spring-boot-sample-devtools/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-devtools/pom.xml index e692c813b03..1fbccae1dec 100644 --- a/spring-boot-samples/spring-boot-sample-devtools/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-devtools/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-devtools - Spring Boot Developer Tools Sample - Spring Boot Developer Tools Sample + spring-boot-smoke-test-devtools + Spring Boot Developer Tools Smoke Test + Spring Boot Developer Tools Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-devtools/src/main/java/sample/devtools/Message.java b/spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/java/smoketest/devtools/Message.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-devtools/src/main/java/sample/devtools/Message.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/java/smoketest/devtools/Message.java index 43daa806568..cf4aea1150c 100644 --- a/spring-boot-samples/spring-boot-sample-devtools/src/main/java/sample/devtools/Message.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/java/smoketest/devtools/Message.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.devtools; +package smoketest.devtools; public final class Message { diff --git a/spring-boot-samples/spring-boot-sample-devtools/src/main/java/sample/devtools/MyController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/java/smoketest/devtools/MyController.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-devtools/src/main/java/sample/devtools/MyController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/java/smoketest/devtools/MyController.java index d0778e9dd03..2fc3e79f3ce 100644 --- a/spring-boot-samples/spring-boot-sample-devtools/src/main/java/sample/devtools/MyController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/java/smoketest/devtools/MyController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.devtools; +package smoketest.devtools; import java.util.Date; diff --git a/spring-boot-samples/spring-boot-sample-devtools/src/main/java/sample/devtools/SampleDevToolsApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/java/smoketest/devtools/SampleDevToolsApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-devtools/src/main/java/sample/devtools/SampleDevToolsApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/java/smoketest/devtools/SampleDevToolsApplication.java index fa2066453c6..182fd206230 100644 --- a/spring-boot-samples/spring-boot-sample-devtools/src/main/java/sample/devtools/SampleDevToolsApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/java/smoketest/devtools/SampleDevToolsApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.devtools; +package smoketest.devtools; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-devtools/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-devtools/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-devtools/src/main/resources/public/public.txt b/spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/resources/public/public.txt similarity index 100% rename from spring-boot-samples/spring-boot-sample-devtools/src/main/resources/public/public.txt rename to spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/resources/public/public.txt diff --git a/spring-boot-samples/spring-boot-sample-devtools/src/main/resources/static/css/application.css b/spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/resources/static/css/application.css similarity index 100% rename from spring-boot-samples/spring-boot-sample-devtools/src/main/resources/static/css/application.css rename to spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/resources/static/css/application.css diff --git a/spring-boot-samples/spring-boot-sample-devtools/src/main/resources/templates/hello.html b/spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/resources/templates/hello.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-devtools/src/main/resources/templates/hello.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/main/resources/templates/hello.html diff --git a/spring-boot-samples/spring-boot-sample-devtools/src/test/java/sample/devtools/SampleDevToolsApplicationIntegrationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/test/java/smoketest/devtools/SampleDevToolsApplicationIntegrationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-devtools/src/test/java/sample/devtools/SampleDevToolsApplicationIntegrationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/test/java/smoketest/devtools/SampleDevToolsApplicationIntegrationTests.java index 5ae76704a76..273e95ee4db 100644 --- a/spring-boot-samples/spring-boot-sample-devtools/src/test/java/sample/devtools/SampleDevToolsApplicationIntegrationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-devtools/src/test/java/smoketest/devtools/SampleDevToolsApplicationIntegrationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.devtools; +package smoketest.devtools; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-flyway/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-flyway/pom.xml similarity index 89% rename from spring-boot-samples/spring-boot-sample-flyway/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-flyway/pom.xml index ea14ac4d64a..09471436f65 100644 --- a/spring-boot-samples/spring-boot-sample-flyway/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-flyway/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-flyway - Spring Boot Flyway Sample - Spring Boot Flyway Sample + spring-boot-smoke-test-flyway + Spring Boot Flyway Smoke Test + Spring Boot Flyway Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-flyway/src/main/java/sample/flyway/Person.java b/spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/java/smoketest/flyway/Person.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-flyway/src/main/java/sample/flyway/Person.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/java/smoketest/flyway/Person.java index fdf9cc55d44..d4596397778 100644 --- a/spring-boot-samples/spring-boot-sample-flyway/src/main/java/sample/flyway/Person.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/java/smoketest/flyway/Person.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.flyway; +package smoketest.flyway; import javax.persistence.Entity; import javax.persistence.GeneratedValue; diff --git a/spring-boot-samples/spring-boot-sample-flyway/src/main/java/sample/flyway/PersonRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/java/smoketest/flyway/PersonRepository.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-flyway/src/main/java/sample/flyway/PersonRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/java/smoketest/flyway/PersonRepository.java index 3995b378cd0..1f328b6b576 100644 --- a/spring-boot-samples/spring-boot-sample-flyway/src/main/java/sample/flyway/PersonRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/java/smoketest/flyway/PersonRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.flyway; +package smoketest.flyway; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; diff --git a/spring-boot-samples/spring-boot-sample-flyway/src/main/java/sample/flyway/SampleFlywayApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/java/smoketest/flyway/SampleFlywayApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-flyway/src/main/java/sample/flyway/SampleFlywayApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/java/smoketest/flyway/SampleFlywayApplication.java index eca314f0291..792939e74b9 100644 --- a/spring-boot-samples/spring-boot-sample-flyway/src/main/java/sample/flyway/SampleFlywayApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/java/smoketest/flyway/SampleFlywayApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.flyway; +package smoketest.flyway; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; diff --git a/spring-boot-samples/spring-boot-sample-flyway/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-flyway/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-flyway/src/main/resources/db/migration/V1__init.sql b/spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/resources/db/migration/V1__init.sql similarity index 100% rename from spring-boot-samples/spring-boot-sample-flyway/src/main/resources/db/migration/V1__init.sql rename to spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/main/resources/db/migration/V1__init.sql diff --git a/spring-boot-samples/spring-boot-sample-flyway/src/test/java/sample/flyway/SampleFlywayApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/test/java/smoketest/flyway/SampleFlywayApplicationTests.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-flyway/src/test/java/sample/flyway/SampleFlywayApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/test/java/smoketest/flyway/SampleFlywayApplicationTests.java index 1eb458869c8..6ee2598c6cc 100644 --- a/spring-boot-samples/spring-boot-sample-flyway/src/test/java/sample/flyway/SampleFlywayApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-flyway/src/test/java/smoketest/flyway/SampleFlywayApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.flyway; +package smoketest.flyway; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-hateoas/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/pom.xml similarity index 83% rename from spring-boot-samples/spring-boot-sample-hateoas/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/pom.xml index cc64688ecb0..8cc6349f110 100644 --- a/spring-boot-samples/spring-boot-sample-hateoas/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-hateoas - Spring Boot Hateoas Sample - Spring Boot Hateoas Sample + spring-boot-smoke-test-hateoas + Spring Boot Hateoas Smoke Test + Spring Boot Hateoas Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/hateoas/SampleHateoasApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest/hateoas/SampleHateoasApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/hateoas/SampleHateoasApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest/hateoas/SampleHateoasApplication.java index b1e9b814be7..e4d8496319c 100644 --- a/spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/hateoas/SampleHateoasApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest/hateoas/SampleHateoasApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.hateoas; +package smoketest.hateoas; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/hateoas/domain/Customer.java b/spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest/hateoas/domain/Customer.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/hateoas/domain/Customer.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest/hateoas/domain/Customer.java index ad8ca3acea5..813151bc685 100644 --- a/spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/hateoas/domain/Customer.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest/hateoas/domain/Customer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.hateoas.domain; +package smoketest.hateoas.domain; public class Customer { diff --git a/spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/hateoas/domain/CustomerRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest/hateoas/domain/CustomerRepository.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/hateoas/domain/CustomerRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest/hateoas/domain/CustomerRepository.java index 4744b01504e..c0399433d4b 100644 --- a/spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/hateoas/domain/CustomerRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest/hateoas/domain/CustomerRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.hateoas.domain; +package smoketest.hateoas.domain; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/hateoas/domain/InMemoryCustomerRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest/hateoas/domain/InMemoryCustomerRepository.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/hateoas/domain/InMemoryCustomerRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest/hateoas/domain/InMemoryCustomerRepository.java index e002ff5597b..049fde435f2 100644 --- a/spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/hateoas/domain/InMemoryCustomerRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest/hateoas/domain/InMemoryCustomerRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.hateoas.domain; +package smoketest.hateoas.domain; import java.util.ArrayList; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/hateoas/web/CustomerController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest/hateoas/web/CustomerController.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/hateoas/web/CustomerController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest/hateoas/web/CustomerController.java index 336f3db774b..6ea2eee8bb2 100644 --- a/spring-boot-samples/spring-boot-sample-hateoas/src/main/java/sample/hateoas/web/CustomerController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/main/java/smoketest/hateoas/web/CustomerController.java @@ -14,10 +14,10 @@ * limitations under the License. */ -package sample.hateoas.web; +package smoketest.hateoas.web; -import sample.hateoas.domain.Customer; -import sample.hateoas.domain.CustomerRepository; +import smoketest.hateoas.domain.Customer; +import smoketest.hateoas.domain.CustomerRepository; import org.springframework.hateoas.CollectionModel; import org.springframework.hateoas.EntityModel; diff --git a/spring-boot-samples/spring-boot-sample-hateoas/src/test/java/sample/hateoas/SampleHateoasApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/test/java/smoketest/hateoas/SampleHateoasApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-hateoas/src/test/java/sample/hateoas/SampleHateoasApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/test/java/smoketest/hateoas/SampleHateoasApplicationTests.java index dc6ee3fe5df..55b720e06ec 100644 --- a/spring-boot-samples/spring-boot-sample-hateoas/src/test/java/sample/hateoas/SampleHateoasApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-hateoas/src/test/java/smoketest/hateoas/SampleHateoasApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.hateoas; +package smoketest.hateoas; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-integration/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/pom.xml similarity index 86% rename from spring-boot-samples/spring-boot-sample-integration/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-integration/pom.xml index 09fd96017c9..3b824579c9e 100644 --- a/spring-boot-samples/spring-boot-sample-integration/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-integration - Spring Boot Integration Sample - Spring Boot Integration Sample + spring-boot-smoke-test-integration + Spring Boot Integration Smoke Test + Spring Boot Integration Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/HelloWorldService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/HelloWorldService.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/HelloWorldService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/HelloWorldService.java index 2936af3abee..98a2cdd10fa 100644 --- a/spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/HelloWorldService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/HelloWorldService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.integration; +package smoketest.integration; import org.springframework.stereotype.Service; diff --git a/spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/SampleApplicationRunner.java b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/SampleApplicationRunner.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/SampleApplicationRunner.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/SampleApplicationRunner.java index eacabf5346b..9ed97d5a6d1 100644 --- a/spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/SampleApplicationRunner.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/SampleApplicationRunner.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.integration; +package smoketest.integration; import org.springframework.boot.ApplicationArguments; import org.springframework.boot.ApplicationRunner; diff --git a/spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/SampleEndpoint.java b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/SampleEndpoint.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/SampleEndpoint.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/SampleEndpoint.java index 2c52411e9b1..48ef1ad5deb 100644 --- a/spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/SampleEndpoint.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/SampleEndpoint.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.integration; +package smoketest.integration; import java.io.File; import java.io.FileInputStream; diff --git a/spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/SampleIntegrationApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/SampleIntegrationApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/SampleIntegrationApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/SampleIntegrationApplication.java index 8e5ded4b680..576a2bd9be0 100644 --- a/spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/SampleIntegrationApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/SampleIntegrationApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.integration; +package smoketest.integration; import java.util.function.Consumer; diff --git a/spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/SampleMessageGateway.java b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/SampleMessageGateway.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/SampleMessageGateway.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/SampleMessageGateway.java index 734e9925cf9..401effe6266 100644 --- a/spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/SampleMessageGateway.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/SampleMessageGateway.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.integration; +package smoketest.integration; import org.springframework.integration.annotation.MessagingGateway; diff --git a/spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/ServiceProperties.java b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/ServiceProperties.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/ServiceProperties.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/ServiceProperties.java index d43819b18f9..fba6f7deaca 100644 --- a/spring-boot-samples/spring-boot-sample-integration/src/main/java/sample/integration/ServiceProperties.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/java/smoketest/integration/ServiceProperties.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.integration; +package smoketest.integration; import java.io.File; diff --git a/spring-boot-samples/spring-boot-sample-integration/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-integration/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-integration/src/test/java/sample/integration/consumer/SampleIntegrationApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/test/java/smoketest/integration/consumer/SampleIntegrationApplicationTests.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-integration/src/test/java/sample/integration/consumer/SampleIntegrationApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/test/java/smoketest/integration/consumer/SampleIntegrationApplicationTests.java index 44a0c363da8..bb72a087119 100644 --- a/spring-boot-samples/spring-boot-sample-integration/src/test/java/sample/integration/consumer/SampleIntegrationApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/test/java/smoketest/integration/consumer/SampleIntegrationApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.integration.consumer; +package smoketest.integration.consumer; import java.io.File; import java.io.IOException; @@ -28,9 +28,9 @@ import java.util.concurrent.TimeUnit; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.io.TempDir; -import sample.integration.SampleIntegrationApplication; -import sample.integration.ServiceProperties; -import sample.integration.producer.ProducerApplication; +import smoketest.integration.SampleIntegrationApplication; +import smoketest.integration.ServiceProperties; +import smoketest.integration.producer.ProducerApplication; import org.springframework.boot.SpringApplication; import org.springframework.context.ConfigurableApplicationContext; diff --git a/spring-boot-samples/spring-boot-sample-integration/src/test/java/sample/integration/producer/ProducerApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/test/java/smoketest/integration/producer/ProducerApplication.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-integration/src/test/java/sample/integration/producer/ProducerApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/test/java/smoketest/integration/producer/ProducerApplication.java index 1ba46554d52..3dc4a689c23 100644 --- a/spring-boot-samples/spring-boot-sample-integration/src/test/java/sample/integration/producer/ProducerApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-integration/src/test/java/smoketest/integration/producer/ProducerApplication.java @@ -14,12 +14,12 @@ * limitations under the License. */ -package sample.integration.producer; +package smoketest.integration.producer; import java.io.File; import java.io.FileOutputStream; -import sample.integration.ServiceProperties; +import smoketest.integration.ServiceProperties; import org.springframework.boot.ApplicationArguments; import org.springframework.boot.ApplicationRunner; diff --git a/spring-boot-samples/spring-boot-sample-jersey/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/pom.xml similarity index 89% rename from spring-boot-samples/spring-boot-sample-jersey/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-jersey/pom.xml index 92c09772129..75d57cf1cb5 100644 --- a/spring-boot-samples/spring-boot-sample-jersey/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/pom.xml @@ -5,13 +5,13 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-jersey + spring-boot-smoke-test-jersey war - Spring Boot Jersey Sample - Spring Boot Jersey Sample + Spring Boot Jersey Smoke Test + Spring Boot Jersey Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/Endpoint.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest/jersey/Endpoint.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/Endpoint.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest/jersey/Endpoint.java index 7c74ac9a9e8..93865301fe1 100644 --- a/spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/Endpoint.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest/jersey/Endpoint.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jersey; +package smoketest.jersey; import javax.ws.rs.GET; import javax.ws.rs.Path; diff --git a/spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/JerseyConfig.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest/jersey/JerseyConfig.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/JerseyConfig.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest/jersey/JerseyConfig.java index 93d0b115b93..e3c28a98fd3 100644 --- a/spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/JerseyConfig.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest/jersey/JerseyConfig.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jersey; +package smoketest.jersey; import org.glassfish.jersey.server.ResourceConfig; diff --git a/spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/ReverseEndpoint.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest/jersey/ReverseEndpoint.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/ReverseEndpoint.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest/jersey/ReverseEndpoint.java index abf7c5407bd..a240ff5cada 100644 --- a/spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/ReverseEndpoint.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest/jersey/ReverseEndpoint.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jersey; +package smoketest.jersey; import javax.validation.constraints.NotNull; import javax.ws.rs.GET; diff --git a/spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/SampleJerseyApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest/jersey/SampleJerseyApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/SampleJerseyApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest/jersey/SampleJerseyApplication.java index 20362e4a599..52614dd8f6a 100644 --- a/spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/SampleJerseyApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest/jersey/SampleJerseyApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jersey; +package smoketest.jersey; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; diff --git a/spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/Service.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest/jersey/Service.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/Service.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest/jersey/Service.java index 84c6c0caedb..46b4f4aff1f 100644 --- a/spring-boot-samples/spring-boot-sample-jersey/src/main/java/sample/jersey/Service.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/main/java/smoketest/jersey/Service.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jersey; +package smoketest.jersey; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; diff --git a/spring-boot-samples/spring-boot-sample-jersey/src/test/java/sample/jersey/JerseyApplicationPathAndManagementPortTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/test/java/smoketest/jersey/JerseyApplicationPathAndManagementPortTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-jersey/src/test/java/sample/jersey/JerseyApplicationPathAndManagementPortTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/test/java/smoketest/jersey/JerseyApplicationPathAndManagementPortTests.java index 3cfbc090e8b..11c74243e54 100644 --- a/spring-boot-samples/spring-boot-sample-jersey/src/test/java/sample/jersey/JerseyApplicationPathAndManagementPortTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/test/java/smoketest/jersey/JerseyApplicationPathAndManagementPortTests.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package sample.jersey; +package smoketest.jersey; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-jersey/src/test/java/sample/jersey/SampleJerseyApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/test/java/smoketest/jersey/SampleJerseyApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-jersey/src/test/java/sample/jersey/SampleJerseyApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/test/java/smoketest/jersey/SampleJerseyApplicationTests.java index 3c12e5c4271..0771ee6bc87 100644 --- a/spring-boot-samples/spring-boot-sample-jersey/src/test/java/sample/jersey/SampleJerseyApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jersey/src/test/java/smoketest/jersey/SampleJerseyApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jersey; +package smoketest.jersey; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/pom.xml similarity index 93% rename from spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/pom.xml index 20603861113..b7e41cb18a9 100644 --- a/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/pom.xml @@ -5,13 +5,13 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-jetty-jsp + spring-boot-smoke-test-jetty-jsp war - Spring Boot Jetty JSP Sample - Spring Boot Jetty JSP Sample + Spring Boot Jetty JSP Smoke Test + Spring Boot Jetty JSP Smoke Test ${basedir}/../.. / diff --git a/spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample/jetty/jsp/MyException.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest/jetty/jsp/MyException.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample/jetty/jsp/MyException.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest/jetty/jsp/MyException.java index f19a6fa4e42..11a8624e8df 100644 --- a/spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample/jetty/jsp/MyException.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest/jetty/jsp/MyException.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jetty.jsp; +package smoketest.jetty.jsp; public class MyException extends RuntimeException { diff --git a/spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample/jetty/jsp/MyRestResponse.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest/jetty/jsp/MyRestResponse.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample/jetty/jsp/MyRestResponse.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest/jetty/jsp/MyRestResponse.java index aade1c8d22c..8803c7acfb5 100644 --- a/spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample/jetty/jsp/MyRestResponse.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest/jetty/jsp/MyRestResponse.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jetty.jsp; +package smoketest.jetty.jsp; public class MyRestResponse { diff --git a/spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample/jetty/jsp/SampleJettyJspApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest/jetty/jsp/SampleJettyJspApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample/jetty/jsp/SampleJettyJspApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest/jetty/jsp/SampleJettyJspApplication.java index 01ecec38332..2ac2c54ea17 100644 --- a/spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample/jetty/jsp/SampleJettyJspApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest/jetty/jsp/SampleJettyJspApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jetty.jsp; +package smoketest.jetty.jsp; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample/jetty/jsp/WelcomeController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest/jetty/jsp/WelcomeController.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample/jetty/jsp/WelcomeController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest/jetty/jsp/WelcomeController.java index eea31ee5d04..4a4346c9902 100644 --- a/spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/java/sample/jetty/jsp/WelcomeController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/java/smoketest/jetty/jsp/WelcomeController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jetty.jsp; +package smoketest.jetty.jsp; import java.util.Date; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/webapp/WEB-INF/jsp/welcome.jsp b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/webapp/WEB-INF/jsp/welcome.jsp similarity index 100% rename from spring-boot-samples/spring-boot-sample-jetty-jsp/src/main/webapp/WEB-INF/jsp/welcome.jsp rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/main/webapp/WEB-INF/jsp/welcome.jsp diff --git a/spring-boot-samples/spring-boot-sample-jetty-jsp/src/test/java/sample/jetty/jsp/SampleWebJspApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/test/java/smoketest/jetty/jsp/SampleWebJspApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-jetty-jsp/src/test/java/sample/jetty/jsp/SampleWebJspApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/test/java/smoketest/jetty/jsp/SampleWebJspApplicationTests.java index 13a3e0e20f7..0efc6f4bfa9 100644 --- a/spring-boot-samples/spring-boot-sample-jetty-jsp/src/test/java/sample/jetty/jsp/SampleWebJspApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-jsp/src/test/java/smoketest/jetty/jsp/SampleWebJspApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jetty.jsp; +package smoketest.jetty.jsp; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-jetty-ssl/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/pom.xml similarity index 87% rename from spring-boot-samples/spring-boot-sample-jetty-ssl/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/pom.xml index 7f69978edb3..a71d19dbecd 100644 --- a/spring-boot-samples/spring-boot-sample-jetty-ssl/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-jetty-ssl - Spring Boot Jetty SSL Sample - Spring Boot Jetty SSL Sample + spring-boot-smoke-test-jetty-ssl + Spring Boot Jetty SSL Smoke Test + Spring Boot Jetty SSL Smoke Test ${basedir}/../.. 3.1.0 diff --git a/spring-boot-samples/spring-boot-sample-jetty-ssl/src/main/java/sample/jetty/ssl/SampleJettySslApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/main/java/smoketest/jetty/ssl/SampleJettySslApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-jetty-ssl/src/main/java/sample/jetty/ssl/SampleJettySslApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/main/java/smoketest/jetty/ssl/SampleJettySslApplication.java index 0bfb0841aed..f3f6e664b8f 100644 --- a/spring-boot-samples/spring-boot-sample-jetty-ssl/src/main/java/sample/jetty/ssl/SampleJettySslApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/main/java/smoketest/jetty/ssl/SampleJettySslApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jetty.ssl; +package smoketest.jetty.ssl; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-undertow-ssl/src/main/java/sample/undertow/ssl/web/SampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/main/java/smoketest/jetty/ssl/web/SampleController.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-undertow-ssl/src/main/java/sample/undertow/ssl/web/SampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/main/java/smoketest/jetty/ssl/web/SampleController.java index d7f53663573..58389870fdf 100644 --- a/spring-boot-samples/spring-boot-sample-undertow-ssl/src/main/java/sample/undertow/ssl/web/SampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/main/java/smoketest/jetty/ssl/web/SampleController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.undertow.ssl.web; +package smoketest.jetty.ssl.web; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; diff --git a/spring-boot-samples/spring-boot-sample-jetty-ssl/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-jetty-ssl/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-jetty-ssl/src/main/resources/sample.jks b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/main/resources/sample.jks similarity index 100% rename from spring-boot-samples/spring-boot-sample-jetty-ssl/src/main/resources/sample.jks rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/main/resources/sample.jks diff --git a/spring-boot-samples/spring-boot-sample-jetty-ssl/src/test/java/sample/jetty/ssl/SampleJettySslApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/test/java/smoketest/jetty/ssl/SampleJettySslApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-jetty-ssl/src/test/java/sample/jetty/ssl/SampleJettySslApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/test/java/smoketest/jetty/ssl/SampleJettySslApplicationTests.java index 8350bd2ec34..983c6cd24c2 100644 --- a/spring-boot-samples/spring-boot-sample-jetty-ssl/src/test/java/sample/jetty/ssl/SampleJettySslApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty-ssl/src/test/java/smoketest/jetty/ssl/SampleJettySslApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jetty.ssl; +package smoketest.jetty.ssl; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-jetty/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty/pom.xml similarity index 87% rename from spring-boot-samples/spring-boot-sample-jetty/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty/pom.xml index 77d5aaf1ce8..ccdfb1d8b4f 100644 --- a/spring-boot-samples/spring-boot-sample-jetty/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-jetty - Spring Boot Jetty Sample - Spring Boot Jetty Sample + spring-boot-smoke-test-jetty + Spring Boot Jetty Smoke Test + Spring Boot Jetty Smoke Test ${basedir}/../.. 3.1.0 diff --git a/spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample/jetty/ExampleServletContextListener.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest/jetty/ExampleServletContextListener.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample/jetty/ExampleServletContextListener.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest/jetty/ExampleServletContextListener.java index e99130ea757..4eb8bf7830a 100644 --- a/spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample/jetty/ExampleServletContextListener.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest/jetty/ExampleServletContextListener.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jetty; +package smoketest.jetty; import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextListener; diff --git a/spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample/jetty/SampleJettyApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest/jetty/SampleJettyApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample/jetty/SampleJettyApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest/jetty/SampleJettyApplication.java index 94a9a6bbcc5..c1e164eb354 100644 --- a/spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample/jetty/SampleJettyApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest/jetty/SampleJettyApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jetty; +package smoketest.jetty; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-aop/src/main/java/sample/aop/service/HelloWorldService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest/jetty/service/HelloWorldService.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-aop/src/main/java/sample/aop/service/HelloWorldService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest/jetty/service/HelloWorldService.java index ab8b1c85ef6..d74455b18fd 100644 --- a/spring-boot-samples/spring-boot-sample-aop/src/main/java/sample/aop/service/HelloWorldService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest/jetty/service/HelloWorldService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.aop.service; +package smoketest.jetty.service; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; diff --git a/spring-boot-samples/spring-boot-sample-testng/src/main/java/sample/testng/web/SampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest/jetty/web/SampleController.java similarity index 93% rename from spring-boot-samples/spring-boot-sample-testng/src/main/java/sample/testng/web/SampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest/jetty/web/SampleController.java index 571fadd82b9..ac3973ae77a 100644 --- a/spring-boot-samples/spring-boot-sample-testng/src/main/java/sample/testng/web/SampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/java/smoketest/jetty/web/SampleController.java @@ -14,9 +14,9 @@ * limitations under the License. */ -package sample.testng.web; +package smoketest.jetty.web; -import sample.testng.service.HelloWorldService; +import smoketest.jetty.service.HelloWorldService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; diff --git a/spring-boot-samples/spring-boot-sample-jetty/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-jetty/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-jetty/src/test/java/sample/jetty/SampleJettyApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/test/java/smoketest/jetty/SampleJettyApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-jetty/src/test/java/sample/jetty/SampleJettyApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/test/java/smoketest/jetty/SampleJettyApplicationTests.java index b237a978d73..049beca8bca 100644 --- a/spring-boot-samples/spring-boot-sample-jetty/src/test/java/sample/jetty/SampleJettyApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jetty/src/test/java/smoketest/jetty/SampleJettyApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jetty; +package smoketest.jetty; import java.io.ByteArrayInputStream; import java.nio.charset.StandardCharsets; diff --git a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Author.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Author.java similarity index 82% rename from spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Author.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Author.java index 75ca335cd08..097ad5111e1 100644 --- a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Author.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Author.java @@ -1,7 +1,23 @@ +/* + * Copyright 2012-2019 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /** * This class is generated by jOOQ */ -package sample.jooq.domain; +package smoketest.jooq.domain; import java.sql.Date; import java.util.Arrays; diff --git a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Book.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Book.java similarity index 82% rename from spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Book.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Book.java index ae21234fd10..4fb961ec94d 100644 --- a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Book.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Book.java @@ -1,7 +1,23 @@ +/* + * Copyright 2012-2019 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /** * This class is generated by jOOQ */ -package sample.jooq.domain; +package smoketest.jooq.domain; import java.util.Arrays; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/BookStore.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/BookStore.java similarity index 76% rename from spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/BookStore.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/BookStore.java index 3142dd62585..e630d62afe5 100644 --- a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/BookStore.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/BookStore.java @@ -1,7 +1,23 @@ +/* + * Copyright 2012-2019 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /** * This class is generated by jOOQ */ -package sample.jooq.domain; +package smoketest.jooq.domain; import java.util.Arrays; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/BookToBookStore.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/BookToBookStore.java similarity index 81% rename from spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/BookToBookStore.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/BookToBookStore.java index 4a064464410..7d56268f979 100644 --- a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/BookToBookStore.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/BookToBookStore.java @@ -1,7 +1,23 @@ +/* + * Copyright 2012-2019 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /** * This class is generated by jOOQ */ -package sample.jooq.domain; +package smoketest.jooq.domain; import java.util.Arrays; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/DefaultCatalog.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/DefaultCatalog.java similarity index 59% rename from spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/DefaultCatalog.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/DefaultCatalog.java index daac4d0c139..5596bcb1ade 100644 --- a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/DefaultCatalog.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/DefaultCatalog.java @@ -1,7 +1,23 @@ +/* + * Copyright 2012-2019 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /** * This class is generated by jOOQ */ -package sample.jooq.domain; +package smoketest.jooq.domain; import java.util.ArrayList; import java.util.Arrays; @@ -30,7 +46,7 @@ public class DefaultCatalog extends CatalogImpl { /** * The schema PUBLIC. */ - public final Public PUBLIC = sample.jooq.domain.Public.PUBLIC; + public final Public PUBLIC = Public.PUBLIC; /** * No further instances allowed diff --git a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Keys.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Keys.java similarity index 79% rename from spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Keys.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Keys.java index 7bbdfdef916..c4fe748741b 100644 --- a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Keys.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Keys.java @@ -1,7 +1,23 @@ +/* + * Copyright 2012-2019 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /** * This class is generated by jOOQ */ -package sample.jooq.domain; +package smoketest.jooq.domain; import javax.annotation.Generated; @@ -77,19 +93,19 @@ public class Keys { private static class ForeignKeys0 extends AbstractKeys { public static final ForeignKey FK_BOOK_AUTHOR = createForeignKey( - sample.jooq.domain.Keys.CONSTRAINT_7, Book.BOOK, "FK_BOOK_AUTHOR", + Keys.CONSTRAINT_7, Book.BOOK, "FK_BOOK_AUTHOR", Book.BOOK.AUTHOR_ID); public static final ForeignKey FK_BOOK_LANGUAGE = createForeignKey( - sample.jooq.domain.Keys.CONSTRAINT_C, Book.BOOK, "FK_BOOK_LANGUAGE", + Keys.CONSTRAINT_C, Book.BOOK, "FK_BOOK_LANGUAGE", Book.BOOK.LANGUAGE_ID); public static final ForeignKey FK_B2BS_BOOK_STORE = createForeignKey( - sample.jooq.domain.Keys.CONSTRAINT_F, BookToBookStore.BOOK_TO_BOOK_STORE, + Keys.CONSTRAINT_F, BookToBookStore.BOOK_TO_BOOK_STORE, "FK_B2BS_BOOK_STORE", BookToBookStore.BOOK_TO_BOOK_STORE.NAME); public static final ForeignKey FK_B2BS_BOOK = createForeignKey( - sample.jooq.domain.Keys.CONSTRAINT_1, BookToBookStore.BOOK_TO_BOOK_STORE, + Keys.CONSTRAINT_1, BookToBookStore.BOOK_TO_BOOK_STORE, "FK_B2BS_BOOK", BookToBookStore.BOOK_TO_BOOK_STORE.BOOK_ID); } diff --git a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Language.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Language.java similarity index 79% rename from spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Language.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Language.java index ea1aad175db..b6cd7522b44 100644 --- a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Language.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Language.java @@ -1,7 +1,23 @@ +/* + * Copyright 2012-2019 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /** * This class is generated by jOOQ */ -package sample.jooq.domain; +package smoketest.jooq.domain; import java.util.Arrays; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Public.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Public.java similarity index 61% rename from spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Public.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Public.java index 16cfbe951cb..225404c00a4 100644 --- a/spring-boot-samples/spring-boot-sample-jooq/gensrc/main/java/sample/jooq/domain/Public.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Public.java @@ -1,7 +1,23 @@ +/* + * Copyright 2012-2019 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /** * This class is generated by jOOQ */ -package sample.jooq.domain; +package smoketest.jooq.domain; import java.util.ArrayList; import java.util.Arrays; @@ -31,27 +47,27 @@ public class Public extends SchemaImpl { /** * The table PUBLIC.LANGUAGE. */ - public final Language LANGUAGE = sample.jooq.domain.Language.LANGUAGE; + public final Language LANGUAGE = Language.LANGUAGE; /** * The table PUBLIC.AUTHOR. */ - public final Author AUTHOR = sample.jooq.domain.Author.AUTHOR; + public final Author AUTHOR = Author.AUTHOR; /** * The table PUBLIC.BOOK. */ - public final Book BOOK = sample.jooq.domain.Book.BOOK; + public final Book BOOK = Book.BOOK; /** * The table PUBLIC.BOOK_STORE. */ - public final BookStore BOOK_STORE = sample.jooq.domain.BookStore.BOOK_STORE; + public final BookStore BOOK_STORE = BookStore.BOOK_STORE; /** * The table PUBLIC.BOOK_TO_BOOK_STORE. */ - public final BookToBookStore BOOK_TO_BOOK_STORE = sample.jooq.domain.BookToBookStore.BOOK_TO_BOOK_STORE; + public final BookToBookStore BOOK_TO_BOOK_STORE = BookToBookStore.BOOK_TO_BOOK_STORE; /** * No further instances allowed diff --git a/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Tables.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Tables.java new file mode 100644 index 00000000000..a7d25faa7c1 --- /dev/null +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/gensrc/main/java/smoketest/jooq/domain/Tables.java @@ -0,0 +1,57 @@ +/* + * Copyright 2012-2019 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * This class is generated by jOOQ + */ +package smoketest.jooq.domain; + +import javax.annotation.Generated; + +/** + * Convenience access to all tables in PUBLIC + */ +@Generated(value = { "https://www.jooq.org", + "jOOQ version:3.8.2" }, comments = "This class is generated by jOOQ") +@SuppressWarnings({ "all", "unchecked", "rawtypes" }) +public class Tables { + + /** + * The table PUBLIC.LANGUAGE. + */ + public static final Language LANGUAGE = Language.LANGUAGE; + + /** + * The table PUBLIC.AUTHOR. + */ + public static final Author AUTHOR = Author.AUTHOR; + + /** + * The table PUBLIC.BOOK. + */ + public static final Book BOOK = Book.BOOK; + + /** + * The table PUBLIC.BOOK_STORE. + */ + public static final BookStore BOOK_STORE = BookStore.BOOK_STORE; + + /** + * The table PUBLIC.BOOK_TO_BOOK_STORE. + */ + public static final BookToBookStore BOOK_TO_BOOK_STORE = BookToBookStore.BOOK_TO_BOOK_STORE; + +} diff --git a/spring-boot-samples/spring-boot-sample-jooq/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/pom.xml similarity index 93% rename from spring-boot-samples/spring-boot-sample-jooq/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/pom.xml index 2f60fb8efb7..2fe1b1d72e8 100644 --- a/spring-boot-samples/spring-boot-sample-jooq/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-jooq - Spring Boot jOOQ Sample - Spring Boot jOOQ Sample + spring-boot-smoke-test-jooq + Spring Boot jOOQ Smoke Test + Spring Boot jOOQ Smoke Test ${basedir}/../.. @@ -115,7 +115,7 @@ false - sample/jooq/util/** + smoketest/jooq/util/** @@ -180,10 +180,10 @@ PUBLIC - sample.jooq.util.TangleFreeGeneratorStrategy + smoketest.jooq.util.TangleFreeGeneratorStrategy - sample.jooq.domain + smoketest.jooq.domain ${basedir}/gensrc/main/java diff --git a/spring-boot-samples/spring-boot-sample-jooq/src/main/java/sample/jooq/JooqExamples.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/java/smoketest/jooq/JooqExamples.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-jooq/src/main/java/sample/jooq/JooqExamples.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/java/smoketest/jooq/JooqExamples.java index 68f58198207..3c27309e16c 100644 --- a/spring-boot-samples/spring-boot-sample-jooq/src/main/java/sample/jooq/JooqExamples.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/java/smoketest/jooq/JooqExamples.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jooq; +package smoketest.jooq; import java.sql.ResultSet; import java.sql.SQLException; @@ -30,8 +30,8 @@ import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.jdbc.core.RowMapper; import org.springframework.stereotype.Component; -import static sample.jooq.domain.Author.AUTHOR; -import static sample.jooq.domain.Book.BOOK; +import static smoketest.jooq.domain.Author.AUTHOR; +import static smoketest.jooq.domain.Book.BOOK; @Component public class JooqExamples implements CommandLineRunner { diff --git a/spring-boot-samples/spring-boot-sample-jooq/src/main/java/sample/jooq/SampleJooqApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/java/smoketest/jooq/SampleJooqApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jooq/src/main/java/sample/jooq/SampleJooqApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/java/smoketest/jooq/SampleJooqApplication.java index aaa64f6a8c5..33770c05890 100644 --- a/spring-boot-samples/spring-boot-sample-jooq/src/main/java/sample/jooq/SampleJooqApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/java/smoketest/jooq/SampleJooqApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jooq; +package smoketest.jooq; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-jooq/src/main/java/sample/jooq/util/TangleFreeGeneratorStrategy.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/java/smoketest/jooq/util/TangleFreeGeneratorStrategy.java similarity index 92% rename from spring-boot-samples/spring-boot-sample-jooq/src/main/java/sample/jooq/util/TangleFreeGeneratorStrategy.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/java/smoketest/jooq/util/TangleFreeGeneratorStrategy.java index 93692cd341c..6061a874713 100644 --- a/spring-boot-samples/spring-boot-sample-jooq/src/main/java/sample/jooq/util/TangleFreeGeneratorStrategy.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/java/smoketest/jooq/util/TangleFreeGeneratorStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2018 the original author or authors. + * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jooq.util; +package smoketest.jooq.util; import org.jooq.codegen.DefaultGeneratorStrategy; import org.jooq.meta.Definition; diff --git a/spring-boot-samples/spring-boot-sample-jooq/src/main/resources/data.sql b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/resources/data.sql similarity index 100% rename from spring-boot-samples/spring-boot-sample-jooq/src/main/resources/data.sql rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/resources/data.sql diff --git a/spring-boot-samples/spring-boot-sample-jooq/src/main/resources/reset.sql b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/resources/reset.sql similarity index 100% rename from spring-boot-samples/spring-boot-sample-jooq/src/main/resources/reset.sql rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/resources/reset.sql diff --git a/spring-boot-samples/spring-boot-sample-jooq/src/main/resources/schema.sql b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/resources/schema.sql similarity index 100% rename from spring-boot-samples/spring-boot-sample-jooq/src/main/resources/schema.sql rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/main/resources/schema.sql diff --git a/spring-boot-samples/spring-boot-sample-jooq/src/test/java/sample/jooq/SampleJooqApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/test/java/smoketest/jooq/SampleJooqApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-jooq/src/test/java/sample/jooq/SampleJooqApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/test/java/smoketest/jooq/SampleJooqApplicationTests.java index a01e65d1562..57f93499790 100644 --- a/spring-boot-samples/spring-boot-sample-jooq/src/test/java/sample/jooq/SampleJooqApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jooq/src/test/java/smoketest/jooq/SampleJooqApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jooq; +package smoketest.jooq; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/spring-boot-samples/spring-boot-sample-jpa/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/pom.xml similarity index 92% rename from spring-boot-samples/spring-boot-sample-jpa/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-jpa/pom.xml index 52a80207a1d..0da0ed7d6e4 100644 --- a/spring-boot-samples/spring-boot-sample-jpa/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-jpa - Spring Boot JPA Sample - Spring Boot JPA Sample + spring-boot-smoke-test-jpa + Spring Boot JPA Smoke Test + Spring Boot JPA Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/SampleJpaApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/SampleJpaApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/SampleJpaApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/SampleJpaApplication.java index e397ffade5d..e2738bb42b1 100644 --- a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/SampleJpaApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/SampleJpaApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jpa; +package smoketest.jpa; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/domain/Note.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/domain/Note.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/domain/Note.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/domain/Note.java index f9c1a8e147f..5ba294fa89e 100644 --- a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/domain/Note.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/domain/Note.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jpa.domain; +package smoketest.jpa.domain; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/domain/Tag.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/domain/Tag.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/domain/Tag.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/domain/Tag.java index 09c5673408e..07008b90522 100644 --- a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/domain/Tag.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/domain/Tag.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jpa.domain; +package smoketest.jpa.domain; import java.util.List; diff --git a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/repository/JpaNoteRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/repository/JpaNoteRepository.java similarity index 93% rename from spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/repository/JpaNoteRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/repository/JpaNoteRepository.java index f530dd09971..b32c84f76bc 100644 --- a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/repository/JpaNoteRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/repository/JpaNoteRepository.java @@ -14,14 +14,14 @@ * limitations under the License. */ -package sample.jpa.repository; +package smoketest.jpa.repository; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; -import sample.jpa.domain.Note; +import smoketest.jpa.domain.Note; import org.springframework.stereotype.Repository; diff --git a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/repository/JpaTagRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/repository/JpaTagRepository.java similarity index 93% rename from spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/repository/JpaTagRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/repository/JpaTagRepository.java index 4fbcd3d43cf..a8e804a5ffc 100644 --- a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/repository/JpaTagRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/repository/JpaTagRepository.java @@ -14,14 +14,14 @@ * limitations under the License. */ -package sample.jpa.repository; +package smoketest.jpa.repository; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; -import sample.jpa.domain.Tag; +import smoketest.jpa.domain.Tag; import org.springframework.stereotype.Repository; diff --git a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/repository/NoteRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/repository/NoteRepository.java similarity index 91% rename from spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/repository/NoteRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/repository/NoteRepository.java index a161bb90be9..a2cf62c21b4 100644 --- a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/repository/NoteRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/repository/NoteRepository.java @@ -14,11 +14,11 @@ * limitations under the License. */ -package sample.jpa.repository; +package smoketest.jpa.repository; import java.util.List; -import sample.jpa.domain.Note; +import smoketest.jpa.domain.Note; public interface NoteRepository { diff --git a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/repository/TagRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/repository/TagRepository.java similarity index 91% rename from spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/repository/TagRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/repository/TagRepository.java index d2dd652a7df..03b27e4f6ff 100644 --- a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/repository/TagRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/repository/TagRepository.java @@ -14,11 +14,11 @@ * limitations under the License. */ -package sample.jpa.repository; +package smoketest.jpa.repository; import java.util.List; -import sample.jpa.domain.Tag; +import smoketest.jpa.domain.Tag; public interface TagRepository { diff --git a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/web/IndexController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/web/IndexController.java similarity index 92% rename from spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/web/IndexController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/web/IndexController.java index bf3162eef86..cfca186d45d 100644 --- a/spring-boot-samples/spring-boot-sample-jpa/src/main/java/sample/jpa/web/IndexController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/java/smoketest/jpa/web/IndexController.java @@ -14,12 +14,12 @@ * limitations under the License. */ -package sample.jpa.web; +package smoketest.jpa.web; import java.util.List; -import sample.jpa.domain.Note; -import sample.jpa.repository.NoteRepository; +import smoketest.jpa.domain.Note; +import smoketest.jpa.repository.NoteRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; diff --git a/spring-boot-samples/spring-boot-sample-jpa/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-jpa/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-jpa/src/main/resources/import.sql b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/resources/import.sql similarity index 100% rename from spring-boot-samples/spring-boot-sample-jpa/src/main/resources/import.sql rename to spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/resources/import.sql diff --git a/spring-boot-samples/spring-boot-sample-jpa/src/main/resources/templates/index.ftlh b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/resources/templates/index.ftlh similarity index 100% rename from spring-boot-samples/spring-boot-sample-jpa/src/main/resources/templates/index.ftlh rename to spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/main/resources/templates/index.ftlh diff --git a/spring-boot-samples/spring-boot-sample-jpa/src/test/java/sample/jpa/SampleJpaApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/test/java/smoketest/jpa/SampleJpaApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-jpa/src/test/java/sample/jpa/SampleJpaApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/test/java/smoketest/jpa/SampleJpaApplicationTests.java index 585b615a795..dac16490b16 100644 --- a/spring-boot-samples/spring-boot-sample-jpa/src/test/java/sample/jpa/SampleJpaApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/test/java/smoketest/jpa/SampleJpaApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jpa; +package smoketest.jpa; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-jpa/src/test/java/sample/jpa/repository/JpaNoteRepositoryIntegrationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/test/java/smoketest/jpa/repository/JpaNoteRepositoryIntegrationTests.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-jpa/src/test/java/sample/jpa/repository/JpaNoteRepositoryIntegrationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/test/java/smoketest/jpa/repository/JpaNoteRepositoryIntegrationTests.java index cf2f7ae33c7..46186b48264 100644 --- a/spring-boot-samples/spring-boot-sample-jpa/src/test/java/sample/jpa/repository/JpaNoteRepositoryIntegrationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/test/java/smoketest/jpa/repository/JpaNoteRepositoryIntegrationTests.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package sample.jpa.repository; +package smoketest.jpa.repository; import java.util.List; import org.junit.jupiter.api.Test; -import sample.jpa.domain.Note; +import smoketest.jpa.domain.Note; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; diff --git a/spring-boot-samples/spring-boot-sample-jpa/src/test/java/sample/jpa/repository/JpaTagRepositoryIntegrationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/test/java/smoketest/jpa/repository/JpaTagRepositoryIntegrationTests.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-jpa/src/test/java/sample/jpa/repository/JpaTagRepositoryIntegrationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/test/java/smoketest/jpa/repository/JpaTagRepositoryIntegrationTests.java index 79075112b45..24fdf3013f9 100644 --- a/spring-boot-samples/spring-boot-sample-jpa/src/test/java/sample/jpa/repository/JpaTagRepositoryIntegrationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jpa/src/test/java/smoketest/jpa/repository/JpaTagRepositoryIntegrationTests.java @@ -13,12 +13,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package sample.jpa.repository; +package smoketest.jpa.repository; import java.util.List; import org.junit.jupiter.api.Test; -import sample.jpa.domain.Tag; +import smoketest.jpa.domain.Tag; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; diff --git a/spring-boot-samples/spring-boot-sample-jta-atomikos/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/pom.xml similarity index 90% rename from spring-boot-samples/spring-boot-sample-jta-atomikos/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/pom.xml index 29083a28659..cd42b7b126b 100644 --- a/spring-boot-samples/spring-boot-sample-jta-atomikos/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-jta-atomikos - Spring Boot Atomikos JTA Sample - Spring Boot Atomikos JTA Sample + spring-boot-smoke-test-jta-atomikos + Spring Boot Atomikos JTA Smoke Test + Spring Boot Atomikos JTA Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix/Account.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/Account.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix/Account.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/Account.java index 407f3b836b7..c73d1cfd1e2 100644 --- a/spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix/Account.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/Account.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.bitronix; +package smoketest.atomikos; import javax.persistence.Entity; import javax.persistence.GeneratedValue; diff --git a/spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos/AccountRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/AccountRepository.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos/AccountRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/AccountRepository.java index bbd8734424f..99aed1784f0 100644 --- a/spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos/AccountRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/AccountRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.atomikos; +package smoketest.atomikos; import org.springframework.data.jpa.repository.JpaRepository; diff --git a/spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos/AccountService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/AccountService.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos/AccountService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/AccountService.java index 6cb4fc72023..7a0deade0f6 100644 --- a/spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos/AccountService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/AccountService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.atomikos; +package smoketest.atomikos; import javax.transaction.Transactional; diff --git a/spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos/Messages.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/Messages.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos/Messages.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/Messages.java index 1b461c720dc..1f0c90ad9c4 100644 --- a/spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos/Messages.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/Messages.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.atomikos; +package smoketest.atomikos; import org.springframework.jms.annotation.JmsListener; import org.springframework.stereotype.Component; diff --git a/spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos/SampleAtomikosApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/SampleAtomikosApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos/SampleAtomikosApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/SampleAtomikosApplication.java index 29518952d8b..c1bc65e29a5 100644 --- a/spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos/SampleAtomikosApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/SampleAtomikosApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.atomikos; +package smoketest.atomikos; import java.io.Closeable; diff --git a/spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-jta-atomikos/src/test/java/sample/atomikos/SampleAtomikosApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/test/java/smoketest/atomikos/SampleAtomikosApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-jta-atomikos/src/test/java/sample/atomikos/SampleAtomikosApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/test/java/smoketest/atomikos/SampleAtomikosApplicationTests.java index 5cf3d2517b2..e96fc69c846 100644 --- a/spring-boot-samples/spring-boot-sample-jta-atomikos/src/test/java/sample/atomikos/SampleAtomikosApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/test/java/smoketest/atomikos/SampleAtomikosApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.atomikos; +package smoketest.atomikos; import org.assertj.core.api.Condition; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-jta-bitronix/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/pom.xml similarity index 90% rename from spring-boot-samples/spring-boot-sample-jta-bitronix/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/pom.xml index 40749be5de0..40f5ba77c19 100644 --- a/spring-boot-samples/spring-boot-sample-jta-bitronix/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-jta-bitronix - Spring Boot Bitronix JTA Sample - Spring Boot Bitronix JTA Sample + spring-boot-smoke-test-jta-bitronix + Spring Boot Bitronix JTA Smoke Test + Spring Boot Bitronix JTA Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos/Account.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix/Account.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos/Account.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix/Account.java index 4221ebc44c1..548e56370ed 100644 --- a/spring-boot-samples/spring-boot-sample-jta-atomikos/src/main/java/sample/atomikos/Account.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix/Account.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.atomikos; +package smoketest.bitronix; import javax.persistence.Entity; import javax.persistence.GeneratedValue; diff --git a/spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix/AccountRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix/AccountRepository.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix/AccountRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix/AccountRepository.java index c8d899712f6..f8445332903 100644 --- a/spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix/AccountRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix/AccountRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.bitronix; +package smoketest.bitronix; import org.springframework.data.jpa.repository.JpaRepository; diff --git a/spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix/AccountService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix/AccountService.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix/AccountService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix/AccountService.java index d56814d18c0..e3ef379b428 100644 --- a/spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix/AccountService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix/AccountService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.bitronix; +package smoketest.bitronix; import javax.transaction.Transactional; diff --git a/spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix/Messages.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix/Messages.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix/Messages.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix/Messages.java index 21d82c908d6..edb9877dbb7 100644 --- a/spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix/Messages.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix/Messages.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.bitronix; +package smoketest.bitronix; import org.springframework.jms.annotation.JmsListener; import org.springframework.stereotype.Component; diff --git a/spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix/SampleBitronixApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix/SampleBitronixApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix/SampleBitronixApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix/SampleBitronixApplication.java index dfa42e8064f..3d3652e372c 100644 --- a/spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/java/sample/bitronix/SampleBitronixApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/java/smoketest/bitronix/SampleBitronixApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.bitronix; +package smoketest.bitronix; import java.io.Closeable; diff --git a/spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-jta-bitronix/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-jta-bitronix/src/test/java/sample/bitronix/SampleBitronixApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/test/java/smoketest/bitronix/SampleBitronixApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-jta-bitronix/src/test/java/sample/bitronix/SampleBitronixApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/test/java/smoketest/bitronix/SampleBitronixApplicationTests.java index fd77e2a2780..5930838b218 100644 --- a/spring-boot-samples/spring-boot-sample-jta-bitronix/src/test/java/sample/bitronix/SampleBitronixApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-bitronix/src/test/java/smoketest/bitronix/SampleBitronixApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.bitronix; +package smoketest.bitronix; import bitronix.tm.resource.jms.PoolingConnectionFactory; import org.assertj.core.api.Condition; diff --git a/spring-boot-samples/spring-boot-sample-jta-jndi/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/pom.xml similarity index 85% rename from spring-boot-samples/spring-boot-sample-jta-jndi/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/pom.xml index 20659984f2d..ade9e837851 100644 --- a/spring-boot-samples/spring-boot-sample-jta-jndi/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/pom.xml @@ -5,13 +5,13 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-jta-jndi - Spring Boot JNDI JTA Sample + spring-boot-smoke-test-jta-jndi + Spring Boot JNDI JTA Smoke Test war - Spring Boot JNDI JTA Sample + Spring Boot JNDI JTA Smoke Test ${basedir}/../.. @@ -54,6 +54,6 @@ - spring-boot-sample-jta-jndi + spring-boot-smoke-test-jta-jndi diff --git a/spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/Account.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/Account.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/Account.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/Account.java index 8b9a42d448e..9cf53640a44 100644 --- a/spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/Account.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/Account.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jndi; +package smoketest.jndi; import javax.persistence.Entity; import javax.persistence.GeneratedValue; diff --git a/spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/AccountRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/AccountRepository.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/AccountRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/AccountRepository.java index 08b458a80d5..f8c12eeebd1 100644 --- a/spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/AccountRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/AccountRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jndi; +package smoketest.jndi; import org.springframework.data.repository.CrudRepository; diff --git a/spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/AccountService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/AccountService.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/AccountService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/AccountService.java index f2ad4149822..9f6be377a66 100644 --- a/spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/AccountService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/AccountService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jndi; +package smoketest.jndi; import org.springframework.jms.core.JmsTemplate; import org.springframework.stereotype.Service; diff --git a/spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/Messages.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/Messages.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/Messages.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/Messages.java index 640f667d5dd..f252c45becf 100644 --- a/spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/Messages.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/Messages.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jndi; +package smoketest.jndi; import org.springframework.jms.annotation.JmsListener; import org.springframework.stereotype.Component; diff --git a/spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/SampleJndiApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/SampleJndiApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/SampleJndiApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/SampleJndiApplication.java index 45830940858..9c95b13e629 100644 --- a/spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/SampleJndiApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/SampleJndiApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jndi; +package smoketest.jndi; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/SampleJndiInitializer.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/SampleJndiInitializer.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/SampleJndiInitializer.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/SampleJndiInitializer.java index c43faa31c12..b926df4e29d 100644 --- a/spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/SampleJndiInitializer.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/SampleJndiInitializer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jndi; +package smoketest.jndi; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; diff --git a/spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/WebController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/WebController.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/WebController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/WebController.java index f83d9aee5e4..e61afea1abd 100644 --- a/spring-boot-samples/spring-boot-sample-jta-jndi/src/main/java/sample/jndi/WebController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/java/smoketest/jndi/WebController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jndi; +package smoketest.jndi; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; diff --git a/spring-boot-samples/spring-boot-sample-jta-jndi/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-jta-jndi/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-jta-jndi/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-junit-jupiter/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter/pom.xml similarity index 85% rename from spring-boot-samples/spring-boot-sample-junit-jupiter/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter/pom.xml index 15eb0420649..856f24e5200 100644 --- a/spring-boot-samples/spring-boot-sample-junit-jupiter/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-junit-jupiter - Spring Boot JUnit Jupiter Sample - Spring Boot JUnit Jupiter Sample + spring-boot-smoke-test-junit-jupiter + Spring Boot JUnit Jupiter Smoke Test + Spring Boot JUnit Jupiter Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-junit-jupiter/src/main/java/sample/MessageController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter/src/main/java/smoketest/MessageController.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-junit-jupiter/src/main/java/sample/MessageController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter/src/main/java/smoketest/MessageController.java index 6e24d3d3ae9..f8de0add00d 100644 --- a/spring-boot-samples/spring-boot-sample-junit-jupiter/src/main/java/sample/MessageController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter/src/main/java/smoketest/MessageController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample; +package smoketest; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; diff --git a/spring-boot-samples/spring-boot-sample-junit-jupiter/src/main/java/sample/SampleJUnitJupiterApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter/src/main/java/smoketest/SampleJUnitJupiterApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-junit-jupiter/src/main/java/sample/SampleJUnitJupiterApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter/src/main/java/smoketest/SampleJUnitJupiterApplication.java index 725ce5dc07f..76173d54420 100644 --- a/spring-boot-samples/spring-boot-sample-junit-jupiter/src/main/java/sample/SampleJUnitJupiterApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter/src/main/java/smoketest/SampleJUnitJupiterApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample; +package smoketest; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-junit-jupiter/src/test/java/sample/SampleJUnitJupiterApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter/src/test/java/smoketest/SampleJUnitJupiterApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-junit-jupiter/src/test/java/sample/SampleJUnitJupiterApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter/src/test/java/smoketest/SampleJUnitJupiterApplicationTests.java index d115e5275b1..6f05a44f60a 100644 --- a/spring-boot-samples/spring-boot-sample-junit-jupiter/src/test/java/sample/SampleJUnitJupiterApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-jupiter/src/test/java/smoketest/SampleJUnitJupiterApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample; +package smoketest; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-junit-vintage/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage/pom.xml similarity index 79% rename from spring-boot-samples/spring-boot-sample-junit-vintage/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage/pom.xml index d245eb7bfa9..d990dc7a618 100644 --- a/spring-boot-samples/spring-boot-sample-junit-vintage/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-junit-vintage - Spring Boot JUnit Vintage Sample - Spring Boot JUnit Vintage Sample + spring-boot-smoke-test-junit-vintage + Spring Boot JUnit Vintage Smoke Test + Spring Boot JUnit Vintage Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-junit-vintage/src/main/java/sample/MessageController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage/src/main/java/smoketest/MessageController.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-junit-vintage/src/main/java/sample/MessageController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage/src/main/java/smoketest/MessageController.java index f46482e8e47..8c68573412a 100644 --- a/spring-boot-samples/spring-boot-sample-junit-vintage/src/main/java/sample/MessageController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage/src/main/java/smoketest/MessageController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample; +package smoketest; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; diff --git a/spring-boot-samples/spring-boot-sample-junit-vintage/src/main/java/sample/SampleJUnitVintageApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage/src/main/java/smoketest/SampleJUnitVintageApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-junit-vintage/src/main/java/sample/SampleJUnitVintageApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage/src/main/java/smoketest/SampleJUnitVintageApplication.java index 2257815c584..4884ede4980 100644 --- a/spring-boot-samples/spring-boot-sample-junit-vintage/src/main/java/sample/SampleJUnitVintageApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage/src/main/java/smoketest/SampleJUnitVintageApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample; +package smoketest; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-junit-vintage/src/test/java/sample/SampleJUnitVintageApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage/src/test/java/smoketest/SampleJUnitVintageApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-junit-vintage/src/test/java/sample/SampleJUnitVintageApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage/src/test/java/smoketest/SampleJUnitVintageApplicationTests.java index dec352a4638..daeb5f612c8 100644 --- a/spring-boot-samples/spring-boot-sample-junit-vintage/src/test/java/sample/SampleJUnitVintageApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-junit-vintage/src/test/java/smoketest/SampleJUnitVintageApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample; +package smoketest; import org.junit.Test; import org.junit.runner.RunWith; diff --git a/spring-boot-samples/spring-boot-sample-kafka/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/pom.xml similarity index 86% rename from spring-boot-samples/spring-boot-sample-kafka/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-kafka/pom.xml index e10ff6a2d66..7f9dd43edb1 100644 --- a/spring-boot-samples/spring-boot-sample-kafka/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/pom.xml @@ -4,13 +4,13 @@ 4.0.0 - spring-boot-samples + spring-boot-smoke-tests org.springframework.boot ${revision} - spring-boot-sample-kafka - Spring Boot Kafka Sample - Spring Boot Kafka Sample + spring-boot-smoke-test-kafka + Spring Boot Kafka Smoke Test + Spring Boot Kafka Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample/kafka/Consumer.java b/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest/kafka/Consumer.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample/kafka/Consumer.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest/kafka/Consumer.java index ee45b10da14..a01a2d1443d 100644 --- a/spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample/kafka/Consumer.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest/kafka/Consumer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.kafka; +package smoketest.kafka; import java.util.List; import java.util.concurrent.CopyOnWriteArrayList; diff --git a/spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample/kafka/Producer.java b/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest/kafka/Producer.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample/kafka/Producer.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest/kafka/Producer.java index aa127544cb9..b10b1517e58 100644 --- a/spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample/kafka/Producer.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest/kafka/Producer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.kafka; +package smoketest.kafka; import org.springframework.kafka.core.KafkaTemplate; import org.springframework.stereotype.Component; diff --git a/spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample/kafka/SampleKafkaApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest/kafka/SampleKafkaApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample/kafka/SampleKafkaApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest/kafka/SampleKafkaApplication.java index 6cce2bb4eaa..8203494ba5a 100644 --- a/spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample/kafka/SampleKafkaApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest/kafka/SampleKafkaApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.kafka; +package smoketest.kafka; import org.apache.kafka.clients.admin.NewTopic; diff --git a/spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample/kafka/SampleMessage.java b/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest/kafka/SampleMessage.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample/kafka/SampleMessage.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest/kafka/SampleMessage.java index bd6cf687e8d..c434be60baf 100644 --- a/spring-boot-samples/spring-boot-sample-kafka/src/main/java/sample/kafka/SampleMessage.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/java/smoketest/kafka/SampleMessage.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package sample.kafka; +package smoketest.kafka; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/spring-boot-samples/spring-boot-sample-kafka/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/resources/application.properties similarity index 81% rename from spring-boot-samples/spring-boot-sample-kafka/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/resources/application.properties index 60839de6f4b..f9c8d748899 100644 --- a/spring-boot-samples/spring-boot-sample-kafka/src/main/resources/application.properties +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/main/resources/application.properties @@ -2,5 +2,5 @@ spring.kafka.bootstrap-servers=localhost:9092 spring.kafka.consumer.group-id=testGroup spring.kafka.consumer.auto-offset-reset=earliest spring.kafka.consumer.value-deserializer=org.springframework.kafka.support.serializer.JsonDeserializer -spring.kafka.consumer.properties.spring.json.trusted.packages=sample.kafka +spring.kafka.consumer.properties.spring.json.trusted.packages=smoketest.kafka spring.kafka.producer.value-serializer=org.springframework.kafka.support.serializer.JsonSerializer diff --git a/spring-boot-samples/spring-boot-sample-kafka/src/test/java/sample/kafka/SampleKafkaApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/test/java/smoketest/kafka/SampleKafkaApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-kafka/src/test/java/sample/kafka/SampleKafkaApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/test/java/smoketest/kafka/SampleKafkaApplicationTests.java index a55d8aedf45..574573b14ef 100644 --- a/spring-boot-samples/spring-boot-sample-kafka/src/test/java/sample/kafka/SampleKafkaApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-kafka/src/test/java/smoketest/kafka/SampleKafkaApplicationTests.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package sample.kafka; +package smoketest.kafka; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-liquibase/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/pom.xml similarity index 87% rename from spring-boot-samples/spring-boot-sample-liquibase/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/pom.xml index 0344d13556e..533a1e4c0ea 100644 --- a/spring-boot-samples/spring-boot-sample-liquibase/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-liquibase - Spring Boot Liquibase Sample - Spring Boot Liquibase Sample + spring-boot-smoke-test-liquibase + Spring Boot Liquibase Smoke Test + Spring Boot Liquibase Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-liquibase/src/main/java/sample/liquibase/SampleLiquibaseApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/src/main/java/smoketest/liquibase/SampleLiquibaseApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-liquibase/src/main/java/sample/liquibase/SampleLiquibaseApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/src/main/java/smoketest/liquibase/SampleLiquibaseApplication.java index 60bb8061e98..e0b6b643b99 100644 --- a/spring-boot-samples/spring-boot-sample-liquibase/src/main/java/sample/liquibase/SampleLiquibaseApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/src/main/java/smoketest/liquibase/SampleLiquibaseApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.liquibase; +package smoketest.liquibase; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-liquibase/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-liquibase/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-liquibase/src/main/resources/db/changelog/db.changelog-master.yaml b/spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/src/main/resources/db/changelog/db.changelog-master.yaml similarity index 100% rename from spring-boot-samples/spring-boot-sample-liquibase/src/main/resources/db/changelog/db.changelog-master.yaml rename to spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/src/main/resources/db/changelog/db.changelog-master.yaml diff --git a/spring-boot-samples/spring-boot-sample-liquibase/src/test/java/sample/liquibase/SampleLiquibaseApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/src/test/java/smoketest/liquibase/SampleLiquibaseApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-liquibase/src/test/java/sample/liquibase/SampleLiquibaseApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/src/test/java/smoketest/liquibase/SampleLiquibaseApplicationTests.java index 1198fe10fc3..9b33e0f0052 100644 --- a/spring-boot-samples/spring-boot-sample-liquibase/src/test/java/sample/liquibase/SampleLiquibaseApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-liquibase/src/test/java/smoketest/liquibase/SampleLiquibaseApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.liquibase; +package smoketest.liquibase; import java.net.ConnectException; diff --git a/spring-boot-samples/spring-boot-sample-logback/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-logback/pom.xml similarity index 83% rename from spring-boot-samples/spring-boot-sample-logback/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-logback/pom.xml index aa047232656..ff394f9ef37 100644 --- a/spring-boot-samples/spring-boot-sample-logback/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-logback/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-logback - Spring Boot Logback Sample - Spring Boot Logback Sample + spring-boot-smoke-test-logback + Spring Boot Logback Smoke Test + Spring Boot Logback Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-logback/src/main/java/sample/logback/SampleLogbackApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-logback/src/main/java/smoketest/logback/SampleLogbackApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-logback/src/main/java/sample/logback/SampleLogbackApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-logback/src/main/java/smoketest/logback/SampleLogbackApplication.java index bc24bc3ca12..e331c1fe154 100644 --- a/spring-boot-samples/spring-boot-sample-logback/src/main/java/sample/logback/SampleLogbackApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-logback/src/main/java/smoketest/logback/SampleLogbackApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.logback; +package smoketest.logback; import javax.annotation.PostConstruct; diff --git a/spring-boot-samples/spring-boot-sample-logback/src/main/resources/logback-spring.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-logback/src/main/resources/logback-spring.xml similarity index 65% rename from spring-boot-samples/spring-boot-sample-logback/src/main/resources/logback-spring.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-logback/src/main/resources/logback-spring.xml index e279b822768..0a8ee5a8467 100644 --- a/spring-boot-samples/spring-boot-sample-logback/src/main/resources/logback-spring.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-logback/src/main/resources/logback-spring.xml @@ -1,8 +1,8 @@ - + - + diff --git a/spring-boot-samples/spring-boot-sample-logback/src/test/java/sample/logback/SampleLogbackApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-logback/src/test/java/smoketest/logback/SampleLogbackApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-logback/src/test/java/sample/logback/SampleLogbackApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-logback/src/test/java/smoketest/logback/SampleLogbackApplicationTests.java index 1682d2d4ff9..06e87916134 100644 --- a/spring-boot-samples/spring-boot-sample-logback/src/test/java/sample/logback/SampleLogbackApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-logback/src/test/java/smoketest/logback/SampleLogbackApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.logback; +package smoketest.logback; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/spring-boot-samples/spring-boot-sample-oauth2-client/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/pom.xml similarity index 85% rename from spring-boot-samples/spring-boot-sample-oauth2-client/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/pom.xml index 1ba73519d15..3656134a9d5 100644 --- a/spring-boot-samples/spring-boot-sample-oauth2-client/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-oauth2-client - Spring Boot Sample OAuth2 Client - Spring Boot Sample OAuth2 Client + spring-boot-smoke-test-oauth2-client + Spring Boot OAuth2 Client Smoke Test + Spring Boot OAuth2 Client Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-oauth2-client/src/main/java/sample/oauth2/client/ExampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/src/main/java/smoketest/oauth2/client/ExampleController.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-oauth2-client/src/main/java/sample/oauth2/client/ExampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/src/main/java/smoketest/oauth2/client/ExampleController.java index c6976e191f0..0ed5a9a252f 100644 --- a/spring-boot-samples/spring-boot-sample-oauth2-client/src/main/java/sample/oauth2/client/ExampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/src/main/java/smoketest/oauth2/client/ExampleController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.oauth2.client; +package smoketest.oauth2.client; import java.security.Principal; diff --git a/spring-boot-samples/spring-boot-sample-oauth2-client/src/main/java/sample/oauth2/client/SampleOAuth2ClientApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/src/main/java/smoketest/oauth2/client/SampleOAuth2ClientApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-oauth2-client/src/main/java/sample/oauth2/client/SampleOAuth2ClientApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/src/main/java/smoketest/oauth2/client/SampleOAuth2ClientApplication.java index 7aea0299d33..256257f7826 100644 --- a/spring-boot-samples/spring-boot-sample-oauth2-client/src/main/java/sample/oauth2/client/SampleOAuth2ClientApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/src/main/java/smoketest/oauth2/client/SampleOAuth2ClientApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.oauth2.client; +package smoketest.oauth2.client; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-oauth2-client/src/main/resources/application.yml b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/src/main/resources/application.yml similarity index 100% rename from spring-boot-samples/spring-boot-sample-oauth2-client/src/main/resources/application.yml rename to spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/src/main/resources/application.yml diff --git a/spring-boot-samples/spring-boot-sample-oauth2-client/src/test/java/sample/oauth2/client/SampleOAuth2ClientApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/src/test/java/smoketest/oauth2/client/SampleOAuth2ClientApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-oauth2-client/src/test/java/sample/oauth2/client/SampleOAuth2ClientApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/src/test/java/smoketest/oauth2/client/SampleOAuth2ClientApplicationTests.java index ff0bc019890..6ce6e5efb06 100644 --- a/spring-boot-samples/spring-boot-sample-oauth2-client/src/test/java/sample/oauth2/client/SampleOAuth2ClientApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-client/src/test/java/smoketest/oauth2/client/SampleOAuth2ClientApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.oauth2.client; +package smoketest.oauth2.client; import java.net.URI; diff --git a/spring-boot-samples/spring-boot-sample-oauth2-resource-server/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/pom.xml similarity index 84% rename from spring-boot-samples/spring-boot-sample-oauth2-resource-server/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/pom.xml index 4a217415551..77a5eab235f 100644 --- a/spring-boot-samples/spring-boot-sample-oauth2-resource-server/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-oauth2-resource-server - Spring Boot Sample OAuth2 Resource Server - Spring Boot Sample Resource Server + spring-boot-smoke-test-oauth2-resource-server + Spring Boot OAuth2 Resource Server Smoke Test + Spring Boot OAuth2 Resource Server Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/main/java/sample/oauth2/resource/ExampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/main/java/smoketest/oauth2/resource/ExampleController.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/main/java/sample/oauth2/resource/ExampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/main/java/smoketest/oauth2/resource/ExampleController.java index 7c197f60cbe..7d66a9a68fa 100644 --- a/spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/main/java/sample/oauth2/resource/ExampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/main/java/smoketest/oauth2/resource/ExampleController.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package sample.oauth2.resource; +package smoketest.oauth2.resource; import org.springframework.security.core.annotation.AuthenticationPrincipal; import org.springframework.security.oauth2.jwt.Jwt; diff --git a/spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/main/java/sample/oauth2/resource/SampleOauth2ResourceServerApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/main/java/smoketest/oauth2/resource/SampleOauth2ResourceServerApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/main/java/sample/oauth2/resource/SampleOauth2ResourceServerApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/main/java/smoketest/oauth2/resource/SampleOauth2ResourceServerApplication.java index c7a9ea1e6d6..f63c5374f6f 100644 --- a/spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/main/java/sample/oauth2/resource/SampleOauth2ResourceServerApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/main/java/smoketest/oauth2/resource/SampleOauth2ResourceServerApplication.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package sample.oauth2.resource; +package smoketest.oauth2.resource; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/main/resources/application.yml b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/main/resources/application.yml similarity index 100% rename from spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/main/resources/application.yml rename to spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/main/resources/application.yml diff --git a/spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/test/java/sample/oauth2/resource/SampleOauth2ResourceServerApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/test/java/smoketest/oauth2/resource/SampleOauth2ResourceServerApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/test/java/sample/oauth2/resource/SampleOauth2ResourceServerApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/test/java/smoketest/oauth2/resource/SampleOauth2ResourceServerApplicationTests.java index 68a22a463cd..439eb710b62 100644 --- a/spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/test/java/sample/oauth2/resource/SampleOauth2ResourceServerApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-oauth2-resource-server/src/test/java/smoketest/oauth2/resource/SampleOauth2ResourceServerApplicationTests.java @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package sample.oauth2.resource; +package smoketest.oauth2.resource; import java.io.IOException; diff --git a/spring-boot-samples/spring-boot-sample-parent-context/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/pom.xml similarity index 81% rename from spring-boot-samples/spring-boot-sample-parent-context/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/pom.xml index 843b4082cb3..c2897ec97a2 100644 --- a/spring-boot-samples/spring-boot-sample-parent-context/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/pom.xml @@ -5,14 +5,14 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-parent-context - Spring Boot Parent Context Sample - Spring Boot Parent Context Sample + spring-boot-smoke-test-parent-context + Spring Boot Parent Context Smoke Test + Spring Boot Parent Context Smoke Test - sample.parent.SampleParentContextApplication + smoketest.parent.SampleParentContextApplication ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample/parent/HelloWorldService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest/parent/HelloWorldService.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample/parent/HelloWorldService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest/parent/HelloWorldService.java index a8469b61ddb..4fba77637ea 100644 --- a/spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample/parent/HelloWorldService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest/parent/HelloWorldService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.parent; +package smoketest.parent; import org.springframework.stereotype.Component; diff --git a/spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample/parent/SampleEndpoint.java b/spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest/parent/SampleEndpoint.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample/parent/SampleEndpoint.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest/parent/SampleEndpoint.java index 19c70291412..57a34bc9bad 100644 --- a/spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample/parent/SampleEndpoint.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest/parent/SampleEndpoint.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.parent; +package smoketest.parent; import java.io.File; import java.io.FileInputStream; diff --git a/spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample/parent/SampleParentContextApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest/parent/SampleParentContextApplication.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample/parent/SampleParentContextApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest/parent/SampleParentContextApplication.java index 0036b584d50..a7157b793ec 100644 --- a/spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample/parent/SampleParentContextApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest/parent/SampleParentContextApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.parent; +package smoketest.parent; import java.util.function.Consumer; diff --git a/spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample/parent/ServiceProperties.java b/spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest/parent/ServiceProperties.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample/parent/ServiceProperties.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest/parent/ServiceProperties.java index 9e907f29116..96b76533782 100644 --- a/spring-boot-samples/spring-boot-sample-parent-context/src/main/java/sample/parent/ServiceProperties.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/java/smoketest/parent/ServiceProperties.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.parent; +package smoketest.parent; import java.io.File; diff --git a/spring-boot-samples/spring-boot-sample-parent-context/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-parent-context/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-parent-context/src/test/java/sample/parent/consumer/SampleIntegrationParentApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/test/java/smoketest/parent/consumer/SampleIntegrationParentApplicationTests.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-parent-context/src/test/java/sample/parent/consumer/SampleIntegrationParentApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/test/java/smoketest/parent/consumer/SampleIntegrationParentApplicationTests.java index ab80bf749db..7c6eebfe146 100644 --- a/spring-boot-samples/spring-boot-sample-parent-context/src/test/java/sample/parent/consumer/SampleIntegrationParentApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/test/java/smoketest/parent/consumer/SampleIntegrationParentApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.parent.consumer; +package smoketest.parent.consumer; import java.io.File; import java.io.IOException; @@ -23,8 +23,8 @@ import java.nio.file.Path; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.io.TempDir; -import sample.parent.SampleParentContextApplication; -import sample.parent.producer.ProducerApplication; +import smoketest.parent.SampleParentContextApplication; +import smoketest.parent.producer.ProducerApplication; import org.springframework.boot.SpringApplication; import org.springframework.context.ConfigurableApplicationContext; diff --git a/spring-boot-samples/spring-boot-sample-parent-context/src/test/java/sample/parent/producer/ProducerApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/test/java/smoketest/parent/producer/ProducerApplication.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-parent-context/src/test/java/sample/parent/producer/ProducerApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/test/java/smoketest/parent/producer/ProducerApplication.java index 245e9b03b80..7cee22afb62 100644 --- a/spring-boot-samples/spring-boot-sample-parent-context/src/test/java/sample/parent/producer/ProducerApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-parent-context/src/test/java/smoketest/parent/producer/ProducerApplication.java @@ -14,12 +14,12 @@ * limitations under the License. */ -package sample.parent.producer; +package smoketest.parent.producer; import java.io.File; import java.io.FileOutputStream; -import sample.parent.ServiceProperties; +import smoketest.parent.ServiceProperties; import org.springframework.boot.ApplicationArguments; import org.springframework.boot.ApplicationRunner; diff --git a/spring-boot-samples/spring-boot-sample-profile/application.yml b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/application.yml similarity index 100% rename from spring-boot-samples/spring-boot-sample-profile/application.yml rename to spring-boot-smoke-tests/spring-boot-smoke-test-profile/application.yml diff --git a/spring-boot-samples/spring-boot-sample-profile/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/pom.xml similarity index 83% rename from spring-boot-samples/spring-boot-sample-profile/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-profile/pom.xml index 0f85b31c290..6580a96ac36 100644 --- a/spring-boot-samples/spring-boot-sample-profile/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-profile - Spring Boot Profile Sample - Spring Boot Profile Sample + spring-boot-smoke-test-profile + Spring Boot Profile Smoke Test + Spring Boot Profile Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/SampleProfileApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest/profile/SampleProfileApplication.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/SampleProfileApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest/profile/SampleProfileApplication.java index 758c5320784..03487f96a12 100644 --- a/spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/SampleProfileApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest/profile/SampleProfileApplication.java @@ -14,9 +14,9 @@ * limitations under the License. */ -package sample.profile; +package smoketest.profile; -import sample.profile.service.MessageService; +import smoketest.profile.service.MessageService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; diff --git a/spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/service/GenericService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest/profile/service/GenericService.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/service/GenericService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest/profile/service/GenericService.java index c5bae54e840..f4a8d358da7 100644 --- a/spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/service/GenericService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest/profile/service/GenericService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.profile.service; +package smoketest.profile.service; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Profile; diff --git a/spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/service/GoodbyeWorldService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest/profile/service/GoodbyeWorldService.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/service/GoodbyeWorldService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest/profile/service/GoodbyeWorldService.java index 7af8d8f36b5..a18cc59594f 100644 --- a/spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/service/GoodbyeWorldService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest/profile/service/GoodbyeWorldService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.profile.service; +package smoketest.profile.service; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Profile; diff --git a/spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/service/HelloWorldService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest/profile/service/HelloWorldService.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/service/HelloWorldService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest/profile/service/HelloWorldService.java index a60fecd67fe..33aa6b3c187 100644 --- a/spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/service/HelloWorldService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest/profile/service/HelloWorldService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.profile.service; +package smoketest.profile.service; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Profile; diff --git a/spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/service/MessageService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest/profile/service/MessageService.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/service/MessageService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest/profile/service/MessageService.java index 884202d04a7..c40a40e5282 100644 --- a/spring-boot-samples/spring-boot-sample-profile/src/main/java/sample/profile/service/MessageService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/java/smoketest/profile/service/MessageService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.profile.service; +package smoketest.profile.service; public interface MessageService { diff --git a/spring-boot-samples/spring-boot-sample-profile/src/main/resources/application.yml b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/resources/application.yml similarity index 100% rename from spring-boot-samples/spring-boot-sample-profile/src/main/resources/application.yml rename to spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/main/resources/application.yml diff --git a/spring-boot-samples/spring-boot-sample-profile/src/test/java/sample/profile/SampleProfileApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/test/java/smoketest/profile/SampleProfileApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-profile/src/test/java/sample/profile/SampleProfileApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/test/java/smoketest/profile/SampleProfileApplicationTests.java index aafb89bff6b..b6cf2988eaa 100644 --- a/spring-boot-samples/spring-boot-sample-profile/src/test/java/sample/profile/SampleProfileApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-profile/src/test/java/smoketest/profile/SampleProfileApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.profile; +package smoketest.profile; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; diff --git a/spring-boot-samples/spring-boot-sample-property-validation/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/pom.xml similarity index 83% rename from spring-boot-samples/spring-boot-sample-property-validation/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/pom.xml index 8f1db1b3266..d10267d7ad6 100644 --- a/spring-boot-samples/spring-boot-sample-property-validation/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-property-validation - Spring Boot Property Validation Sample - Spring Boot Property Validation Sample + spring-boot-smoke-test-property-validation + Spring Boot Property Validation Smoke Test + Spring Boot Property Validation Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-property-validation/src/main/java/sample/propertyvalidation/SampleProperties.java b/spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/main/java/smoketest/propertyvalidation/SampleProperties.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-property-validation/src/main/java/sample/propertyvalidation/SampleProperties.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/main/java/smoketest/propertyvalidation/SampleProperties.java index a8f1c31c24e..72e2dc8ea34 100644 --- a/spring-boot-samples/spring-boot-sample-property-validation/src/main/java/sample/propertyvalidation/SampleProperties.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/main/java/smoketest/propertyvalidation/SampleProperties.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.propertyvalidation; +package smoketest.propertyvalidation; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.validation.annotation.Validated; diff --git a/spring-boot-samples/spring-boot-sample-property-validation/src/main/java/sample/propertyvalidation/SamplePropertiesValidator.java b/spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/main/java/smoketest/propertyvalidation/SamplePropertiesValidator.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-property-validation/src/main/java/sample/propertyvalidation/SamplePropertiesValidator.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/main/java/smoketest/propertyvalidation/SamplePropertiesValidator.java index 277b1a9f13d..ecf29139535 100644 --- a/spring-boot-samples/spring-boot-sample-property-validation/src/main/java/sample/propertyvalidation/SamplePropertiesValidator.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/main/java/smoketest/propertyvalidation/SamplePropertiesValidator.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.propertyvalidation; +package smoketest.propertyvalidation; import java.util.regex.Pattern; diff --git a/spring-boot-samples/spring-boot-sample-property-validation/src/main/java/sample/propertyvalidation/SamplePropertyValidationApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/main/java/smoketest/propertyvalidation/SamplePropertyValidationApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-property-validation/src/main/java/sample/propertyvalidation/SamplePropertyValidationApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/main/java/smoketest/propertyvalidation/SamplePropertyValidationApplication.java index 0b45a135a2c..2fae7205277 100644 --- a/spring-boot-samples/spring-boot-sample-property-validation/src/main/java/sample/propertyvalidation/SamplePropertyValidationApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/main/java/smoketest/propertyvalidation/SamplePropertyValidationApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.propertyvalidation; +package smoketest.propertyvalidation; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-property-validation/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-property-validation/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-property-validation/src/test/java/sample/propertyvalidation/SamplePropertyValidationApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/test/java/smoketest/propertyvalidation/SamplePropertyValidationApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-property-validation/src/test/java/sample/propertyvalidation/SamplePropertyValidationApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/test/java/smoketest/propertyvalidation/SamplePropertyValidationApplicationTests.java index 400f655e2c4..4e6919b7e6c 100644 --- a/spring-boot-samples/spring-boot-sample-property-validation/src/test/java/sample/propertyvalidation/SamplePropertyValidationApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-property-validation/src/test/java/smoketest/propertyvalidation/SamplePropertyValidationApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.propertyvalidation; +package smoketest.propertyvalidation; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-quartz/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-quartz/pom.xml similarity index 83% rename from spring-boot-samples/spring-boot-sample-quartz/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-quartz/pom.xml index 95428ba8e5c..bca7e67c1b0 100644 --- a/spring-boot-samples/spring-boot-sample-quartz/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-quartz/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-quartz - Spring Boot Quartz Sample - Spring Boot Quartz Sample + spring-boot-smoke-test-quartz + Spring Boot Quartz Smoke Test + Spring Boot Quartz Smoke Test ${basedir}/../.. @@ -19,7 +19,7 @@ org.springframework.boot spring-boot-starter-quartz - + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-quartz/src/main/java/sample/quartz/SampleJob.java b/spring-boot-smoke-tests/spring-boot-smoke-test-quartz/src/main/java/smoketest/quartz/SampleJob.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-quartz/src/main/java/sample/quartz/SampleJob.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-quartz/src/main/java/smoketest/quartz/SampleJob.java index a0449fe9bfd..415f64c472c 100644 --- a/spring-boot-samples/spring-boot-sample-quartz/src/main/java/sample/quartz/SampleJob.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-quartz/src/main/java/smoketest/quartz/SampleJob.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.quartz; +package smoketest.quartz; import org.quartz.JobExecutionContext; import org.quartz.JobExecutionException; diff --git a/spring-boot-samples/spring-boot-sample-quartz/src/main/java/sample/quartz/SampleQuartzApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-quartz/src/main/java/smoketest/quartz/SampleQuartzApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-quartz/src/main/java/sample/quartz/SampleQuartzApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-quartz/src/main/java/smoketest/quartz/SampleQuartzApplication.java index c6300b64f76..680c3822805 100644 --- a/spring-boot-samples/spring-boot-sample-quartz/src/main/java/sample/quartz/SampleQuartzApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-quartz/src/main/java/smoketest/quartz/SampleQuartzApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.quartz; +package smoketest.quartz; import org.quartz.JobBuilder; import org.quartz.JobDetail; diff --git a/spring-boot-samples/spring-boot-sample-quartz/src/test/java/sample/quartz/SampleQuartzApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-quartz/src/test/java/smoketest/quartz/SampleQuartzApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-quartz/src/test/java/sample/quartz/SampleQuartzApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-quartz/src/test/java/smoketest/quartz/SampleQuartzApplicationTests.java index 9ca0a44681d..94757750602 100644 --- a/spring-boot-samples/spring-boot-sample-quartz/src/test/java/sample/quartz/SampleQuartzApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-quartz/src/test/java/smoketest/quartz/SampleQuartzApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.quartz; +package smoketest.quartz; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/pom.xml similarity index 84% rename from spring-boot-samples/spring-boot-sample-reactive-oauth2-client/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/pom.xml index b4fc0a173c6..f95bcf96fab 100644 --- a/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-reactive-oauth2-client - Spring Boot Sample Reactive OAuth2 Client - Spring Boot Sample Reactive OAuth2 Client + spring-boot-smoke-test-reactive-oauth2-client + Spring Boot Reactive OAuth2 Client Smoke Test + Spring Boot Reactive OAuth2 Client Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/src/main/java/sample/oauth2/client/ExampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/src/main/java/smoketest/oauth2/client/ExampleController.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-reactive-oauth2-client/src/main/java/sample/oauth2/client/ExampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/src/main/java/smoketest/oauth2/client/ExampleController.java index 3e6046f6fb3..1a9090d0ab9 100644 --- a/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/src/main/java/sample/oauth2/client/ExampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/src/main/java/smoketest/oauth2/client/ExampleController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.oauth2.client; +package smoketest.oauth2.client; import java.security.Principal; diff --git a/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/src/main/java/sample/oauth2/client/SampleReactiveOAuth2ClientApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/src/main/java/smoketest/oauth2/client/SampleReactiveOAuth2ClientApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-reactive-oauth2-client/src/main/java/sample/oauth2/client/SampleReactiveOAuth2ClientApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/src/main/java/smoketest/oauth2/client/SampleReactiveOAuth2ClientApplication.java index cfdcb97035a..12a533454d3 100644 --- a/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/src/main/java/sample/oauth2/client/SampleReactiveOAuth2ClientApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/src/main/java/smoketest/oauth2/client/SampleReactiveOAuth2ClientApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.oauth2.client; +package smoketest.oauth2.client; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/src/main/resources/application.yml b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/src/main/resources/application.yml similarity index 100% rename from spring-boot-samples/spring-boot-sample-reactive-oauth2-client/src/main/resources/application.yml rename to spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/src/main/resources/application.yml diff --git a/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/src/test/java/sample/oauth2/client/SampleReactiveOAuth2ClientApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/src/test/java/smoketest/oauth2/client/SampleReactiveOAuth2ClientApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-reactive-oauth2-client/src/test/java/sample/oauth2/client/SampleReactiveOAuth2ClientApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/src/test/java/smoketest/oauth2/client/SampleReactiveOAuth2ClientApplicationTests.java index 3cc8c54e230..8ac3c73bf14 100644 --- a/spring-boot-samples/spring-boot-sample-reactive-oauth2-client/src/test/java/sample/oauth2/client/SampleReactiveOAuth2ClientApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/src/test/java/smoketest/oauth2/client/SampleReactiveOAuth2ClientApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.oauth2.client; +package smoketest.oauth2.client; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/pom.xml similarity index 83% rename from spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/pom.xml index 81387943f2f..e85865a6893 100644 --- a/spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-reactive-oauth2-resource-server - Spring Boot Sample Reactive OAuth2 Resource Server - Spring Boot Sample Reactive Resource Server + spring-boot-smoke-test-reactive-oauth2-resource-server + Spring Boot Reactive OAuth2 Resource Server Smoke Test + Spring Boot OAuth2 Reactive Resource Server Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/src/main/java/sample/oauth2/resource/ExampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/src/main/java/smoketest/oauth2/resource/ExampleController.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/src/main/java/sample/oauth2/resource/ExampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/src/main/java/smoketest/oauth2/resource/ExampleController.java index 570222b59be..0e2f473e442 100644 --- a/spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/src/main/java/sample/oauth2/resource/ExampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/src/main/java/smoketest/oauth2/resource/ExampleController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.oauth2.resource; +package smoketest.oauth2.resource; import org.springframework.security.core.annotation.AuthenticationPrincipal; import org.springframework.security.oauth2.jwt.Jwt; diff --git a/spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/src/main/java/sample/oauth2/resource/SampleReactiveOAuth2ResourceServerApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/src/main/java/smoketest/oauth2/resource/SampleReactiveOAuth2ResourceServerApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/src/main/java/sample/oauth2/resource/SampleReactiveOAuth2ResourceServerApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/src/main/java/smoketest/oauth2/resource/SampleReactiveOAuth2ResourceServerApplication.java index 259b18c3664..616294e3394 100644 --- a/spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/src/main/java/sample/oauth2/resource/SampleReactiveOAuth2ResourceServerApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/src/main/java/smoketest/oauth2/resource/SampleReactiveOAuth2ResourceServerApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.oauth2.resource; +package smoketest.oauth2.resource; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/src/main/resources/application.yml b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/src/main/resources/application.yml similarity index 100% rename from spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/src/main/resources/application.yml rename to spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/src/main/resources/application.yml diff --git a/spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/src/test/java/sample/oauth2/resource/SampleReactiveOAuth2ResourceServerApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/src/test/java/smoketest/oauth2/resource/SampleReactiveOAuth2ResourceServerApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/src/test/java/sample/oauth2/resource/SampleReactiveOAuth2ResourceServerApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/src/test/java/smoketest/oauth2/resource/SampleReactiveOAuth2ResourceServerApplicationTests.java index 3a01eef95b6..6a65f728a60 100644 --- a/spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/src/test/java/sample/oauth2/resource/SampleReactiveOAuth2ResourceServerApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-resource-server/src/test/java/smoketest/oauth2/resource/SampleReactiveOAuth2ResourceServerApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.oauth2.resource; +package smoketest.oauth2.resource; import okhttp3.mockwebserver.MockResponse; import okhttp3.mockwebserver.MockWebServer; diff --git a/spring-boot-samples/spring-boot-sample-secure-webflux/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/pom.xml similarity index 87% rename from spring-boot-samples/spring-boot-sample-secure-webflux/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/pom.xml index f5da9b2f916..28c32b5311e 100644 --- a/spring-boot-samples/spring-boot-sample-secure-webflux/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-secure-webflux - Spring Boot Secure WebFlux Sample - Spring Boot Secure WebFlux Sample + spring-boot-smoke-test-secure-webflux + Spring Boot Secure WebFlux Smoke Test + Spring Boot Secure WebFlux Smoke Test ${basedir}/../.. / diff --git a/spring-boot-samples/spring-boot-sample-secure-webflux/src/main/java/sample/secure/webflux/EchoHandler.java b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/java/smoketest/secure/webflux/EchoHandler.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-secure-webflux/src/main/java/sample/secure/webflux/EchoHandler.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/java/smoketest/secure/webflux/EchoHandler.java index 8eb6afea99b..a57bb406378 100644 --- a/spring-boot-samples/spring-boot-sample-secure-webflux/src/main/java/sample/secure/webflux/EchoHandler.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/java/smoketest/secure/webflux/EchoHandler.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.secure.webflux; +package smoketest.secure.webflux; import reactor.core.publisher.Mono; diff --git a/spring-boot-samples/spring-boot-sample-secure-webflux/src/main/java/sample/secure/webflux/SampleSecureWebFluxApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/java/smoketest/secure/webflux/SampleSecureWebFluxApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-secure-webflux/src/main/java/sample/secure/webflux/SampleSecureWebFluxApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/java/smoketest/secure/webflux/SampleSecureWebFluxApplication.java index 290aa44fe70..e0443581499 100644 --- a/spring-boot-samples/spring-boot-sample-secure-webflux/src/main/java/sample/secure/webflux/SampleSecureWebFluxApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/java/smoketest/secure/webflux/SampleSecureWebFluxApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.secure.webflux; +package smoketest.secure.webflux; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-secure-webflux/src/main/java/sample/secure/webflux/WelcomeController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/java/smoketest/secure/webflux/WelcomeController.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-secure-webflux/src/main/java/sample/secure/webflux/WelcomeController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/java/smoketest/secure/webflux/WelcomeController.java index 0a9a0b995d1..12e4cbdc1cb 100644 --- a/spring-boot-samples/spring-boot-sample-secure-webflux/src/main/java/sample/secure/webflux/WelcomeController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/java/smoketest/secure/webflux/WelcomeController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.secure.webflux; +package smoketest.secure.webflux; import java.security.Principal; diff --git a/spring-boot-samples/spring-boot-sample-secure-webflux/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-secure-webflux/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-secure-webflux/src/main/resources/static/css/bootstrap.min.css b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/resources/static/css/bootstrap.min.css similarity index 100% rename from spring-boot-samples/spring-boot-sample-secure-webflux/src/main/resources/static/css/bootstrap.min.css rename to spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/main/resources/static/css/bootstrap.min.css diff --git a/spring-boot-samples/spring-boot-sample-secure-webflux/src/test/java/sample/secure/webflux/ManagementPortSampleSecureWebFluxTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/test/java/smoketest/secure/webflux/ManagementPortSampleSecureWebFluxTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-secure-webflux/src/test/java/sample/secure/webflux/ManagementPortSampleSecureWebFluxTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/test/java/smoketest/secure/webflux/ManagementPortSampleSecureWebFluxTests.java index 255b1333fa9..4a34016b9c4 100644 --- a/spring-boot-samples/spring-boot-sample-secure-webflux/src/test/java/sample/secure/webflux/ManagementPortSampleSecureWebFluxTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/test/java/smoketest/secure/webflux/ManagementPortSampleSecureWebFluxTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.secure.webflux; +package smoketest.secure.webflux; import java.util.Base64; diff --git a/spring-boot-samples/spring-boot-sample-secure-webflux/src/test/java/sample/secure/webflux/SampleSecureWebFluxApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/test/java/smoketest/secure/webflux/SampleSecureWebFluxApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-secure-webflux/src/test/java/sample/secure/webflux/SampleSecureWebFluxApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/test/java/smoketest/secure/webflux/SampleSecureWebFluxApplicationTests.java index 5c61fad0a9d..b2c68172301 100644 --- a/spring-boot-samples/spring-boot-sample-secure-webflux/src/test/java/sample/secure/webflux/SampleSecureWebFluxApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/test/java/smoketest/secure/webflux/SampleSecureWebFluxApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.secure.webflux; +package smoketest.secure.webflux; import java.util.Base64; diff --git a/spring-boot-samples/spring-boot-sample-secure-webflux/src/test/java/sample/secure/webflux/SampleSecureWebFluxCustomSecurityTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/test/java/smoketest/secure/webflux/SampleSecureWebFluxCustomSecurityTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-secure-webflux/src/test/java/sample/secure/webflux/SampleSecureWebFluxCustomSecurityTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/test/java/smoketest/secure/webflux/SampleSecureWebFluxCustomSecurityTests.java index 8d490c3703d..12ffd4fdf4b 100644 --- a/spring-boot-samples/spring-boot-sample-secure-webflux/src/test/java/sample/secure/webflux/SampleSecureWebFluxCustomSecurityTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-secure-webflux/src/test/java/smoketest/secure/webflux/SampleSecureWebFluxCustomSecurityTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.secure.webflux; +package smoketest.secure.webflux; import java.util.Base64; diff --git a/spring-boot-samples/spring-boot-sample-secure/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-secure/pom.xml similarity index 83% rename from spring-boot-samples/spring-boot-sample-secure/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-secure/pom.xml index cbe546632a5..27ef9da43fa 100644 --- a/spring-boot-samples/spring-boot-sample-secure/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-secure/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-secure - Spring Boot Security Sample - Spring Boot Security Sample + spring-boot-smoke-test-secure + Spring Boot Security Smoke Test + Spring Boot Security Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-secure/src/main/java/sample/secure/SampleSecureApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-secure/src/main/java/smoketest/secure/SampleSecureApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-secure/src/main/java/sample/secure/SampleSecureApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-secure/src/main/java/smoketest/secure/SampleSecureApplication.java index ec0afa4be33..5927065c76a 100644 --- a/spring-boot-samples/spring-boot-sample-secure/src/main/java/sample/secure/SampleSecureApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-secure/src/main/java/smoketest/secure/SampleSecureApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.secure; +package smoketest.secure; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; diff --git a/spring-boot-samples/spring-boot-sample-secure/src/main/java/sample/secure/SampleService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-secure/src/main/java/smoketest/secure/SampleService.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-secure/src/main/java/sample/secure/SampleService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-secure/src/main/java/smoketest/secure/SampleService.java index f8e584e10a0..749ee4590ca 100644 --- a/spring-boot-samples/spring-boot-sample-secure/src/main/java/sample/secure/SampleService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-secure/src/main/java/smoketest/secure/SampleService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.secure; +package smoketest.secure; import org.springframework.security.access.annotation.Secured; import org.springframework.security.access.prepost.PreAuthorize; diff --git a/spring-boot-samples/spring-boot-sample-secure/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-secure/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-secure/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-secure/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-secure/src/test/java/sample/secure/SampleSecureApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-secure/src/test/java/smoketest/secure/SampleSecureApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-secure/src/test/java/sample/secure/SampleSecureApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-secure/src/test/java/smoketest/secure/SampleSecureApplicationTests.java index cb1c2ec378e..4a63b387e98 100644 --- a/spring-boot-samples/spring-boot-sample-secure/src/test/java/sample/secure/SampleSecureApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-secure/src/test/java/smoketest/secure/SampleSecureApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.secure; +package smoketest.secure; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; diff --git a/spring-boot-samples/spring-boot-sample-servlet/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-servlet/pom.xml similarity index 87% rename from spring-boot-samples/spring-boot-sample-servlet/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-servlet/pom.xml index caf93b3a2b9..b014e065809 100644 --- a/spring-boot-samples/spring-boot-sample-servlet/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-servlet/pom.xml @@ -5,13 +5,13 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-servlet + spring-boot-smoke-test-servlet war - Spring Boot Servlet Sample - Spring Boot Servlet Sample + Spring Boot Servlet Smoke Test + Spring Boot Servlet Smoke Test ${basedir}/../.. / diff --git a/spring-boot-samples/spring-boot-sample-servlet/src/main/java/sample/servlet/SampleServletApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-servlet/src/main/java/smoketest/servlet/SampleServletApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-servlet/src/main/java/sample/servlet/SampleServletApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-servlet/src/main/java/smoketest/servlet/SampleServletApplication.java index e27a5914f5b..cc39d41b46b 100644 --- a/spring-boot-samples/spring-boot-sample-servlet/src/main/java/sample/servlet/SampleServletApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-servlet/src/main/java/smoketest/servlet/SampleServletApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.servlet; +package smoketest.servlet; import java.io.IOException; diff --git a/spring-boot-samples/spring-boot-sample-servlet/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-servlet/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-servlet/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-servlet/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-servlet/src/test/java/sample/servlet/SampleServletApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-servlet/src/test/java/smoketest/servlet/SampleServletApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-servlet/src/test/java/sample/servlet/SampleServletApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-servlet/src/test/java/smoketest/servlet/SampleServletApplicationTests.java index c8af28e4a46..516bb926354 100644 --- a/spring-boot-samples/spring-boot-sample-servlet/src/test/java/sample/servlet/SampleServletApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-servlet/src/test/java/smoketest/servlet/SampleServletApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.servlet; +package smoketest.servlet; import java.util.Collections; diff --git a/spring-boot-samples/spring-boot-sample-session-webflux/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/pom.xml similarity index 90% rename from spring-boot-samples/spring-boot-sample-session-webflux/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/pom.xml index 70deda9256f..4d8bc5cf3aa 100644 --- a/spring-boot-samples/spring-boot-sample-session-webflux/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/pom.xml @@ -4,12 +4,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-session-webflux - Spring Boot Session WebFlux Sample - Spring Boot Session WebFlux Sample + spring-boot-smoke-test-session-webflux + Spring Boot Session WebFlux Smoke Test + Spring Boot Session WebFlux Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-session-webflux/src/main/java/sample/session/HelloRestController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/src/main/java/smoketest/session/HelloRestController.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-session-webflux/src/main/java/sample/session/HelloRestController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/src/main/java/smoketest/session/HelloRestController.java index 60c49e48a6b..0d85e5c45a9 100644 --- a/spring-boot-samples/spring-boot-sample-session-webflux/src/main/java/sample/session/HelloRestController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/src/main/java/smoketest/session/HelloRestController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.session; +package smoketest.session; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; diff --git a/spring-boot-samples/spring-boot-sample-session-webflux/src/main/java/sample/session/SampleSessionWebFluxApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/src/main/java/smoketest/session/SampleSessionWebFluxApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-session-webflux/src/main/java/sample/session/SampleSessionWebFluxApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/src/main/java/smoketest/session/SampleSessionWebFluxApplication.java index 3fae99d4b89..d06d7f588e9 100644 --- a/spring-boot-samples/spring-boot-sample-session-webflux/src/main/java/sample/session/SampleSessionWebFluxApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/src/main/java/smoketest/session/SampleSessionWebFluxApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.session; +package smoketest.session; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-session-webflux/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-session-webflux/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-session-webflux/src/test/java/sample/session/SampleSessionWebFluxApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/src/test/java/smoketest/session/SampleSessionWebFluxApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-session-webflux/src/test/java/sample/session/SampleSessionWebFluxApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/src/test/java/smoketest/session/SampleSessionWebFluxApplicationTests.java index 6eb2df44220..abdcc6d06be 100644 --- a/spring-boot-samples/spring-boot-sample-session-webflux/src/test/java/sample/session/SampleSessionWebFluxApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-session-webflux/src/test/java/smoketest/session/SampleSessionWebFluxApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.session; +package smoketest.session; import java.time.Duration; import java.util.Base64; diff --git a/spring-boot-samples/spring-boot-sample-session/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-session/pom.xml similarity index 93% rename from spring-boot-samples/spring-boot-sample-session/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-session/pom.xml index 8d1469c3215..f1623d905db 100644 --- a/spring-boot-samples/spring-boot-sample-session/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-session/pom.xml @@ -4,12 +4,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-session - Spring Boot Session Sample - Spring Boot Session Sample + spring-boot-smoke-test-session + Spring Boot Session Smoke Test + Spring Boot Session Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-session/src/main/java/sample/session/HelloRestController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-session/src/main/java/smoketest/session/HelloRestController.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-session/src/main/java/sample/session/HelloRestController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-session/src/main/java/smoketest/session/HelloRestController.java index 0d70fee4008..961d5ce8bb7 100644 --- a/spring-boot-samples/spring-boot-sample-session/src/main/java/sample/session/HelloRestController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-session/src/main/java/smoketest/session/HelloRestController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.session; +package smoketest.session; import javax.servlet.http.HttpSession; diff --git a/spring-boot-samples/spring-boot-sample-session/src/main/java/sample/session/SampleSessionApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-session/src/main/java/smoketest/session/SampleSessionApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-session/src/main/java/sample/session/SampleSessionApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-session/src/main/java/smoketest/session/SampleSessionApplication.java index 71152509b64..1e14afb7fc1 100644 --- a/spring-boot-samples/spring-boot-sample-session/src/main/java/sample/session/SampleSessionApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-session/src/main/java/smoketest/session/SampleSessionApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.session; +package smoketest.session; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-session/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-session/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-session/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-session/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-session/src/main/resources/hazelcast.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-session/src/main/resources/hazelcast.xml similarity index 100% rename from spring-boot-samples/spring-boot-sample-session/src/main/resources/hazelcast.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-session/src/main/resources/hazelcast.xml diff --git a/spring-boot-samples/spring-boot-sample-session/src/test/java/sample/session/SampleSessionApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-session/src/test/java/smoketest/session/SampleSessionApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-session/src/test/java/sample/session/SampleSessionApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-session/src/test/java/smoketest/session/SampleSessionApplicationTests.java index c7b973555ad..9b04110d6bb 100644 --- a/spring-boot-samples/spring-boot-sample-session/src/test/java/sample/session/SampleSessionApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-session/src/test/java/smoketest/session/SampleSessionApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.session; +package smoketest.session; import java.net.URI; import java.util.Base64; diff --git a/spring-boot-samples/spring-boot-sample-simple/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/pom.xml similarity index 87% rename from spring-boot-samples/spring-boot-sample-simple/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-simple/pom.xml index 0d37b216a91..e31db64c70e 100644 --- a/spring-boot-samples/spring-boot-sample-simple/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-simple - Spring Boot Simple Sample - Spring Boot Simple Sample + spring-boot-smoke-test-simple + Spring Boot Simple Smoke Test + Spring Boot Simple Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-simple/src/main/java/sample/simple/ExitException.java b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest/simple/ExitException.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-simple/src/main/java/sample/simple/ExitException.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest/simple/ExitException.java index 2352a2058e4..43d49d639af 100644 --- a/spring-boot-samples/spring-boot-sample-simple/src/main/java/sample/simple/ExitException.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest/simple/ExitException.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.simple; +package smoketest.simple; import org.springframework.boot.ExitCodeGenerator; diff --git a/spring-boot-samples/spring-boot-sample-simple/src/main/java/sample/simple/SampleConfigurationProperties.java b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest/simple/SampleConfigurationProperties.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-simple/src/main/java/sample/simple/SampleConfigurationProperties.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest/simple/SampleConfigurationProperties.java index f45f54a4d3d..9c9465f07f3 100644 --- a/spring-boot-samples/spring-boot-sample-simple/src/main/java/sample/simple/SampleConfigurationProperties.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest/simple/SampleConfigurationProperties.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.simple; +package smoketest.simple; import javax.validation.constraints.NotNull; diff --git a/spring-boot-samples/spring-boot-sample-simple/src/main/java/sample/simple/SampleSimpleApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest/simple/SampleSimpleApplication.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-simple/src/main/java/sample/simple/SampleSimpleApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest/simple/SampleSimpleApplication.java index 38ec17cc79c..2c59d0a836d 100644 --- a/spring-boot-samples/spring-boot-sample-simple/src/main/java/sample/simple/SampleSimpleApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest/simple/SampleSimpleApplication.java @@ -14,9 +14,9 @@ * limitations under the License. */ -package sample.simple; +package smoketest.simple; -import sample.simple.service.HelloWorldService; +import smoketest.simple.service.HelloWorldService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; diff --git a/spring-boot-samples/spring-boot-sample-simple/src/main/java/sample/simple/service/HelloWorldService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest/simple/service/HelloWorldService.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-simple/src/main/java/sample/simple/service/HelloWorldService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest/simple/service/HelloWorldService.java index 2e2ad8a53e9..f89c1f55647 100644 --- a/spring-boot-samples/spring-boot-sample-simple/src/main/java/sample/simple/service/HelloWorldService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/java/smoketest/simple/service/HelloWorldService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.simple.service; +package smoketest.simple.service; import java.time.Duration; diff --git a/spring-boot-samples/spring-boot-sample-simple/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-simple/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-simple/src/main/resources/banner.jpg b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/resources/banner.jpg similarity index 100% rename from spring-boot-samples/spring-boot-sample-simple/src/main/resources/banner.jpg rename to spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/resources/banner.jpg diff --git a/spring-boot-samples/spring-boot-sample-simple/src/main/resources/banner.txt b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/resources/banner.txt similarity index 100% rename from spring-boot-samples/spring-boot-sample-simple/src/main/resources/banner.txt rename to spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/main/resources/banner.txt diff --git a/spring-boot-samples/spring-boot-sample-simple/src/test/java/sample/simple/SampleSimpleApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/test/java/smoketest/simple/SampleSimpleApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-simple/src/test/java/sample/simple/SampleSimpleApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/test/java/smoketest/simple/SampleSimpleApplicationTests.java index 411b12f3263..069a3da53e7 100644 --- a/spring-boot-samples/spring-boot-sample-simple/src/test/java/sample/simple/SampleSimpleApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/test/java/smoketest/simple/SampleSimpleApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.simple; +package smoketest.simple; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; diff --git a/spring-boot-samples/spring-boot-sample-simple/src/test/java/sample/simple/SpringTestSampleSimpleApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/test/java/smoketest/simple/SpringTestSampleSimpleApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-simple/src/test/java/sample/simple/SpringTestSampleSimpleApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/test/java/smoketest/simple/SpringTestSampleSimpleApplicationTests.java index 81029fcafeb..0d86cfd13e3 100644 --- a/spring-boot-samples/spring-boot-sample-simple/src/test/java/sample/simple/SpringTestSampleSimpleApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-simple/src/test/java/smoketest/simple/SpringTestSampleSimpleApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.simple; +package smoketest.simple; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-test-nomockito/pom.xml similarity index 86% rename from spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-test-nomockito/pom.xml index 92f900c5df9..ef5cd9c2f49 100644 --- a/spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test-nomockito/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-test-nomockito - Spring Boot Test Sample No Mockito - Spring Boot Test Sample No Mockito + spring-boot-smoke-test-test-nomockito + Spring Boot Test No Mockito Smoke Test + Spring Boot Test No Mockito Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-test-nomockito/src/main/java/sample/testnomockito/SampleTestNoMockitoApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test-nomockito/src/main/java/smoketest/testnomockito/SampleTestNoMockitoApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-test-nomockito/src/main/java/sample/testnomockito/SampleTestNoMockitoApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test-nomockito/src/main/java/smoketest/testnomockito/SampleTestNoMockitoApplication.java index 637a869c40a..6d25e1a2062 100644 --- a/spring-boot-samples/spring-boot-sample-test-nomockito/src/main/java/sample/testnomockito/SampleTestNoMockitoApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test-nomockito/src/main/java/smoketest/testnomockito/SampleTestNoMockitoApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.testnomockito; +package smoketest.testnomockito; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-test-nomockito/src/test/java/sample/testnomockito/SampleTestNoMockitoApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test-nomockito/src/test/java/smoketest/testnomockito/SampleTestNoMockitoApplicationTests.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-test-nomockito/src/test/java/sample/testnomockito/SampleTestNoMockitoApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test-nomockito/src/test/java/smoketest/testnomockito/SampleTestNoMockitoApplicationTests.java index 9af1a5fdf3e..a80cac85052 100644 --- a/spring-boot-samples/spring-boot-sample-test-nomockito/src/test/java/sample/testnomockito/SampleTestNoMockitoApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test-nomockito/src/test/java/smoketest/testnomockito/SampleTestNoMockitoApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.testnomockito; +package smoketest.testnomockito; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/spring-boot-samples/spring-boot-sample-test/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-test/pom.xml similarity index 91% rename from spring-boot-samples/spring-boot-sample-test/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/pom.xml index 01289d1895d..7cbe489a2ce 100644 --- a/spring-boot-samples/spring-boot-sample-test/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-test - Spring Boot Test Sample - Spring Boot Test Sample + spring-boot-smoke-test-test + Spring Boot Test Smoke Test + Spring Boot Test Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/SampleTestApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/SampleTestApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/SampleTestApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/SampleTestApplication.java index e8beaf54f22..a0bb31155de 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/SampleTestApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/SampleTestApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.test; +package smoketest.test; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/WelcomeCommandLineRunner.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/WelcomeCommandLineRunner.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/WelcomeCommandLineRunner.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/WelcomeCommandLineRunner.java index f32bdc09697..4d832ea1a84 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/WelcomeCommandLineRunner.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/WelcomeCommandLineRunner.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.test; +package smoketest.test; import org.springframework.boot.CommandLineRunner; import org.springframework.stereotype.Component; diff --git a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/domain/User.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/domain/User.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/domain/User.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/domain/User.java index d0dd2b4bfcb..5272afcfc45 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/domain/User.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/domain/User.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.test.domain; +package smoketest.test.domain; import javax.persistence.Column; import javax.persistence.Entity; diff --git a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/domain/UserRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/domain/UserRepository.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/domain/UserRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/domain/UserRepository.java index dac1eb81039..3bdea2f0a9f 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/domain/UserRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/domain/UserRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.test.domain; +package smoketest.test.domain; import org.springframework.data.repository.Repository; diff --git a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/domain/VehicleIdentificationNumber.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/domain/VehicleIdentificationNumber.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/domain/VehicleIdentificationNumber.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/domain/VehicleIdentificationNumber.java index c99edad0e70..1ba5e388349 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/domain/VehicleIdentificationNumber.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/domain/VehicleIdentificationNumber.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.test.domain; +package smoketest.test.domain; import org.springframework.util.Assert; diff --git a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/domain/VehicleIdentificationNumberAttributeConverter.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/domain/VehicleIdentificationNumberAttributeConverter.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/domain/VehicleIdentificationNumberAttributeConverter.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/domain/VehicleIdentificationNumberAttributeConverter.java index 61a8692b293..0fe8dd28aed 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/domain/VehicleIdentificationNumberAttributeConverter.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/domain/VehicleIdentificationNumberAttributeConverter.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.test.domain; +package smoketest.test.domain; import javax.persistence.AttributeConverter; import javax.persistence.Converter; diff --git a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/service/RemoteVehicleDetailsService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/service/RemoteVehicleDetailsService.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/service/RemoteVehicleDetailsService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/service/RemoteVehicleDetailsService.java index 3865cb3b17e..50fcb92b2c1 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/service/RemoteVehicleDetailsService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/service/RemoteVehicleDetailsService.java @@ -14,11 +14,11 @@ * limitations under the License. */ -package sample.test.service; +package smoketest.test.service; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import sample.test.domain.VehicleIdentificationNumber; +import smoketest.test.domain.VehicleIdentificationNumber; import org.springframework.boot.web.client.RestTemplateBuilder; import org.springframework.http.HttpStatus; diff --git a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/service/ServiceProperties.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/service/ServiceProperties.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/service/ServiceProperties.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/service/ServiceProperties.java index 88af8a972dc..eb6466a0c16 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/service/ServiceProperties.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/service/ServiceProperties.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.test.service; +package smoketest.test.service; import org.springframework.boot.context.properties.ConfigurationProperties; diff --git a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/service/VehicleDetails.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/service/VehicleDetails.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/service/VehicleDetails.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/service/VehicleDetails.java index 2dad1455f14..5fde6392052 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/service/VehicleDetails.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/service/VehicleDetails.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.test.service; +package smoketest.test.service; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; diff --git a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/service/VehicleDetailsService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/service/VehicleDetailsService.java similarity index 92% rename from spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/service/VehicleDetailsService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/service/VehicleDetailsService.java index bc8fec5f7da..6f855328f28 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/service/VehicleDetailsService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/service/VehicleDetailsService.java @@ -14,9 +14,9 @@ * limitations under the License. */ -package sample.test.service; +package smoketest.test.service; -import sample.test.domain.VehicleIdentificationNumber; +import smoketest.test.domain.VehicleIdentificationNumber; /** * A service to obtain {@link VehicleDetails} given a {@link VehicleIdentificationNumber}. diff --git a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/service/VehicleIdentificationNumberNotFoundException.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/service/VehicleIdentificationNumberNotFoundException.java similarity index 93% rename from spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/service/VehicleIdentificationNumberNotFoundException.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/service/VehicleIdentificationNumberNotFoundException.java index a7ee16f762b..2ddae0c5c73 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/service/VehicleIdentificationNumberNotFoundException.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/service/VehicleIdentificationNumberNotFoundException.java @@ -14,9 +14,9 @@ * limitations under the License. */ -package sample.test.service; +package smoketest.test.service; -import sample.test.domain.VehicleIdentificationNumber; +import smoketest.test.domain.VehicleIdentificationNumber; /** * Exception thrown when a {@link VehicleIdentificationNumber} is not found. diff --git a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/web/UserNameNotFoundException.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/web/UserNameNotFoundException.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/web/UserNameNotFoundException.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/web/UserNameNotFoundException.java index 1de29bc0f32..7d07745216d 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/web/UserNameNotFoundException.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/web/UserNameNotFoundException.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.test.web; +package smoketest.test.web; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ResponseStatus; diff --git a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/web/UserVehicleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/web/UserVehicleController.java similarity index 92% rename from spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/web/UserVehicleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/web/UserVehicleController.java index 9fc6f41e570..2ccd6604072 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/web/UserVehicleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/web/UserVehicleController.java @@ -14,11 +14,11 @@ * limitations under the License. */ -package sample.test.web; +package smoketest.test.web; -import sample.test.domain.User; -import sample.test.service.VehicleDetails; -import sample.test.service.VehicleIdentificationNumberNotFoundException; +import smoketest.test.domain.User; +import smoketest.test.service.VehicleDetails; +import smoketest.test.service.VehicleIdentificationNumberNotFoundException; import org.springframework.http.HttpStatus; import org.springframework.http.MediaType; diff --git a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/web/UserVehicleService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/web/UserVehicleService.java similarity index 84% rename from spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/web/UserVehicleService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/web/UserVehicleService.java index 8b22f4dd8db..1502d6246ff 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/main/java/sample/test/web/UserVehicleService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/java/smoketest/test/web/UserVehicleService.java @@ -14,13 +14,13 @@ * limitations under the License. */ -package sample.test.web; +package smoketest.test.web; -import sample.test.domain.User; -import sample.test.domain.UserRepository; -import sample.test.service.VehicleDetails; -import sample.test.service.VehicleDetailsService; -import sample.test.service.VehicleIdentificationNumberNotFoundException; +import smoketest.test.domain.User; +import smoketest.test.domain.UserRepository; +import smoketest.test.service.VehicleDetails; +import smoketest.test.service.VehicleDetailsService; +import smoketest.test.service.VehicleIdentificationNumberNotFoundException; import org.springframework.stereotype.Component; import org.springframework.util.Assert; diff --git a/spring-boot-samples/spring-boot-sample-test/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-test/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/SampleTestApplicationWebIntegrationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/SampleTestApplicationWebIntegrationTests.java similarity index 91% rename from spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/SampleTestApplicationWebIntegrationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/SampleTestApplicationWebIntegrationTests.java index bd605741707..966badeca5d 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/SampleTestApplicationWebIntegrationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/SampleTestApplicationWebIntegrationTests.java @@ -14,13 +14,13 @@ * limitations under the License. */ -package sample.test; +package smoketest.test; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; -import sample.test.domain.VehicleIdentificationNumber; -import sample.test.service.VehicleDetails; -import sample.test.service.VehicleDetailsService; +import smoketest.test.domain.VehicleIdentificationNumber; +import smoketest.test.service.VehicleDetails; +import smoketest.test.service.VehicleDetailsService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase; diff --git a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/domain/UserEntityTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/domain/UserEntityTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/domain/UserEntityTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/domain/UserEntityTests.java index 16dfc7ea7be..4ba858a6296 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/domain/UserEntityTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/domain/UserEntityTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.test.domain; +package smoketest.test.domain; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/domain/UserRepositoryTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/domain/UserRepositoryTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/domain/UserRepositoryTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/domain/UserRepositoryTests.java index 9479c8205c1..323b2e8ecd2 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/domain/UserRepositoryTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/domain/UserRepositoryTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.test.domain; +package smoketest.test.domain; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/domain/VehicleIdentificationNumberTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/domain/VehicleIdentificationNumberTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/domain/VehicleIdentificationNumberTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/domain/VehicleIdentificationNumberTests.java index 4dc8e04582d..eb271a2c71a 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/domain/VehicleIdentificationNumberTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/domain/VehicleIdentificationNumberTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.test.domain; +package smoketest.test.domain; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/service/RemoteVehicleDetailsServiceTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/service/RemoteVehicleDetailsServiceTests.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/service/RemoteVehicleDetailsServiceTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/service/RemoteVehicleDetailsServiceTests.java index 8e844953837..ebd4baf9c26 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/service/RemoteVehicleDetailsServiceTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/service/RemoteVehicleDetailsServiceTests.java @@ -14,10 +14,10 @@ * limitations under the License. */ -package sample.test.service; +package smoketest.test.service; import org.junit.jupiter.api.Test; -import sample.test.domain.VehicleIdentificationNumber; +import smoketest.test.domain.VehicleIdentificationNumber; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.client.RestClientTest; diff --git a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/service/VehicleDetailsJsonTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/service/VehicleDetailsJsonTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/service/VehicleDetailsJsonTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/service/VehicleDetailsJsonTests.java index f0ad51d7095..c3df1d97f96 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/service/VehicleDetailsJsonTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/service/VehicleDetailsJsonTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.test.service; +package smoketest.test.service; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/web/UserVehicleControllerApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleControllerApplicationTests.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/web/UserVehicleControllerApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleControllerApplicationTests.java index e2339cc1160..55e3f0158d5 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/web/UserVehicleControllerApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleControllerApplicationTests.java @@ -14,11 +14,11 @@ * limitations under the License. */ -package sample.test.web; +package smoketest.test.web; import org.junit.jupiter.api.Test; -import sample.test.WelcomeCommandLineRunner; -import sample.test.service.VehicleDetails; +import smoketest.test.WelcomeCommandLineRunner; +import smoketest.test.service.VehicleDetails; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase; diff --git a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/web/UserVehicleControllerHtmlUnitTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleControllerHtmlUnitTests.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/web/UserVehicleControllerHtmlUnitTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleControllerHtmlUnitTests.java index 5e9f5d7965b..838c8df5af0 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/web/UserVehicleControllerHtmlUnitTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleControllerHtmlUnitTests.java @@ -14,12 +14,12 @@ * limitations under the License. */ -package sample.test.web; +package smoketest.test.web; import com.gargoylesoftware.htmlunit.WebClient; import com.gargoylesoftware.htmlunit.html.HtmlPage; import org.junit.jupiter.api.Test; -import sample.test.service.VehicleDetails; +import smoketest.test.service.VehicleDetails; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest; diff --git a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/web/UserVehicleControllerSeleniumTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleControllerSeleniumTests.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/web/UserVehicleControllerSeleniumTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleControllerSeleniumTests.java index 4d3214427b3..45cc0f4c2a6 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/web/UserVehicleControllerSeleniumTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleControllerSeleniumTests.java @@ -14,13 +14,13 @@ * limitations under the License. */ -package sample.test.web; +package smoketest.test.web; import org.junit.jupiter.api.Test; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; -import sample.test.service.VehicleDetails; +import smoketest.test.service.VehicleDetails; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest; diff --git a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/web/UserVehicleControllerTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleControllerTests.java similarity index 93% rename from spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/web/UserVehicleControllerTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleControllerTests.java index f82c2224b6f..75246b7ab6a 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/web/UserVehicleControllerTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleControllerTests.java @@ -14,14 +14,14 @@ * limitations under the License. */ -package sample.test.web; +package smoketest.test.web; import org.assertj.core.api.Assertions; import org.junit.jupiter.api.Test; -import sample.test.WelcomeCommandLineRunner; -import sample.test.domain.VehicleIdentificationNumber; -import sample.test.service.VehicleDetails; -import sample.test.service.VehicleIdentificationNumberNotFoundException; +import smoketest.test.WelcomeCommandLineRunner; +import smoketest.test.domain.VehicleIdentificationNumber; +import smoketest.test.service.VehicleDetails; +import smoketest.test.service.VehicleIdentificationNumberNotFoundException; import org.springframework.beans.factory.NoSuchBeanDefinitionException; import org.springframework.beans.factory.annotation.Autowired; diff --git a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/web/UserVehicleServiceTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleServiceTests.java similarity index 90% rename from spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/web/UserVehicleServiceTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleServiceTests.java index a847b33812e..600cf830a9f 100644 --- a/spring-boot-samples/spring-boot-sample-test/src/test/java/sample/test/web/UserVehicleServiceTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleServiceTests.java @@ -14,17 +14,17 @@ * limitations under the License. */ -package sample.test.web; +package smoketest.test.web; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.mockito.Mock; import org.mockito.MockitoAnnotations; -import sample.test.domain.User; -import sample.test.domain.UserRepository; -import sample.test.domain.VehicleIdentificationNumber; -import sample.test.service.VehicleDetails; -import sample.test.service.VehicleDetailsService; +import smoketest.test.domain.User; +import smoketest.test.domain.UserRepository; +import smoketest.test.domain.VehicleIdentificationNumber; +import smoketest.test.service.VehicleDetails; +import smoketest.test.service.VehicleDetailsService; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThatExceptionOfType; diff --git a/spring-boot-samples/spring-boot-sample-test/src/test/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-test/src/test/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-test/src/test/resources/data.sql b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/resources/data.sql similarity index 100% rename from spring-boot-samples/spring-boot-sample-test/src/test/resources/data.sql rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/resources/data.sql diff --git a/spring-boot-samples/spring-boot-sample-test/src/test/resources/sample/test/service/vehicledetails.json b/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/resources/smoketest/test/service/vehicledetails.json similarity index 100% rename from spring-boot-samples/spring-boot-sample-test/src/test/resources/sample/test/service/vehicledetails.json rename to spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/resources/smoketest/test/service/vehicledetails.json diff --git a/spring-boot-samples/spring-boot-sample-testng/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-testng/pom.xml similarity index 89% rename from spring-boot-samples/spring-boot-sample-testng/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-testng/pom.xml index 6507f0ac76f..2a0a69fde19 100644 --- a/spring-boot-samples/spring-boot-sample-testng/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-testng/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-testng - Spring Boot TestNG Sample - Spring Boot TestNG Sample + spring-boot-smoke-test-testng + Spring Boot TestNG Smoke Test + Spring Boot TestNG Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-testng/src/main/java/sample/testng/SampleTestNGApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/main/java/smoketest/testng/SampleTestNGApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-testng/src/main/java/sample/testng/SampleTestNGApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/main/java/smoketest/testng/SampleTestNGApplication.java index 926597e6933..a6b46d4c8ff 100644 --- a/spring-boot-samples/spring-boot-sample-testng/src/main/java/sample/testng/SampleTestNGApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/main/java/smoketest/testng/SampleTestNGApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.testng; +package smoketest.testng; import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextListener; diff --git a/spring-boot-samples/spring-boot-sample-testng/src/main/java/sample/testng/service/HelloWorldService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/main/java/smoketest/testng/service/HelloWorldService.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-testng/src/main/java/sample/testng/service/HelloWorldService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/main/java/smoketest/testng/service/HelloWorldService.java index e851ddf7785..5749cc1792b 100644 --- a/spring-boot-samples/spring-boot-sample-testng/src/main/java/sample/testng/service/HelloWorldService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/main/java/smoketest/testng/service/HelloWorldService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.testng.service; +package smoketest.testng.service; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; diff --git a/spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample/jetty/web/SampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/main/java/smoketest/testng/web/SampleController.java similarity index 93% rename from spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample/jetty/web/SampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/main/java/smoketest/testng/web/SampleController.java index 7ef6b5bdba9..ee1439319e8 100644 --- a/spring-boot-samples/spring-boot-sample-jetty/src/main/java/sample/jetty/web/SampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/main/java/smoketest/testng/web/SampleController.java @@ -14,9 +14,9 @@ * limitations under the License. */ -package sample.jetty.web; +package smoketest.testng.web; -import sample.jetty.service.HelloWorldService; +import smoketest.testng.service.HelloWorldService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; diff --git a/spring-boot-samples/spring-boot-sample-testng/src/main/resources/public/test.css b/spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/main/resources/public/test.css similarity index 100% rename from spring-boot-samples/spring-boot-sample-testng/src/main/resources/public/test.css rename to spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/main/resources/public/test.css diff --git a/spring-boot-samples/spring-boot-sample-testng/src/test/java/sample/testng/SampleTestNGApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/test/java/smoketest/testng/SampleTestNGApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-testng/src/test/java/sample/testng/SampleTestNGApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/test/java/smoketest/testng/SampleTestNGApplicationTests.java index 6571378ef8c..84cf1b164bb 100644 --- a/spring-boot-samples/spring-boot-sample-testng/src/test/java/sample/testng/SampleTestNGApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-testng/src/test/java/smoketest/testng/SampleTestNGApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.testng; +package smoketest.testng; import org.testng.annotations.Test; diff --git a/spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/pom.xml similarity index 88% rename from spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/pom.xml index 57f0b1d5be2..9bcd0b9a609 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/pom.xml @@ -5,13 +5,13 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-tomcat-jsp + spring-boot-smoke-test-tomcat-jsp war - Spring Boot Tomcat JSP Sample - Spring Boot Tomcat JSP Sample + Spring Boot Tomcat JSP Smoke Test + Spring Boot Tomcat JSP Smoke Test ${basedir}/../.. / diff --git a/spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample/tomcat/jsp/MyException.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest/tomcat/jsp/MyException.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample/tomcat/jsp/MyException.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest/tomcat/jsp/MyException.java index c2a1048401f..0749849ebd4 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample/tomcat/jsp/MyException.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest/tomcat/jsp/MyException.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.tomcat.jsp; +package smoketest.tomcat.jsp; public class MyException extends RuntimeException { diff --git a/spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample/tomcat/jsp/MyRestResponse.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest/tomcat/jsp/MyRestResponse.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample/tomcat/jsp/MyRestResponse.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest/tomcat/jsp/MyRestResponse.java index 8be2d3f9361..cc52546cdf4 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample/tomcat/jsp/MyRestResponse.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest/tomcat/jsp/MyRestResponse.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.tomcat.jsp; +package smoketest.tomcat.jsp; public class MyRestResponse { diff --git a/spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample/tomcat/jsp/SampleTomcatJspApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest/tomcat/jsp/SampleTomcatJspApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample/tomcat/jsp/SampleTomcatJspApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest/tomcat/jsp/SampleTomcatJspApplication.java index fee593d637a..4b15926b60d 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample/tomcat/jsp/SampleTomcatJspApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest/tomcat/jsp/SampleTomcatJspApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.tomcat.jsp; +package smoketest.tomcat.jsp; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample/tomcat/jsp/WelcomeController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest/tomcat/jsp/WelcomeController.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample/tomcat/jsp/WelcomeController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest/tomcat/jsp/WelcomeController.java index 89e437171e8..1c52acea86f 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/java/sample/tomcat/jsp/WelcomeController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/java/smoketest/tomcat/jsp/WelcomeController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.tomcat.jsp; +package smoketest.tomcat.jsp; import java.util.Date; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/resources/META-INF/resources/favicon.ico b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/resources/META-INF/resources/favicon.ico similarity index 100% rename from spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/resources/META-INF/resources/favicon.ico rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/resources/META-INF/resources/favicon.ico diff --git a/spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/webapp/WEB-INF/jsp/welcome.jsp b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/webapp/WEB-INF/jsp/welcome.jsp similarity index 100% rename from spring-boot-samples/spring-boot-sample-tomcat-jsp/src/main/webapp/WEB-INF/jsp/welcome.jsp rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/main/webapp/WEB-INF/jsp/welcome.jsp diff --git a/spring-boot-samples/spring-boot-sample-tomcat-jsp/src/test/java/sample/tomcat/jsp/SampleWebJspApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/test/java/smoketest/tomcat/jsp/SampleWebJspApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-tomcat-jsp/src/test/java/sample/tomcat/jsp/SampleWebJspApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/test/java/smoketest/tomcat/jsp/SampleWebJspApplicationTests.java index 20deeb1a198..2c311bdc9e7 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-jsp/src/test/java/sample/tomcat/jsp/SampleWebJspApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-jsp/src/test/java/smoketest/tomcat/jsp/SampleWebJspApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.tomcat.jsp; +package smoketest.tomcat.jsp; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/pom.xml similarity index 82% rename from spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/pom.xml index 4b51173be7b..28027c3f7f3 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-tomcat-multi-connectors - Spring Boot Multi-Connector Tomcat Sample - Spring Boot Multi-Connector Tomcat Sample + spring-boot-smoke-test-tomcat-multi-connectors + Spring Boot Multi-Connector Tomcat Smoke Test + Spring Boot Multi-Connector Tomcat Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/main/java/sample/tomcat/multiconnector/SampleTomcatTwoConnectorsApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/main/java/smoketest/tomcat/multiconnector/SampleTomcatTwoConnectorsApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/main/java/sample/tomcat/multiconnector/SampleTomcatTwoConnectorsApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/main/java/smoketest/tomcat/multiconnector/SampleTomcatTwoConnectorsApplication.java index 734e0f34b54..e8a77101efa 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/main/java/sample/tomcat/multiconnector/SampleTomcatTwoConnectorsApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/main/java/smoketest/tomcat/multiconnector/SampleTomcatTwoConnectorsApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.tomcat.multiconnector; +package smoketest.tomcat.multiconnector; import org.apache.catalina.connector.Connector; diff --git a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/main/java/sample/tomcat/multiconnector/web/SampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/main/java/smoketest/tomcat/multiconnector/web/SampleController.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/main/java/sample/tomcat/multiconnector/web/SampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/main/java/smoketest/tomcat/multiconnector/web/SampleController.java index 02fef2fbe83..e67c9c0b573 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/main/java/sample/tomcat/multiconnector/web/SampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/main/java/smoketest/tomcat/multiconnector/web/SampleController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.tomcat.multiconnector.web; +package smoketest.tomcat.multiconnector.web; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; diff --git a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/main/resources/sample.jks b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/main/resources/sample.jks similarity index 100% rename from spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/main/resources/sample.jks rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/main/resources/sample.jks diff --git a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/test/java/sample/tomcat/multiconnector/SampleTomcatTwoConnectorsApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/test/java/smoketest/tomcat/multiconnector/SampleTomcatTwoConnectorsApplicationTests.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/test/java/sample/tomcat/multiconnector/SampleTomcatTwoConnectorsApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/test/java/smoketest/tomcat/multiconnector/SampleTomcatTwoConnectorsApplicationTests.java index 726046a6034..83ecd7e1999 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/src/test/java/sample/tomcat/multiconnector/SampleTomcatTwoConnectorsApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-multi-connectors/src/test/java/smoketest/tomcat/multiconnector/SampleTomcatTwoConnectorsApplicationTests.java @@ -14,12 +14,12 @@ * limitations under the License. */ -package sample.tomcat.multiconnector; +package smoketest.tomcat.multiconnector; import org.apache.catalina.Service; import org.apache.catalina.connector.Connector; import org.junit.jupiter.api.Test; -import sample.tomcat.multiconnector.SampleTomcatTwoConnectorsApplicationTests.Ports; +import smoketest.tomcat.multiconnector.SampleTomcatTwoConnectorsApplicationTests.Ports; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; diff --git a/spring-boot-samples/spring-boot-sample-tomcat-ssl/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/pom.xml similarity index 84% rename from spring-boot-samples/spring-boot-sample-tomcat-ssl/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/pom.xml index 4992e1c16d4..61a6d43e804 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-ssl/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-tomcat-ssl - Spring Boot Tomcat SSL Sample - Spring Boot Tomcat SSL Sample + spring-boot-smoke-test-tomcat-ssl + Spring Boot Tomcat SSL Smoke Test + Spring Boot Tomcat SSL Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-tomcat-ssl/src/main/java/sample/tomcat/ssl/SampleTomcatSslApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/main/java/smoketest/tomcat/ssl/SampleTomcatSslApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-tomcat-ssl/src/main/java/sample/tomcat/ssl/SampleTomcatSslApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/main/java/smoketest/tomcat/ssl/SampleTomcatSslApplication.java index 1fbcee25dc8..6746e4e0499 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-ssl/src/main/java/sample/tomcat/ssl/SampleTomcatSslApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/main/java/smoketest/tomcat/ssl/SampleTomcatSslApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.tomcat.ssl; +package smoketest.tomcat.ssl; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-tomcat-ssl/src/main/java/sample/tomcat/ssl/web/SampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/main/java/smoketest/tomcat/ssl/web/SampleController.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-tomcat-ssl/src/main/java/sample/tomcat/ssl/web/SampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/main/java/smoketest/tomcat/ssl/web/SampleController.java index ff00b315c56..7b906d59dca 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-ssl/src/main/java/sample/tomcat/ssl/web/SampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/main/java/smoketest/tomcat/ssl/web/SampleController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.tomcat.ssl.web; +package smoketest.tomcat.ssl.web; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; diff --git a/spring-boot-samples/spring-boot-sample-tomcat-ssl/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-tomcat-ssl/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-tomcat-ssl/src/main/resources/sample.jks b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/main/resources/sample.jks similarity index 100% rename from spring-boot-samples/spring-boot-sample-tomcat-ssl/src/main/resources/sample.jks rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/main/resources/sample.jks diff --git a/spring-boot-samples/spring-boot-sample-tomcat-ssl/src/test/java/sample/tomcat/ssl/SampleTomcatSslApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/test/java/smoketest/tomcat/ssl/SampleTomcatSslApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-tomcat-ssl/src/test/java/sample/tomcat/ssl/SampleTomcatSslApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/test/java/smoketest/tomcat/ssl/SampleTomcatSslApplicationTests.java index 0aaaa5fbd09..6c0e844db2c 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-ssl/src/test/java/sample/tomcat/ssl/SampleTomcatSslApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat-ssl/src/test/java/smoketest/tomcat/ssl/SampleTomcatSslApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.tomcat.ssl; +package smoketest.tomcat.ssl; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-tomcat/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/pom.xml similarity index 86% rename from spring-boot-samples/spring-boot-sample-tomcat/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/pom.xml index 0af04288854..975bc4d086d 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-tomcat - Spring Boot Tomcat Sample - Spring Boot Tomcat Sample + spring-boot-smoke-test-tomcat + Spring Boot Tomcat Smoke Test + Spring Boot Tomcat Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-tomcat/src/main/java/sample/tomcat/SampleTomcatApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/main/java/smoketest/tomcat/SampleTomcatApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-tomcat/src/main/java/sample/tomcat/SampleTomcatApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/main/java/smoketest/tomcat/SampleTomcatApplication.java index a16ccac9136..c5b501ab2e1 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat/src/main/java/sample/tomcat/SampleTomcatApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/main/java/smoketest/tomcat/SampleTomcatApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.tomcat; +package smoketest.tomcat; import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextListener; diff --git a/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/main/java/smoketest/tomcat/service/HelloWorldService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/main/java/smoketest/tomcat/service/HelloWorldService.java new file mode 100644 index 00000000000..b49003bdec0 --- /dev/null +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/main/java/smoketest/tomcat/service/HelloWorldService.java @@ -0,0 +1,32 @@ +/* + * Copyright 2012-2019 the original author or authors. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package smoketest.tomcat.service; + +import org.springframework.beans.factory.annotation.Value; +import org.springframework.stereotype.Component; + +@Component +public class HelloWorldService { + + @Value("${name:World}") + private String name; + + public String getHelloMessage() { + return "Hello " + this.name; + } + +} diff --git a/spring-boot-samples/spring-boot-sample-tomcat/src/main/java/sample/tomcat/web/SampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/main/java/smoketest/tomcat/web/SampleController.java similarity index 93% rename from spring-boot-samples/spring-boot-sample-tomcat/src/main/java/sample/tomcat/web/SampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/main/java/smoketest/tomcat/web/SampleController.java index d608fff1b88..d5c1443417f 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat/src/main/java/sample/tomcat/web/SampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/main/java/smoketest/tomcat/web/SampleController.java @@ -14,9 +14,9 @@ * limitations under the License. */ -package sample.tomcat.web; +package smoketest.tomcat.web; -import sample.tomcat.service.HelloWorldService; +import smoketest.tomcat.service.HelloWorldService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; diff --git a/spring-boot-samples/spring-boot-sample-tomcat/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-tomcat/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-tomcat/src/test/java/sample/tomcat/NonAutoConfigurationSampleTomcatApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/test/java/smoketest/tomcat/NonAutoConfigurationSampleTomcatApplicationTests.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-tomcat/src/test/java/sample/tomcat/NonAutoConfigurationSampleTomcatApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/test/java/smoketest/tomcat/NonAutoConfigurationSampleTomcatApplicationTests.java index c672685675a..e1e33f4fe7a 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat/src/test/java/sample/tomcat/NonAutoConfigurationSampleTomcatApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/test/java/smoketest/tomcat/NonAutoConfigurationSampleTomcatApplicationTests.java @@ -14,11 +14,11 @@ * limitations under the License. */ -package sample.tomcat; +package smoketest.tomcat; import org.junit.jupiter.api.Test; -import sample.tomcat.service.HelloWorldService; -import sample.tomcat.web.SampleController; +import smoketest.tomcat.service.HelloWorldService; +import smoketest.tomcat.web.SampleController; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.SpringApplication; diff --git a/spring-boot-samples/spring-boot-sample-tomcat/src/test/java/sample/tomcat/SampleTomcatApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/test/java/smoketest/tomcat/SampleTomcatApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-tomcat/src/test/java/sample/tomcat/SampleTomcatApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/test/java/smoketest/tomcat/SampleTomcatApplicationTests.java index e51663520d4..2b1ebead6af 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat/src/test/java/sample/tomcat/SampleTomcatApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-tomcat/src/test/java/smoketest/tomcat/SampleTomcatApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.tomcat; +package smoketest.tomcat; import java.io.ByteArrayInputStream; import java.nio.charset.StandardCharsets; diff --git a/spring-boot-samples/spring-boot-sample-traditional/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/pom.xml similarity index 87% rename from spring-boot-samples/spring-boot-sample-traditional/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-traditional/pom.xml index b285d117096..91c48707d38 100644 --- a/spring-boot-samples/spring-boot-sample-traditional/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/pom.xml @@ -5,13 +5,13 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-traditional + spring-boot-smoke-test-traditional war - Spring Boot Traditional Sample - Spring Boot Traditional Sample + Spring Boot Traditional Smoke Test + Spring Boot Traditional Smoke Test ${basedir}/../.. / diff --git a/spring-boot-samples/spring-boot-sample-traditional/src/main/java/sample/traditional/SampleTraditionalApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/java/smoketest/traditional/SampleTraditionalApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-traditional/src/main/java/sample/traditional/SampleTraditionalApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/java/smoketest/traditional/SampleTraditionalApplication.java index fca2258b19c..9c567db5cac 100644 --- a/spring-boot-samples/spring-boot-sample-traditional/src/main/java/sample/traditional/SampleTraditionalApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/java/smoketest/traditional/SampleTraditionalApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.traditional; +package smoketest.traditional; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-traditional/src/main/java/sample/traditional/config/WebConfig.java b/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/java/smoketest/traditional/config/WebConfig.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-traditional/src/main/java/sample/traditional/config/WebConfig.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/java/smoketest/traditional/config/WebConfig.java index f297f30e026..6b0114c1e17 100644 --- a/spring-boot-samples/spring-boot-sample-traditional/src/main/java/sample/traditional/config/WebConfig.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/java/smoketest/traditional/config/WebConfig.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.traditional.config; +package smoketest.traditional.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; diff --git a/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/WEB-INF/views/home.jsp b/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/webapp/WEB-INF/views/home.jsp similarity index 100% rename from spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/WEB-INF/views/home.jsp rename to spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/webapp/WEB-INF/views/home.jsp diff --git a/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/WEB-INF/web.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/webapp/WEB-INF/web.xml similarity index 100% rename from spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/WEB-INF/web.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/webapp/WEB-INF/web.xml diff --git a/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/index.html b/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/webapp/index.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/index.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/webapp/index.html diff --git a/spring-boot-samples/spring-boot-sample-traditional/src/test/java/sample/traditional/SampleTraditionalApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/test/java/smoketest/traditional/SampleTraditionalApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-traditional/src/test/java/sample/traditional/SampleTraditionalApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/test/java/smoketest/traditional/SampleTraditionalApplicationTests.java index a96db51f5d6..ea587f0d188 100644 --- a/spring-boot-samples/spring-boot-sample-traditional/src/test/java/sample/traditional/SampleTraditionalApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/test/java/smoketest/traditional/SampleTraditionalApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.traditional; +package smoketest.traditional; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-traditional/src/test/resources/log4j.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/test/resources/log4j.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-traditional/src/test/resources/log4j.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/test/resources/log4j.properties diff --git a/spring-boot-samples/spring-boot-sample-undertow-ssl/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/pom.xml similarity index 86% rename from spring-boot-samples/spring-boot-sample-undertow-ssl/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/pom.xml index e92d770b724..b2ea1b76cef 100644 --- a/spring-boot-samples/spring-boot-sample-undertow-ssl/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-undertow-ssl - Spring Boot Undertow SSL Sample - Spring Boot Undertow SSL Sample + spring-boot-smoke-test-undertow-ssl + Spring Boot Undertow SSL Smoke Test + Spring Boot Undertow SSL Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-undertow-ssl/src/main/java/sample/undertow/ssl/SampleUndertowSslApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/main/java/smoketest/undertow/ssl/SampleUndertowSslApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-undertow-ssl/src/main/java/sample/undertow/ssl/SampleUndertowSslApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/main/java/smoketest/undertow/ssl/SampleUndertowSslApplication.java index 4c3c4150a54..e43dbdd4246 100644 --- a/spring-boot-samples/spring-boot-sample-undertow-ssl/src/main/java/sample/undertow/ssl/SampleUndertowSslApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/main/java/smoketest/undertow/ssl/SampleUndertowSslApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.undertow.ssl; +package smoketest.undertow.ssl; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-jetty-ssl/src/main/java/sample/jetty/ssl/web/SampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/main/java/smoketest/undertow/ssl/web/SampleController.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-jetty-ssl/src/main/java/sample/jetty/ssl/web/SampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/main/java/smoketest/undertow/ssl/web/SampleController.java index d7baf36a954..2e544e04cdf 100644 --- a/spring-boot-samples/spring-boot-sample-jetty-ssl/src/main/java/sample/jetty/ssl/web/SampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/main/java/smoketest/undertow/ssl/web/SampleController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jetty.ssl.web; +package smoketest.undertow.ssl.web; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; diff --git a/spring-boot-samples/spring-boot-sample-undertow-ssl/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-undertow-ssl/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-undertow-ssl/src/main/resources/sample.jks b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/main/resources/sample.jks similarity index 100% rename from spring-boot-samples/spring-boot-sample-undertow-ssl/src/main/resources/sample.jks rename to spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/main/resources/sample.jks diff --git a/spring-boot-samples/spring-boot-sample-undertow-ssl/src/test/java/sample/undertow/ssl/SampleUndertowSslApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/test/java/smoketest/undertow/ssl/SampleUndertowSslApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-undertow-ssl/src/test/java/sample/undertow/ssl/SampleUndertowSslApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/test/java/smoketest/undertow/ssl/SampleUndertowSslApplicationTests.java index 1f7a28d62f9..85c8cf3dfe9 100644 --- a/spring-boot-samples/spring-boot-sample-undertow-ssl/src/test/java/sample/undertow/ssl/SampleUndertowSslApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow-ssl/src/test/java/smoketest/undertow/ssl/SampleUndertowSslApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.undertow.ssl; +package smoketest.undertow.ssl; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-undertow/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow/pom.xml similarity index 86% rename from spring-boot-samples/spring-boot-sample-undertow/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-undertow/pom.xml index a8aa5e498cc..684fa993627 100644 --- a/spring-boot-samples/spring-boot-sample-undertow/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-undertow - Spring Boot Undertow Sample - Spring Boot Undertow Sample + spring-boot-smoke-test-undertow + Spring Boot Undertow Smoke Test + Spring Boot Undertow Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-undertow/src/main/java/sample/undertow/SampleUndertowApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow/src/main/java/smoketest/undertow/SampleUndertowApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-undertow/src/main/java/sample/undertow/SampleUndertowApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-undertow/src/main/java/smoketest/undertow/SampleUndertowApplication.java index 9e5f04218dd..089bd333ca3 100644 --- a/spring-boot-samples/spring-boot-sample-undertow/src/main/java/sample/undertow/SampleUndertowApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow/src/main/java/smoketest/undertow/SampleUndertowApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.undertow; +package smoketest.undertow; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-undertow/src/main/java/sample/undertow/web/SampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow/src/main/java/smoketest/undertow/web/SampleController.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-undertow/src/main/java/sample/undertow/web/SampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-undertow/src/main/java/smoketest/undertow/web/SampleController.java index 29cdeeb180f..2c30a41fad3 100644 --- a/spring-boot-samples/spring-boot-sample-undertow/src/main/java/sample/undertow/web/SampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow/src/main/java/smoketest/undertow/web/SampleController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.undertow.web; +package smoketest.undertow.web; import java.util.concurrent.Callable; diff --git a/spring-boot-samples/spring-boot-sample-undertow/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-undertow/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-undertow/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-undertow/src/test/java/sample/undertow/SampleUndertowApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow/src/test/java/smoketest/undertow/SampleUndertowApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-undertow/src/test/java/sample/undertow/SampleUndertowApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-undertow/src/test/java/smoketest/undertow/SampleUndertowApplicationTests.java index 973431aa750..36b133c4c93 100644 --- a/spring-boot-samples/spring-boot-sample-undertow/src/test/java/sample/undertow/SampleUndertowApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-undertow/src/test/java/smoketest/undertow/SampleUndertowApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.undertow; +package smoketest.undertow; import java.io.ByteArrayInputStream; import java.nio.charset.StandardCharsets; diff --git a/spring-boot-samples/spring-boot-sample-war/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-war/pom.xml similarity index 92% rename from spring-boot-samples/spring-boot-sample-war/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-war/pom.xml index ab81f16ef61..7763c60ab9c 100644 --- a/spring-boot-samples/spring-boot-sample-war/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-war/pom.xml @@ -5,13 +5,13 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-war + spring-boot-smoke-test-war war - Spring Boot War Sample - Spring Boot War Sample + Spring Boot War Smoke Test + Spring Boot War Smoke Test ${basedir}/../.. / diff --git a/spring-boot-samples/spring-boot-sample-war/src/main/java/sample/war/MyController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-war/src/main/java/smoketest/war/MyController.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-war/src/main/java/sample/war/MyController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-war/src/main/java/smoketest/war/MyController.java index 21d9995b1ed..fd978eabe72 100644 --- a/spring-boot-samples/spring-boot-sample-war/src/main/java/sample/war/MyController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-war/src/main/java/smoketest/war/MyController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.war; +package smoketest.war; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; diff --git a/spring-boot-samples/spring-boot-sample-war/src/main/java/sample/war/SampleWarApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-war/src/main/java/smoketest/war/SampleWarApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-war/src/main/java/sample/war/SampleWarApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-war/src/main/java/smoketest/war/SampleWarApplication.java index c459e61bcb5..0ffca3ba8bd 100644 --- a/spring-boot-samples/spring-boot-sample-war/src/main/java/sample/war/SampleWarApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-war/src/main/java/smoketest/war/SampleWarApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.war; +package smoketest.war; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-war/src/main/webapp/WEB-INF/custom.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-war/src/main/webapp/WEB-INF/custom.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-war/src/main/webapp/WEB-INF/custom.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-war/src/main/webapp/WEB-INF/custom.properties diff --git a/spring-boot-samples/spring-boot-sample-war/src/main/webapp/webapp.txt b/spring-boot-smoke-tests/spring-boot-smoke-test-war/src/main/webapp/webapp.txt similarity index 100% rename from spring-boot-samples/spring-boot-sample-war/src/main/webapp/webapp.txt rename to spring-boot-smoke-tests/spring-boot-smoke-test-war/src/main/webapp/webapp.txt diff --git a/spring-boot-samples/spring-boot-sample-war/src/test/java/sample/war/WarApplicationResourceTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-war/src/test/java/smoketest/war/WarApplicationResourceTests.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-war/src/test/java/sample/war/WarApplicationResourceTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-war/src/test/java/smoketest/war/WarApplicationResourceTests.java index 14d565f7767..976c3956c9e 100644 --- a/spring-boot-samples/spring-boot-sample-war/src/test/java/sample/war/WarApplicationResourceTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-war/src/test/java/smoketest/war/WarApplicationResourceTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.war; +package smoketest.war; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-web-freemarker/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/pom.xml similarity index 87% rename from spring-boot-samples/spring-boot-sample-web-freemarker/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/pom.xml index 60d35444059..6442f91dc1f 100644 --- a/spring-boot-samples/spring-boot-sample-web-freemarker/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-web-freemarker - Spring Boot Web FreeMarker Sample - Spring Boot Web FreeMarker Sample + spring-boot-smoke-test-web-freemarker + Spring Boot Web FreeMarker Smoke Test + Spring Boot Web FreeMarker Smoke Test ${basedir}/../.. / diff --git a/spring-boot-samples/spring-boot-sample-web-freemarker/src/main/java/sample/freemarker/SampleWebFreeMarkerApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/main/java/smoketest/freemarker/SampleWebFreeMarkerApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-web-freemarker/src/main/java/sample/freemarker/SampleWebFreeMarkerApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/main/java/smoketest/freemarker/SampleWebFreeMarkerApplication.java index 130e6436935..7b03cf320af 100644 --- a/spring-boot-samples/spring-boot-sample-web-freemarker/src/main/java/sample/freemarker/SampleWebFreeMarkerApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/main/java/smoketest/freemarker/SampleWebFreeMarkerApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.freemarker; +package smoketest.freemarker; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-web-freemarker/src/main/java/sample/freemarker/WelcomeController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/main/java/smoketest/freemarker/WelcomeController.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-web-freemarker/src/main/java/sample/freemarker/WelcomeController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/main/java/smoketest/freemarker/WelcomeController.java index 29947a743d8..bba1ba87fa0 100644 --- a/spring-boot-samples/spring-boot-sample-web-freemarker/src/main/java/sample/freemarker/WelcomeController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/main/java/smoketest/freemarker/WelcomeController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.freemarker; +package smoketest.freemarker; import java.util.Date; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-web-freemarker/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-freemarker/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-web-freemarker/src/main/resources/templates/error.ftlh b/spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/main/resources/templates/error.ftlh similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-freemarker/src/main/resources/templates/error.ftlh rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/main/resources/templates/error.ftlh diff --git a/spring-boot-samples/spring-boot-sample-web-freemarker/src/main/resources/templates/welcome.ftlh b/spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/main/resources/templates/welcome.ftlh similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-freemarker/src/main/resources/templates/welcome.ftlh rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/main/resources/templates/welcome.ftlh diff --git a/spring-boot-samples/spring-boot-sample-web-freemarker/src/test/java/sample/freemarker/SampleWebFreeMarkerApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/test/java/smoketest/freemarker/SampleWebFreeMarkerApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-web-freemarker/src/test/java/sample/freemarker/SampleWebFreeMarkerApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/test/java/smoketest/freemarker/SampleWebFreeMarkerApplicationTests.java index 21e9c1e3d7d..083ab648534 100644 --- a/spring-boot-samples/spring-boot-sample-web-freemarker/src/test/java/sample/freemarker/SampleWebFreeMarkerApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-freemarker/src/test/java/smoketest/freemarker/SampleWebFreeMarkerApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.freemarker; +package smoketest.freemarker; import java.util.Arrays; diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/pom.xml similarity index 84% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/pom.xml index f5dde306bf0..aa085d8f358 100755 --- a/spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-web-groovy-templates - Spring Boot Web Groovy Templates Sample - Spring Boot Web Groovy Templates Sample + spring-boot-smoke-test-web-groovy-templates + Spring Boot Web Groovy Templates Smoke Test + Spring Boot Web Groovy Templates Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/InMemoryMessageRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest/groovytemplates/InMemoryMessageRepository.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/InMemoryMessageRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest/groovytemplates/InMemoryMessageRepository.java index 0bf08a9590b..8e8f7e924f7 100644 --- a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/InMemoryMessageRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest/groovytemplates/InMemoryMessageRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.groovytemplates; +package smoketest.groovytemplates; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/Message.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest/groovytemplates/Message.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/Message.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest/groovytemplates/Message.java index 2e4b97a2df3..4cac51f446e 100644 --- a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/Message.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest/groovytemplates/Message.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.groovytemplates; +package smoketest.groovytemplates; import java.util.Date; diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/MessageRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest/groovytemplates/MessageRepository.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/MessageRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest/groovytemplates/MessageRepository.java index 0e35ced6e30..3471f22e980 100644 --- a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/MessageRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest/groovytemplates/MessageRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.groovytemplates; +package smoketest.groovytemplates; public interface MessageRepository { diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/SampleGroovyTemplateApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest/groovytemplates/SampleGroovyTemplateApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/SampleGroovyTemplateApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest/groovytemplates/SampleGroovyTemplateApplication.java index 98f9dcfe5e1..2f2260e2b48 100644 --- a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/SampleGroovyTemplateApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest/groovytemplates/SampleGroovyTemplateApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.groovytemplates; +package smoketest.groovytemplates; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/mvc/MessageController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest/groovytemplates/mvc/MessageController.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/mvc/MessageController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest/groovytemplates/mvc/MessageController.java index c7a57071f91..f16f3733c7a 100644 --- a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/java/sample/groovytemplates/mvc/MessageController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/java/smoketest/groovytemplates/mvc/MessageController.java @@ -14,15 +14,15 @@ * limitations under the License. */ -package sample.groovytemplates.mvc; +package smoketest.groovytemplates.mvc; import java.util.HashMap; import java.util.Map; import javax.validation.Valid; -import sample.groovytemplates.Message; -import sample.groovytemplates.MessageRepository; +import smoketest.groovytemplates.Message; +import smoketest.groovytemplates.MessageRepository; import org.springframework.stereotype.Controller; import org.springframework.validation.BindingResult; diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/static/css/bootstrap.min.css b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/static/css/bootstrap.min.css similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/static/css/bootstrap.min.css rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/static/css/bootstrap.min.css diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/static/js/jquery-1.7.2.js b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/static/js/jquery-1.7.2.js similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/static/js/jquery-1.7.2.js rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/static/js/jquery-1.7.2.js diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/static/js/jquery.validate.js b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/static/js/jquery.validate.js similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/static/js/jquery.validate.js rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/static/js/jquery.validate.js diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/layout.tpl b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/templates/layout.tpl similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/layout.tpl rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/templates/layout.tpl diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/messages/form.tpl b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/templates/messages/form.tpl similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/messages/form.tpl rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/templates/messages/form.tpl diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/messages/list.tpl b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/templates/messages/list.tpl similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/messages/list.tpl rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/templates/messages/list.tpl diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/messages/view.tpl b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/templates/messages/view.tpl similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/src/main/resources/templates/messages/view.tpl rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/main/resources/templates/messages/view.tpl diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/test/java/sample/groovytemplates/MessageControllerWebTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/test/java/smoketest/groovytemplates/MessageControllerWebTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/src/test/java/sample/groovytemplates/MessageControllerWebTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/test/java/smoketest/groovytemplates/MessageControllerWebTests.java index e8c5a7be82b..98e19bffb06 100755 --- a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/test/java/sample/groovytemplates/MessageControllerWebTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/test/java/smoketest/groovytemplates/MessageControllerWebTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.groovytemplates; +package smoketest.groovytemplates; import java.util.regex.Pattern; diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/test/java/sample/groovytemplates/SampleGroovyTemplateApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/test/java/smoketest/groovytemplates/SampleGroovyTemplateApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-web-groovy-templates/src/test/java/sample/groovytemplates/SampleGroovyTemplateApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/test/java/smoketest/groovytemplates/SampleGroovyTemplateApplicationTests.java index da7deaad953..be72ca9e134 100644 --- a/spring-boot-samples/spring-boot-sample-web-groovy-templates/src/test/java/sample/groovytemplates/SampleGroovyTemplateApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-groovy-templates/src/test/java/smoketest/groovytemplates/SampleGroovyTemplateApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.groovytemplates; +package smoketest.groovytemplates; import java.net.URI; diff --git a/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/pom.xml similarity index 89% rename from spring-boot-samples/spring-boot-sample-web-jsp/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/pom.xml index 003e6402675..cdd248ac357 100644 --- a/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/pom.xml @@ -5,13 +5,13 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-web-jsp + spring-boot-smoke-test-web-jsp war - Spring Boot Web JSP Sample - Spring Boot Web JSP Sample + Spring Boot Web JSP Smoke Test + Spring Boot Web JSP Smoke Test ${basedir}/../.. / diff --git a/spring-boot-samples/spring-boot-sample-web-jsp/src/main/java/sample/jsp/SampleWebJspApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/main/java/smoketest/jsp/SampleWebJspApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-web-jsp/src/main/java/sample/jsp/SampleWebJspApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/main/java/smoketest/jsp/SampleWebJspApplication.java index 52a282e31a2..ad543e7ffcc 100644 --- a/spring-boot-samples/spring-boot-sample-web-jsp/src/main/java/sample/jsp/SampleWebJspApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/main/java/smoketest/jsp/SampleWebJspApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jsp; +package smoketest.jsp; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-web-jsp/src/main/java/sample/jsp/WelcomeController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/main/java/smoketest/jsp/WelcomeController.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-web-jsp/src/main/java/sample/jsp/WelcomeController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/main/java/smoketest/jsp/WelcomeController.java index 5be4f3900fe..974a8a8262d 100644 --- a/spring-boot-samples/spring-boot-sample-web-jsp/src/main/java/sample/jsp/WelcomeController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/main/java/smoketest/jsp/WelcomeController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jsp; +package smoketest.jsp; import java.util.Date; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-web-jsp/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-jsp/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-web-jsp/src/main/webapp/WEB-INF/jsp/error.jsp b/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/main/webapp/WEB-INF/jsp/error.jsp similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-jsp/src/main/webapp/WEB-INF/jsp/error.jsp rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/main/webapp/WEB-INF/jsp/error.jsp diff --git a/spring-boot-samples/spring-boot-sample-web-jsp/src/main/webapp/WEB-INF/jsp/welcome.jsp b/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/main/webapp/WEB-INF/jsp/welcome.jsp similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-jsp/src/main/webapp/WEB-INF/jsp/welcome.jsp rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/main/webapp/WEB-INF/jsp/welcome.jsp diff --git a/spring-boot-samples/spring-boot-sample-web-jsp/src/test/java/sample/jsp/SampleWebJspApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/test/java/smoketest/jsp/SampleWebJspApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-web-jsp/src/test/java/sample/jsp/SampleWebJspApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/test/java/smoketest/jsp/SampleWebJspApplicationTests.java index 4d7e6dc8d03..cbcf25e9ec7 100644 --- a/spring-boot-samples/spring-boot-sample-web-jsp/src/test/java/sample/jsp/SampleWebJspApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-jsp/src/test/java/smoketest/jsp/SampleWebJspApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.jsp; +package smoketest.jsp; import java.net.URI; import java.util.Arrays; diff --git a/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/pom.xml similarity index 85% rename from spring-boot-samples/spring-boot-sample-web-method-security/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/pom.xml index 1426a20d61e..fb484c8b39e 100644 --- a/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-web-method-security - Spring Boot Web Method Security Sample - Spring Boot Web Method Security Sample + spring-boot-smoke-test-web-method-security + Spring Boot Web Method Security Smoke Test + Spring Boot Web Method Security Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-web-method-security/src/main/java/sample/security/method/SampleMethodSecurityApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/java/smoketest/security/method/SampleMethodSecurityApplication.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-web-method-security/src/main/java/sample/security/method/SampleMethodSecurityApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/java/smoketest/security/method/SampleMethodSecurityApplication.java index 504d9b1ab54..e0e11521e68 100644 --- a/spring-boot-samples/spring-boot-sample-web-method-security/src/main/java/sample/security/method/SampleMethodSecurityApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/java/smoketest/security/method/SampleMethodSecurityApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.security.method; +package smoketest.security.method; import java.util.Date; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/static/css/bootstrap.min.css b/spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/resources/static/css/bootstrap.min.css similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/static/css/bootstrap.min.css rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/resources/static/css/bootstrap.min.css diff --git a/spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/templates/access.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/resources/templates/access.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/templates/access.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/resources/templates/access.html diff --git a/spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/templates/error.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/resources/templates/error.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/templates/error.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/resources/templates/error.html diff --git a/spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/templates/home.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/resources/templates/home.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/templates/home.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/resources/templates/home.html diff --git a/spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/templates/login.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/resources/templates/login.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-method-security/src/main/resources/templates/login.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/main/resources/templates/login.html diff --git a/spring-boot-samples/spring-boot-sample-web-method-security/src/test/java/sample/security/method/SampleMethodSecurityApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/test/java/smoketest/security/method/SampleMethodSecurityApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-web-method-security/src/test/java/sample/security/method/SampleMethodSecurityApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/test/java/smoketest/security/method/SampleMethodSecurityApplicationTests.java index c45a3d97ce9..b72c0506ed5 100644 --- a/spring-boot-samples/spring-boot-sample-web-method-security/src/test/java/sample/security/method/SampleMethodSecurityApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-method-security/src/test/java/smoketest/security/method/SampleMethodSecurityApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.security.method; +package smoketest.security.method; import java.util.Arrays; import java.util.regex.Matcher; diff --git a/spring-boot-samples/spring-boot-sample-web-mustache/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/pom.xml similarity index 86% rename from spring-boot-samples/spring-boot-sample-web-mustache/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/pom.xml index 40b50bce152..1128fd1e8c9 100644 --- a/spring-boot-samples/spring-boot-sample-web-mustache/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-web-mustache - Spring Boot Web Mustache Sample - Spring Boot Web Mustache Sample + spring-boot-smoke-test-web-mustache + Spring Boot Web Mustache Smoke Test + Spring Boot Web Mustache Smoke Test ${basedir}/../.. / diff --git a/spring-boot-samples/spring-boot-sample-web-mustache/src/main/java/sample/mustache/SampleWebMustacheApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/java/smoketest/mustache/SampleWebMustacheApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-web-mustache/src/main/java/sample/mustache/SampleWebMustacheApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/java/smoketest/mustache/SampleWebMustacheApplication.java index 701dbad0632..b1ec10d5cac 100644 --- a/spring-boot-samples/spring-boot-sample-web-mustache/src/main/java/sample/mustache/SampleWebMustacheApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/java/smoketest/mustache/SampleWebMustacheApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.mustache; +package smoketest.mustache; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-web-mustache/src/main/java/sample/mustache/WelcomeController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/java/smoketest/mustache/WelcomeController.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-web-mustache/src/main/java/sample/mustache/WelcomeController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/java/smoketest/mustache/WelcomeController.java index 2a0dd0580bb..f9043ac5d04 100644 --- a/spring-boot-samples/spring-boot-sample-web-mustache/src/main/java/sample/mustache/WelcomeController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/java/smoketest/mustache/WelcomeController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.mustache; +package smoketest.mustache; import java.util.Date; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-web-mustache/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-mustache/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-web-mustache/src/main/resources/public/error/503.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/resources/public/error/503.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-mustache/src/main/resources/public/error/503.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/resources/public/error/503.html diff --git a/spring-boot-samples/spring-boot-sample-web-mustache/src/main/resources/public/error/5xx.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/resources/public/error/5xx.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-mustache/src/main/resources/public/error/5xx.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/resources/public/error/5xx.html diff --git a/spring-boot-samples/spring-boot-sample-web-mustache/src/main/resources/templates/error.mustache b/spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/resources/templates/error.mustache similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-mustache/src/main/resources/templates/error.mustache rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/resources/templates/error.mustache diff --git a/spring-boot-samples/spring-boot-sample-web-mustache/src/main/resources/templates/error/507.mustache b/spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/resources/templates/error/507.mustache similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-mustache/src/main/resources/templates/error/507.mustache rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/resources/templates/error/507.mustache diff --git a/spring-boot-samples/spring-boot-sample-web-mustache/src/main/resources/templates/welcome.mustache b/spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/resources/templates/welcome.mustache similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-mustache/src/main/resources/templates/welcome.mustache rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/main/resources/templates/welcome.mustache diff --git a/spring-boot-samples/spring-boot-sample-web-mustache/src/test/java/sample/mustache/SampleWebMustacheApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/test/java/smoketest/mustache/SampleWebMustacheApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-web-mustache/src/test/java/sample/mustache/SampleWebMustacheApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/test/java/smoketest/mustache/SampleWebMustacheApplicationTests.java index 0d237be9422..2b495bde4fa 100644 --- a/spring-boot-samples/spring-boot-sample-web-mustache/src/test/java/sample/mustache/SampleWebMustacheApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-mustache/src/test/java/smoketest/mustache/SampleWebMustacheApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.mustache; +package smoketest.mustache; import java.util.Arrays; diff --git a/spring-boot-samples/spring-boot-sample-web-secure-custom/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/pom.xml similarity index 85% rename from spring-boot-samples/spring-boot-sample-web-secure-custom/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/pom.xml index 49df77db04d..d69e108f788 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure-custom/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-web-secure-custom - Spring Boot Web Secure Custom Sample - Spring Boot Web Secure Custom Sample + spring-boot-smoke-test-web-secure-custom + Spring Boot Web Secure Custom Smoke Test + Spring Boot Web Secure Custom Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/java/sample/web/secure/custom/SampleWebSecureCustomApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/main/java/smoketest/web/secure/custom/SampleWebSecureCustomApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/java/sample/web/secure/custom/SampleWebSecureCustomApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/main/java/smoketest/web/secure/custom/SampleWebSecureCustomApplication.java index 938789ae865..74ce785f3c2 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/java/sample/web/secure/custom/SampleWebSecureCustomApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/main/java/smoketest/web/secure/custom/SampleWebSecureCustomApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.web.secure.custom; +package smoketest.web.secure.custom; import java.util.Date; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/resources/static/css/bootstrap.min.css b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/main/resources/static/css/bootstrap.min.css similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/resources/static/css/bootstrap.min.css rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/main/resources/static/css/bootstrap.min.css diff --git a/spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/resources/templates/error.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/main/resources/templates/error.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/resources/templates/error.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/main/resources/templates/error.html diff --git a/spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/resources/templates/home.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/main/resources/templates/home.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/resources/templates/home.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/main/resources/templates/home.html diff --git a/spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/resources/templates/login.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/main/resources/templates/login.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure-custom/src/main/resources/templates/login.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/main/resources/templates/login.html diff --git a/spring-boot-samples/spring-boot-sample-web-secure-custom/src/test/java/sample/web/secure/custom/SampleWebSecureCustomApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/test/java/smoketest/web/secure/custom/SampleWebSecureCustomApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-web-secure-custom/src/test/java/sample/web/secure/custom/SampleWebSecureCustomApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/test/java/smoketest/web/secure/custom/SampleWebSecureCustomApplicationTests.java index ea45ad6db9d..2c1f6958f34 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure-custom/src/test/java/sample/web/secure/custom/SampleWebSecureCustomApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-custom/src/test/java/smoketest/web/secure/custom/SampleWebSecureCustomApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.web.secure.custom; +package smoketest.web.secure.custom; import java.util.Arrays; import java.util.regex.Matcher; diff --git a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/pom.xml similarity index 87% rename from spring-boot-samples/spring-boot-sample-web-secure-jdbc/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/pom.xml index ddc52511dac..db607772c9e 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-web-secure-jdbc - Spring Boot Web Secure JDBC Sample - Spring Boot Web Secure JDBC Sample + spring-boot-smoke-test-web-secure-jdbc + Spring Boot Web Secure JDBC Smoke Test + Spring Boot Web Secure JDBC Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/java/sample/web/secure/jdbc/SampleWebSecureJdbcApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/java/smoketest/web/secure/jdbc/SampleWebSecureJdbcApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/java/sample/web/secure/jdbc/SampleWebSecureJdbcApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/java/smoketest/web/secure/jdbc/SampleWebSecureJdbcApplication.java index 882362f5fdb..57fa6e5c038 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/java/sample/web/secure/jdbc/SampleWebSecureJdbcApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/java/smoketest/web/secure/jdbc/SampleWebSecureJdbcApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.web.secure.jdbc; +package smoketest.web.secure.jdbc; import java.util.Date; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/data.sql b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/resources/data.sql similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/data.sql rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/resources/data.sql diff --git a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/schema.sql b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/resources/schema.sql similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/schema.sql rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/resources/schema.sql diff --git a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/static/css/bootstrap.min.css b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/resources/static/css/bootstrap.min.css similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/static/css/bootstrap.min.css rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/resources/static/css/bootstrap.min.css diff --git a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/templates/error.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/resources/templates/error.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/templates/error.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/resources/templates/error.html diff --git a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/templates/home.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/resources/templates/home.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/templates/home.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/resources/templates/home.html diff --git a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/templates/login.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/resources/templates/login.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/main/resources/templates/login.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/main/resources/templates/login.html diff --git a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/test/java/sample/web/secure/jdbc/SampleWebSecureJdbcApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/test/java/smoketest/web/secure/jdbc/SampleWebSecureJdbcApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/test/java/sample/web/secure/jdbc/SampleWebSecureJdbcApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/test/java/smoketest/web/secure/jdbc/SampleWebSecureJdbcApplicationTests.java index 136783c96bf..53634d313c0 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/src/test/java/sample/web/secure/jdbc/SampleWebSecureJdbcApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure-jdbc/src/test/java/smoketest/web/secure/jdbc/SampleWebSecureJdbcApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.web.secure.jdbc; +package smoketest.web.secure.jdbc; import java.util.Arrays; import java.util.regex.Matcher; diff --git a/spring-boot-samples/spring-boot-sample-web-secure/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/pom.xml similarity index 87% rename from spring-boot-samples/spring-boot-sample-web-secure/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/pom.xml index e211862496b..b6f700e81a5 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-web-secure - Spring Boot Web Secure Sample - Spring Boot Web Secure Sample + spring-boot-smoke-test-web-secure + Spring Boot Web Secure Smoke Test + Spring Boot Web Secure Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-web-secure/src/main/java/sample/web/secure/SampleWebSecureApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/java/smoketest/web/secure/SampleWebSecureApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-web-secure/src/main/java/sample/web/secure/SampleWebSecureApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/java/smoketest/web/secure/SampleWebSecureApplication.java index 7a5e4ab1936..c6cd2a26298 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure/src/main/java/sample/web/secure/SampleWebSecureApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/java/smoketest/web/secure/SampleWebSecureApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.web.secure; +package smoketest.web.secure; import java.util.Date; import java.util.Map; diff --git a/spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/schema.sql b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/resources/schema.sql similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/schema.sql rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/resources/schema.sql diff --git a/spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/static/css/bootstrap.min.css b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/resources/static/css/bootstrap.min.css similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/static/css/bootstrap.min.css rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/resources/static/css/bootstrap.min.css diff --git a/spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/templates/error.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/resources/templates/error.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/templates/error.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/resources/templates/error.html diff --git a/spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/templates/home.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/resources/templates/home.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/templates/home.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/resources/templates/home.html diff --git a/spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/templates/login.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/resources/templates/login.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-secure/src/main/resources/templates/login.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/main/resources/templates/login.html diff --git a/spring-boot-samples/spring-boot-sample-web-secure/src/test/java/sample/web/secure/SampleSecureApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/test/java/smoketest/web/secure/SampleSecureApplicationTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-web-secure/src/test/java/sample/web/secure/SampleSecureApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/test/java/smoketest/web/secure/SampleSecureApplicationTests.java index 9b1a9f03a58..d41b00b1863 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure/src/test/java/sample/web/secure/SampleSecureApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-secure/src/test/java/smoketest/web/secure/SampleSecureApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.web.secure; +package smoketest.web.secure; import java.util.Arrays; import java.util.regex.Matcher; diff --git a/spring-boot-samples/spring-boot-sample-web-static/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-web-static/pom.xml similarity index 87% rename from spring-boot-samples/spring-boot-sample-web-static/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-static/pom.xml index df792911ac7..208b6c163b6 100644 --- a/spring-boot-samples/spring-boot-sample-web-static/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-static/pom.xml @@ -5,13 +5,13 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-web-static + spring-boot-smoke-test-web-static war - Spring Boot Web Static Sample - Spring Boot Web Static Sample + Spring Boot Web Static Smoke Test + Spring Boot Web Static Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-web-static/src/main/java/sample/web/staticcontent/SampleWebStaticApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-static/src/main/java/smoketest/web/staticcontent/SampleWebStaticApplication.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-web-static/src/main/java/sample/web/staticcontent/SampleWebStaticApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-static/src/main/java/smoketest/web/staticcontent/SampleWebStaticApplication.java index 85b4c86dd28..502ec7387ae 100644 --- a/spring-boot-samples/spring-boot-sample-web-static/src/main/java/sample/web/staticcontent/SampleWebStaticApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-static/src/main/java/smoketest/web/staticcontent/SampleWebStaticApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.web.staticcontent; +package smoketest.web.staticcontent; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-web-static/src/main/resources/static/index.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-static/src/main/resources/static/index.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-static/src/main/resources/static/index.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-static/src/main/resources/static/index.html diff --git a/spring-boot-samples/spring-boot-sample-web-static/src/test/java/sample/web/staticcontent/SampleWebStaticApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-static/src/test/java/smoketest/web/staticcontent/SampleWebStaticApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-web-static/src/test/java/sample/web/staticcontent/SampleWebStaticApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-static/src/test/java/smoketest/web/staticcontent/SampleWebStaticApplicationTests.java index efcc4f31600..fc96af879c3 100644 --- a/spring-boot-samples/spring-boot-sample-web-static/src/test/java/sample/web/staticcontent/SampleWebStaticApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-static/src/test/java/smoketest/web/staticcontent/SampleWebStaticApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.web.staticcontent; +package smoketest.web.staticcontent; import org.junit.jupiter.api.Test; diff --git a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/pom.xml similarity index 86% rename from spring-boot-samples/spring-boot-sample-web-ui/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/pom.xml index fec5cef2204..039f82f3320 100755 --- a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-web-ui - Spring Boot Web UI Sample - Spring Boot Web UI Sample + spring-boot-smoke-test-web-ui + Spring Boot Web UI Smoke Test + Spring Boot Web UI Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/InMemoryMessageRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest/web/ui/InMemoryMessageRepository.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/InMemoryMessageRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest/web/ui/InMemoryMessageRepository.java index 732dd1cbf33..9ca56fd5b98 100755 --- a/spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/InMemoryMessageRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest/web/ui/InMemoryMessageRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.web.ui; +package smoketest.web.ui; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/Message.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest/web/ui/Message.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/Message.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest/web/ui/Message.java index 32fa0cad219..2ee5e99c55a 100644 --- a/spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/Message.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest/web/ui/Message.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.web.ui; +package smoketest.web.ui; import java.util.Calendar; diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/MessageRepository.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest/web/ui/MessageRepository.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/MessageRepository.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest/web/ui/MessageRepository.java index 3b84e9d7ec4..abf155dfc64 100755 --- a/spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/MessageRepository.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest/web/ui/MessageRepository.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.web.ui; +package smoketest.web.ui; public interface MessageRepository { diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/SampleWebUiApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest/web/ui/SampleWebUiApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/SampleWebUiApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest/web/ui/SampleWebUiApplication.java index ea456a90448..00ac3be5c5a 100644 --- a/spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/SampleWebUiApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest/web/ui/SampleWebUiApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.web.ui; +package smoketest.web.ui; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/mvc/MessageController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest/web/ui/mvc/MessageController.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/mvc/MessageController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest/web/ui/mvc/MessageController.java index 55df4f71a86..0d4ad063137 100755 --- a/spring-boot-samples/spring-boot-sample-web-ui/src/main/java/sample/web/ui/mvc/MessageController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/java/smoketest/web/ui/mvc/MessageController.java @@ -14,12 +14,12 @@ * limitations under the License. */ -package sample.web.ui.mvc; +package smoketest.web.ui.mvc; import javax.validation.Valid; -import sample.web.ui.Message; -import sample.web.ui.MessageRepository; +import smoketest.web.ui.Message; +import smoketest.web.ui.MessageRepository; import org.springframework.stereotype.Controller; import org.springframework.validation.BindingResult; diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/logback.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/logback.xml similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/logback.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/logback.xml diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/messages.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/messages.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/messages.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/messages.properties diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/static/css/bootstrap.min.css b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/static/css/bootstrap.min.css similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/static/css/bootstrap.min.css rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/static/css/bootstrap.min.css diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/static/favicon.ico b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/static/favicon.ico similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/static/favicon.ico rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/static/favicon.ico diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/templates/fragments.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/templates/fragments.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/templates/fragments.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/templates/fragments.html diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/templates/messages/form.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/templates/messages/form.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/templates/messages/form.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/templates/messages/form.html diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/templates/messages/list.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/templates/messages/list.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/templates/messages/list.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/templates/messages/list.html diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/templates/messages/view.html b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/templates/messages/view.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/templates/messages/view.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/main/resources/templates/messages/view.html diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/test/java/sample/web/ui/MessageControllerWebTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/test/java/smoketest/web/ui/MessageControllerWebTests.java similarity index 99% rename from spring-boot-samples/spring-boot-sample-web-ui/src/test/java/sample/web/ui/MessageControllerWebTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/test/java/smoketest/web/ui/MessageControllerWebTests.java index 66b02253a60..b3f672b2c7b 100644 --- a/spring-boot-samples/spring-boot-sample-web-ui/src/test/java/sample/web/ui/MessageControllerWebTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/test/java/smoketest/web/ui/MessageControllerWebTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.web.ui; +package smoketest.web.ui; import java.util.regex.Pattern; diff --git a/spring-boot-samples/spring-boot-sample-web-ui/src/test/java/sample/web/ui/SampleWebUiApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/test/java/smoketest/web/ui/SampleWebUiApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-web-ui/src/test/java/sample/web/ui/SampleWebUiApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/test/java/smoketest/web/ui/SampleWebUiApplicationTests.java index 1df6c0529ba..521a63253e7 100644 --- a/spring-boot-samples/spring-boot-sample-web-ui/src/test/java/sample/web/ui/SampleWebUiApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-web-ui/src/test/java/smoketest/web/ui/SampleWebUiApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.web.ui; +package smoketest.web.ui; import java.net.URI; diff --git a/spring-boot-samples/spring-boot-sample-webflux/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-webflux/pom.xml similarity index 88% rename from spring-boot-samples/spring-boot-sample-webflux/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-webflux/pom.xml index 3b1e7a3abf4..f0b7b169fe2 100644 --- a/spring-boot-samples/spring-boot-sample-webflux/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-webflux/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-webflux - Spring Boot WebFlux Sample - Spring Boot WebFlux Sample + spring-boot-smoke-test-webflux + Spring Boot WebFlux Smoke Test + Spring Boot WebFlux Smoke Test ${basedir}/../.. / diff --git a/spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample/webflux/EchoHandler.java b/spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest/webflux/EchoHandler.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample/webflux/EchoHandler.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest/webflux/EchoHandler.java index 392d6e80549..8ef62d1e7e9 100644 --- a/spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample/webflux/EchoHandler.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest/webflux/EchoHandler.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.webflux; +package smoketest.webflux; import reactor.core.publisher.Mono; diff --git a/spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample/webflux/ExampleController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest/webflux/ExampleController.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample/webflux/ExampleController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest/webflux/ExampleController.java index 1b5062d6f6c..b42fbcd2d22 100644 --- a/spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample/webflux/ExampleController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest/webflux/ExampleController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.webflux; +package smoketest.webflux; import org.springframework.http.MediaType; import org.springframework.web.bind.annotation.PostMapping; diff --git a/spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample/webflux/SampleWebFluxApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest/webflux/SampleWebFluxApplication.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample/webflux/SampleWebFluxApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest/webflux/SampleWebFluxApplication.java index 25d838717f9..f31e090c01d 100644 --- a/spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample/webflux/SampleWebFluxApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest/webflux/SampleWebFluxApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.webflux; +package smoketest.webflux; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample/webflux/WelcomeController.java b/spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest/webflux/WelcomeController.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample/webflux/WelcomeController.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest/webflux/WelcomeController.java index b0299472d7d..b7ee83b9c32 100644 --- a/spring-boot-samples/spring-boot-sample-webflux/src/main/java/sample/webflux/WelcomeController.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/main/java/smoketest/webflux/WelcomeController.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.webflux; +package smoketest.webflux; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; diff --git a/spring-boot-samples/spring-boot-sample-webflux/src/test/java/sample/webflux/SampleWebFluxApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/test/java/smoketest/webflux/SampleWebFluxApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-webflux/src/test/java/sample/webflux/SampleWebFluxApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/test/java/smoketest/webflux/SampleWebFluxApplicationTests.java index 2177fdc67ef..33722d16d9c 100644 --- a/spring-boot-samples/spring-boot-sample-webflux/src/test/java/sample/webflux/SampleWebFluxApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-webflux/src/test/java/smoketest/webflux/SampleWebFluxApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.webflux; +package smoketest.webflux; import org.junit.jupiter.api.Test; import reactor.core.publisher.Mono; diff --git a/spring-boot-samples/spring-boot-sample-webservices/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/pom.xml similarity index 88% rename from spring-boot-samples/spring-boot-sample-webservices/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-webservices/pom.xml index 0686af6dc08..2d0388c87a7 100644 --- a/spring-boot-samples/spring-boot-sample-webservices/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/pom.xml @@ -4,13 +4,13 @@ 4.0.0 - spring-boot-samples + spring-boot-smoke-tests org.springframework.boot ${revision} - spring-boot-sample-webservices - Spring Boot Web Services Sample - Spring Boot Web Services Sample + spring-boot-smoke-test-webservices + Spring Boot Web Services Smoke Test + Spring Boot Web Services Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/SampleWebServicesApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest/webservices/SampleWebServicesApplication.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/SampleWebServicesApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest/webservices/SampleWebServicesApplication.java index 4c3dd9d17ef..69e05936e3a 100644 --- a/spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/SampleWebServicesApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest/webservices/SampleWebServicesApplication.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.webservices; +package smoketest.webservices; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; diff --git a/spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/WebServiceConfig.java b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest/webservices/WebServiceConfig.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/WebServiceConfig.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest/webservices/WebServiceConfig.java index 00f209fc026..bc8c10a625f 100644 --- a/spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/WebServiceConfig.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest/webservices/WebServiceConfig.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.webservices; +package smoketest.webservices; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; diff --git a/spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/endpoint/HolidayEndpoint.java b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest/webservices/endpoint/HolidayEndpoint.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/endpoint/HolidayEndpoint.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest/webservices/endpoint/HolidayEndpoint.java index e5be9211e4d..bd6b8625778 100644 --- a/spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/endpoint/HolidayEndpoint.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest/webservices/endpoint/HolidayEndpoint.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.webservices.endpoint; +package smoketest.webservices.endpoint; import java.text.SimpleDateFormat; import java.util.Date; @@ -28,7 +28,7 @@ import org.jdom2.Namespace; import org.jdom2.filter.Filters; import org.jdom2.xpath.XPathExpression; import org.jdom2.xpath.XPathFactory; -import sample.webservices.service.HumanResourceService; +import smoketest.webservices.service.HumanResourceService; import org.springframework.ws.server.endpoint.annotation.Endpoint; import org.springframework.ws.server.endpoint.annotation.PayloadRoot; diff --git a/spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/service/HumanResourceService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest/webservices/service/HumanResourceService.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/service/HumanResourceService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest/webservices/service/HumanResourceService.java index f4281d43398..cdfa4547d5a 100644 --- a/spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/service/HumanResourceService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest/webservices/service/HumanResourceService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.webservices.service; +package smoketest.webservices.service; import java.util.Date; diff --git a/spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/service/StubHumanResourceService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest/webservices/service/StubHumanResourceService.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/service/StubHumanResourceService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest/webservices/service/StubHumanResourceService.java index 6ae3ff29549..ee8cc8e3be8 100644 --- a/spring-boot-samples/spring-boot-sample-webservices/src/main/java/sample/webservices/service/StubHumanResourceService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/java/smoketest/webservices/service/StubHumanResourceService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.webservices.service; +package smoketest.webservices.service; import java.util.Date; diff --git a/spring-boot-samples/spring-boot-sample-webservices/src/main/resources/META-INF/schemas/hr.xsd b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/resources/META-INF/schemas/hr.xsd similarity index 100% rename from spring-boot-samples/spring-boot-sample-webservices/src/main/resources/META-INF/schemas/hr.xsd rename to spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/resources/META-INF/schemas/hr.xsd diff --git a/spring-boot-samples/spring-boot-sample-webservices/src/main/resources/application.properties b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/resources/application.properties similarity index 100% rename from spring-boot-samples/spring-boot-sample-webservices/src/main/resources/application.properties rename to spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/main/resources/application.properties diff --git a/spring-boot-samples/spring-boot-sample-webservices/src/test/java/sample/webservices/SampleWsApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/test/java/smoketest/webservices/SampleWsApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-webservices/src/test/java/sample/webservices/SampleWsApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/test/java/smoketest/webservices/SampleWsApplicationTests.java index 02a18aa6ab7..e4a581ce0b0 100644 --- a/spring-boot-samples/spring-boot-sample-webservices/src/test/java/sample/webservices/SampleWsApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-webservices/src/test/java/smoketest/webservices/SampleWsApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.webservices; +package smoketest.webservices; import java.io.StringReader; diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/pom.xml similarity index 85% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/pom.xml index 9b0de569fa9..c67d7df46e2 100755 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-websocket-jetty - Spring Boot WebSocket Jetty Sample - Spring Boot WebSocket Jetty Sample + spring-boot-smoke-test-websocket-jetty + Spring Boot WebSocket Jetty Smoke Test + Spring Boot WebSocket Jetty Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/SampleJettyWebSocketsApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/SampleJettyWebSocketsApplication.java similarity index 86% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/SampleJettyWebSocketsApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/SampleJettyWebSocketsApplication.java index c2e18cd7e5a..98e0405472a 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/SampleJettyWebSocketsApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/SampleJettyWebSocketsApplication.java @@ -14,15 +14,15 @@ * limitations under the License. */ -package samples.websocket.jetty; +package smoketest.websocket.jetty; -import samples.websocket.jetty.client.GreetingService; -import samples.websocket.jetty.client.SimpleGreetingService; -import samples.websocket.jetty.echo.DefaultEchoService; -import samples.websocket.jetty.echo.EchoService; -import samples.websocket.jetty.echo.EchoWebSocketHandler; -import samples.websocket.jetty.reverse.ReverseWebSocketEndpoint; -import samples.websocket.jetty.snake.SnakeWebSocketHandler; +import smoketest.websocket.jetty.client.GreetingService; +import smoketest.websocket.jetty.client.SimpleGreetingService; +import smoketest.websocket.jetty.echo.DefaultEchoService; +import smoketest.websocket.jetty.echo.EchoService; +import smoketest.websocket.jetty.echo.EchoWebSocketHandler; +import smoketest.websocket.jetty.reverse.ReverseWebSocketEndpoint; +import smoketest.websocket.jetty.snake.SnakeWebSocketHandler; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/client/GreetingService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/client/GreetingService.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/client/GreetingService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/client/GreetingService.java index 684b16d91bc..4ecf7b16579 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/client/GreetingService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/client/GreetingService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty.client; +package smoketest.websocket.jetty.client; public interface GreetingService { diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/client/SimpleClientWebSocketHandler.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/client/SimpleClientWebSocketHandler.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/client/SimpleClientWebSocketHandler.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/client/SimpleClientWebSocketHandler.java index 685c70924a1..e17e551df92 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/client/SimpleClientWebSocketHandler.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/client/SimpleClientWebSocketHandler.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat.client; +package smoketest.websocket.jetty.client; import java.util.concurrent.CountDownLatch; import java.util.concurrent.atomic.AtomicReference; diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/client/SimpleGreetingService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/client/SimpleGreetingService.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/client/SimpleGreetingService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/client/SimpleGreetingService.java index 9dead7832da..50fc0331917 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/client/SimpleGreetingService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/client/SimpleGreetingService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty.client; +package smoketest.websocket.jetty.client; public class SimpleGreetingService implements GreetingService { diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/echo/DefaultEchoService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/echo/DefaultEchoService.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/echo/DefaultEchoService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/echo/DefaultEchoService.java index 9e1212c3121..2c6b6e6c8f6 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/echo/DefaultEchoService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/echo/DefaultEchoService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat.echo; +package smoketest.websocket.jetty.echo; public class DefaultEchoService implements EchoService { diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/echo/EchoService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/echo/EchoService.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/echo/EchoService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/echo/EchoService.java index a188a47a01d..8501f0c6fa7 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/echo/EchoService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/echo/EchoService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat.echo; +package smoketest.websocket.jetty.echo; public interface EchoService { diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/echo/EchoWebSocketHandler.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/echo/EchoWebSocketHandler.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/echo/EchoWebSocketHandler.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/echo/EchoWebSocketHandler.java index 7b7312d3a86..9ab904ae505 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/echo/EchoWebSocketHandler.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/echo/EchoWebSocketHandler.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat.echo; +package smoketest.websocket.jetty.echo; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/reverse/ReverseWebSocketEndpoint.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/reverse/ReverseWebSocketEndpoint.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/reverse/ReverseWebSocketEndpoint.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/reverse/ReverseWebSocketEndpoint.java index 857b3a5b14d..2522e0ff5ba 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/reverse/ReverseWebSocketEndpoint.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/reverse/ReverseWebSocketEndpoint.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty.reverse; +package smoketest.websocket.jetty.reverse; import java.io.IOException; diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/Direction.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/Direction.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/Direction.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/Direction.java index 47fbba8ac8f..a210ae9d660 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/Direction.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/Direction.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty.snake; +package smoketest.websocket.jetty.snake; public enum Direction { diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/Location.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/Location.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/Location.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/Location.java index 11072d857ec..d1e43c6e201 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/Location.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/Location.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty.snake; +package smoketest.websocket.jetty.snake; public class Location { diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/Snake.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/Snake.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/Snake.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/Snake.java index b576047e1e6..a996c218dc5 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/Snake.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/Snake.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat.snake; +package smoketest.websocket.jetty.snake; import java.util.ArrayDeque; import java.util.Collection; diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/SnakeTimer.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/SnakeTimer.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/SnakeTimer.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/SnakeTimer.java index 69595d08622..eb3a546c735 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/SnakeTimer.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/SnakeTimer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat.snake; +package smoketest.websocket.jetty.snake; import java.util.Collection; import java.util.Collections; diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/SnakeUtils.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/SnakeUtils.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/SnakeUtils.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/SnakeUtils.java index 054a252d8ac..4a097bf1209 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/SnakeUtils.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/SnakeUtils.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty.snake; +package smoketest.websocket.jetty.snake; import java.awt.Color; import java.util.Random; diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/SnakeWebSocketHandler.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/SnakeWebSocketHandler.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/SnakeWebSocketHandler.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/SnakeWebSocketHandler.java index 4023957bd4a..8eaf0a04cab 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/SnakeWebSocketHandler.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/java/smoketest/websocket/jetty/snake/SnakeWebSocketHandler.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty.snake; +package smoketest.websocket.jetty.snake; import java.awt.Color; import java.util.Iterator; diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/resources/static/echo.html b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/resources/static/echo.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/resources/static/echo.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/resources/static/echo.html diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/resources/static/index.html b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/resources/static/index.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/resources/static/index.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/resources/static/index.html diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/resources/static/reverse.html b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/resources/static/reverse.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/resources/static/reverse.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/resources/static/reverse.html diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/resources/static/snake.html b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/resources/static/snake.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/resources/static/snake.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/main/resources/static/snake.html diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/test/java/samples/websocket/jetty/SampleWebSocketsApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/test/java/smoketest/websocket/jetty/SampleWebSocketsApplicationTests.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/test/java/samples/websocket/jetty/SampleWebSocketsApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/test/java/smoketest/websocket/jetty/SampleWebSocketsApplicationTests.java index 5aad8587f59..c008d106818 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/test/java/samples/websocket/jetty/SampleWebSocketsApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/test/java/smoketest/websocket/jetty/SampleWebSocketsApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty; +package smoketest.websocket.jetty; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; @@ -23,9 +23,9 @@ import java.util.concurrent.atomic.AtomicReference; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.junit.jupiter.api.Test; -import samples.websocket.jetty.client.GreetingService; -import samples.websocket.jetty.client.SimpleClientWebSocketHandler; -import samples.websocket.jetty.client.SimpleGreetingService; +import smoketest.websocket.jetty.client.GreetingService; +import smoketest.websocket.jetty.client.SimpleClientWebSocketHandler; +import smoketest.websocket.jetty.client.SimpleGreetingService; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.CommandLineRunner; diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/test/java/samples/websocket/jetty/echo/CustomContainerWebSocketsApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/test/java/smoketest/websocket/jetty/echo/CustomContainerWebSocketsApplicationTests.java similarity index 92% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/test/java/samples/websocket/jetty/echo/CustomContainerWebSocketsApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/test/java/smoketest/websocket/jetty/echo/CustomContainerWebSocketsApplicationTests.java index a6e414c6dff..674d59b6763 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/test/java/samples/websocket/jetty/echo/CustomContainerWebSocketsApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/test/java/smoketest/websocket/jetty/echo/CustomContainerWebSocketsApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty.echo; +package smoketest.websocket.jetty.echo; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; @@ -23,11 +23,11 @@ import java.util.concurrent.atomic.AtomicReference; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.junit.jupiter.api.Test; -import samples.websocket.jetty.SampleJettyWebSocketsApplication; -import samples.websocket.jetty.client.GreetingService; -import samples.websocket.jetty.client.SimpleClientWebSocketHandler; -import samples.websocket.jetty.client.SimpleGreetingService; -import samples.websocket.jetty.echo.CustomContainerWebSocketsApplicationTests.CustomContainerConfiguration; +import smoketest.websocket.jetty.SampleJettyWebSocketsApplication; +import smoketest.websocket.jetty.client.GreetingService; +import smoketest.websocket.jetty.client.SimpleClientWebSocketHandler; +import smoketest.websocket.jetty.client.SimpleGreetingService; +import smoketest.websocket.jetty.echo.CustomContainerWebSocketsApplicationTests.CustomContainerConfiguration; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.CommandLineRunner; diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/test/java/samples/websocket/jetty/snake/SnakeTimerTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/test/java/smoketest/websocket/jetty/snake/SnakeTimerTests.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/test/java/samples/websocket/jetty/snake/SnakeTimerTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/test/java/smoketest/websocket/jetty/snake/SnakeTimerTests.java index e6830d5f29c..538e01f10d6 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/test/java/samples/websocket/jetty/snake/SnakeTimerTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-jetty/src/test/java/smoketest/websocket/jetty/snake/SnakeTimerTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty.snake; +package smoketest.websocket.jetty.snake; import java.io.IOException; diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/pom.xml similarity index 81% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/pom.xml index ccbc0cdf2a9..32a04f14299 100755 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-websocket-tomcat - Spring Boot WebSocket Tomcat Sample - Spring Boot WebSocket Tomcat Sample + spring-boot-smoke-test-websocket-tomcat + Spring Boot WebSocket Tomcat Smoke Test + Spring Boot WebSocket Tomcat Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/SampleTomcatWebSocketApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/SampleTomcatWebSocketApplication.java similarity index 86% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/SampleTomcatWebSocketApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/SampleTomcatWebSocketApplication.java index 25efa6bb100..ff50ce1bff5 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/SampleTomcatWebSocketApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/SampleTomcatWebSocketApplication.java @@ -14,15 +14,15 @@ * limitations under the License. */ -package samples.websocket.tomcat; +package smoketest.websocket.tomcat; -import samples.websocket.tomcat.client.GreetingService; -import samples.websocket.tomcat.client.SimpleGreetingService; -import samples.websocket.tomcat.echo.DefaultEchoService; -import samples.websocket.tomcat.echo.EchoService; -import samples.websocket.tomcat.echo.EchoWebSocketHandler; -import samples.websocket.tomcat.reverse.ReverseWebSocketEndpoint; -import samples.websocket.tomcat.snake.SnakeWebSocketHandler; +import smoketest.websocket.tomcat.client.GreetingService; +import smoketest.websocket.tomcat.client.SimpleGreetingService; +import smoketest.websocket.tomcat.echo.DefaultEchoService; +import smoketest.websocket.tomcat.echo.EchoService; +import smoketest.websocket.tomcat.echo.EchoWebSocketHandler; +import smoketest.websocket.tomcat.reverse.ReverseWebSocketEndpoint; +import smoketest.websocket.tomcat.snake.SnakeWebSocketHandler; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/client/GreetingService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/client/GreetingService.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/client/GreetingService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/client/GreetingService.java index 9e80f3fd9a4..39390086bbd 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/client/GreetingService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/client/GreetingService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow.client; +package smoketest.websocket.tomcat.client; public interface GreetingService { diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/client/SimpleClientWebSocketHandler.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/client/SimpleClientWebSocketHandler.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/client/SimpleClientWebSocketHandler.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/client/SimpleClientWebSocketHandler.java index 4ada967e841..deea079d0eb 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/client/SimpleClientWebSocketHandler.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/client/SimpleClientWebSocketHandler.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow.client; +package smoketest.websocket.tomcat.client; import java.util.concurrent.CountDownLatch; import java.util.concurrent.atomic.AtomicReference; diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/client/SimpleGreetingService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/client/SimpleGreetingService.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/client/SimpleGreetingService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/client/SimpleGreetingService.java index ebb99bd826f..acf16e2520c 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/client/SimpleGreetingService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/client/SimpleGreetingService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow.client; +package smoketest.websocket.tomcat.client; public class SimpleGreetingService implements GreetingService { diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/echo/DefaultEchoService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/echo/DefaultEchoService.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/echo/DefaultEchoService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/echo/DefaultEchoService.java index 530b30551dd..fc60593165d 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/echo/DefaultEchoService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/echo/DefaultEchoService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow.echo; +package smoketest.websocket.tomcat.echo; public class DefaultEchoService implements EchoService { diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/echo/EchoService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/echo/EchoService.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/echo/EchoService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/echo/EchoService.java index bd1ece52a17..f1795816396 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/echo/EchoService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/echo/EchoService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow.echo; +package smoketest.websocket.tomcat.echo; public interface EchoService { diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/echo/EchoWebSocketHandler.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/echo/EchoWebSocketHandler.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/echo/EchoWebSocketHandler.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/echo/EchoWebSocketHandler.java index ca51c578240..f10b75de0c8 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/echo/EchoWebSocketHandler.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/echo/EchoWebSocketHandler.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow.echo; +package smoketest.websocket.tomcat.echo; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/reverse/ReverseWebSocketEndpoint.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/reverse/ReverseWebSocketEndpoint.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/reverse/ReverseWebSocketEndpoint.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/reverse/ReverseWebSocketEndpoint.java index 0d3e2245cce..2e99cff342f 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/reverse/ReverseWebSocketEndpoint.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/reverse/ReverseWebSocketEndpoint.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat.reverse; +package smoketest.websocket.tomcat.reverse; import java.io.IOException; diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/Direction.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/Direction.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/Direction.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/Direction.java index 9ffe6f776d1..d8a479e73c3 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/Direction.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/Direction.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat.snake; +package smoketest.websocket.tomcat.snake; public enum Direction { diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/Location.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/Location.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/Location.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/Location.java index 0137f199658..1b8ff1bff1b 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/Location.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/Location.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat.snake; +package smoketest.websocket.tomcat.snake; public class Location { diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/Snake.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/Snake.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/Snake.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/Snake.java index 8b7ea21b3e2..0d9b5878b3f 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/Snake.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/Snake.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow.snake; +package smoketest.websocket.tomcat.snake; import java.util.ArrayDeque; import java.util.Collection; diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/SnakeTimer.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/SnakeTimer.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/SnakeTimer.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/SnakeTimer.java index 9cab39ad37c..ab0e1c5aa4f 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/SnakeTimer.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/SnakeTimer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow.snake; +package smoketest.websocket.tomcat.snake; import java.util.Collection; import java.util.Collections; diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/SnakeUtils.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/SnakeUtils.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/SnakeUtils.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/SnakeUtils.java index a41587c76c8..91315a242df 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/SnakeUtils.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/SnakeUtils.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow.snake; +package smoketest.websocket.tomcat.snake; import java.awt.Color; import java.util.Random; diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/SnakeWebSocketHandler.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/SnakeWebSocketHandler.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/SnakeWebSocketHandler.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/SnakeWebSocketHandler.java index aefc5f2eabf..d101119b16e 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/SnakeWebSocketHandler.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/java/smoketest/websocket/tomcat/snake/SnakeWebSocketHandler.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow.snake; +package smoketest.websocket.tomcat.snake; import java.awt.Color; import java.util.Iterator; diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/resources/static/echo.html b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/resources/static/echo.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/resources/static/echo.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/resources/static/echo.html diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/resources/static/index.html b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/resources/static/index.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/resources/static/index.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/resources/static/index.html diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/resources/static/reverse.html b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/resources/static/reverse.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/resources/static/reverse.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/resources/static/reverse.html diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/resources/static/snake.html b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/resources/static/snake.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/resources/static/snake.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/main/resources/static/snake.html diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/test/java/samples/websocket/tomcat/SampleWebSocketsApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/test/java/smoketest/websocket/tomcat/SampleWebSocketsApplicationTests.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/test/java/samples/websocket/tomcat/SampleWebSocketsApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/test/java/smoketest/websocket/tomcat/SampleWebSocketsApplicationTests.java index 47023e4547b..482d222a421 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/test/java/samples/websocket/tomcat/SampleWebSocketsApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/test/java/smoketest/websocket/tomcat/SampleWebSocketsApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat; +package smoketest.websocket.tomcat; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; @@ -23,9 +23,9 @@ import java.util.concurrent.atomic.AtomicReference; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.junit.jupiter.api.Test; -import samples.websocket.tomcat.client.GreetingService; -import samples.websocket.tomcat.client.SimpleClientWebSocketHandler; -import samples.websocket.tomcat.client.SimpleGreetingService; +import smoketest.websocket.tomcat.client.GreetingService; +import smoketest.websocket.tomcat.client.SimpleClientWebSocketHandler; +import smoketest.websocket.tomcat.client.SimpleGreetingService; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.CommandLineRunner; diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/test/java/samples/websocket/tomcat/echo/CustomContainerWebSocketsApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/test/java/smoketest/websocket/tomcat/echo/CustomContainerWebSocketsApplicationTests.java similarity index 92% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/test/java/samples/websocket/tomcat/echo/CustomContainerWebSocketsApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/test/java/smoketest/websocket/tomcat/echo/CustomContainerWebSocketsApplicationTests.java index 7ca76c7148d..fc55bbc3f9e 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/test/java/samples/websocket/tomcat/echo/CustomContainerWebSocketsApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/test/java/smoketest/websocket/tomcat/echo/CustomContainerWebSocketsApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat.echo; +package smoketest.websocket.tomcat.echo; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; @@ -23,11 +23,11 @@ import java.util.concurrent.atomic.AtomicReference; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.junit.jupiter.api.Test; -import samples.websocket.tomcat.SampleTomcatWebSocketApplication; -import samples.websocket.tomcat.client.GreetingService; -import samples.websocket.tomcat.client.SimpleClientWebSocketHandler; -import samples.websocket.tomcat.client.SimpleGreetingService; -import samples.websocket.tomcat.echo.CustomContainerWebSocketsApplicationTests.CustomContainerConfiguration; +import smoketest.websocket.tomcat.SampleTomcatWebSocketApplication; +import smoketest.websocket.tomcat.client.GreetingService; +import smoketest.websocket.tomcat.client.SimpleClientWebSocketHandler; +import smoketest.websocket.tomcat.client.SimpleGreetingService; +import smoketest.websocket.tomcat.echo.CustomContainerWebSocketsApplicationTests.CustomContainerConfiguration; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.CommandLineRunner; diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/test/java/samples/websocket/tomcat/snake/SnakeTimerTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/test/java/smoketest/websocket/tomcat/snake/SnakeTimerTests.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/test/java/samples/websocket/tomcat/snake/SnakeTimerTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/test/java/smoketest/websocket/tomcat/snake/SnakeTimerTests.java index 4e5c6424749..de16bcbf857 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/test/java/samples/websocket/tomcat/snake/SnakeTimerTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-tomcat/src/test/java/smoketest/websocket/tomcat/snake/SnakeTimerTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat.snake; +package smoketest.websocket.tomcat.snake; import java.io.IOException; diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/pom.xml similarity index 84% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/pom.xml index 5d0a263888f..8d97a869994 100755 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-websocket-undertow - Spring Boot WebSocket Undertow Sample - Spring Boot WebSocket Undertow Sample + spring-boot-smoke-test-websocket-undertow + Spring Boot WebSocket Undertow Smoke Test + Spring Boot WebSocket Undertow Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/SampleUndertowWebSocketsApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/SampleUndertowWebSocketsApplication.java similarity index 85% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/SampleUndertowWebSocketsApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/SampleUndertowWebSocketsApplication.java index ebd0d7d5e7c..d9be3aeeed2 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/SampleUndertowWebSocketsApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/SampleUndertowWebSocketsApplication.java @@ -14,15 +14,15 @@ * limitations under the License. */ -package samples.websocket.undertow; +package smoketest.websocket.undertow; -import samples.websocket.undertow.client.GreetingService; -import samples.websocket.undertow.client.SimpleGreetingService; -import samples.websocket.undertow.echo.DefaultEchoService; -import samples.websocket.undertow.echo.EchoService; -import samples.websocket.undertow.echo.EchoWebSocketHandler; -import samples.websocket.undertow.reverse.ReverseWebSocketEndpoint; -import samples.websocket.undertow.snake.SnakeWebSocketHandler; +import smoketest.websocket.undertow.client.GreetingService; +import smoketest.websocket.undertow.client.SimpleGreetingService; +import smoketest.websocket.undertow.echo.DefaultEchoService; +import smoketest.websocket.undertow.echo.EchoService; +import smoketest.websocket.undertow.echo.EchoWebSocketHandler; +import smoketest.websocket.undertow.reverse.ReverseWebSocketEndpoint; +import smoketest.websocket.undertow.snake.SnakeWebSocketHandler; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/client/GreetingService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/client/GreetingService.java similarity index 93% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/client/GreetingService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/client/GreetingService.java index 29f8b888161..cd93c7a1806 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/client/GreetingService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/client/GreetingService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat.client; +package smoketest.websocket.undertow.client; public interface GreetingService { diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/client/SimpleClientWebSocketHandler.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/client/SimpleClientWebSocketHandler.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/client/SimpleClientWebSocketHandler.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/client/SimpleClientWebSocketHandler.java index 5f8be527b39..312d02fdc56 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/client/SimpleClientWebSocketHandler.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/client/SimpleClientWebSocketHandler.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty.client; +package smoketest.websocket.undertow.client; import java.util.concurrent.CountDownLatch; import java.util.concurrent.atomic.AtomicReference; diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/client/SimpleGreetingService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/client/SimpleGreetingService.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/client/SimpleGreetingService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/client/SimpleGreetingService.java index 6a93f6c2cec..c140977d043 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/client/SimpleGreetingService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/client/SimpleGreetingService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat.client; +package smoketest.websocket.undertow.client; public class SimpleGreetingService implements GreetingService { diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/echo/DefaultEchoService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/echo/DefaultEchoService.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/echo/DefaultEchoService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/echo/DefaultEchoService.java index 57a5879b0bc..48a964920fb 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/echo/DefaultEchoService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/echo/DefaultEchoService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty.echo; +package smoketest.websocket.undertow.echo; public class DefaultEchoService implements EchoService { diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/echo/EchoService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/echo/EchoService.java similarity index 94% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/echo/EchoService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/echo/EchoService.java index 006c0fbc42b..837fcb1873a 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/echo/EchoService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/echo/EchoService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty.echo; +package smoketest.websocket.undertow.echo; public interface EchoService { diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/echo/EchoWebSocketHandler.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/echo/EchoWebSocketHandler.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/echo/EchoWebSocketHandler.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/echo/EchoWebSocketHandler.java index 22c2e0ce8ff..543946e7ba2 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/echo/EchoWebSocketHandler.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/echo/EchoWebSocketHandler.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty.echo; +package smoketest.websocket.undertow.echo; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/reverse/ReverseWebSocketEndpoint.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/reverse/ReverseWebSocketEndpoint.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/reverse/ReverseWebSocketEndpoint.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/reverse/ReverseWebSocketEndpoint.java index a5a9de3f076..fcfcd117384 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/reverse/ReverseWebSocketEndpoint.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/reverse/ReverseWebSocketEndpoint.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow.reverse; +package smoketest.websocket.undertow.reverse; import java.io.IOException; diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/Direction.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/Direction.java similarity index 93% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/Direction.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/Direction.java index ee1296271c5..3648e33367e 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/Direction.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/Direction.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow.snake; +package smoketest.websocket.undertow.snake; public enum Direction { diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/Location.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/Location.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/Location.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/Location.java index 9c094aff02d..ae6999b8a67 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/java/samples/websocket/undertow/snake/Location.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/Location.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow.snake; +package smoketest.websocket.undertow.snake; public class Location { diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/Snake.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/Snake.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/Snake.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/Snake.java index 2d2bba68c24..f996c36417c 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/Snake.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/Snake.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty.snake; +package smoketest.websocket.undertow.snake; import java.util.ArrayDeque; import java.util.Collection; diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/SnakeTimer.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/SnakeTimer.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/SnakeTimer.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/SnakeTimer.java index 8bf1a1fc052..7c2786bbf92 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/src/main/java/samples/websocket/jetty/snake/SnakeTimer.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/SnakeTimer.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.jetty.snake; +package smoketest.websocket.undertow.snake; import java.util.Collection; import java.util.Collections; diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/SnakeUtils.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/SnakeUtils.java similarity index 97% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/SnakeUtils.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/SnakeUtils.java index ff0e3764ef2..a069bd9ee02 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/SnakeUtils.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/SnakeUtils.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat.snake; +package smoketest.websocket.undertow.snake; import java.awt.Color; import java.util.Random; diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/SnakeWebSocketHandler.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/SnakeWebSocketHandler.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/SnakeWebSocketHandler.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/SnakeWebSocketHandler.java index c35a633eb62..8583e86cbbd 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/src/main/java/samples/websocket/tomcat/snake/SnakeWebSocketHandler.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/java/smoketest/websocket/undertow/snake/SnakeWebSocketHandler.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.tomcat.snake; +package smoketest.websocket.undertow.snake; import java.awt.Color; import java.util.Iterator; diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/resources/static/echo.html b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/resources/static/echo.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/resources/static/echo.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/resources/static/echo.html diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/resources/static/index.html b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/resources/static/index.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/resources/static/index.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/resources/static/index.html diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/resources/static/reverse.html b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/resources/static/reverse.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/resources/static/reverse.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/resources/static/reverse.html diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/resources/static/snake.html b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/resources/static/snake.html similarity index 100% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/main/resources/static/snake.html rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/main/resources/static/snake.html diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/test/java/samples/websocket/undertow/SampleWebSocketsApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/test/java/smoketest/websocket/undertow/SampleWebSocketsApplicationTests.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/test/java/samples/websocket/undertow/SampleWebSocketsApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/test/java/smoketest/websocket/undertow/SampleWebSocketsApplicationTests.java index 2d48780b35e..725fe8779d8 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/test/java/samples/websocket/undertow/SampleWebSocketsApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/test/java/smoketest/websocket/undertow/SampleWebSocketsApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow; +package smoketest.websocket.undertow; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; @@ -23,9 +23,9 @@ import java.util.concurrent.atomic.AtomicReference; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.junit.jupiter.api.Test; -import samples.websocket.undertow.client.GreetingService; -import samples.websocket.undertow.client.SimpleClientWebSocketHandler; -import samples.websocket.undertow.client.SimpleGreetingService; +import smoketest.websocket.undertow.client.GreetingService; +import smoketest.websocket.undertow.client.SimpleClientWebSocketHandler; +import smoketest.websocket.undertow.client.SimpleGreetingService; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.CommandLineRunner; diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/test/java/samples/websocket/undertow/echo/CustomContainerWebSocketsApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/test/java/smoketest/websocket/undertow/echo/CustomContainerWebSocketsApplicationTests.java similarity index 92% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/test/java/samples/websocket/undertow/echo/CustomContainerWebSocketsApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/test/java/smoketest/websocket/undertow/echo/CustomContainerWebSocketsApplicationTests.java index 8485c0c9654..9dfc5eeae0b 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/test/java/samples/websocket/undertow/echo/CustomContainerWebSocketsApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/test/java/smoketest/websocket/undertow/echo/CustomContainerWebSocketsApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow.echo; +package smoketest.websocket.undertow.echo; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; @@ -23,11 +23,11 @@ import java.util.concurrent.atomic.AtomicReference; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.junit.jupiter.api.Test; -import samples.websocket.undertow.SampleUndertowWebSocketsApplication; -import samples.websocket.undertow.client.GreetingService; -import samples.websocket.undertow.client.SimpleClientWebSocketHandler; -import samples.websocket.undertow.client.SimpleGreetingService; -import samples.websocket.undertow.echo.CustomContainerWebSocketsApplicationTests.CustomContainerConfiguration; +import smoketest.websocket.undertow.SampleUndertowWebSocketsApplication; +import smoketest.websocket.undertow.client.GreetingService; +import smoketest.websocket.undertow.client.SimpleClientWebSocketHandler; +import smoketest.websocket.undertow.client.SimpleGreetingService; +import smoketest.websocket.undertow.echo.CustomContainerWebSocketsApplicationTests.CustomContainerConfiguration; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.CommandLineRunner; diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/test/java/samples/websocket/undertow/snake/SnakeTimerTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/test/java/smoketest/websocket/undertow/snake/SnakeTimerTests.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-websocket-undertow/src/test/java/samples/websocket/undertow/snake/SnakeTimerTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/test/java/smoketest/websocket/undertow/snake/SnakeTimerTests.java index e9b9a11bb37..246231ad6de 100644 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/src/test/java/samples/websocket/undertow/snake/SnakeTimerTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-websocket-undertow/src/test/java/smoketest/websocket/undertow/snake/SnakeTimerTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package samples.websocket.undertow.snake; +package smoketest.websocket.undertow.snake; import java.io.IOException; diff --git a/spring-boot-samples/spring-boot-sample-xml/pom.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-xml/pom.xml similarity index 84% rename from spring-boot-samples/spring-boot-sample-xml/pom.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-xml/pom.xml index a50fc95b972..d93daf947f9 100644 --- a/spring-boot-samples/spring-boot-sample-xml/pom.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-xml/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot - spring-boot-samples + spring-boot-smoke-tests ${revision} - spring-boot-sample-xml - Spring Boot XML Sample - Spring Boot XML Sample + spring-boot-smoke-test-xml + Spring Boot XML Smoke Test + Spring Boot XML Smoke Test ${basedir}/../.. diff --git a/spring-boot-samples/spring-boot-sample-xml/src/main/java/sample/xml/SampleSpringXmlApplication.java b/spring-boot-smoke-tests/spring-boot-smoke-test-xml/src/main/java/smoketest/xml/SampleSpringXmlApplication.java similarity index 95% rename from spring-boot-samples/spring-boot-sample-xml/src/main/java/sample/xml/SampleSpringXmlApplication.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-xml/src/main/java/smoketest/xml/SampleSpringXmlApplication.java index 2806b38a12e..4b0dd3f1323 100644 --- a/spring-boot-samples/spring-boot-sample-xml/src/main/java/sample/xml/SampleSpringXmlApplication.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-xml/src/main/java/smoketest/xml/SampleSpringXmlApplication.java @@ -14,11 +14,11 @@ * limitations under the License. */ -package sample.xml; +package smoketest.xml; import java.util.Collections; -import sample.xml.service.HelloWorldService; +import smoketest.xml.service.HelloWorldService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; diff --git a/spring-boot-samples/spring-boot-sample-tomcat/src/main/java/sample/tomcat/service/HelloWorldService.java b/spring-boot-smoke-tests/spring-boot-smoke-test-xml/src/main/java/smoketest/xml/service/HelloWorldService.java similarity index 96% rename from spring-boot-samples/spring-boot-sample-tomcat/src/main/java/sample/tomcat/service/HelloWorldService.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-xml/src/main/java/smoketest/xml/service/HelloWorldService.java index 095a009d03e..675d864a488 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat/src/main/java/sample/tomcat/service/HelloWorldService.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-xml/src/main/java/smoketest/xml/service/HelloWorldService.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.tomcat.service; +package smoketest.xml.service; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; diff --git a/spring-boot-samples/spring-boot-sample-xml/src/main/resources/META-INF/application-context.xml b/spring-boot-smoke-tests/spring-boot-smoke-test-xml/src/main/resources/META-INF/application-context.xml similarity index 78% rename from spring-boot-samples/spring-boot-sample-xml/src/main/resources/META-INF/application-context.xml rename to spring-boot-smoke-tests/spring-boot-smoke-test-xml/src/main/resources/META-INF/application-context.xml index f080646aa12..3453177bdcd 100644 --- a/spring-boot-samples/spring-boot-sample-xml/src/main/resources/META-INF/application-context.xml +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-xml/src/main/resources/META-INF/application-context.xml @@ -8,7 +8,7 @@ - - + + diff --git a/spring-boot-samples/spring-boot-sample-xml/src/test/java/sample/xml/SampleSpringXmlApplicationTests.java b/spring-boot-smoke-tests/spring-boot-smoke-test-xml/src/test/java/smoketest/xml/SampleSpringXmlApplicationTests.java similarity index 98% rename from spring-boot-samples/spring-boot-sample-xml/src/test/java/sample/xml/SampleSpringXmlApplicationTests.java rename to spring-boot-smoke-tests/spring-boot-smoke-test-xml/src/test/java/smoketest/xml/SampleSpringXmlApplicationTests.java index c3f27c40d25..cb721c17fde 100644 --- a/spring-boot-samples/spring-boot-sample-xml/src/test/java/sample/xml/SampleSpringXmlApplicationTests.java +++ b/spring-boot-smoke-tests/spring-boot-smoke-test-xml/src/test/java/smoketest/xml/SampleSpringXmlApplicationTests.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package sample.xml; +package smoketest.xml; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; diff --git a/src/checkstyle/checkstyle-suppressions.xml b/src/checkstyle/checkstyle-suppressions.xml index 8012edb4a87..d9cc49a3c19 100644 --- a/src/checkstyle/checkstyle-suppressions.xml +++ b/src/checkstyle/checkstyle-suppressions.xml @@ -17,8 +17,8 @@ - - + +