Phillip Webb
3a9ca5fa30
Update copyright header of changed files
6 years ago
Madhura Bhave
1db1c8b03c
Validate our own tests work with JUnit5 and the vintage engine
...
Closes gh-14737
Co-authored-by: Stephane Nicoll <snicoll@pivotal.io>
6 years ago
Andy Wilkinson
36c1c051b8
Merge branch '2.1.x'
6 years ago
Andy Wilkinson
9fbd38ab3c
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
b828b398b5
Merge branch '2.1.x'
6 years ago
Spring Operator
3e2b6ac8ed
Update build and setup configuration to use HTTPS
...
See gh-16246
6 years ago
Andy Wilkinson
064f6478df
Move back to JUnit 4 until SUREFIRE-1614 has been resolved
...
See gh-14736
See gh-14737
See gh-14738
6 years ago
Madhura Bhave
59d2b0a3fb
Upgrade tests to Junit5
...
See gh-14737
6 years ago
Phillip Webb
6f0ccc64a5
Fix checkstyle violations
7 years ago
Phillip Webb
21d80d87a3
Merge branch '1.5.x' into 2.0.x
7 years ago
Andy Wilkinson
6fb629227c
Fix race condition in SampleQuartzApplicationTests
7 years ago
Stephane Nicoll
51f0d88eec
Polish "Add test to spring-boot-sample-quartz"
...
Closes gh-11621
7 years ago
Eddú Meléndez
5f1f04a33a
Add test to spring-boot-sample-quartz
...
See gh-11621
7 years ago
Phillip Webb
2855010841
Fix sample POMs
...
Update sample POMs to follow CI friendly Maven conventions.
See gh-9316
7 years ago
Andy Wilkinson
991314c63d
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
7f420d1268
Polish contribution
...
Closes gh-9411
8 years ago
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
8 years ago
Stephane Nicoll
59a15b259c
Polish "Add Quartz Scheduler support"
...
Closes gh-4299
8 years ago
Vedran Pavic
9e23206c31
Add Quartz Scheduler support
...
See gh-4299
8 years ago