-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathusers.log
More file actions
286 lines (286 loc) · 96.9 KB
/
users.log
File metadata and controls
286 lines (286 loc) · 96.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
2022-07-27 18:57:16,748 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:305] Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.spread.users.UsersApplicationTests], using SpringBootContextLoader
2022-07-27 18:57:16,846 INFO [main] o.s.t.c.s.AbstractContextLoader [AbstractContextLoader.java:264] Could not detect default resource locations for test class [com.spread.users.UsersApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2022-07-27 18:57:16,868 INFO [main] o.s.t.c.s.AnnotationConfigContextLoaderUtils [AnnotationConfigContextLoaderUtils.java:83] Could not detect default configuration classes for test class [com.spread.users.UsersApplicationTests]: UsersApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2022-07-27 18:57:17,771 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [SpringBootTestContextBootstrapper.java:238] Found @SpringBootConfiguration com.spread.users.UsersApplication for test class com.spread.users.UsersApplicationTests
2022-07-27 18:57:18,624 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:245] 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.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, 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]
2022-07-27 18:57:19,212 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:174] Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@52de51b6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@18c5069b, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@3a0d172f, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@68ad99fe, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@485e36bc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@781f10f2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2a79d4b1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2e9fda69, org.springframework.test.context.event.EventPublishingTestExecutionListener@17cdf2d0, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@1755e85b, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@736d6a5c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@2371aaca, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@5b529706, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@63fdab07, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7b5a12ae, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5553d0f5, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@1af687fe]
2022-07-27 18:57:22,686 INFO [background-preinit] o.h.v.i.u.Version [Version.java:21] HV000001: Hibernate Validator 6.2.3.Final
2022-07-27 18:57:22,805 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:55] Starting UsersApplicationTests using Java 17.0.1 on Nelsons-MacBook-Pro.local with PID 7503 (started by muturi in /Users/muturi/Documents/Projects/Spread/users/users)
2022-07-27 18:57:22,807 DEBUG [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:56] Running with Spring Boot v2.7.2, Spring v5.3.22
2022-07-27 18:57:22,809 INFO [main] c.s.u.UsersApplicationTests [SpringApplication.java:634] No active profile set, falling back to 1 default profile: "default"
2022-07-27 18:57:32,477 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:132] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-27 18:57:32,852 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:201] Finished Spring Data repository scanning in 315 ms. Found 2 JPA repository interfaces.
2022-07-27 18:57:37,132 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2022-07-27 18:57:42,232 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2022-07-27 18:57:43,018 INFO [main] o.h.j.i.u.LogHelper [LogHelper.java:31] HHH000204: Processing PersistenceUnitInfo [name: default]
2022-07-27 18:57:43,513 INFO [main] o.h.Version [Version.java:44] HHH000412: Hibernate ORM core version 5.6.10.Final
2022-07-27 18:57:44,535 INFO [main] o.h.a.c.Version [JavaReflectionManager.java:56] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-27 18:57:45,337 INFO [main] o.h.d.Dialect [Dialect.java:175] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-07-27 18:57:48,518 INFO [main] o.h.e.t.j.p.i.JtaPlatformInitiator [JtaPlatformInitiator.java:52] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-27 18:57:49,205 INFO [main] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:437] Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-07-27 18:57:53,316 WARN [main] o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration [JpaBaseConfiguration.java:219] 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
2022-07-27 18:57:56,444 INFO [main] o.s.s.w.DefaultSecurityFilterChain [DefaultSecurityFilterChain.java:55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@38e88e13, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3a720ae3, org.springframework.security.web.context.SecurityContextPersistenceFilter@125ba798, org.springframework.security.web.header.HeaderWriterFilter@19d3f4fb, org.springframework.web.filter.CorsFilter@1fe37d27, org.springframework.security.web.csrf.CsrfFilter@689ea211, org.springframework.security.web.authentication.logout.LogoutFilter@7da9b32c, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@8de8b07, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5cb32140, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3e265811, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1718de70, org.springframework.security.web.session.SessionManagementFilter@356ab368, org.springframework.security.web.access.ExceptionTranslationFilter@7a491a60, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@ebbbe20]
2022-07-27 18:57:58,772 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:61] Started UsersApplicationTests in 39.024 seconds (JVM running for 47.132)
2022-07-27 18:57:59,775 INFO [SpringApplicationShutdownHook] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:651] Closing JPA EntityManagerFactory for persistence unit 'default'
2022-07-27 18:57:59,803 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:350] HikariPool-1 - Shutdown initiated...
2022-07-27 18:57:59,880 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:352] HikariPool-1 - Shutdown completed.
2022-07-27 19:15:11,609 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:305] Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.spread.users.UsersApplicationTests], using SpringBootContextLoader
2022-07-27 19:15:11,638 INFO [main] o.s.t.c.s.AbstractContextLoader [AbstractContextLoader.java:264] Could not detect default resource locations for test class [com.spread.users.UsersApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2022-07-27 19:15:11,641 INFO [main] o.s.t.c.s.AnnotationConfigContextLoaderUtils [AnnotationConfigContextLoaderUtils.java:83] Could not detect default configuration classes for test class [com.spread.users.UsersApplicationTests]: UsersApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2022-07-27 19:15:12,109 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [SpringBootTestContextBootstrapper.java:238] Found @SpringBootConfiguration com.spread.users.UsersApplication for test class com.spread.users.UsersApplicationTests
2022-07-27 19:15:12,650 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:245] 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.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, 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]
2022-07-27 19:15:12,807 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:174] Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@52de51b6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@18c5069b, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@3a0d172f, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@68ad99fe, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@485e36bc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@781f10f2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2a79d4b1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2e9fda69, org.springframework.test.context.event.EventPublishingTestExecutionListener@17cdf2d0, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@1755e85b, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@736d6a5c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@2371aaca, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@5b529706, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@63fdab07, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7b5a12ae, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5553d0f5, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@1af687fe]
2022-07-27 19:15:14,594 INFO [background-preinit] o.h.v.i.u.Version [Version.java:21] HV000001: Hibernate Validator 6.2.3.Final
2022-07-27 19:15:14,644 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:55] Starting UsersApplicationTests using Java 17.0.1 on Nelsons-MacBook-Pro.local with PID 7711 (started by muturi in /Users/muturi/Documents/Projects/Spread/users/users)
2022-07-27 19:15:14,645 DEBUG [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:56] Running with Spring Boot v2.7.2, Spring v5.3.22
2022-07-27 19:15:14,647 INFO [main] c.s.u.UsersApplicationTests [SpringApplication.java:634] No active profile set, falling back to 1 default profile: "default"
2022-07-27 19:15:19,703 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:132] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-27 19:15:19,963 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:201] Finished Spring Data repository scanning in 125 ms. Found 2 JPA repository interfaces.
2022-07-27 19:15:22,213 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2022-07-27 19:15:23,113 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2022-07-27 19:15:23,460 INFO [main] o.h.j.i.u.LogHelper [LogHelper.java:31] HHH000204: Processing PersistenceUnitInfo [name: default]
2022-07-27 19:15:23,850 INFO [main] o.h.Version [Version.java:44] HHH000412: Hibernate ORM core version 5.6.10.Final
2022-07-27 19:15:24,729 INFO [main] o.h.a.c.Version [JavaReflectionManager.java:56] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-27 19:15:25,362 INFO [main] o.h.d.Dialect [Dialect.java:175] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-07-27 19:15:28,585 INFO [main] o.h.e.t.j.p.i.JtaPlatformInitiator [JtaPlatformInitiator.java:52] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-27 19:15:28,956 INFO [main] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:437] Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-07-27 19:15:30,407 WARN [main] o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration [JpaBaseConfiguration.java:219] 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
2022-07-27 19:15:32,089 INFO [main] o.s.s.w.DefaultSecurityFilterChain [DefaultSecurityFilterChain.java:55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@59509393, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1d6dc2b8, org.springframework.security.web.context.SecurityContextPersistenceFilter@4a0f4282, org.springframework.security.web.header.HeaderWriterFilter@da5b46f, org.springframework.web.filter.CorsFilter@7ec75228, org.springframework.security.web.csrf.CsrfFilter@11fa11b2, org.springframework.security.web.authentication.logout.LogoutFilter@50d6af87, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@6bbac73d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5c1ea00, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@66df362c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@55cf5626, org.springframework.security.web.session.SessionManagementFilter@5aefdb9e, org.springframework.security.web.access.ExceptionTranslationFilter@2604940, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@752fecbf]
2022-07-27 19:15:33,733 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:61] Started UsersApplicationTests in 20.704 seconds (JVM running for 25.242)
2022-07-27 19:15:34,671 INFO [SpringApplicationShutdownHook] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:651] Closing JPA EntityManagerFactory for persistence unit 'default'
2022-07-27 19:15:34,676 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:350] HikariPool-1 - Shutdown initiated...
2022-07-27 19:15:34,713 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:352] HikariPool-1 - Shutdown completed.
2022-07-27 19:21:46,459 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:305] Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.spread.users.UsersApplicationTests], using SpringBootContextLoader
2022-07-27 19:21:46,469 INFO [main] o.s.t.c.s.AbstractContextLoader [AbstractContextLoader.java:264] Could not detect default resource locations for test class [com.spread.users.UsersApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2022-07-27 19:21:46,472 INFO [main] o.s.t.c.s.AnnotationConfigContextLoaderUtils [AnnotationConfigContextLoaderUtils.java:83] Could not detect default configuration classes for test class [com.spread.users.UsersApplicationTests]: UsersApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2022-07-27 19:21:46,674 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [SpringBootTestContextBootstrapper.java:238] Found @SpringBootConfiguration com.spread.users.UsersApplication for test class com.spread.users.UsersApplicationTests
2022-07-27 19:21:46,912 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:245] 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.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, 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]
2022-07-27 19:21:47,002 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:174] Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@52de51b6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@18c5069b, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@3a0d172f, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@68ad99fe, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@485e36bc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@781f10f2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2a79d4b1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2e9fda69, org.springframework.test.context.event.EventPublishingTestExecutionListener@17cdf2d0, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@1755e85b, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@736d6a5c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@2371aaca, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@5b529706, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@63fdab07, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7b5a12ae, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5553d0f5, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@1af687fe]
2022-07-27 19:21:47,816 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:55] Starting UsersApplicationTests using Java 17.0.1 on Nelsons-MacBook-Pro.local with PID 7802 (started by muturi in /Users/muturi/Documents/Projects/Spread/users/users)
2022-07-27 19:21:47,819 DEBUG [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:56] Running with Spring Boot v2.7.2, Spring v5.3.22
2022-07-27 19:21:47,821 INFO [main] c.s.u.UsersApplicationTests [SpringApplication.java:634] No active profile set, falling back to 1 default profile: "default"
2022-07-27 19:21:47,828 INFO [background-preinit] o.h.v.i.u.Version [Version.java:21] HV000001: Hibernate Validator 6.2.3.Final
2022-07-27 19:21:49,490 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:132] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-27 19:21:49,677 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:201] Finished Spring Data repository scanning in 171 ms. Found 2 JPA repository interfaces.
2022-07-27 19:21:51,039 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2022-07-27 19:21:51,858 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2022-07-27 19:21:52,006 INFO [main] o.h.j.i.u.LogHelper [LogHelper.java:31] HHH000204: Processing PersistenceUnitInfo [name: default]
2022-07-27 19:21:52,144 INFO [main] o.h.Version [Version.java:44] HHH000412: Hibernate ORM core version 5.6.10.Final
2022-07-27 19:21:52,565 INFO [main] o.h.a.c.Version [JavaReflectionManager.java:56] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-27 19:21:52,807 INFO [main] o.h.d.Dialect [Dialect.java:175] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-07-27 19:21:53,868 INFO [main] o.h.e.t.j.p.i.JtaPlatformInitiator [JtaPlatformInitiator.java:52] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-27 19:21:54,035 INFO [main] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:437] Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-07-27 19:21:55,039 WARN [main] o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration [JpaBaseConfiguration.java:219] 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
2022-07-27 19:21:56,339 INFO [main] o.s.s.w.DefaultSecurityFilterChain [DefaultSecurityFilterChain.java:55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@439d649c, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6e475994, org.springframework.security.web.context.SecurityContextPersistenceFilter@748fa354, org.springframework.security.web.header.HeaderWriterFilter@5cb32140, org.springframework.web.filter.CorsFilter@55a2f08b, org.springframework.security.web.csrf.CsrfFilter@470866d1, org.springframework.security.web.authentication.logout.LogoutFilter@34d26a68, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@457d3f54, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5ed88e31, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@38f3dbbf, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1a99744a, org.springframework.security.web.session.SessionManagementFilter@31daf094, org.springframework.security.web.access.ExceptionTranslationFilter@64e247e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@28c75c93]
2022-07-27 19:21:57,643 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:61] Started UsersApplicationTests in 10.557 seconds (JVM running for 13.022)
2022-07-27 19:21:58,297 INFO [SpringApplicationShutdownHook] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:651] Closing JPA EntityManagerFactory for persistence unit 'default'
2022-07-27 19:21:58,303 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:350] HikariPool-1 - Shutdown initiated...
2022-07-27 19:21:58,340 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:352] HikariPool-1 - Shutdown completed.
2022-07-27 19:26:14,298 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:305] Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.spread.users.UsersApplicationTests], using SpringBootContextLoader
2022-07-27 19:26:14,313 INFO [main] o.s.t.c.s.AbstractContextLoader [AbstractContextLoader.java:264] Could not detect default resource locations for test class [com.spread.users.UsersApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2022-07-27 19:26:14,317 INFO [main] o.s.t.c.s.AnnotationConfigContextLoaderUtils [AnnotationConfigContextLoaderUtils.java:83] Could not detect default configuration classes for test class [com.spread.users.UsersApplicationTests]: UsersApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2022-07-27 19:26:14,583 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [SpringBootTestContextBootstrapper.java:238] Found @SpringBootConfiguration com.spread.users.UsersApplication for test class com.spread.users.UsersApplicationTests
2022-07-27 19:26:14,865 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:245] 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.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, 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]
2022-07-27 19:26:14,992 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:174] Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@52de51b6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@18c5069b, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@3a0d172f, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@68ad99fe, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@485e36bc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@781f10f2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2a79d4b1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2e9fda69, org.springframework.test.context.event.EventPublishingTestExecutionListener@17cdf2d0, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@1755e85b, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@736d6a5c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@2371aaca, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@5b529706, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@63fdab07, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7b5a12ae, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5553d0f5, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@1af687fe]
2022-07-27 19:26:15,880 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:55] Starting UsersApplicationTests using Java 17.0.1 on Nelsons-MacBook-Pro.local with PID 7862 (started by muturi in /Users/muturi/Documents/Projects/Spread/users/users)
2022-07-27 19:26:15,892 DEBUG [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:56] Running with Spring Boot v2.7.2, Spring v5.3.22
2022-07-27 19:26:15,895 INFO [main] c.s.u.UsersApplicationTests [SpringApplication.java:634] No active profile set, falling back to 1 default profile: "default"
2022-07-27 19:26:15,914 INFO [background-preinit] o.h.v.i.u.Version [Version.java:21] HV000001: Hibernate Validator 6.2.3.Final
2022-07-27 19:26:17,957 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:132] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-27 19:26:18,097 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:201] Finished Spring Data repository scanning in 121 ms. Found 2 JPA repository interfaces.
2022-07-27 19:26:19,703 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2022-07-27 19:26:20,628 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2022-07-27 19:26:20,839 INFO [main] o.h.j.i.u.LogHelper [LogHelper.java:31] HHH000204: Processing PersistenceUnitInfo [name: default]
2022-07-27 19:26:20,999 INFO [main] o.h.Version [Version.java:44] HHH000412: Hibernate ORM core version 5.6.10.Final
2022-07-27 19:26:21,487 INFO [main] o.h.a.c.Version [JavaReflectionManager.java:56] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-27 19:26:21,748 INFO [main] o.h.d.Dialect [Dialect.java:175] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-07-27 19:26:22,990 INFO [main] o.h.e.t.j.p.i.JtaPlatformInitiator [JtaPlatformInitiator.java:52] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-27 19:26:23,194 INFO [main] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:437] Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-07-27 19:26:24,394 WARN [main] o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration [JpaBaseConfiguration.java:219] 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
2022-07-27 19:26:26,048 INFO [main] o.s.s.w.DefaultSecurityFilterChain [DefaultSecurityFilterChain.java:55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@95aeee4, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3c1d6ef0, org.springframework.security.web.context.SecurityContextPersistenceFilter@3fe3ebb3, org.springframework.security.web.header.HeaderWriterFilter@5c9168c3, org.springframework.web.filter.CorsFilter@2e2c9e24, org.springframework.security.web.csrf.CsrfFilter@712213ed, org.springframework.security.web.authentication.logout.LogoutFilter@3e265811, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@5e7ea81b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@22fe90df, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@118c1faa, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3dd27116, org.springframework.security.web.session.SessionManagementFilter@689ea211, org.springframework.security.web.access.ExceptionTranslationFilter@755033c5, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@743f58c3]
2022-07-27 19:26:27,689 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:61] Started UsersApplicationTests in 12.613 seconds (JVM running for 15.318)
2022-07-27 19:26:28,199 INFO [SpringApplicationShutdownHook] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:651] Closing JPA EntityManagerFactory for persistence unit 'default'
2022-07-27 19:26:28,203 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:350] HikariPool-1 - Shutdown initiated...
2022-07-27 19:26:28,228 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:352] HikariPool-1 - Shutdown completed.
2022-07-27 19:36:38,886 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:305] Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.spread.users.UsersApplicationTests], using SpringBootContextLoader
2022-07-27 19:36:38,898 INFO [main] o.s.t.c.s.AbstractContextLoader [AbstractContextLoader.java:264] Could not detect default resource locations for test class [com.spread.users.UsersApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2022-07-27 19:36:38,901 INFO [main] o.s.t.c.s.AnnotationConfigContextLoaderUtils [AnnotationConfigContextLoaderUtils.java:83] Could not detect default configuration classes for test class [com.spread.users.UsersApplicationTests]: UsersApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2022-07-27 19:36:39,114 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [SpringBootTestContextBootstrapper.java:238] Found @SpringBootConfiguration com.spread.users.UsersApplication for test class com.spread.users.UsersApplicationTests
2022-07-27 19:36:39,343 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:245] 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.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, 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]
2022-07-27 19:36:39,374 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:174] Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@64a8c844, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3f6db3fb, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@52de51b6, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@18c5069b, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@3a0d172f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@68ad99fe, org.springframework.test.context.transaction.TransactionalTestExecutionListener@485e36bc, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@781f10f2, org.springframework.test.context.event.EventPublishingTestExecutionListener@2a79d4b1, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@2e9fda69, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@17cdf2d0, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@1755e85b, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@736d6a5c, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@2371aaca, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@5b529706, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@63fdab07, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@7b5a12ae]
2022-07-27 19:36:40,201 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:55] Starting UsersApplicationTests using Java 17.0.1 on Nelsons-MacBook-Pro.local with PID 7992 (started by muturi in /Users/muturi/Documents/Projects/Spread/users/users)
2022-07-27 19:36:40,202 DEBUG [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:56] Running with Spring Boot v2.7.2, Spring v5.3.22
2022-07-27 19:36:40,206 INFO [main] c.s.u.UsersApplicationTests [SpringApplication.java:634] No active profile set, falling back to 1 default profile: "default"
2022-07-27 19:36:40,221 INFO [background-preinit] o.h.v.i.u.Version [Version.java:21] HV000001: Hibernate Validator 6.2.3.Final
2022-07-27 19:36:41,929 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:132] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-27 19:36:42,054 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:201] Finished Spring Data repository scanning in 108 ms. Found 2 JPA repository interfaces.
2022-07-27 19:36:43,287 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2022-07-27 19:36:44,020 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2022-07-27 19:36:44,130 INFO [main] o.h.j.i.u.LogHelper [LogHelper.java:31] HHH000204: Processing PersistenceUnitInfo [name: default]
2022-07-27 19:36:44,229 INFO [main] o.h.Version [Version.java:44] HHH000412: Hibernate ORM core version 5.6.10.Final
2022-07-27 19:36:44,578 INFO [main] o.h.a.c.Version [JavaReflectionManager.java:56] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-27 19:36:44,808 INFO [main] o.h.d.Dialect [Dialect.java:175] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-07-27 19:36:45,871 INFO [main] o.h.e.t.j.p.i.JtaPlatformInitiator [JtaPlatformInitiator.java:52] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-27 19:36:46,026 INFO [main] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:437] Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-07-27 19:36:47,035 WARN [main] o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration [JpaBaseConfiguration.java:219] 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
2022-07-27 19:36:48,371 INFO [main] o.s.s.w.DefaultSecurityFilterChain [DefaultSecurityFilterChain.java:55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@32084a01, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@66d73e2d, org.springframework.security.web.context.SecurityContextPersistenceFilter@574413bd, org.springframework.security.web.header.HeaderWriterFilter@74267ece, org.springframework.web.filter.CorsFilter@2433bcd4, org.springframework.security.web.csrf.CsrfFilter@99f75e4, org.springframework.security.web.authentication.logout.LogoutFilter@5418893c, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@6b64921f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4f5df012, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@765eb801, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@75d9b73c, org.springframework.security.web.session.SessionManagementFilter@33986be7, org.springframework.security.web.access.ExceptionTranslationFilter@43c20142, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2e2c9e24]
2022-07-27 19:36:49,765 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:61] Started UsersApplicationTests in 10.328 seconds (JVM running for 12.69)
2022-07-27 19:36:50,380 INFO [SpringApplicationShutdownHook] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:651] Closing JPA EntityManagerFactory for persistence unit 'default'
2022-07-27 19:36:50,386 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:350] HikariPool-1 - Shutdown initiated...
2022-07-27 19:36:50,413 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:352] HikariPool-1 - Shutdown completed.
2022-07-27 19:43:31,111 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:305] Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.spread.users.UsersApplicationTests], using SpringBootContextLoader
2022-07-27 19:43:31,124 INFO [main] o.s.t.c.s.AbstractContextLoader [AbstractContextLoader.java:264] Could not detect default resource locations for test class [com.spread.users.UsersApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2022-07-27 19:43:31,126 INFO [main] o.s.t.c.s.AnnotationConfigContextLoaderUtils [AnnotationConfigContextLoaderUtils.java:83] Could not detect default configuration classes for test class [com.spread.users.UsersApplicationTests]: UsersApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2022-07-27 19:43:31,413 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [SpringBootTestContextBootstrapper.java:238] Found @SpringBootConfiguration com.spread.users.UsersApplication for test class com.spread.users.UsersApplicationTests
2022-07-27 19:43:31,644 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:245] 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.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, 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]
2022-07-27 19:43:31,688 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:174] Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@52de51b6, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@18c5069b, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@3a0d172f, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@68ad99fe, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@485e36bc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@781f10f2, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2a79d4b1, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2e9fda69, org.springframework.test.context.event.EventPublishingTestExecutionListener@17cdf2d0, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@1755e85b, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@736d6a5c, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@2371aaca, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@5b529706, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@63fdab07, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7b5a12ae, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@5553d0f5, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@1af687fe]
2022-07-27 19:43:32,545 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:55] Starting UsersApplicationTests using Java 17.0.1 on Nelsons-MacBook-Pro.local with PID 8067 (started by muturi in /Users/muturi/Documents/Projects/Spread/users/users)
2022-07-27 19:43:32,547 DEBUG [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:56] Running with Spring Boot v2.7.2, Spring v5.3.22
2022-07-27 19:43:32,549 INFO [main] c.s.u.UsersApplicationTests [SpringApplication.java:634] No active profile set, falling back to 1 default profile: "default"
2022-07-27 19:43:32,554 INFO [background-preinit] o.h.v.i.u.Version [Version.java:21] HV000001: Hibernate Validator 6.2.3.Final
2022-07-27 19:43:34,159 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:132] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-27 19:43:34,276 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:201] Finished Spring Data repository scanning in 104 ms. Found 2 JPA repository interfaces.
2022-07-27 19:43:35,618 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2022-07-27 19:43:36,353 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2022-07-27 19:43:36,463 INFO [main] o.h.j.i.u.LogHelper [LogHelper.java:31] HHH000204: Processing PersistenceUnitInfo [name: default]
2022-07-27 19:43:36,609 INFO [main] o.h.Version [Version.java:44] HHH000412: Hibernate ORM core version 5.6.10.Final
2022-07-27 19:43:36,958 INFO [main] o.h.a.c.Version [JavaReflectionManager.java:56] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-27 19:43:37,185 INFO [main] o.h.d.Dialect [Dialect.java:175] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-07-27 19:43:38,185 INFO [main] o.h.e.t.j.p.i.JtaPlatformInitiator [JtaPlatformInitiator.java:52] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-27 19:43:38,358 INFO [main] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:437] Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-07-27 19:43:39,302 WARN [main] o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration [JpaBaseConfiguration.java:219] 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
2022-07-27 19:43:40,585 INFO [main] o.s.s.w.DefaultSecurityFilterChain [DefaultSecurityFilterChain.java:55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7568134c, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@28c75c93, org.springframework.security.web.context.SecurityContextPersistenceFilter@3fe3ebb3, org.springframework.security.web.header.HeaderWriterFilter@5c9168c3, org.springframework.web.filter.CorsFilter@35217e0, org.springframework.security.web.csrf.CsrfFilter@712213ed, org.springframework.security.web.authentication.logout.LogoutFilter@62c1259f, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@22349ad3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@22fe90df, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@118c1faa, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@95aeee4, org.springframework.security.web.session.SessionManagementFilter@689ea211, org.springframework.security.web.access.ExceptionTranslationFilter@755033c5, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@53fd59d4]
2022-07-27 19:43:41,871 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:61] Started UsersApplicationTests in 10.095 seconds (JVM running for 12.424)
2022-07-27 19:43:42,480 INFO [SpringApplicationShutdownHook] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:651] Closing JPA EntityManagerFactory for persistence unit 'default'
2022-07-27 19:43:42,486 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:350] HikariPool-1 - Shutdown initiated...
2022-07-27 19:43:42,521 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:352] HikariPool-1 - Shutdown completed.
2022-07-29 08:53:10,831 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:305] Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.spread.users.UsersApplicationTests], using SpringBootContextLoader
2022-07-29 08:53:10,884 INFO [main] o.s.t.c.s.AbstractContextLoader [AbstractContextLoader.java:264] Could not detect default resource locations for test class [com.spread.users.UsersApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2022-07-29 08:53:10,906 INFO [main] o.s.t.c.s.AnnotationConfigContextLoaderUtils [AnnotationConfigContextLoaderUtils.java:83] Could not detect default configuration classes for test class [com.spread.users.UsersApplicationTests]: UsersApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2022-07-29 08:53:11,665 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [SpringBootTestContextBootstrapper.java:238] Found @SpringBootConfiguration com.spread.users.UsersApplication for test class com.spread.users.UsersApplicationTests
2022-07-29 08:53:12,462 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:245] 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.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, 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]
2022-07-29 08:53:12,661 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:174] Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@c5ee75e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@48a12036, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@bf1ec20, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@70efb718, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@b70da4c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4a11eb84, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4e858e0a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@435fb7b5, org.springframework.test.context.event.EventPublishingTestExecutionListener@4e70a728, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@b7838a9, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@696f0212, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5733f295, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1c3146bc, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@56c698e3, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@47a86fbb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@f478a81, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@19553973]
2022-07-29 08:53:15,120 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:55] Starting UsersApplicationTests using Java 17.0.1 on Nelsons-MacBook-Pro.local with PID 5441 (started by muturi in /Users/muturi/Documents/Projects/Spread/users/users)
2022-07-29 08:53:15,121 DEBUG [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:56] Running with Spring Boot v2.7.2, Spring v5.3.22
2022-07-29 08:53:15,123 INFO [main] c.s.u.UsersApplicationTests [SpringApplication.java:634] No active profile set, falling back to 1 default profile: "default"
2022-07-29 08:53:15,130 INFO [background-preinit] o.h.v.i.u.Version [Version.java:21] HV000001: Hibernate Validator 6.2.3.Final
2022-07-29 08:53:25,356 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:132] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-29 08:53:25,790 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:201] Finished Spring Data repository scanning in 325 ms. Found 2 JPA repository interfaces.
2022-07-29 08:53:29,180 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2022-07-29 08:53:31,490 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2022-07-29 08:53:31,933 INFO [main] o.h.j.i.u.LogHelper [LogHelper.java:31] HHH000204: Processing PersistenceUnitInfo [name: default]
2022-07-29 08:53:32,283 INFO [main] o.h.Version [Version.java:44] HHH000412: Hibernate ORM core version 5.6.10.Final
2022-07-29 08:53:33,007 INFO [main] o.h.a.c.Version [JavaReflectionManager.java:56] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-29 08:53:33,730 INFO [main] o.h.d.Dialect [Dialect.java:175] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-07-29 08:53:36,543 INFO [main] o.h.e.t.j.p.i.JtaPlatformInitiator [JtaPlatformInitiator.java:52] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-29 08:53:36,876 INFO [main] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:437] Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-07-29 08:53:39,006 WARN [main] o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration [JpaBaseConfiguration.java:219] 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
2022-07-29 08:53:41,635 INFO [main] o.s.s.w.DefaultSecurityFilterChain [DefaultSecurityFilterChain.java:55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@677274e7, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@54c17a2b, org.springframework.security.web.context.SecurityContextPersistenceFilter@1ec09a68, org.springframework.security.web.header.HeaderWriterFilter@50d6af87, org.springframework.web.filter.CorsFilter@16279a5d, org.springframework.security.web.csrf.CsrfFilter@66df362c, org.springframework.security.web.authentication.logout.LogoutFilter@a7fd77f, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@c7cbc2d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@46df794e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@22a2e581, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1f7949dc, org.springframework.security.web.session.SessionManagementFilter@7bdddfa4, org.springframework.security.web.access.ExceptionTranslationFilter@556e4588, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@55cf5626]
2022-07-29 08:53:43,888 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:61] Started UsersApplicationTests in 30.971 seconds (JVM running for 37.339)
2022-07-29 08:53:45,715 INFO [SpringApplicationShutdownHook] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:651] Closing JPA EntityManagerFactory for persistence unit 'default'
2022-07-29 08:53:45,719 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:350] HikariPool-1 - Shutdown initiated...
2022-07-29 08:53:45,757 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:352] HikariPool-1 - Shutdown completed.
2022-07-29 13:48:24,925 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:305] Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.spread.users.UsersApplicationTests], using SpringBootContextLoader
2022-07-29 13:48:24,986 INFO [main] o.s.t.c.s.AbstractContextLoader [AbstractContextLoader.java:264] Could not detect default resource locations for test class [com.spread.users.UsersApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2022-07-29 13:48:24,989 INFO [main] o.s.t.c.s.AnnotationConfigContextLoaderUtils [AnnotationConfigContextLoaderUtils.java:83] Could not detect default configuration classes for test class [com.spread.users.UsersApplicationTests]: UsersApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2022-07-29 13:48:25,406 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [SpringBootTestContextBootstrapper.java:238] Found @SpringBootConfiguration com.spread.users.UsersApplication for test class com.spread.users.UsersApplicationTests
2022-07-29 13:48:25,616 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:245] 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.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, 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]
2022-07-29 13:48:25,702 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:174] Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@c5ee75e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@48a12036, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@bf1ec20, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@70efb718, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@b70da4c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4a11eb84, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4e858e0a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@435fb7b5, org.springframework.test.context.event.EventPublishingTestExecutionListener@4e70a728, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@b7838a9, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@696f0212, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5733f295, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1c3146bc, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@56c698e3, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@47a86fbb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@f478a81, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@19553973]
2022-07-29 13:48:26,512 INFO [background-preinit] o.h.v.i.u.Version [Version.java:21] HV000001: Hibernate Validator 6.2.3.Final
2022-07-29 13:48:26,530 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:55] Starting UsersApplicationTests using Java 17.0.1 on Nelsons-MacBook-Pro.local with PID 8065 (started by muturi in /Users/muturi/Documents/Projects/Spread/users/users)
2022-07-29 13:48:26,531 DEBUG [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:56] Running with Spring Boot v2.7.2, Spring v5.3.22
2022-07-29 13:48:26,533 INFO [main] c.s.u.UsersApplicationTests [SpringApplication.java:634] No active profile set, falling back to 1 default profile: "default"
2022-07-29 13:48:28,339 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:132] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-29 13:48:28,466 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:201] Finished Spring Data repository scanning in 110 ms. Found 2 JPA repository interfaces.
2022-07-29 13:48:29,855 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2022-07-29 13:48:30,683 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2022-07-29 13:48:30,806 INFO [main] o.h.j.i.u.LogHelper [LogHelper.java:31] HHH000204: Processing PersistenceUnitInfo [name: default]
2022-07-29 13:48:30,930 INFO [main] o.h.Version [Version.java:44] HHH000412: Hibernate ORM core version 5.6.10.Final
2022-07-29 13:48:31,361 INFO [main] o.h.a.c.Version [JavaReflectionManager.java:56] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-29 13:48:31,590 INFO [main] o.h.d.Dialect [Dialect.java:175] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-07-29 13:48:32,674 INFO [main] o.h.e.t.j.p.i.JtaPlatformInitiator [JtaPlatformInitiator.java:52] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-29 13:48:32,838 INFO [main] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:437] Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-07-29 13:48:33,849 WARN [main] o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration [JpaBaseConfiguration.java:219] 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
2022-07-29 13:48:35,213 INFO [main] o.s.s.w.DefaultSecurityFilterChain [DefaultSecurityFilterChain.java:55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@38e88e13, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@3a720ae3, org.springframework.security.web.context.SecurityContextPersistenceFilter@125ba798, org.springframework.security.web.header.HeaderWriterFilter@19d3f4fb, org.springframework.web.filter.CorsFilter@1fe37d27, org.springframework.security.web.csrf.CsrfFilter@689ea211, org.springframework.security.web.authentication.logout.LogoutFilter@7da9b32c, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@8de8b07, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5cb32140, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3e265811, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@1718de70, org.springframework.security.web.session.SessionManagementFilter@356ab368, org.springframework.security.web.access.ExceptionTranslationFilter@7a491a60, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@ebbbe20]
2022-07-29 13:48:36,406 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:61] Started UsersApplicationTests in 10.606 seconds (JVM running for 13.707)
2022-07-29 13:48:37,447 INFO [SpringApplicationShutdownHook] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:651] Closing JPA EntityManagerFactory for persistence unit 'default'
2022-07-29 13:48:37,451 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:350] HikariPool-1 - Shutdown initiated...
2022-07-29 13:48:37,474 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:352] HikariPool-1 - Shutdown completed.
2022-07-29 14:14:57,071 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:305] Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.spread.users.UsersApplicationTests], using SpringBootContextLoader
2022-07-29 14:14:57,084 INFO [main] o.s.t.c.s.AbstractContextLoader [AbstractContextLoader.java:264] Could not detect default resource locations for test class [com.spread.users.UsersApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2022-07-29 14:14:57,087 INFO [main] o.s.t.c.s.AnnotationConfigContextLoaderUtils [AnnotationConfigContextLoaderUtils.java:83] Could not detect default configuration classes for test class [com.spread.users.UsersApplicationTests]: UsersApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2022-07-29 14:14:57,378 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [SpringBootTestContextBootstrapper.java:238] Found @SpringBootConfiguration com.spread.users.UsersApplication for test class com.spread.users.UsersApplicationTests
2022-07-29 14:14:57,605 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:245] 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.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, 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]
2022-07-29 14:14:57,653 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:174] Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6c25e6c4, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@85e6769, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@c5ee75e, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@48a12036, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@bf1ec20, org.springframework.test.context.support.DirtiesContextTestExecutionListener@70efb718, org.springframework.test.context.transaction.TransactionalTestExecutionListener@b70da4c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4a11eb84, org.springframework.test.context.event.EventPublishingTestExecutionListener@4e858e0a, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@435fb7b5, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@4e70a728, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@b7838a9, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@696f0212, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@5733f295, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@1c3146bc, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@56c698e3, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@47a86fbb]
2022-07-29 14:14:58,480 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:55] Starting UsersApplicationTests using Java 17.0.1 on Nelsons-MacBook-Pro.local with PID 8290 (started by muturi in /Users/muturi/Documents/Projects/Spread/users/users)
2022-07-29 14:14:58,483 DEBUG [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:56] Running with Spring Boot v2.7.2, Spring v5.3.22
2022-07-29 14:14:58,485 INFO [main] c.s.u.UsersApplicationTests [SpringApplication.java:634] No active profile set, falling back to 1 default profile: "default"
2022-07-29 14:14:58,491 INFO [background-preinit] o.h.v.i.u.Version [Version.java:21] HV000001: Hibernate Validator 6.2.3.Final
2022-07-29 14:15:00,392 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:132] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-29 14:15:00,517 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:201] Finished Spring Data repository scanning in 104 ms. Found 2 JPA repository interfaces.
2022-07-29 14:15:01,805 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2022-07-29 14:15:02,661 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2022-07-29 14:15:02,785 INFO [main] o.h.j.i.u.LogHelper [LogHelper.java:31] HHH000204: Processing PersistenceUnitInfo [name: default]
2022-07-29 14:15:02,913 INFO [main] o.h.Version [Version.java:44] HHH000412: Hibernate ORM core version 5.6.10.Final
2022-07-29 14:15:03,269 INFO [main] o.h.a.c.Version [JavaReflectionManager.java:56] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-29 14:15:03,516 INFO [main] o.h.d.Dialect [Dialect.java:175] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-07-29 14:15:04,549 INFO [main] o.h.e.t.j.p.i.JtaPlatformInitiator [JtaPlatformInitiator.java:52] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-29 14:15:04,732 INFO [main] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:437] Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-07-29 14:15:05,716 WARN [main] o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration [JpaBaseConfiguration.java:219] 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
2022-07-29 14:15:07,078 INFO [main] o.s.s.w.DefaultSecurityFilterChain [DefaultSecurityFilterChain.java:55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@55a2f08b, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1a99744a, org.springframework.security.web.context.SecurityContextPersistenceFilter@3e265811, org.springframework.security.web.header.HeaderWriterFilter@125ba798, org.springframework.web.filter.CorsFilter@32084a01, org.springframework.security.web.csrf.CsrfFilter@22fe90df, org.springframework.security.web.authentication.logout.LogoutFilter@3a574a3b, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@1da61a29, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@3ad9fea, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@70ab1ce0, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@66d73e2d, org.springframework.security.web.session.SessionManagementFilter@5cb32140, org.springframework.security.web.access.ExceptionTranslationFilter@356ab368, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@95aeee4]
2022-07-29 14:15:08,430 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:61] Started UsersApplicationTests in 10.696 seconds (JVM running for 13.277)
2022-07-29 14:15:09,536 INFO [SpringApplicationShutdownHook] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:651] Closing JPA EntityManagerFactory for persistence unit 'default'
2022-07-29 14:15:09,541 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:350] HikariPool-1 - Shutdown initiated...
2022-07-29 14:15:09,568 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:352] HikariPool-1 - Shutdown completed.
2022-07-29 14:27:07,728 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:305] Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.spread.users.UsersApplicationTests], using SpringBootContextLoader
2022-07-29 14:27:07,740 INFO [main] o.s.t.c.s.AbstractContextLoader [AbstractContextLoader.java:264] Could not detect default resource locations for test class [com.spread.users.UsersApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2022-07-29 14:27:07,743 INFO [main] o.s.t.c.s.AnnotationConfigContextLoaderUtils [AnnotationConfigContextLoaderUtils.java:83] Could not detect default configuration classes for test class [com.spread.users.UsersApplicationTests]: UsersApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2022-07-29 14:27:08,029 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [SpringBootTestContextBootstrapper.java:238] Found @SpringBootConfiguration com.spread.users.UsersApplication for test class com.spread.users.UsersApplicationTests
2022-07-29 14:27:08,244 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:245] 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.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, 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]
2022-07-29 14:27:08,299 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:174] Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@c5ee75e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@48a12036, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@bf1ec20, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@70efb718, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@b70da4c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4a11eb84, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4e858e0a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@435fb7b5, org.springframework.test.context.event.EventPublishingTestExecutionListener@4e70a728, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@b7838a9, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@696f0212, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5733f295, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1c3146bc, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@56c698e3, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@47a86fbb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@f478a81, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@19553973]
2022-07-29 14:27:09,092 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:55] Starting UsersApplicationTests using Java 17.0.1 on Nelsons-MacBook-Pro.local with PID 8408 (started by muturi in /Users/muturi/Documents/Projects/Spread/users/users)
2022-07-29 14:27:09,094 DEBUG [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:56] Running with Spring Boot v2.7.2, Spring v5.3.22
2022-07-29 14:27:09,096 INFO [main] c.s.u.UsersApplicationTests [SpringApplication.java:634] No active profile set, falling back to 1 default profile: "default"
2022-07-29 14:27:09,103 INFO [background-preinit] o.h.v.i.u.Version [Version.java:21] HV000001: Hibernate Validator 6.2.3.Final
2022-07-29 14:27:10,815 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:132] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-29 14:27:10,933 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:201] Finished Spring Data repository scanning in 102 ms. Found 2 JPA repository interfaces.
2022-07-29 14:27:12,165 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2022-07-29 14:27:12,961 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2022-07-29 14:27:13,078 INFO [main] o.h.j.i.u.LogHelper [LogHelper.java:31] HHH000204: Processing PersistenceUnitInfo [name: default]
2022-07-29 14:27:13,199 INFO [main] o.h.Version [Version.java:44] HHH000412: Hibernate ORM core version 5.6.10.Final
2022-07-29 14:27:13,584 INFO [main] o.h.a.c.Version [JavaReflectionManager.java:56] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-29 14:27:13,805 INFO [main] o.h.d.Dialect [Dialect.java:175] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-07-29 14:27:14,857 INFO [main] o.h.e.t.j.p.i.JtaPlatformInitiator [JtaPlatformInitiator.java:52] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-29 14:27:15,030 INFO [main] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:437] Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-07-29 14:27:16,027 WARN [main] o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration [JpaBaseConfiguration.java:219] 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
2022-07-29 14:27:17,415 INFO [main] o.s.s.w.DefaultSecurityFilterChain [DefaultSecurityFilterChain.java:55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@1da61a29, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@47cf922d, org.springframework.security.web.context.SecurityContextPersistenceFilter@3e265811, org.springframework.security.web.header.HeaderWriterFilter@125ba798, org.springframework.web.filter.CorsFilter@6b64921f, org.springframework.security.web.csrf.CsrfFilter@22fe90df, org.springframework.security.web.authentication.logout.LogoutFilter@7ca8f5d7, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@1718de70, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@748fa354, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3ad9fea, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@439d649c, org.springframework.security.web.session.SessionManagementFilter@5cb32140, org.springframework.security.web.access.ExceptionTranslationFilter@356ab368, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5e7ea81b]
2022-07-29 14:27:18,697 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:61] Started UsersApplicationTests in 10.327 seconds (JVM running for 12.751)
2022-07-29 14:27:19,710 INFO [SpringApplicationShutdownHook] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:651] Closing JPA EntityManagerFactory for persistence unit 'default'
2022-07-29 14:27:19,715 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:350] HikariPool-1 - Shutdown initiated...
2022-07-29 14:27:19,747 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:352] HikariPool-1 - Shutdown completed.
2022-07-29 14:28:04,042 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:305] Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.spread.users.UsersApplicationTests], using SpringBootContextLoader
2022-07-29 14:28:04,056 INFO [main] o.s.t.c.s.AbstractContextLoader [AbstractContextLoader.java:264] Could not detect default resource locations for test class [com.spread.users.UsersApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
2022-07-29 14:28:04,058 INFO [main] o.s.t.c.s.AnnotationConfigContextLoaderUtils [AnnotationConfigContextLoaderUtils.java:83] Could not detect default configuration classes for test class [com.spread.users.UsersApplicationTests]: UsersApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2022-07-29 14:28:04,369 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [SpringBootTestContextBootstrapper.java:238] Found @SpringBootConfiguration com.spread.users.UsersApplication for test class com.spread.users.UsersApplicationTests
2022-07-29 14:28:04,607 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:245] 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.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, 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]
2022-07-29 14:28:04,658 INFO [main] o.s.b.t.c.SpringBootTestContextBootstrapper [AbstractTestContextBootstrapper.java:174] Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@c5ee75e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@48a12036, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@bf1ec20, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@70efb718, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@b70da4c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@4a11eb84, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4e858e0a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@435fb7b5, org.springframework.test.context.event.EventPublishingTestExecutionListener@4e70a728, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@b7838a9, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@696f0212, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@5733f295, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@1c3146bc, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@56c698e3, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@47a86fbb, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@f478a81, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@19553973]
2022-07-29 14:28:05,288 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:55] Starting UsersApplicationTests using Java 17.0.1 on Nelsons-MacBook-Pro.local with PID 8440 (started by muturi in /Users/muturi/Documents/Projects/Spread/users/users)
2022-07-29 14:28:05,290 INFO [background-preinit] o.h.v.i.u.Version [Version.java:21] HV000001: Hibernate Validator 6.2.3.Final
2022-07-29 14:28:05,290 DEBUG [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:56] Running with Spring Boot v2.7.2, Spring v5.3.22
2022-07-29 14:28:05,294 INFO [main] c.s.u.UsersApplicationTests [SpringApplication.java:634] No active profile set, falling back to 1 default profile: "default"
2022-07-29 14:28:06,971 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:132] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2022-07-29 14:28:07,107 INFO [main] o.s.d.r.c.RepositoryConfigurationDelegate [RepositoryConfigurationDelegate.java:201] Finished Spring Data repository scanning in 116 ms. Found 2 JPA repository interfaces.
2022-07-29 14:28:08,373 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:110] HikariPool-1 - Starting...
2022-07-29 14:28:09,163 INFO [main] c.z.h.HikariDataSource [HikariDataSource.java:123] HikariPool-1 - Start completed.
2022-07-29 14:28:09,275 INFO [main] o.h.j.i.u.LogHelper [LogHelper.java:31] HHH000204: Processing PersistenceUnitInfo [name: default]
2022-07-29 14:28:09,390 INFO [main] o.h.Version [Version.java:44] HHH000412: Hibernate ORM core version 5.6.10.Final
2022-07-29 14:28:09,745 INFO [main] o.h.a.c.Version [JavaReflectionManager.java:56] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-29 14:28:10,003 INFO [main] o.h.d.Dialect [Dialect.java:175] HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2022-07-29 14:28:11,038 INFO [main] o.h.e.t.j.p.i.JtaPlatformInitiator [JtaPlatformInitiator.java:52] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-29 14:28:11,206 INFO [main] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:437] Initialized JPA EntityManagerFactory for persistence unit 'default'
2022-07-29 14:28:12,142 WARN [main] o.s.b.a.o.j.JpaBaseConfiguration$JpaWebConfiguration [JpaBaseConfiguration.java:219] 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
2022-07-29 14:28:13,458 INFO [main] o.s.s.w.DefaultSecurityFilterChain [DefaultSecurityFilterChain.java:55] Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@32084a01, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@66d73e2d, org.springframework.security.web.context.SecurityContextPersistenceFilter@3e265811, org.springframework.security.web.header.HeaderWriterFilter@125ba798, org.springframework.web.filter.CorsFilter@2433bcd4, org.springframework.security.web.csrf.CsrfFilter@22fe90df, org.springframework.security.web.authentication.logout.LogoutFilter@5418893c, org.springframework.security.oauth2.server.resource.web.BearerTokenAuthenticationFilter@6b64921f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@4f5df012, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@765eb801, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@75d9b73c, org.springframework.security.web.session.SessionManagementFilter@5cb32140, org.springframework.security.web.access.ExceptionTranslationFilter@356ab368, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2e2c9e24]
2022-07-29 14:28:14,775 INFO [main] c.s.u.UsersApplicationTests [StartupInfoLogger.java:61] Started UsersApplicationTests in 10.038 seconds (JVM running for 12.537)
2022-07-29 14:28:15,739 INFO [SpringApplicationShutdownHook] o.s.o.j.LocalContainerEntityManagerFactoryBean [AbstractEntityManagerFactoryBean.java:651] Closing JPA EntityManagerFactory for persistence unit 'default'
2022-07-29 14:28:15,743 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:350] HikariPool-1 - Shutdown initiated...
2022-07-29 14:28:15,771 INFO [SpringApplicationShutdownHook] c.z.h.HikariDataSource [HikariDataSource.java:352] HikariPool-1 - Shutdown completed.