Merge branch '3.3.x' into 3.4.x

Closes gh-44992
This commit is contained in:
Phillip Webb
2025-04-03 17:52:42 -07:00
130 changed files with 137 additions and 137 deletions

View File

@@ -101,7 +101,7 @@ public final class DefaultJmsListenerContainerFactoryConfigurer {
* Set the {@link ObservationRegistry} to use.
* @param observationRegistry the {@link ObservationRegistry}
* @since 3.2.1
* @deprecated since 3.3.10 for removal in 3.6.0 as this should have been package
* @deprecated since 3.3.10 for removal in 4.0.0 as this should have been package
* private
*/
@Deprecated(since = "3.3.10", forRemoval = true)

View File

@@ -159,7 +159,7 @@ public abstract class JpaBaseConfiguration {
/**
* Return the vendor-specific properties.
* @return the vendor properties
* @deprecated since 3.4.4 for removal in 3.6.0 in favor of
* @deprecated since 3.4.4 for removal in 4.0.0 in favor of
* {@link #getVendorProperties(DataSource)}
*/
@Deprecated(since = "3.4.4", forRemoval = true)