diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index bb0d688..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index bc1fa26..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index 0a1b94d..0000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 56f3614..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index b93ac08..0000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 5cc0286..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1579552721341 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7e333a5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: java +install: true + +os: linux +dist: trusty +jdk: oraclejdk11 + +script: + - ./gradlew build \ No newline at end of file diff --git a/build/classes/java/main/META-INF/spring-configuration-metadata.json b/build/classes/java/main/META-INF/spring-configuration-metadata.json deleted file mode 100644 index efffe03..0000000 --- a/build/classes/java/main/META-INF/spring-configuration-metadata.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "groups": [ - { - "name": "spring", - "type": "de.kuksin.multitenant.configuration.datasource.DataSourceProperties", - "sourceType": "de.kuksin.multitenant.configuration.datasource.DataSourceProperties" - } - ], - "properties": [ - { - "name": "spring.datasources", - "type": "java.util.Map", - "sourceType": "de.kuksin.multitenant.configuration.datasource.DataSourceProperties" - } - ], - "hints": [] -} \ No newline at end of file diff --git a/build/classes/java/main/de/kuksin/multitenant/MultiTenantApplication.class b/build/classes/java/main/de/kuksin/multitenant/MultiTenantApplication.class deleted file mode 100644 index e3717de..0000000 Binary files a/build/classes/java/main/de/kuksin/multitenant/MultiTenantApplication.class and /dev/null differ diff --git a/build/classes/java/main/de/kuksin/multitenant/configuration/datasource/CarRoutingDataSource.class b/build/classes/java/main/de/kuksin/multitenant/configuration/datasource/CarRoutingDataSource.class deleted file mode 100644 index d7381d3..0000000 Binary files a/build/classes/java/main/de/kuksin/multitenant/configuration/datasource/CarRoutingDataSource.class and /dev/null differ diff --git a/build/classes/java/main/de/kuksin/multitenant/configuration/datasource/DataSourceConfiguration.class b/build/classes/java/main/de/kuksin/multitenant/configuration/datasource/DataSourceConfiguration.class deleted file mode 100644 index 324e175..0000000 Binary files a/build/classes/java/main/de/kuksin/multitenant/configuration/datasource/DataSourceConfiguration.class and /dev/null differ diff --git a/build/classes/java/main/de/kuksin/multitenant/configuration/datasource/DataSourceProperties.class b/build/classes/java/main/de/kuksin/multitenant/configuration/datasource/DataSourceProperties.class deleted file mode 100644 index ae38f4c..0000000 Binary files a/build/classes/java/main/de/kuksin/multitenant/configuration/datasource/DataSourceProperties.class and /dev/null differ diff --git a/build/classes/java/main/de/kuksin/multitenant/configuration/web/HeaderTenantInterceptor.class b/build/classes/java/main/de/kuksin/multitenant/configuration/web/HeaderTenantInterceptor.class deleted file mode 100644 index 1808bb9..0000000 Binary files a/build/classes/java/main/de/kuksin/multitenant/configuration/web/HeaderTenantInterceptor.class and /dev/null differ diff --git a/build/classes/java/main/de/kuksin/multitenant/configuration/web/ThreadTenantStorage.class b/build/classes/java/main/de/kuksin/multitenant/configuration/web/ThreadTenantStorage.class deleted file mode 100644 index 8fa9d4e..0000000 Binary files a/build/classes/java/main/de/kuksin/multitenant/configuration/web/ThreadTenantStorage.class and /dev/null differ diff --git a/build/classes/java/main/de/kuksin/multitenant/configuration/web/WebConfiguration.class b/build/classes/java/main/de/kuksin/multitenant/configuration/web/WebConfiguration.class deleted file mode 100644 index 24a779d..0000000 Binary files a/build/classes/java/main/de/kuksin/multitenant/configuration/web/WebConfiguration.class and /dev/null differ diff --git a/build/classes/java/main/de/kuksin/multitenant/controller/CarController.class b/build/classes/java/main/de/kuksin/multitenant/controller/CarController.class deleted file mode 100644 index 2475c54..0000000 Binary files a/build/classes/java/main/de/kuksin/multitenant/controller/CarController.class and /dev/null differ diff --git a/build/classes/java/main/de/kuksin/multitenant/entities/Car$CarBuilder.class b/build/classes/java/main/de/kuksin/multitenant/entities/Car$CarBuilder.class deleted file mode 100644 index f8b775a..0000000 Binary files a/build/classes/java/main/de/kuksin/multitenant/entities/Car$CarBuilder.class and /dev/null differ diff --git a/build/classes/java/main/de/kuksin/multitenant/entities/Car.class b/build/classes/java/main/de/kuksin/multitenant/entities/Car.class deleted file mode 100644 index 5bda8d4..0000000 Binary files a/build/classes/java/main/de/kuksin/multitenant/entities/Car.class and /dev/null differ diff --git a/build/classes/java/main/de/kuksin/multitenant/repositories/CarRepository.class b/build/classes/java/main/de/kuksin/multitenant/repositories/CarRepository.class deleted file mode 100644 index c7d0ce0..0000000 Binary files a/build/classes/java/main/de/kuksin/multitenant/repositories/CarRepository.class and /dev/null differ diff --git a/build/classes/java/test/de/kuksin/CarRestTest.class b/build/classes/java/test/de/kuksin/CarRestTest.class deleted file mode 100644 index 8e4cea3..0000000 Binary files a/build/classes/java/test/de/kuksin/CarRestTest.class and /dev/null differ diff --git a/build/classes/java/test/de/kuksin/multitenant/CarRestTest.class b/build/classes/java/test/de/kuksin/multitenant/CarRestTest.class deleted file mode 100644 index ddf120e..0000000 Binary files a/build/classes/java/test/de/kuksin/multitenant/CarRestTest.class and /dev/null differ diff --git a/build/reports/tests/test/classes/de.kuksin.multitenant.CarRestTest.html b/build/reports/tests/test/classes/de.kuksin.multitenant.CarRestTest.html deleted file mode 100644 index 6f06729..0000000 --- a/build/reports/tests/test/classes/de.kuksin.multitenant.CarRestTest.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - -Test results - CarRestTest - - - - - -
-

