Commit Graph

26645 Commits

Author SHA1 Message Date
Dmytro Nosan
4c3c7b4543 Add WebMvcTestOAuth2Tests
See gh-45654

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-05-25 09:16:19 +02:00
Yanming Zhou
0fea1a00e0 Reuse properties from field
See gh-45642

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-05-23 15:46:54 +01:00
Andy Wilkinson
cd6b0fe7c3 Add to javadoc how applications can use Configurer classes
Closes gh-42878
2025-05-23 14:34:55 +01:00
Tran Ngoc Nhan
c9bf87be7d Make all @ConfigurationPropertiesBinding @Bean methods static
See gh-45640

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-05-23 14:17:51 +01:00
Andy Wilkinson
9a2d8c589e Clarify how to use Pushgateway auto-configuration
Closes gh-44392
2025-05-23 12:30:08 +01:00
Andy Wilkinson
7628ae8503 Check Kotlin code using Detekt
Closes gh-45583
2025-05-23 09:22:08 +01:00
Andy Wilkinson
bdf0ef19a4 Correct docs for use of static with @ConfigurationPropertiesBinding
Closes gh-45621
2025-05-21 08:39:10 +01:00
Stéphane Nicoll
6b8ab75ae4 Upgrade to Spring Pulsar 1.1.12
Closes gh-45428
2025-05-21 09:04:21 +02:00
Stéphane Nicoll
52fcd2126f Upgrade to Spring Integration 6.3.10
Closes gh-45426
2025-05-21 09:04:20 +02:00
Phillip Webb
2b2228eba5 Update copyright year of changed files 2025-05-20 17:20:07 -07:00
Phillip Webb
5690791261 Document the java info contribution
Closes gh-45566
2025-05-20 14:37:44 -07:00
Phillip Webb
aa9cc4ae0e Fix errors accidentally added to InfoEndpointDocumentationTests 2025-05-20 14:26:11 -07:00
Phillip Webb
64aefcb658 Polish 'Document the os info contribution'
See gh-45565
2025-05-20 13:57:36 -07:00
Phillip Webb
752135d068 Document the process info contribution
Closes gh-45567
2025-05-20 13:54:42 -07:00
Phillip Webb
c99521ff0f Document the os info contribution
Closes gh-45565
2025-05-20 13:18:13 -07:00
Phillip Webb
1d923ccc43 Document that spring.application.name / group are used with logging
Closes gh-45597
2025-05-20 12:57:00 -07:00
Phillip Webb
fa0107c431 Document @ConfigurationPropertiesBinding should use static bean methods
Closes gh-45621
2025-05-20 12:53:03 -07:00
Stéphane Nicoll
25796e031c Polish "Consistent condition for ObservedAspectConfiguration"
See gh-45601
2025-05-20 14:45:44 +02:00
Dmytro Nosan
b22d3caaad Consistent condition for ObservedAspectConfiguration
This commit adds the same conditions that control some observation
aspects to control the creation of an `ObservedAspect` bean. It now is
guarded by  `management.observations.annotations.enabled` and
`micrometer.observations.annotations.enabled`.

See gh-45601

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
2025-05-20 14:45:44 +02:00
Andy Wilkinson
5ed981df9c Migrate from gcr.io to docker.io for Paketo images
Closes gh-45609
2025-05-20 11:23:28 +01:00
Stéphane Nicoll
09f72dab27 Upgrade to Spring Kafka 3.2.9
Closes gh-45427
2025-05-20 08:28:32 +02:00
Johnny Lim
0a54804a0f Polish
See gh-45592

Signed-off-by: Johnny Lim <izeye@naver.com>
2025-05-18 09:20:33 +02:00
Stéphane Nicoll
2a66e46c0a Upgrade to Spring Retry 2.0.12
Closes gh-45429
2025-05-17 12:44:20 +02:00
Stéphane Nicoll
49b28072de Upgrade to Spring Data Bom 2024.0.12
Closes gh-45422
2025-05-16 16:38:47 +02:00
Andy Wilkinson
13b95a5da8 Polish Cassandra health auto-configuration
The indicators that require Spring Data were removed. This commit
updates the auto-configuration ordering as there's no longer a need
for Spring Data Cassandra to have been auto-configured first. It also
simplifies the tests as Spring Data no longer needs to be considered.

