Maziyar Bahramian
6d3cb8eff7
Rename ScheduledTasksObservabilityAutoConfiguration to ScheduledTasksObservationAutoConfiguration
...
See gh-46995
Signed-off-by: Maziyar Bahramian <maziyar.bahramian@gmail.com>
7 months ago
Moritz Halbritter
71ff804717
Adapt to Neo4j image changes
...
The image has been switched in 4761e13228
7 months ago
Moritz Halbritter
2c4d162f40
Polish "Optimize DevTools resource lookup performance"
...
See gh-46289
7 months ago
DongHoon Lee
3e41807e1d
Optimize DevTools resource lookup performance
...
The resource resolver in DevTools can cause performance degradation
during application restarts in large projects. Key methods like
isDeleted() and getAdditionalResources() rely on nested loops, leading
to O(n*m) complexity.
This commit refactors ClassLoaderFiles to use a pre-computed, flattened
map. This provides O(1) complexity for direct lookups and allows for
efficient single-loop iteration.
The ClassLoaderFilesResourcePatternResolver is updated to leverage this
new, efficient structure:
- getFile() and size() are improved from O(n) to O(1).
- isDeleted() and getAdditionalResources() are improved from O(n*m) to
O(m) by eliminating nested loops.
- Data consistency is maintained across all operations.
This optimization significantly improves restart performance with a
minimal memory footprint, while preserving the existing API and
exception handling behavior.
See gh-46289
Signed-off-by: DongHoon Lee <dhl1924@naver.com>
7 months ago
Andy Wilkinson
fe371aba17
Start building against Spring Framework 7.0.0-M9 snapshots
...
See gh-47008
8 months ago
Moritz Halbritter
12bf4507d8
Remove suppressions for module/spring-boot-graphql
...
See gh-46926
8 months ago
Moritz Halbritter
3dba915c01
Improve null-safety of module/spring-boot-webflux
...
See gh-46926
8 months ago
Moritz Halbritter
89c64ef443
Only apply properties to GroovyMarkupConfigurer which are not null
8 months ago
Moritz Halbritter
011d42cb2a
Improve null-safety of module/spring-boot-hibernate
...
See gh-46926
8 months ago
Moritz Halbritter
f272fb6659
Improve null-safety of module/spring-boot-webclient
...
See gh-46926
8 months ago
Moritz Halbritter
bab9cdb47f
Improve null-safety of module/spring-boot-restclient
...
See gh-46926
8 months ago
Moritz Halbritter
3c01fdfeaa
Improve null-safety of module/spring-boot-flyway
...
See gh-46926
8 months ago
Moritz Halbritter
303d4910bd
Improve null-safety of module/spring-boot-webmvc
...
See gh-46926
8 months ago
Moritz Halbritter
74320454c9
Improve null-safety of module/spring-boot-graphql
...
See gh-46926
8 months ago
Moritz Halbritter
0d192347fd
Improve null-safety of module/spring-boot-webflux
...
See gh-46926
8 months ago
Moritz Halbritter
76157c77fa
Improve null-safety of module/spring-boot-web-server
...
See gh-46926
8 months ago
Moritz Halbritter
007720d28d
Improve null-safety of module/spring-boot-tomcat
...
See gh-46926
8 months ago
Moritz Halbritter
dcd25abcce
Improve null-safety of module/spring-boot-security
...
See gh-46926
8 months ago
Moritz Halbritter
99629d0d32
Improve null-safety of module/spring-boot-security-oauth2-resource-server
...
See gh-46926
8 months ago
Moritz Halbritter
72e6ddd919
Improve null-safety of module/spring-boot-rsocket
...
See gh-46926
8 months ago
Moritz Halbritter
26a35c9012
Improve null-safety of module/spring-boot-reactor-netty
...
See gh-46926
8 months ago
Moritz Halbritter
6c288c9def
Improve null-safety of module/spring-boot-r2dbc
...
See gh-46926
8 months ago
Moritz Halbritter
1157a30d06
Improve null-safety of module/spring-boot-pulsar
...
See gh-46926
8 months ago
Moritz Halbritter
d744d8c497
Improve null-safety of module/spring-boot-observation
...
See gh-46926
8 months ago
Moritz Halbritter
55443f7c44
Improve null-safety of module/spring-boot-mustache
...
See gh-46926
8 months ago
Moritz Halbritter
eb14624047
Improve null-safety of module/spring-boot-mongodb
...
See gh-46926
8 months ago
Moritz Halbritter
49d3bd32c4
Improve null-safety of module/spring-boot-metrics
...
See gh-46926
8 months ago
Moritz Halbritter
f1ed5098a3
Improve null-safety of module/spring-boot-liquibase
...
See gh-46926
8 months ago
Moritz Halbritter
3fa7c3a521
Improve null-safety of module/spring-boot-ldap
...
See gh-46926
8 months ago
Moritz Halbritter
369b1e92f9
Improve null-safety of module/spring-boot-kafka
...
See gh-46926
8 months ago
Moritz Halbritter
9d1b4897f1
Improve null-safety of module/spring-boot-jdbc
...
See gh-46926
8 months ago
Moritz Halbritter
09b631d6c0
Improve null-safety of module/spring-boot-http-client
...
See gh-46926
8 months ago
Moritz Halbritter
5f5443ea67
Improve null-safety of module/spring-boot-flyway
...
See gh-46926
8 months ago
Moritz Halbritter
d9750462bc
Improve null-safety of module/spring-boot-devtools
...
See gh-46926
8 months ago
Moritz Halbritter
05ba546a09
Improve null-safety of module/spring-boot-cloudfoundry
...
See gh-46926
8 months ago
Moritz Halbritter
31a9958a06
Improve null-safety of module/spring-boot-cassandra
...
See gh-46926
8 months ago
Moritz Halbritter
39a91dda9d
Improve null-safety of module/spring-boot-amqp
...
See gh-46926
8 months ago
Moritz Halbritter
2907fec181
Improve null-safety of module/spring-boot-actuator
...
See gh-46926
8 months ago
Moritz Halbritter
2e09df4e1a
Improve null-safety of module/spring-boot-actuator-autoconfigure
...
See gh-46926
8 months ago
Moritz Halbritter
43f5eb5f79
Improve null-safety of core/spring-boot
...
See gh-46926
8 months ago
Moritz Halbritter
7ad90fb963
Improve null-safety of core/spring-boot-docker-compose
...
See gh-46926
8 months ago
Phillip Webb
7140be8751
Rename metrics, observation, and tracing modules
...
Rename modules to include 'micrometer'.
Closes gh-46925
8 months ago
Moritz Halbritter
bd1df38ce0
Back off if spring-boot-opentelemetry is missing
...
Closes gh-46303
8 months ago
Brian Clozel
8c0051a02e
Drop Undertow support
...
Spring Framework 7.0 requires a Servlet 6.1 baseline for Servlet containers.
Partial Servlet 6.1 support is available on the `main` Undertow branch,
but there isn't any milestone version available for the undertow 2.4
generation. At this stage of our 4.0 schedule, we think it's safer to drop
Undertow support now.
Closes: gh-46917
8 months ago
Phillip Webb
09eac5f7b4
Polish 'Support virtual threading with JDK HTTP clients'
...
See gh-46404
8 months ago
Sangmin Park
e32e3359c2
Support virtual threading with JDK HTTP clients
...
Update JDK HTTP Clients so that the use virtual threads when
`Threading.VIRTUAL` is active.
See gh-46404
Signed-off-by: Sangmin Park <sangmins930@gmail.com>
8 months ago
Sangmin Park
53ff2de58e
Use `Threading` for virtual thread support
...
See gh-46404
Signed-off-by: Sangmin Park <sangmins930@gmail.com>
8 months ago
Phillip Webb
7098c8e766
Fix types used in connector tests
8 months ago
Phillip Webb
d307d57617
Apply HTTP Service Client properties and use fallback beans
...
Update service client configuration so that properties are always
applied when present. Any settings and factory/connector beans that
are present are now only used as fallbacks.
Fixes gh-46915
8 months ago
Andy Wilkinson
fb8a8e5bb0
Make WebTestClient auto-config back off without CodecCustomizer
...
Fixes gh-46678
8 months ago