CarRestTest

- -
- - - - - -
-
- - - - - - - -
-
-
2
-

tests

-
-
-
-
0
-

failures

-
-
-
-
0
-

ignored

-
-
-
-
0.866s
-

duration

-
-
-
-
-
-
100%
-

successful

-
-
-
-
- -
-

Tests

- - - - - - - - - - - - - - - - - - -
TestDurationResult
testCarsWithBMW()0.024spassed
testCarsWithVW()0.842spassed
-
-
-

Standard output

- -
21:43:39.663 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
-21:43:39.679 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
-21:43:39.711 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [de.kuksin.multitenant.CarRestTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
-21:43:39.729 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [de.kuksin.multitenant.CarRestTest], using SpringBootContextLoader
-21:43:39.735 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [de.kuksin.multitenant.CarRestTest]: class path resource [de/kuksin/multitenant/CarRestTest-context.xml] does not exist
-21:43:39.736 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [de.kuksin.multitenant.CarRestTest]: class path resource [de/kuksin/multitenant/CarRestTestContext.groovy] does not exist
-21:43:39.737 [Test worker] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [de.kuksin.multitenant.CarRestTest]: no resource found for suffixes {-context.xml, Context.groovy}.
-21:43:39.738 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [de.kuksin.multitenant.CarRestTest]: CarRestTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
-21:43:39.810 [Test worker] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [de.kuksin.multitenant.CarRestTest]
-21:43:39.895 [Test worker] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [C:\dev\projects\flyway-multiytenancy\build\classes\java\main\de\kuksin\multitenant\MultiTenantApplication.class]
-21:43:39.897 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration de.kuksin.multitenant.MultiTenantApplication for test class de.kuksin.multitenant.CarRestTest
-21:43:40.054 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [de.kuksin.multitenant.CarRestTest]: using defaults.
-21:43:40.055 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
-21:43:40.073 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5af9edc7, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4e6bfaa1, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@372ec842, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@40511b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@15421301, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4ed4dfa, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@45c0e9fd, org.springframework.test.context.event.EventPublishingTestExecutionListener@470ab0d7, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@4255692c, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@2c397e01, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@6e74e57a, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@7c6a6c6b, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@159f66c3]
-21:43:40.080 [Test worker] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@3ab3722e testClass = CarRestTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@7d72c817 testClass = CarRestTest, locations = '{}', classes = '{class de.kuksin.multitenant.MultiTenantApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@4b3fa0b3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@4a12e4fb, [ImportsContextCustomizer@383962fe key = [org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebClientAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration, org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@4f80d7a1, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@54fde0f7, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@198c9dea], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].
-21:43:40.118 [Test worker] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}
-
-  .   ____          _            __ _ _
- /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
-( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
- \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
-  '  |____| .__|_| |_|_| |_\__, | / / / /
- =========|_|==============|___/=/_/_/_/
- :: Spring Boot ::        (v2.2.2.RELEASE)
-
-2020-01-20 21:43:40.556  INFO 3868 --- [    Test worker] de.kuksin.multitenant.CarRestTest        : Starting CarRestTest on DESKTOP-M5IT97G with PID 3868 (started by Artur Kuksin in C:\dev\projects\flyway-multiytenancy)
-2020-01-20 21:43:40.563  INFO 3868 --- [    Test worker] de.kuksin.multitenant.CarRestTest        : No active profile set, falling back to default profiles: default
-2020-01-20 21:43:41.454  INFO 3868 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
-2020-01-20 21:43:41.539  INFO 3868 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 73ms. Found 1 JPA repository interfaces.
-2020-01-20 21:43:42.084  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.124  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$107a7db4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.150  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'relProviderPluginRegistry' of type [org.springframework.plugin.core.support.PluginRegistryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.156  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'relProviderPluginRegistry' of type [org.springframework.plugin.core.OrderAwarePluginRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.165  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean '_relProvider' of type [org.springframework.hateoas.server.core.DelegatingLinkRelationProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.172  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'messageResolver' of type [org.springframework.hateoas.mediatype.MessageSourceResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.178  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.mediatype.hal.HalMediaTypeConfiguration' of type [org.springframework.hateoas.mediatype.hal.HalMediaTypeConfiguration$$EnhancerBySpringCGLIB$$6a6f0c89] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.183  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.186  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.190  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.202  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.205  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.213  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' of type [org.springframework.boot.autoconfigure.jackson.JacksonProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.216  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'standardJacksonObjectMapperBuilderCustomizer' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration$StandardJackson2ObjectMapperBuilderCustomizer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.220  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.244  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'parameterNamesModule' of type [com.fasterxml.jackson.module.paramnames.ParameterNamesModule] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.248  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.258  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'jsonComponentModule' of type [org.springframework.boot.jackson.JsonComponentModule] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.261  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.data.web.config.SpringDataJacksonConfiguration' of type [org.springframework.data.web.config.SpringDataJacksonConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.267  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'jacksonGeoModule' of type [org.springframework.data.geo.GeoModule] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.272  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'jacksonObjectMapperBuilder' of type [org.springframework.http.converter.json.Jackson2ObjectMapperBuilder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.302  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'jacksonObjectMapper' of type [com.fasterxml.jackson.databind.ObjectMapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.346  INFO 3868 --- [    Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'hypermediaWebMvcConverters' of type [org.springframework.hateoas.config.WebConverters] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
-2020-01-20 21:43:42.459  INFO 3868 --- [    Test worker] o.f.c.internal.license.VersionPrinter    : Flyway Community Edition 6.1.4 by Redgate
-2020-01-20 21:43:42.469  INFO 3868 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
-2020-01-20 21:43:42.705  INFO 3868 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
-2020-01-20 21:43:42.730  INFO 3868 --- [    Test worker] o.f.c.internal.database.DatabaseFactory  : Database: jdbc:h2:mem:vw (H2 1.4)
-2020-01-20 21:43:42.793  INFO 3868 --- [    Test worker] o.f.core.internal.command.DbValidate     : Successfully validated 1 migration (execution time 00:00.021s)
-2020-01-20 21:43:42.805  INFO 3868 --- [    Test worker] o.f.c.i.s.JdbcTableSchemaHistory         : Creating Schema History table "PUBLIC"."flyway_schema_history" ...
-2020-01-20 21:43:42.862  INFO 3868 --- [    Test worker] o.f.core.internal.command.DbMigrate      : Current version of schema "PUBLIC": << Empty Schema >>
-2020-01-20 21:43:42.868  INFO 3868 --- [    Test worker] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version 1 - create car table
-2020-01-20 21:43:42.896  INFO 3868 --- [    Test worker] o.f.core.internal.command.DbMigrate      : Successfully applied 1 migration to schema "PUBLIC" (execution time 00:00.043s)
-2020-01-20 21:43:42.904  INFO 3868 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Starting...
-2020-01-20 21:43:42.907  INFO 3868 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-2 - Start completed.
-2020-01-20 21:43:42.907  INFO 3868 --- [    Test worker] o.f.c.internal.database.DatabaseFactory  : Database: jdbc:h2:mem:bmw (H2 1.4)
-2020-01-20 21:43:42.915  INFO 3868 --- [    Test worker] o.f.core.internal.command.DbValidate     : Successfully validated 1 migration (execution time 00:00.004s)
-2020-01-20 21:43:42.925  INFO 3868 --- [    Test worker] o.f.c.i.s.JdbcTableSchemaHistory         : Creating Schema History table "PUBLIC"."flyway_schema_history" ...
-2020-01-20 21:43:42.945  INFO 3868 --- [    Test worker] o.f.core.internal.command.DbMigrate      : Current version of schema "PUBLIC": << Empty Schema >>
-2020-01-20 21:43:42.948  INFO 3868 --- [    Test worker] o.f.core.internal.command.DbMigrate      : Migrating schema "PUBLIC" to version 1 - create car table
-2020-01-20 21:43:42.965  INFO 3868 --- [    Test worker] o.f.core.internal.command.DbMigrate      : Successfully applied 1 migration to schema "PUBLIC" (execution time 00:00.025s)
-2020-01-20 21:43:43.017  INFO 3868 --- [    Test worker] o.f.c.internal.database.DatabaseFactory  : Database: jdbc:h2:mem:vw (H2 1.4)
-2020-01-20 21:43:43.025  INFO 3868 --- [    Test worker] o.f.core.internal.command.DbValidate     : Successfully validated 1 migration (execution time 00:00.005s)
-2020-01-20 21:43:43.034  INFO 3868 --- [    Test worker] o.f.core.internal.command.DbMigrate      : Current version of schema "PUBLIC": 1
-2020-01-20 21:43:43.035  INFO 3868 --- [    Test worker] o.f.core.internal.command.DbMigrate      : Schema "PUBLIC" is up to date. No migration necessary.
-2020-01-20 21:43:43.212  INFO 3868 --- [    Test worker] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
-2020-01-20 21:43:43.325  INFO 3868 --- [    Test worker] org.hibernate.Version                    : HHH000412: Hibernate Core {5.4.9.Final}
-2020-01-20 21:43:43.543  INFO 3868 --- [    Test worker] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
-2020-01-20 21:43:43.744  INFO 3868 --- [    Test worker] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
-2020-01-20 21:43:44.760  INFO 3868 --- [    Test worker] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
-2020-01-20 21:43:44.770  INFO 3868 --- [    Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
-2020-01-20 21:43:46.070  WARN 3868 --- [    Test worker] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
-2020-01-20 21:43:46.346  INFO 3868 --- [    Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
-2020-01-20 21:43:47.218  INFO 3868 --- [    Test worker] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
-2020-01-20 21:43:47.218  INFO 3868 --- [    Test worker] o.s.t.web.servlet.TestDispatcherServlet  : Initializing Servlet ''
-2020-01-20 21:43:47.247  INFO 3868 --- [    Test worker] o.s.t.web.servlet.TestDispatcherServlet  : Completed initialization in 29 ms
-2020-01-20 21:43:47.286  INFO 3868 --- [    Test worker] de.kuksin.multitenant.CarRestTest        : Started CarRestTest in 7.156 seconds (JVM running for 8.675)
-
-
-
-
- -
- - diff --git a/build/reports/tests/test/css/base-style.css b/build/reports/tests/test/css/base-style.css deleted file mode 100644 index 4afa73e..0000000 --- a/build/reports/tests/test/css/base-style.css +++ /dev/null @@ -1,179 +0,0 @@ - -body { - margin: 0; - padding: 0; - font-family: sans-serif; - font-size: 12pt; -} - -body, a, a:visited { - color: #303030; -} - -#content { - padding-left: 50px; - padding-right: 50px; - padding-top: 30px; - padding-bottom: 30px; -} - -#content h1 { - font-size: 160%; - margin-bottom: 10px; -} - -#footer { - margin-top: 100px; - font-size: 80%; - white-space: nowrap; -} - -#footer, #footer a { - color: #a0a0a0; -} - -#line-wrapping-toggle { - vertical-align: middle; -} - -#label-for-line-wrapping-toggle { - vertical-align: middle; -} - -ul { - margin-left: 0; -} - -h1, h2, h3 { - white-space: nowrap; -} - -h2 { - font-size: 120%; -} - -ul.tabLinks { - padding-left: 0; - padding-top: 10px; - padding-bottom: 10px; - overflow: auto; - min-width: 800px; - width: auto !important; - width: 800px; -} - -ul.tabLinks li { - float: left; - height: 100%; - list-style: none; - padding-left: 10px; - padding-right: 10px; - padding-top: 5px; - padding-bottom: 5px; - margin-bottom: 0; - -moz-border-radius: 7px; - border-radius: 7px; - margin-right: 25px; - border: solid 1px #d4d4d4; - background-color: #f0f0f0; -} - -ul.tabLinks li:hover { - background-color: #fafafa; -} - -ul.tabLinks li.selected { - background-color: #c5f0f5; - border-color: #c5f0f5; -} - -ul.tabLinks a { - font-size: 120%; - display: block; - outline: none; - text-decoration: none; - margin: 0; - padding: 0; -} - -ul.tabLinks li h2 { - margin: 0; - padding: 0; -} - -div.tab { -} - -div.selected { - display: block; -} - -div.deselected { - display: none; -} - -div.tab table { - min-width: 350px; - width: auto !important; - width: 350px; - border-collapse: collapse; -} - -div.tab th, div.tab table { - border-bottom: solid #d0d0d0 1px; -} - -div.tab th { - text-align: left; - white-space: nowrap; - padding-left: 6em; -} - -div.tab th:first-child { - padding-left: 0; -} - -div.tab td { - white-space: nowrap; - padding-left: 6em; - padding-top: 5px; - padding-bottom: 5px; -} - -div.tab td:first-child { - padding-left: 0; -} - -div.tab td.numeric, div.tab th.numeric { - text-align: right; -} - -span.code { - display: inline-block; - margin-top: 0em; - margin-bottom: 1em; -} - -span.code pre { - font-size: 11pt; - padding-top: 10px; - padding-bottom: 10px; - padding-left: 10px; - padding-right: 10px; - margin: 0; - background-color: #f7f7f7; - border: solid 1px #d0d0d0; - min-width: 700px; - width: auto !important; - width: 700px; -} - -span.wrapped pre { - word-wrap: break-word; - white-space: pre-wrap; - word-break: break-all; -} - -label.hidden { - display: none; -} \ No newline at end of file diff --git a/build/reports/tests/test/css/style.css b/build/reports/tests/test/css/style.css deleted file mode 100644 index 3dc4913..0000000 --- a/build/reports/tests/test/css/style.css +++ /dev/null @@ -1,84 +0,0 @@ - -#summary { - margin-top: 30px; - margin-bottom: 40px; -} - -#summary table { - border-collapse: collapse; -} - -#summary td { - vertical-align: top; -} - -.breadcrumbs, .breadcrumbs a { - color: #606060; -} - -.infoBox { - width: 110px; - padding-top: 15px; - padding-bottom: 15px; - text-align: center; -} - -.infoBox p { - margin: 0; -} - -.counter, .percent { - font-size: 120%; - font-weight: bold; - margin-bottom: 8px; -} - -#duration { - width: 125px; -} - -#successRate, .summaryGroup { - border: solid 2px #d0d0d0; - -moz-border-radius: 10px; - border-radius: 10px; -} - -#successRate { - width: 140px; - margin-left: 35px; -} - -#successRate .percent { - font-size: 180%; -} - -.success, .success a { - color: #008000; -} - -div.success, #successRate.success { - background-color: #bbd9bb; - border-color: #008000; -} - -.failures, .failures a { - color: #b60808; -} - -.skipped, .skipped a { - color: #c09853; -} - -div.failures, #successRate.failures { - background-color: #ecdada; - border-color: #b60808; -} - -ul.linkList { - padding-left: 0; -} - -ul.linkList li { - list-style: none; - margin-bottom: 5px; -} diff --git a/build/reports/tests/test/index.html b/build/reports/tests/test/index.html deleted file mode 100644 index 414579e..0000000 --- a/build/reports/tests/test/index.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - -Test results - Test Summary - - - - - -
-

Test Summary

-
- - - - - -
-
- - - - - - - -
-
-
2
-

tests

-
-
-
-
0
-

failures

-
-
-
-
0
-

ignored

-
-
-
-
0.866s
-

duration

-
-
-
-
-
-
100%
-

successful

-
-
-
-
- -
-

Packages

- - - - - - - - - - - - - - - - - - - - - -
PackageTestsFailuresIgnoredDurationSuccess rate
-de.kuksin.multitenant -2000.866s100%
-
-
-

Classes

- - - - - - - - - - - - - - - - - - - - - -
ClassTestsFailuresIgnoredDurationSuccess rate
-de.kuksin.multitenant.CarRestTest -2000.866s100%
-
-
- -
- - diff --git a/build/reports/tests/test/js/report.js b/build/reports/tests/test/js/report.js deleted file mode 100644 index 83bab4a..0000000 --- a/build/reports/tests/test/js/report.js +++ /dev/null @@ -1,194 +0,0 @@ -(function (window, document) { - "use strict"; - - var tabs = {}; - - function changeElementClass(element, classValue) { - if (element.getAttribute("className")) { - element.setAttribute("className", classValue); - } else { - element.setAttribute("class", classValue); - } - } - - function getClassAttribute(element) { - if (element.getAttribute("className")) { - return element.getAttribute("className"); - } else { - return element.getAttribute("class"); - } - } - - function addClass(element, classValue) { - changeElementClass(element, getClassAttribute(element) + " " + classValue); - } - - function removeClass(element, classValue) { - changeElementClass(element, getClassAttribute(element).replace(classValue, "")); - } - - function initTabs() { - var container = document.getElementById("tabs"); - - tabs.tabs = findTabs(container); - tabs.titles = findTitles(tabs.tabs); - tabs.headers = findHeaders(container); - tabs.select = select; - tabs.deselectAll = deselectAll; - tabs.select(0); - - return true; - } - - function getCheckBox() { - return document.getElementById("line-wrapping-toggle"); - } - - function getLabelForCheckBox() { - return document.getElementById("label-for-line-wrapping-toggle"); - } - - function findCodeBlocks() { - var spans = document.getElementById("tabs").getElementsByTagName("span"); - var codeBlocks = []; - for (var i = 0; i < spans.length; ++i) { - if (spans[i].className.indexOf("code") >= 0) { - codeBlocks.push(spans[i]); - } - } - return codeBlocks; - } - - function forAllCodeBlocks(operation) { - var codeBlocks = findCodeBlocks(); - - for (var i = 0; i < codeBlocks.length; ++i) { - operation(codeBlocks[i], "wrapped"); - } - } - - function toggleLineWrapping() { - var checkBox = getCheckBox(); - - if (checkBox.checked) { - forAllCodeBlocks(addClass); - } else { - forAllCodeBlocks(removeClass); - } - } - - function initControls() { - if (findCodeBlocks().length > 0) { - var checkBox = getCheckBox(); - var label = getLabelForCheckBox(); - - checkBox.onclick = toggleLineWrapping; - checkBox.checked = false; - - removeClass(label, "hidden"); - } - } - - function switchTab() { - var id = this.id.substr(1); - - for (var i = 0; i < tabs.tabs.length; i++) { - if (tabs.tabs[i].id === id) { - tabs.select(i); - break; - } - } - - return false; - } - - function select(i) { - this.deselectAll(); - - changeElementClass(this.tabs[i], "tab selected"); - changeElementClass(this.headers[i], "selected"); - - while (this.headers[i].firstChild) { - this.headers[i].removeChild(this.headers[i].firstChild); - } - - var h2 = document.createElement("H2"); - - h2.appendChild(document.createTextNode(this.titles[i])); - this.headers[i].appendChild(h2); - } - - function deselectAll() { - for (var i = 0; i < this.tabs.length; i++) { - changeElementClass(this.tabs[i], "tab deselected"); - changeElementClass(this.headers[i], "deselected"); - - while (this.headers[i].firstChild) { - this.headers[i].removeChild(this.headers[i].firstChild); - } - - var a = document.createElement("A"); - - a.setAttribute("id", "ltab" + i); - a.setAttribute("href", "#tab" + i); - a.onclick = switchTab; - a.appendChild(document.createTextNode(this.titles[i])); - - this.headers[i].appendChild(a); - } - } - - function findTabs(container) { - return findChildElements(container, "DIV", "tab"); - } - - function findHeaders(container) { - var owner = findChildElements(container, "UL", "tabLinks"); - return findChildElements(owner[0], "LI", null); - } - - function findTitles(tabs) { - var titles = []; - - for (var i = 0; i < tabs.length; i++) { - var tab = tabs[i]; - var header = findChildElements(tab, "H2", null)[0]; - - header.parentNode.removeChild(header); - - if (header.innerText) { - titles.push(header.innerText); - } else { - titles.push(header.textContent); - } - } - - return titles; - } - - function findChildElements(container, name, targetClass) { - var elements = []; - var children = container.childNodes; - - for (var i = 0; i < children.length; i++) { - var child = children.item(i); - - if (child.nodeType === 1 && child.nodeName === name) { - if (targetClass && child.className.indexOf(targetClass) < 0) { - continue; - } - - elements.push(child); - } - } - - return elements; - } - - // Entry point. - - window.onload = function() { - initTabs(); - initControls(); - }; -} (window, window.document)); \ No newline at end of file diff --git a/build/reports/tests/test/packages/de.kuksin.multitenant.html b/build/reports/tests/test/packages/de.kuksin.multitenant.html deleted file mode 100644 index d99ddf4..0000000 --- a/build/reports/tests/test/packages/de.kuksin.multitenant.html +++ /dev/null @@ -1,103 +0,0 @@ - - - - - -Test results - Package de.kuksin.multitenant - - - - - -
-

Package de.kuksin.multitenant

- -
- - - - - -
-
- - - - - - - -
-
-
2
-

tests

-
-
-
-
0
-

failures

-
-
-
-
0
-

ignored

-
-
-
-
0.866s
-

duration

-
-
-
-
-
-
100%
-

successful

-
-
-
-
- -
-

Classes

- - - - - - - - - - - - - - - - - - - -
ClassTestsFailuresIgnoredDurationSuccess rate
-CarRestTest -2000.866s100%
-
-
- -
- - diff --git a/build/resources/main/application.yaml b/build/resources/main/application.yaml deleted file mode 100644 index 36610ef..0000000 --- a/build/resources/main/application.yaml +++ /dev/null @@ -1,19 +0,0 @@ -spring: - datasources: - vw: - jdbcUrl: jdbc:h2:mem:vw - driverClassName: org.h2.Driver - username: sa - password: password - bmw: - jdbcUrl: jdbc:h2:mem:bmw - driverClassName: org.h2.Driver - username: sa - password: password - audi: - jdbcUrl: jdbc:h2:mem:audi - driverClassName: org.h2.Driver - username: sa - password: password - jpa: - database-platform: org.hibernate.dialect.H2Dialect diff --git a/build/resources/main/db/migration/V1__create_car_table.sql b/build/resources/main/db/migration/V1__create_car_table.sql deleted file mode 100644 index fbe83c4..0000000 --- a/build/resources/main/db/migration/V1__create_car_table.sql +++ /dev/null @@ -1,6 +0,0 @@ -CREATE TABLE car -( - id INT AUTO_INCREMENT PRIMARY KEY, - name VARCHAR(255), - color VARCHAR(255) -); \ No newline at end of file diff --git a/build/test-results/test/TEST-de.kuksin.multitenant.CarRestTest.xml b/build/test-results/test/TEST-de.kuksin.multitenant.CarRestTest.xml deleted file mode 100644 index 5345cf6..0000000 --- a/build/test-results/test/TEST-de.kuksin.multitenant.CarRestTest.xml +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - true]], class annotated with @DirtiesContext [false] with mode [null]. -21:43:40.118 [Test worker] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1} - - . ____ _ __ _ _ - /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ -( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ - \\/ ___)| |_)| | | | | || (_| | ) ) ) ) - ' |____| .__|_| |_|_| |_\__, | / / / / - =========|_|==============|___/=/_/_/_/ - :: Spring Boot :: (v2.2.2.RELEASE) - -2020-01-20 21:43:40.556 INFO 3868 --- [ Test worker] de.kuksin.multitenant.CarRestTest : Starting CarRestTest on DESKTOP-M5IT97G with PID 3868 (started by Artur Kuksin in C:\dev\projects\flyway-multiytenancy) -2020-01-20 21:43:40.563 INFO 3868 --- [ Test worker] de.kuksin.multitenant.CarRestTest : No active profile set, falling back to default profiles: default -2020-01-20 21:43:41.454 INFO 3868 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. -2020-01-20 21:43:41.539 INFO 3868 --- [ Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 73ms. Found 1 JPA repository interfaces. -2020-01-20 21:43:42.084 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.124 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.config.HateoasConfiguration' of type [org.springframework.hateoas.config.HateoasConfiguration$$EnhancerBySpringCGLIB$$107a7db4] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.150 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'relProviderPluginRegistry' of type [org.springframework.plugin.core.support.PluginRegistryFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.156 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'relProviderPluginRegistry' of type [org.springframework.plugin.core.OrderAwarePluginRegistry] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.165 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean '_relProvider' of type [org.springframework.hateoas.server.core.DelegatingLinkRelationProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.172 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'messageResolver' of type [org.springframework.hateoas.mediatype.MessageSourceResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.178 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.hateoas.mediatype.hal.HalMediaTypeConfiguration' of type [org.springframework.hateoas.mediatype.hal.HalMediaTypeConfiguration$$EnhancerBySpringCGLIB$$6a6f0c89] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.183 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.186 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.190 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.202 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.205 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'stringOrNumberMigrationVersionConverter' of type [org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration$StringOrNumberToMigrationVersionConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.213 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties' of type [org.springframework.boot.autoconfigure.jackson.JacksonProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.216 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'standardJacksonObjectMapperBuilderCustomizer' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration$StandardJackson2ObjectMapperBuilderCustomizer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.220 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.244 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'parameterNamesModule' of type [com.fasterxml.jackson.module.paramnames.ParameterNamesModule] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.248 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration' of type [org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.258 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'jsonComponentModule' of type [org.springframework.boot.jackson.JsonComponentModule] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.261 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.data.web.config.SpringDataJacksonConfiguration' of type [org.springframework.data.web.config.SpringDataJacksonConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.267 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'jacksonGeoModule' of type [org.springframework.data.geo.GeoModule] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.272 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'jacksonObjectMapperBuilder' of type [org.springframework.http.converter.json.Jackson2ObjectMapperBuilder] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.302 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'jacksonObjectMapper' of type [com.fasterxml.jackson.databind.ObjectMapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.346 INFO 3868 --- [ Test worker] trationDelegate$BeanPostProcessorChecker : Bean 'hypermediaWebMvcConverters' of type [org.springframework.hateoas.config.WebConverters] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2020-01-20 21:43:42.459 INFO 3868 --- [ Test worker] o.f.c.internal.license.VersionPrinter : Flyway Community Edition 6.1.4 by Redgate -2020-01-20 21:43:42.469 INFO 3868 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... -2020-01-20 21:43:42.705 INFO 3868 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. -2020-01-20 21:43:42.730 INFO 3868 --- [ Test worker] o.f.c.internal.database.DatabaseFactory : Database: jdbc:h2:mem:vw (H2 1.4) -2020-01-20 21:43:42.793 INFO 3868 --- [ Test worker] o.f.core.internal.command.DbValidate : Successfully validated 1 migration (execution time 00:00.021s) -2020-01-20 21:43:42.805 INFO 3868 --- [ Test worker] o.f.c.i.s.JdbcTableSchemaHistory : Creating Schema History table "PUBLIC"."flyway_schema_history" ... -2020-01-20 21:43:42.862 INFO 3868 --- [ Test worker] o.f.core.internal.command.DbMigrate : Current version of schema "PUBLIC": << Empty Schema >> -2020-01-20 21:43:42.868 INFO 3868 --- [ Test worker] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1 - create car table -2020-01-20 21:43:42.896 INFO 3868 --- [ Test worker] o.f.core.internal.command.DbMigrate : Successfully applied 1 migration to schema "PUBLIC" (execution time 00:00.043s) -2020-01-20 21:43:42.904 INFO 3868 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting... -2020-01-20 21:43:42.907 INFO 3868 --- [ Test worker] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed. -2020-01-20 21:43:42.907 INFO 3868 --- [ Test worker] o.f.c.internal.database.DatabaseFactory : Database: jdbc:h2:mem:bmw (H2 1.4) -2020-01-20 21:43:42.915 INFO 3868 --- [ Test worker] o.f.core.internal.command.DbValidate : Successfully validated 1 migration (execution time 00:00.004s) -2020-01-20 21:43:42.925 INFO 3868 --- [ Test worker] o.f.c.i.s.JdbcTableSchemaHistory : Creating Schema History table "PUBLIC"."flyway_schema_history" ... -2020-01-20 21:43:42.945 INFO 3868 --- [ Test worker] o.f.core.internal.command.DbMigrate : Current version of schema "PUBLIC": << Empty Schema >> -2020-01-20 21:43:42.948 INFO 3868 --- [ Test worker] o.f.core.internal.command.DbMigrate : Migrating schema "PUBLIC" to version 1 - create car table -2020-01-20 21:43:42.965 INFO 3868 --- [ Test worker] o.f.core.internal.command.DbMigrate : Successfully applied 1 migration to schema "PUBLIC" (execution time 00:00.025s) -2020-01-20 21:43:43.017 INFO 3868 --- [ Test worker] o.f.c.internal.database.DatabaseFactory : Database: jdbc:h2:mem:vw (H2 1.4) -2020-01-20 21:43:43.025 INFO 3868 --- [ Test worker] o.f.core.internal.command.DbValidate : Successfully validated 1 migration (execution time 00:00.005s) -2020-01-20 21:43:43.034 INFO 3868 --- [ Test worker] o.f.core.internal.command.DbMigrate : Current version of schema "PUBLIC": 1 -2020-01-20 21:43:43.035 INFO 3868 --- [ Test worker] o.f.core.internal.command.DbMigrate : Schema "PUBLIC" is up to date. No migration necessary. -2020-01-20 21:43:43.212 INFO 3868 --- [ Test worker] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] -2020-01-20 21:43:43.325 INFO 3868 --- [ Test worker] org.hibernate.Version : HHH000412: Hibernate Core {5.4.9.Final} -2020-01-20 21:43:43.543 INFO 3868 --- [ Test worker] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final} -2020-01-20 21:43:43.744 INFO 3868 --- [ Test worker] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect -2020-01-20 21:43:44.760 INFO 3868 --- [ Test worker] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] -2020-01-20 21:43:44.770 INFO 3868 --- [ Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' -2020-01-20 21:43:46.070 WARN 3868 --- [ Test worker] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning -2020-01-20 21:43:46.346 INFO 3868 --- [ Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' -2020-01-20 21:43:47.218 INFO 3868 --- [ Test worker] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet '' -2020-01-20 21:43:47.218 INFO 3868 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet '' -2020-01-20 21:43:47.247 INFO 3868 --- [ Test worker] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 29 ms -2020-01-20 21:43:47.286 INFO 3868 --- [ Test worker] de.kuksin.multitenant.CarRestTest : Started CarRestTest in 7.156 seconds (JVM running for 8.675) -]]> - - diff --git a/build/test-results/test/binary/output.bin b/build/test-results/test/binary/output.bin deleted file mode 100644 index d23a565..0000000 Binary files a/build/test-results/test/binary/output.bin and /dev/null differ diff --git a/build/test-results/test/binary/output.bin.idx b/build/test-results/test/binary/output.bin.idx deleted file mode 100644 index 1fad26b..0000000 Binary files a/build/test-results/test/binary/output.bin.idx and /dev/null differ diff --git a/build/test-results/test/binary/results.bin b/build/test-results/test/binary/results.bin deleted file mode 100644 index 28b63d5..0000000 Binary files a/build/test-results/test/binary/results.bin and /dev/null differ