65 Commits

Author SHA1 Message Date
Andy Wilkinson
30a623a98c Merge branch '3.1.x' into 3.2.x 2024-10-21 11:19:54 +01:00
Andy Wilkinson
ca2f9008d6 Add copyright/license headers to Java and Kotlin source files
Closes gh-250
2024-10-21 11:17:51 +01:00
Andy Wilkinson
476a842651 Merge branch '3.1.x' into 3.2.x 2024-08-22 10:35:35 +01:00
Andy Wilkinson
f37d086087 Merge branch '3.1.x' into 3.2.x 2024-07-25 10:56:22 +01:00
Andy Wilkinson
7dbb2cbba8 Enable compile linting and treat warnings as errors
Closes gh-232
2024-07-25 10:11:40 +01:00
Andy Wilkinson
1fd40817bb Configure failure expectations due to breaking change in Jetty 12.0.9 2024-05-17 11:08:44 +01:00
Stéphane Nicoll
dcb6ad1e6a Merge branch '3.1.x' into 3.2.x 2024-05-03 10:52:04 +02:00
Stéphane Nicoll
d2175047bd Remove cache-cache2k sample
There is a request for adding native support that has no made any
progress. We can reintroduce the sample if they end up adding support.
2024-05-03 10:47:59 +02:00
Sébastien Deleuze
43ab098e89 Upgrade Hibernate Gradle plugin in hibernate-enhancer 2024-04-26 11:54:18 +02:00
Stéphane Nicoll
a0a160ce3d Merge branch '3.1.x' into 3.2.x 2024-04-24 16:50:53 +02:00
Stéphane Nicoll
49cc1be535 Add smoke test to exercise scoped proxy scenario
This commit adds a smoke test that is a companion of
https://github.com/spring-projects/spring-framework/issues/32669

Closes gh-215
2024-04-24 11:18:42 +02:00
Sébastien Deleuze
2af92b2eee Disable WebSocket test in webflux-jetty 2024-04-24 10:04:29 +02:00
Sébastien Deleuze
4a87546665 Merge branch '3.1.x' into 3.2.x 2024-04-23 17:57:20 +02:00
Sébastien Deleuze
29f52b7c9f Remove cache-hazelcast smoke test
As discussed with the team since there is no clear path
to get Hazelcast supported with native images.
2024-04-23 12:24:59 +02:00
Sébastien Deleuze
74ee258c0c Merge branch '3.1.x' into 3.2.x 2024-04-23 12:03:32 +02:00
Sébastien Deleuze
026fb2adf1 Configure websocket-jetty as expected to fail 2024-04-23 11:48:11 +02:00
Andy Wilkinson
d9fd6a9c5a Merge branch '3.1.x' into 3.2.x 2024-04-10 13:48:22 +01:00
Andy Wilkinson
b7f3497f23 Configure cache-cache2k as expected to fail
Cache2k does not yet support GraalVM
2024-04-10 13:47:46 +01:00
Andy Wilkinson
76d79ac003 Make webflux-jetty's version overrides enforcedPlatform-compatible
See gh-207
2024-03-25 08:02:05 +00:00
Andy Wilkinson
00e95479c7 Override Servlet API version in enforcedPlatform-compatible way
See gh-207
2024-03-24 17:40:02 +00:00
Andy Wilkinson
bc3d51110a Override Servlet API version in enforcedPlatform-compatible way
See gh-207
2024-03-22 11:13:26 +00:00
Andy Wilkinson
14bccfeaa2 Merge branch '3.1.x' into 3.2.x 2024-03-20 10:41:28 +00:00
Andy Wilkinson
9efd87bf37 Use enforcedPlatform to ensure use of Boot and Cloud's managed versions
Closes gh-207
2024-03-20 10:35:17 +00:00
Andy Wilkinson
5680c65290 Fix another assertion to match changed Hibernate rendering
See gh-202
2024-01-30 10:17:40 +00:00
Moritz Halbritter
28989e5db2 Polish "Add a reproducer for spring-projects/spring-framework#32006"
See gh-200
2024-01-30 09:37:29 +01:00
Sébastien Deleuze
ed7800d7f9 Add a reproducer for spring-projects/spring-framework#32006
See gh-200
2024-01-30 09:36:43 +01:00
Sébastien Deleuze
6771132fda Add a reproducer for spring-projects/spring-framework#29545 2024-01-12 14:28:00 +01:00
Stéphane Nicoll
29a7b01f75 Add smoke test for @Resource processing
This commit adds a smoke test for `@Resource` handing now that is
supported by Spring Framework. Note that this does not include
processing of @Resource on test classes as, unfortunately, this behavior
is not aligned at the moment.

Closes gh-197
2023-12-11 11:24:47 +01:00
Moritz Halbritter
23ec19025b Fix compilation failure in webflux-undertow appTest 2023-09-29 15:38:27 +02:00
Moritz Halbritter
14148395cb Fix compilation failure in webflux-netty appTest 2023-09-29 15:01:32 +02:00
Andy Wilkinson
c3f73e839a Remove more dependency downgrades for Jetty
The downgrades are no longer needed as Boot 3.2 uses Jetty 12
which supports Jakarta EE 10.
2023-09-22 13:08:55 +01:00
Andy Wilkinson
7e9ae3f7b5 Remove dependency downgrades for Jetty
The downgrades are no longer needed as Boot 3.2 uses Jetty 12
which supports Jakarta EE 10.
2023-09-21 18:09:26 +01:00
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