Remove JpaBaseConfiguration.configure() method
Remove the JpaBaseConfiguration.configure() method since it is no longer called. Fixes gh-1865
This commit is contained in:
@@ -137,10 +137,6 @@ public abstract class JpaBaseConfiguration implements BeanFactoryAware {
|
||||
return NO_PACKAGES;
|
||||
}
|
||||
|
||||
protected void configure(
|
||||
LocalContainerEntityManagerFactoryBean entityManagerFactoryBean) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the jtaTransactionManager or {@code null}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user