Skip to content
Snippets Groups Projects
Commit c287f482 authored by dietricf's avatar dietricf
Browse files

Backend init

parent f7fdda3f
No related branches found
No related tags found
No related merge requests found
...@@ -112,3 +112,60 @@ Using generated security password: a812133f-35d4-4543-ad3b-beac779c7a32 ...@@ -112,3 +112,60 @@ Using generated security password: a812133f-35d4-4543-ad3b-beac779c7a32
2020-02-14 08:14:27.596 INFO 1588 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' 2020-02-14 08:14:27.596 INFO 1588 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-14 08:14:27.596 INFO 1588 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2020-02-14 08:14:27.596 INFO 1588 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2020-02-14 08:14:27.612 INFO 1588 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. 2020-02-14 08:14:27.612 INFO 1588 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2020-02-14 09:07:44.425 INFO 9552 --- [main] o.e.o.g.c.VersionControllerTest : No active profile set, falling back to default profiles: default
2020-02-14 09:07:45.675 INFO 9552 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2020-02-14 09:07:45.800 INFO 9552 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 102ms. Found 1 JPA repository interfaces.
2020-02-14 09:07:46.253 INFO 9552 --- [main] o.s.cloud.context.scope.GenericScope : BeanFactory id=e789f3a1-9aa3-35ec-a9f6-bc60eb945940
2020-02-14 09:07:47.315 INFO 9552 --- [main] 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-02-14 09:07:47.378 INFO 9552 --- [main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2020-02-14 09:07:47.690 INFO 9552 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2020-02-14 09:07:47.893 INFO 9552 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2020-02-14 09:07:48.003 INFO 9552 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2020-02-14 09:07:48.159 INFO 9552 --- [main] org.hibernate.Version : HHH000412: Hibernate Core {5.4.10.Final}
2020-02-14 09:07:48.221 INFO 9552 --- [main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
2020-02-14 09:07:48.534 INFO 9552 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQL10Dialect
2020-02-14 09:07:49.534 INFO 9552 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-02-14 09:07:49.550 INFO 9552 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-02-14 09:07:49.628 WARN 9552 --- [main] 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-02-14 09:07:50.831 INFO 9552 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2020-02-14 09:07:51.065 WARN 9552 --- [main] o.s.c.n.a.ArchaiusAutoConfiguration : No spring.application.name found, defaulting to 'application'
2020-02-14 09:07:51.081 WARN 9552 --- [main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2020-02-14 09:07:51.081 INFO 9552 --- [main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2020-02-14 09:07:51.096 WARN 9552 --- [main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2020-02-14 09:07:51.096 INFO 9552 --- [main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2020-02-14 09:07:51.518 INFO 9552 --- [main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2020-02-14 09:07:52.065 INFO 9552 --- [main] .s.s.UserDetailsServiceAutoConfiguration :
Using generated security password: 606fba7b-5903-4214-b5b7-c0e9753ce720
2020-02-14 09:07:52.268 INFO 9552 --- [main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@8891e30, org.springframework.security.web.context.SecurityContextPersistenceFilter@78b0c3be, org.springframework.security.web.header.HeaderWriterFilter@43ddf897, org.springframework.security.web.authentication.logout.LogoutFilter@43d97e16, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1d86558b, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@370bc5d5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3b3d552f, org.springframework.security.web.session.SessionManagementFilter@130c4351, org.springframework.security.web.access.ExceptionTranslationFilter@369ab294]
2020-02-14 09:07:52.425 INFO 9552 --- [main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2020-02-14 09:07:52.425 INFO 9552 --- [main] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet ''
2020-02-14 09:07:52.440 INFO 9552 --- [main] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 15 ms
2020-02-14 09:07:52.862 INFO 9552 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2020-02-14 09:07:52.909 INFO 9552 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2020-02-14 09:07:52.956 INFO 9552 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2020-02-14 09:07:53.237 INFO 9552 --- [main] o.e.o.g.c.VersionControllerTest : Started VersionControllerTest in 10.623 seconds (JVM running for 12.614)
2020-02-14 09:07:53.596 INFO 9552 --- [main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.eclipse.openk.gridfailureinformation.service.VersionServiceTest]: no resource found for suffixes {-context.xml, Context.groovy}.
2020-02-14 09:07:53.628 INFO 9552 --- [main] b.t.a.o.j.DataJpaTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, 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.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, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener]
2020-02-14 09:07:53.628 INFO 9552 --- [main] b.t.a.o.j.DataJpaTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5595cf14, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@744528fd, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@2501dd50, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@3722865e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4cb412c1, org.springframework.test.context.transaction.TransactionalTestExecutionListener@116bc96a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3aab7d4a, org.springframework.test.context.event.EventPublishingTestExecutionListener@19181c37, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@755637cf, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@3a399096, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5b19ebb6, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@2b9ad46, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@46151a91, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@30de9fe5, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@248e9613]
2020-02-14 09:07:54.206 INFO 9552 --- [main] o.e.o.g.service.VersionServiceTest : No active profile set, falling back to default profiles: default
2020-02-14 09:07:54.362 INFO 9552 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2020-02-14 09:07:54.393 INFO 9552 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 29ms. Found 1 JPA repository interfaces.
2020-02-14 09:07:54.425 INFO 9552 --- [main] beddedDataSourceBeanFactoryPostProcessor : Replacing 'dataSource' DataSource bean with embedded version
2020-02-14 09:07:54.581 INFO 9552 --- [main] o.s.j.d.e.EmbeddedDatabaseFactory : Starting embedded database: url='jdbc:h2:mem:2fd48523-92e2-4901-986e-f2a9da1aff87;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
2020-02-14 09:07:55.018 INFO 9552 --- [main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2020-02-14 09:07:55.034 INFO 9552 --- [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
2020-02-14 09:07:55.253 INFO 9552 --- [main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2020-02-14 09:07:55.253 INFO 9552 --- [main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2020-02-14 09:07:55.331 INFO 9552 --- [main] o.e.o.g.service.VersionServiceTest : Started VersionServiceTest in 1.687 seconds (JVM running for 14.699)
2020-02-14 09:07:55.362 INFO 9552 --- [main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@611dc4e6 testClass = VersionServiceTest, testInstance = org.eclipse.openk.gridfailureinformation.service.VersionServiceTest@6dbd954a, testMethod = shouldGetVersionCorrectlyInErrorCase@VersionServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@a164106 testClass = VersionServiceTest, locations = '{}', classes = '{class org.eclipse.openk.gridfailureinformation.config.TestConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@3e287cc1 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@40f35e52, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3c8a7e38, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@e046eaa3, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@3e6dfeae, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@351584c0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@8759bf5c, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3238e2aa], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@30b5fa43]; rollback [true]
2020-02-14 09:07:55.393 INFO 9552 --- [main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@611dc4e6 testClass = VersionServiceTest, testInstance = org.eclipse.openk.gridfailureinformation.service.VersionServiceTest@6dbd954a, testMethod = shouldGetVersionCorrectlyInErrorCase@VersionServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@a164106 testClass = VersionServiceTest, locations = '{}', classes = '{class org.eclipse.openk.gridfailureinformation.config.TestConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@3e287cc1 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@40f35e52, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3c8a7e38, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@e046eaa3, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@3e6dfeae, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@351584c0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@8759bf5c, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3238e2aa], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2020-02-14 09:07:55.409 INFO 9552 --- [main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@611dc4e6 testClass = VersionServiceTest, testInstance = org.eclipse.openk.gridfailureinformation.service.VersionServiceTest@84ef92b, testMethod = shouldGetVersionProperly@VersionServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@a164106 testClass = VersionServiceTest, locations = '{}', classes = '{class org.eclipse.openk.gridfailureinformation.config.TestConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@3e287cc1 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@40f35e52, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3c8a7e38, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@e046eaa3, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@3e6dfeae, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@351584c0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@8759bf5c, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3238e2aa], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@30b5fa43]; rollback [true]
2020-02-14 09:07:55.440 INFO 9552 --- [main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test: [DefaultTestContext@611dc4e6 testClass = VersionServiceTest, testInstance = org.eclipse.openk.gridfailureinformation.service.VersionServiceTest@84ef92b, testMethod = shouldGetVersionProperly@VersionServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@a164106 testClass = VersionServiceTest, locations = '{}', classes = '{class org.eclipse.openk.gridfailureinformation.config.TestConfiguration}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTestContextBootstrapper=true}', contextCustomizers = set[[ImportsContextCustomizer@3e287cc1 key = [org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration, org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration, org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration, org.springframework.boot.autoconfigure.jdbc.JdbcTemplateAutoConfiguration, org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration, org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration, org.springframework.boot.autoconfigure.transaction.TransactionAutoConfiguration, org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration, org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration]], org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@40f35e52, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@3c8a7e38, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@e046eaa3, org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer@3e6dfeae, org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer@351584c0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@8759bf5c, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3238e2aa], contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map[[empty]]]
2020-02-14 09:07:55.471 INFO 9552 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2020-02-14 09:07:55.471 INFO 9552 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-14 09:07:55.471 INFO 9552 --- [SpringContextShutdownHook] .SchemaDropperImpl$DelayedDropActionImpl : HHH000477: Starting delayed evictData of schema as part of SessionFactory shut-down'
2020-02-14 09:07:55.487 INFO 9552 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2020-02-14 09:07:55.487 INFO 9552 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2020-02-14 09:07:55.503 INFO 9552 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<flyway.sqlMigrationSeparator>__</flyway.sqlMigrationSeparator> <flyway.sqlMigrationSeparator>__</flyway.sqlMigrationSeparator>
<flyway.url>jdbc:postgresql://entopticadirx:5432/GridFailureInfoDevServer</flyway.url> <flyway.url>jdbc:postgresql://entopticadirx:5432/GridFailureInfoDevServer</flyway.url>
<flyway.user>cbd_service</flyway.user> <flyway.user>gfi_service</flyway.user>
<flyway.password>gfi_service</flyway.password> <flyway.password>gfi_service</flyway.password>
<flyway.schemas>public</flyway.schemas> <flyway.schemas>public</flyway.schemas>
<flyway.locations>filesystem:src/main/resources/db/migration/</flyway.locations> <flyway.locations>filesystem:src/main/resources/db/migration/</flyway.locations>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment