Remove actuate from restructured metrics package names
This commit is contained in:
committed by
Phillip Webb
parent
8938c809a5
commit
0464bf753f
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.jdbc.actuate.metrics;
|
||||
package org.springframework.boot.jdbc.metrics;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.Map;
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.jdbc.actuate.metrics.autoconfigure;
|
||||
package org.springframework.boot.jdbc.metrics.autoconfigure;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.Collections;
|
||||
@@ -39,9 +39,9 @@ import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
|
||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
|
||||
import org.springframework.boot.autoconfigure.condition.ConditionalOnClass;
|
||||
import org.springframework.boot.jdbc.DataSourceUnwrapper;
|
||||
import org.springframework.boot.jdbc.actuate.metrics.DataSourcePoolMetrics;
|
||||
import org.springframework.boot.jdbc.autoconfigure.DataSourceAutoConfiguration;
|
||||
import org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider;
|
||||
import org.springframework.boot.jdbc.metrics.DataSourcePoolMetrics;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.core.log.LogMessage;
|
||||
@@ -17,4 +17,4 @@
|
||||
/**
|
||||
* Auto-configuration for JPA metrics.
|
||||
*/
|
||||
package org.springframework.boot.jdbc.actuate.metrics.autoconfigure;
|
||||
package org.springframework.boot.jdbc.metrics.autoconfigure;
|
||||
@@ -17,4 +17,4 @@
|
||||
/**
|
||||
* Metrics for JDBC.
|
||||
*/
|
||||
package org.springframework.boot.jdbc.actuate.metrics;
|
||||
package org.springframework.boot.jdbc.metrics;
|
||||
@@ -1,5 +1,4 @@
|
||||
org.springframework.boot.jdbc.actuate.health.autoconfigure.DataSourceHealthContributorAutoConfiguration
|
||||
org.springframework.boot.jdbc.actuate.metrics.autoconfigure.DataSourcePoolMetricsAutoConfiguration
|
||||
org.springframework.boot.jdbc.autoconfigure.DataSourceAutoConfiguration
|
||||
org.springframework.boot.jdbc.autoconfigure.DataSourceInitializationAutoConfiguration
|
||||
org.springframework.boot.jdbc.autoconfigure.DataSourceTransactionManagerAutoConfiguration
|
||||
@@ -7,3 +6,4 @@ org.springframework.boot.jdbc.autoconfigure.JdbcClientAutoConfiguration
|
||||
org.springframework.boot.jdbc.autoconfigure.JdbcTemplateAutoConfiguration
|
||||
org.springframework.boot.jdbc.autoconfigure.JndiDataSourceAutoConfiguration
|
||||
org.springframework.boot.jdbc.autoconfigure.XADataSourceAutoConfiguration
|
||||
org.springframework.boot.jdbc.metrics.autoconfigure.DataSourcePoolMetricsAutoConfiguration
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.jdbc.actuate.metrics;
|
||||
package org.springframework.boot.jdbc.metrics;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.Collections;
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.boot.jdbc.actuate.metrics.autoconfigure;
|
||||
package org.springframework.boot.jdbc.metrics.autoconfigure;
|
||||
|
||||
import java.sql.SQLException;
|
||||
import java.util.UUID;
|
||||
Reference in New Issue
Block a user