Andy Wilkinson
36c1c051b8
Merge branch '2.1.x'
2019-03-20 16:55:10 +00:00
Andy Wilkinson
9fbd38ab3c
Merge branch '1.5.x' into 2.0.x
2019-03-20 16:45:26 +00:00
Andy Wilkinson
b828b398b5
Merge branch '2.1.x'
2019-03-19 17:11:45 +00:00
Spring Operator
3e2b6ac8ed
Update build and setup configuration to use HTTPS
...
See gh-16246
2019-03-19 16:58:31 +00:00
Andy Wilkinson
064f6478df
Move back to JUnit 4 until SUREFIRE-1614 has been resolved
...
See gh-14736
See gh-14737
See gh-14738
2018-12-12 16:49:30 +00:00
Madhura Bhave
59d2b0a3fb
Upgrade tests to Junit5
...
See gh-14737
2018-12-05 17:49:09 -08:00
Phillip Webb
6f0ccc64a5
Fix checkstyle violations
2018-05-25 23:03:17 -07:00
Phillip Webb
21d80d87a3
Merge branch '1.5.x' into 2.0.x
2018-05-25 18:45:37 -07:00
Andy Wilkinson
6fb629227c
Fix race condition in SampleQuartzApplicationTests
2018-01-17 20:56:42 +00:00
Stephane Nicoll
51f0d88eec
Polish "Add test to spring-boot-sample-quartz"
...
Closes gh-11621
2018-01-17 14:31:52 +01:00
Eddú Meléndez
5f1f04a33a
Add test to spring-boot-sample-quartz
...
See gh-11621
2018-01-17 14:27:02 +01:00
Phillip Webb
2855010841
Fix sample POMs
...
Update sample POMs to follow CI friendly Maven conventions.
See gh-9316
2017-10-04 16:34:39 -07:00
Andy Wilkinson
991314c63d
Merge branch '1.5.x'
2017-06-16 09:13:42 +01:00
Stephane Nicoll
7f420d1268
Polish contribution
...
Closes gh-9411
2017-06-06 10:52:31 +02:00
Vedran Pavic
db060c847d
Ensure `QuartzDatabaseInitializer` is initialized before `Scheduler`
...
If the auto-configured `Scheduler` instance backed by JDBC job store is
used as a dependency in an application component, the initialization of
`Scheduler` will be triggered before `QuartzDatabaseInitializer`. This
will result in failure due to schema not being prepared in time for
`Scheduler` to populate job details.
This commit ensures `QuartzDatabaseInitializer` is initialized before the
auto-configured `Scheduler` by introducing a dependency between the two.
See gh-9411
2017-06-06 10:14:49 +02:00
Stephane Nicoll
59a15b259c
Polish "Add Quartz Scheduler support"
...
Closes gh-4299
2017-05-30 18:48:12 +02:00
Vedran Pavic
9e23206c31
Add Quartz Scheduler support
...
See gh-4299
2017-05-30 18:48:12 +02:00