Commit Graph
58040 Commits
Author SHA1 Message Date
Stéphane Nicoll f420aea3da Merge branch '3.5.x'
Closes gh-47723
2025-10-21 08:01:59 +02:00
Stéphane Nicoll dd1b3cf359 Merge branch '3.4.x' into 3.5.x
Closes gh-47722
2025-10-21 08:01:45 +02:00
Stéphane Nicoll b9ce639a3d Merge pull request #47696 from Lublanski
* pr/47696:
  Polish "Fix Homebrew formula to use libexec"
  Fix Homebrew formula to use libexec
  Configure Jetty with VirtualThreadPool

Closes gh-47696
2025-10-21 08:01:40 +02:00
Stéphane Nicoll f8e04e0be2 Polish "Fix Homebrew formula to use libexec"
See gh-47696
2025-10-21 07:58:58 +02:00
Phillip Webb aa3daddc91 Merge pull request #47387 from vpavic
* pr/47387:
  Disable LiveReload server by default

Closes gh-47387
2025-10-20 18:10:56 -07:00
Vedran Pavic b3133d4ec1 Disable LiveReload server by default
Change the default value of the configuration property
`spring.devtools.livereload.enabled` to `false`.

See gh-47387

Signed-off-by: Vedran Pavic <vedran@vedranpavic.com>
2025-10-20 18:10:47 -07:00
Phillip Webb 41a399c5ae Replace BaseUrl with LocalTestWebServer
Replace `BaseUrl` and `BaseUrlProvider` provider code with a more
targeted `LocalTestWebServer` class.

The `LocalTestWebServer` can be used to obtain the url of the locally
running server, or provide `UriBuilderFactory` or `UriBuilder`
instances base on it.

This commit also updates the MockMVC HTML Unit auto-configuration to
directly use `localhost` as the base URL.

Closes gh-47680
2025-10-20 17:44:51 -07:00
Andy Wilkinson 2b36c89e91 Remove some remnants of the embedded launch script support
See gh-47666
2025-10-20 22:02:39 +01:00
Andy Wilkinson 81aa674adb Remove support for embedded launch scripts
Closes gh-47666
2025-10-20 20:03:14 +01:00
Phillip Webb de39cc6659 Adapt to upstream Spring Security changes
Adapt to https://github.com/spring-projects/spring-security/issues/16300

See gh-47499
2025-10-20 11:21:24 -07:00
Stéphane Nicoll 6ff720d8f1 Merge pull request #47707 from onobc
* pr/47707:
  Polish "Remove Spring Pulsar Reactive support"
  Remove Spring Pulsar Reactive support

Closes gh-47707
2025-10-20 18:15:45 +02:00
Stéphane Nicoll 9c969f91be Polish "Remove Spring Pulsar Reactive support"
See gh-47707
2025-10-20 18:15:34 +02:00
onobc 4aaa1dfb5f Remove Spring Pulsar Reactive support
This removes the auto-configuration for Spring Pulsar Reactive.

Consolidates the PulsarConfiguration into the PulsarAutoConfiguration because
there is no longer a need to factor out the common components between Spring
Pulsar and Spring Pulsar Reactive.

See gh-47707

Signed-off-by: onobc <chris.bono@gmail.com>
2025-10-20 18:15:34 +02:00
Moritz Halbritter 11f1c6c6d9 Add architecture rule to prevent public modifiers in imported configurations
See gh-47715
2025-10-20 17:18:36 +02:00
Vinicius Lublanski 72832b06d3 Fix Homebrew formula to use libexec
See gh-47696

Signed-off-by: Vinicius Lublanski <vlublima@gmail.com>
2025-10-20 15:54:16 +02:00
Moritz Halbritter 64136a9901 Remove public modifier from referenced configurations in auto-configurations
Closes gh-47715
2025-10-20 15:18:11 +02:00
Stéphane Nicoll dfb4213f33 Stop using LoggerContext#start
Closes gh-46035
2025-10-20 14:58:44 +02:00
Brian Clozel 90c656c529 Merge branch '3.5.x'
Closes gh-47718
2025-10-20 14:32:35 +02:00
Brian Clozel 128975945b Merge branch '3.4.x' into 3.5.x
Closes gh-47717
2025-10-20 14:29:21 +02:00
Brian Clozel 9dda15a825 Configure Jetty with VirtualThreadPool
Prior to this commit, Spring Boot would auto-configure a
`QueuedThreadPool` on the Jetty embedded server when the virtual threads
option is enabled.

This commit configures instead the dedicated `VirtualThreadPool` that
the Jetty team recommends when Virtual Threads is supported.

