Rename HawkBitFlywayAutoConfiguration -> HawkbitFlywayAutoConfiguration unify 'hawkbit' class names (#2077)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -20,4 +20,4 @@ import org.springframework.context.annotation.PropertySource;
|
|||||||
@Configuration
|
@Configuration
|
||||||
@PropertySource("classpath:/hawkbit-jpa-flyway-defaults.properties")
|
@PropertySource("classpath:/hawkbit-jpa-flyway-defaults.properties")
|
||||||
@AutoConfigureBefore(FlywayAutoConfiguration.class) // ensure that property source is loaded before FlywayAutoConfiguration
|
@AutoConfigureBefore(FlywayAutoConfiguration.class) // ensure that property source is loaded before FlywayAutoConfiguration
|
||||||
public class HawkBitFlywayAutoConfiguration {}
|
public class HawkbitFlywayAutoConfiguration {}
|
||||||
@@ -1 +1 @@
|
|||||||
org.eclipse.hawkbit.autoconfigure.repository.jpa.flyway.HawkBitFlywayAutoConfiguration
|
org.eclipse.hawkbit.autoconfigure.repository.jpa.flyway.HawkbitFlywayAutoConfiguration
|
||||||
|
|||||||
Reference in New Issue
Block a user