Vedran Pavic
|
a4ff3682f6
|
Migrate tests to JUnit 5
Resolves: #1033
|
2019-06-06 20:57:45 +02:00 |
|
Spring Operator
|
0975d4d47e
|
URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 269 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://www.apache.org/licenses/LICENSE-2.0.html with 1 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html) result 200).
|
2019-03-14 20:39:41 -05:00 |
|
Vedran Pavic
|
8a4872b919
|
Improve exception asserts
|
2018-11-26 10:02:40 +01:00 |
|
Vedran Pavic
|
3d2a742328
|
Use Spring Java Format Checkstyle
Closes gh-1113
|
2018-07-23 15:16:35 +02:00 |
|
Vedran Pavic
|
941fdb46f2
|
Replace use of Test.expected with AssertJ
See gh-1032
|
2018-05-04 18:05:38 +02:00 |
|
Vedran Pavic
|
6c2f6c26cc
|
Update integration tests
- upgrade TestContainers to 1.7.1
- update Docker images
- improve MariaDB/MySQL tests to use UTF-8
Closes gh-1034
|
2018-04-20 14:10:52 +02:00 |
|
Rob Winch
|
d590ca58e4
|
Standardize Build
Fixes gh-769
|
2017-04-26 22:11:41 -05:00 |
|
Rob Winch
|
43d83f6398
|
Polish
|
2017-01-16 16:05:36 -06:00 |
|