Closes gh-45585
2025-05-16 12:46:32 +01:00
Stéphane Nicoll
7b89fa0d33 Upgrade to Spring WS 4.0.14
Closes gh-45580
2025-05-16 06:45:10 +02:00
Phillip Webb
535a85de2e Simplify javadoc links that use single element package
Closes gh-43230
2025-05-15 16:08:45 -07:00
Andy Wilkinson
2bb4278f96 Use Framework's ResolvableType
Replace accidental use of Lettuce's class of the same name.

Closes gh-45561
2025-05-15 08:25:14 +01:00
Yanming Zhou
0d153dd91a Remove unused imports in sample
See gh-45554

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-05-15 08:27:01 +02:00
Phillip Webb
27c4d1ff24 Document the way that primary Kotlin constructors are used when binding
Improve constructor binding documentation for Kotlin and add a test
to prove a no-param primary constructor disables constructor binding.

Closes gh-44849
2025-05-14 18:13:54 -07:00
Phillip Webb
34dee77a3e Improve "profile" reference documentation with additional admonitions
Closes gh-45522
2025-05-14 16:20:35 -07:00
Phillip Webb
ce900b1304 Ensure setEnvironmentPrefix works with spring.profiles.active
Update `ConfigDataEnvironmentContributor` to ensure that origin prefixes
are considered when binding properties.

Fixes gh-45387
2025-05-14 15:25:30 -07:00
Stéphane Nicoll
0946de87e1 Upgrade to Reactor Bom 2023.0.18
Closes gh-45420
2025-05-14 09:50:02 +02:00
Stéphane Nicoll
09c79cce85 Upgrade to Tomcat 10.1.41
Closes gh-45514
2025-05-13 09:22:46 +02:00
Stéphane Nicoll
1662f051d4 Upgrade to Micrometer Tracing 1.3.12
Closes gh-45418
2025-05-13 09:07:04 +02:00
Stéphane Nicoll
48c765674f Upgrade to Micrometer 1.13.14
Closes gh-45416
2025-05-13 09:07:04 +02:00
Stéphane Nicoll
8afae11be2 Upgrade to Jetty 12.0.21
Closes gh-45513
2025-05-13 09:07:04 +02:00
Tran Ngoc Nhan
8dcf969005 Fix typos
See gh-45411

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-05-09 17:34:37 -07:00
Andy Wilkinson
fe6f0a5905 Stop leaking a cache in Cache2kCacheMeterBinderProviderTests
Closes gh-45469
2025-05-09 14:30:28 +01:00
Stéphane Nicoll
421be5e0e6 Upgrade to R2DBC Proxy 1.1.6.RELEASE
Closes gh-45454
2025-05-09 13:05:01 +02:00
Stéphane Nicoll
fd68325566 Upgrade to Netty 4.1.121.Final
Closes gh-45453
2025-05-09 13:04:57 +02:00
Stéphane Nicoll
6c223e4a60 Upgrade to jOOQ 3.19.23
Closes gh-45452
2025-05-09 13:04:53 +02:00
Stéphane Nicoll
b41296f8c7 Upgrade to Jetty 12.0.20
Closes gh-45451
2025-05-09 13:04:49 +02:00
Stéphane Nicoll
c101baa787 Upgrade to Neo4j Java Driver 5.28.5
Closes gh-45430
2025-05-09 12:25:19 +02:00
Stéphane Nicoll
2abd1bedb7 Start building against Spring Retry 2.0.12 snapshots
See gh-45429
2025-05-09 12:25:18 +02:00
Stéphane Nicoll
2dd339ece6 Start building against Spring Pulsar 1.1.12 snapshots
See gh-45428
2025-05-09 12:25:18 +02:00
Stéphane Nicoll
1f0ede7785 Start building against Spring Kafka 3.2.9 snapshots
See gh-45427
2025-05-09 12:25:18 +02:00
Stéphane Nicoll
d8e491e8be Start building against Spring Integration 6.3.10 snapshots
See gh-45426
2025-05-09 12:25:18 +02:00
Stéphane Nicoll
3ac1869acd Start building against Spring Data Bom 2024.0.12 snapshots
See gh-45422
2025-05-09 12:25:18 +02:00
Stéphane Nicoll
8252ebe6d9 Start building against Reactor Bom 2023.0.18 snapshots
See gh-45420
2025-05-09 12:25:18 +02:00