- 04 Oct, 2017 1 commit
-
-
Phillip Webb authored
-
- 03 Oct, 2017 15 commits
-
-
Madhura Bhave authored
Closes gh-10446
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-10505
-
Stephane Nicoll authored
Closes gh-10319
-
Stephane Nicoll authored
This commit clarifies that DataSourceInitializedEvent is only to be used by the datasource initializer facility and JPA (Hibernate). The even is renamed to DataSourceSchemaCreatedEvent to clarify what it actually signals. Closes gh-4292
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit clarifies the scope of the datasource initializr. In particular, it is not possible to create the schema with that facility and let Hibernate creates additional tables. Closes gh-9048
-
Stephane Nicoll authored
This commit changes HibernateJpaAutoConfiguration to back off if no single datasource candidate is available in the context. Closes gh-5541
-
Stephane Nicoll authored
This commit separates the lifecycle of the datasource initialization from DataSourceInitializer itself. It also makes sure that a @Primary data source is no longer required. Closes gh-10502
-
Andy Wilkinson authored
Closes gh-10501
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/10498: Upgrade to Maven Compiler Plugin 3.7.0
-
Tommy Ludwig authored
Closes gh-10498
-
Stephane Nicoll authored
-
- 02 Oct, 2017 24 commits
-
-
Madhura Bhave authored
Closes gh-10497
-
Andy Wilkinson authored
* gh-10495: Remove BeansEndpoint.BeansEndpointResponse
-
Johnny Lim authored
Closes gh-10495
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, if the file watcher thread tried to stop the FileSystemWatcher when another thread was already stopping it a livelock could occur. The livelock occurred because the file watcher thread would attempt to lock a monitor that was being held by a thread that had joined the file watcher thread and was waiting for it to die. This commit avoid the livelock by narrowing the synchronization that's used when stopping the FileSystemWatcher. The monitor is used to obtain a reference to the file watcher thread in a thread-safe manner, but it is released prior to joining the file watcher thread and waiting for it to die. This will allow a parallel attempt by the file watcher thread to stop itself to succeed. Closes gh-10496
-
Stephane Nicoll authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-10492
-
Andy Wilkinson authored
Closes gh-10491
-
Andy Wilkinson authored
Closes gh-10490
-
Andy Wilkinson authored
Closes gh-10489
-
Andy Wilkinson authored
Closes gh-10488
-
Andy Wilkinson authored
Closes gh-10487
-
Andy Wilkinson authored
Closes gh-10486
-
Andy Wilkinson authored
Closes gh-10485
-
Andy Wilkinson authored
-
Stephane Nicoll authored
* pr/10380: Polish "Auto-configure Kafka MessageConverter" Auto-configure Kafka MessageConverter
-
Stephane Nicoll authored
Closes gh-10380
-
Eddú Meléndez authored
See gh-10380
-
Andy Wilkinson authored
Closes gh-10484
-
Andy Wilkinson authored
Closes gh-10483
-
Andy Wilkinson authored
Closes gh-10482
-
Andy Wilkinson authored
Closes gh-10481
-