Fixes gh-47690
2025-10-20 14:20:45 +02:00
Stéphane Nicoll fad9a6e23e Merge branch '3.5.x' 2025-10-20 13:56:38 +02:00
Stéphane Nicoll 01ff8f8095 Adapt assertions to recent changes in Spring Security
See https://github.com/spring-projects/spring-authorization-server/issues/2219
2025-10-20 13:49:16 +02:00
Stéphane Nicoll 1b1801adb1 Polish 2025-10-20 13:33:00 +02:00
Stéphane Nicoll 93039fb472 Merge pull request #47503 from quaff
* pr/47503:
  Polish "Use JsonMapper instead of ObjectMapper where feasible"
  Use JsonMapper instead of ObjectMapper where feasible

Closes gh-47503
2025-10-20 13:32:51 +02:00
Stéphane Nicoll f1b1183098 Polish "Use JsonMapper instead of ObjectMapper where feasible"
See gh-47503
2025-10-20 13:21:47 +02:00
Yanming Zhou 609b0b444e Use JsonMapper instead of ObjectMapper where feasible
See gh-47503

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-10-20 13:16:52 +02:00
Stéphane Nicoll f1178e6481 Remove management.observations.long-task-timer.enabled
This commit removes the m.observations.long-task-timer.enabled
property in favor of the existing m.metrics.observations.ignored-meters
property.

Closes gh-45725
2025-10-20 12:56:55 +02:00
Stéphane Nicoll 9c792bdbcd Upgrade to Dokka 2.1.0
Closes gh-47668
2025-10-20 10:44:56 +02:00
Stéphane Nicoll 13cf666948 Merge branch '3.5.x' 2025-10-20 08:16:25 +02:00
Stéphane Nicoll 94585eaa7c Merge branch '3.4.x' into 3.5.x 2025-10-20 08:16:18 +02:00
Stéphane Nicoll f91dc0a62d Upgrade to Logback 1.5.20
Closes gh-47714
2025-10-20 07:56:20 +02:00
Stéphane Nicoll 3e0050e957 Upgrade to Groovy 4.0.29
Closes gh-47713
2025-10-20 07:56:15 +02:00
Stéphane Nicoll 9f9c178067 Upgrade to Logback 1.5.20
Closes gh-47712
2025-10-20 07:56:13 +02:00
Stéphane Nicoll 4b31052d31 Upgrade to Groovy 4.0.29
Closes gh-47711
2025-10-20 07:56:08 +02:00
Stéphane Nicoll f4507a2ae9 Upgrade to XML Maven Plugin 1.2.0
Closes gh-47710
2025-10-20 07:53:32 +02:00
Stéphane Nicoll 0c43c83932 Upgrade to Selenium 4.37.0
Closes gh-47709
2025-10-20 07:53:28 +02:00
Stéphane Nicoll 28c8a9ae39 Upgrade to Logback 1.5.20
Closes gh-47708
2025-10-20 07:53:23 +02:00
Stéphane Nicoll 90804c8c2b Adapt @AutoConfigureHttpGraphQlTester to new testing infrastructure
This commit adapts @AutoConfigureHttpGraphQlTester to rely on the
auto-configured WebTestClient and stop triggering the configuration
of MockMvc.

Closes gh-47660
2025-10-19 17:46:11 +02:00
Stéphane Nicoll 3561b9db3c Polish 2025-10-19 17:27:07 +02:00
Stéphane Nicoll cfe57624e6 Merge branch '3.5.x'
Closes gh-47704
2025-10-19 16:48:52 +02:00
Stéphane Nicoll c8a990f40a Merge branch '3.4.x' into 3.5.x
Closes gh-47703
2025-10-19 16:48:03 +02:00
Stéphane Nicoll ebf9ab5132 Merge pull request #47694 from Pankraz76
* pr/47694:
  Remove unnused parameter

Closes gh-47694
2025-10-19 16:47:57 +02:00
Vincent Potucek 168fa858c5 Remove unnused parameter
See gh-47694

Signed-off-by: Vincent Potucek <vpotucek@me.com>
2025-10-19 16:45:59 +02:00
Stéphane Nicoll 32c717b40c Harmonize Hibernate dependency management
Closes gh-47698
2025-10-19 16:34:54 +02:00
Stéphane Nicoll bf0f96457a Merge branch '3.5.x'
Closes gh-47701
2025-10-19 16:16:59 +02:00
Stéphane Nicoll 12a0538484 Merge branch '3.4.x' into 3.5.x
Closes gh-47700
2025-10-19 16:15:38 +02:00
Stéphane Nicoll 5280f1ab8f Refresh tools getting started section
Closes gh-47699
2025-10-19 16:15:13 +02:00
Stéphane Nicoll ccb856fcbe Upgrade to Groovy 5.0.2
Closes gh-47147
2025-10-19 15:58:40 +02:00
Andy Wilkinson 1be6a54807 Remove support for spring-restdocs-restassured
Closes gh-47685
2025-10-18 10:00:51 +01:00
Andy Wilkinson 5d460bc602 Use RestTestClient rather than REST Assured
Closes gh-47686
2025-10-18 10:00:51 +01:00