Commit Graph

33 Commits

Author SHA1 Message Date
Moritz Halbritter
378f5414cc Fix formatting 2023-08-10 09:21:19 +02:00
Moritz Halbritter
1759b0822f Remove 'version' field from docker-compose files
Docker Compose v2 doesn't need that anymore, see
https://docs.docker.com/compose/compose-file/04-version-and-name/
2023-08-10 09:20:52 +02:00
Moritz Halbritter
8c160b8f10 Fix regex asserting URLs
Closes gh-184
2023-08-10 09:13:18 +02:00
Moritz Halbritter
bc7195d00d Use httpbin as docker compose service
Closes gh-184
2023-07-20 14:02:01 +02:00
Moritz Halbritter
38570578c6 Remove dependency on httpbin.org
Closes gh-180
2023-06-26 16:54:46 +02:00
Andy Wilkinson
0005963627 Polish Gradle build scripts
Improve consistency of whitespace and quotes
2023-05-26 11:07:04 +01:00
Andy Wilkinson
7ab0d163b4 Increase timeouts for calls to httpbin.org
It can be slow to respond which makes the tests fail intermittently.
This commit doubles the timeout to 10 seconds.
2023-05-19 08:29:34 +01:00
Andy Wilkinson
7ba4bb9a99 Apply formatting update to appTest source set 2023-03-20 15:07:25 +00:00
Andy Wilkinson
5170a2e722 Upgrade to Spring Java Format 0.0.38 2023-03-16 12:35:12 +00:00
Sébastien Deleuze
64932ae9b3 Add a test for @SubscribeMapping 2023-02-21 18:49:43 +01:00
Sébastien Deleuze
4b755d1b02 Add a test for @MessageExceptionHandler 2023-02-21 18:49:32 +01:00
Sébastien Deleuze
d3c5d7b5dc Update MySQL Connector/J artifact coordinates
This artifact moved to reverse-DNS compliant
Maven 2+ coordinates.
2023-02-21 14:51:11 +01:00
Moritz Halbritter
39ce9fa7a7 Polish 2023-01-25 14:14:55 +01:00
Christoph Strobl
7dd18fd56f Add test for lazy loading using hibernate enhanced types
This commit adds a test that uses the hibernate enhancer plugin to generate entities that have lazy loading capabilities added to the domain types so that those bits are baked right into the image.
2023-01-24 12:16:06 +01:00
Moritz Halbritter
f47823bc00 Remove Jetty client from webflux-undertow sample
See https://github.com/spring-projects/spring-boot/pull/33640
2023-01-09 11:05:19 +01:00
Moritz Halbritter
03d255d204 Add webmvc-undertow-tls smoke test
Closes gh-68
2022-11-25 13:56:17 +01:00
Moritz Halbritter
fd6cd75bce Add webmvc-jetty-tls smoke test
See gh-68
2022-11-25 13:50:14 +01:00
Moritz Halbritter
ef2268ebd1 Remove useless Kotlin Gradle plugin from webmvc-tomcat-tls 2022-11-25 13:45:14 +01:00
Moritz Halbritter
9da0db5de1 Add webflux-undertow smoke test
Closes gh-58
2022-11-25 13:35:20 +01:00
Moritz Halbritter
617f075958 Move 'websocket' to 'websocket-tomcat' 2022-11-25 13:24:27 +01:00
Moritz Halbritter
620501fd1c Add webmvc-undertow smoke test
See gh-58
2022-11-25 13:22:58 +01:00
Moritz Halbritter
43cb92d63b Format webmvc-tomcat 2022-11-25 13:11:43 +01:00
Moritz Halbritter
05a1e9c8fc Move @MockBean tests to boot-tcf 2022-11-25 12:19:10 +01:00
Moritz Halbritter
c9227eb23f Extract kotlin version into property 2022-11-25 10:05:43 +01:00
Moritz Halbritter
4d970426e5 Add test for WebFlux with Jetty
Closes gh-50
2022-11-24 17:21:13 +01:00
Moritz Halbritter
2ec04f0eab Add test for WebMVC with Jetty
See gh-50
2022-11-24 14:32:16 +01:00
Moritz Halbritter
e8222389d9 Polish RandomPortTests 2022-11-24 12:00:22 +01:00
Moritz Halbritter
8d6803ecce Polish RandomPortTests 2022-11-24 11:58:02 +01:00
Andy Wilkinson
40484a03b0 Configure Jetty smoke tests to use Servlet 5 API 2022-11-09 20:49:59 +00:00
Sébastien Deleuze
84d32f5d0c Fix framework:webflux-netty formatting 2022-11-03 10:07:29 +01:00
Moritz Halbritter
a0a1b4bee8 Add TCF smoke test
See gh-142
2022-10-31 15:58:08 +01:00
Moritz Halbritter
42b71722f7 Add test for Spring Boot's JSON features
Closes gh-143
See gh-142
2022-10-31 14:22:46 +01:00
Andy Wilkinson
7112a4b6a4 Reflect grouping in directory structure 2022-10-28 14:36:50 +01:00