-
Couldn't load subscription status.
- Fork 1k
make auto-configurations public + fix changes that came from boot 5 #2078
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 7 commits
19c3b59
fdae212
5b66417
0633829
2b3293a
bd9c069
58d0b37
dc39256
601ee54
b36451d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -62,6 +62,13 @@ | |
| <version>${kubernetes-native-client.version}</version> | ||
| </dependency> | ||
|
|
||
| <dependency> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. k3s is not managed anymore by whomever brought it in (it does not event matter), so I added it explicitly |
||
| <groupId>org.testcontainers</groupId> | ||
| <artifactId>testcontainers-k3s</artifactId> | ||
| <version>2.0.1</version> | ||
| </dependency> | ||
|
|
||
|
|
||
| <!-- Own dependencies --> | ||
| <dependency> | ||
| <groupId>org.springframework.cloud</groupId> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,7 +38,7 @@ | |
| @Configuration(proxyBeanMethods = false) | ||
| @ConditionalOnKubernetesCatalogWatcherEnabled | ||
| @AutoConfigureAfter({ Fabric8AutoConfiguration.class, KubernetesDiscoveryPropertiesAutoConfiguration.class }) | ||
| final class Fabric8CatalogWatchAutoConfiguration { | ||
| public final class Fabric8CatalogWatchAutoConfiguration { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. make class public |
||
|
|
||
| @Bean | ||
| @ConditionalOnMissingBean | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -55,7 +55,7 @@ | |
| @AutoConfigureBefore({ SimpleDiscoveryClientAutoConfiguration.class, CommonsClientAutoConfiguration.class }) | ||
| @AutoConfigureAfter({ Fabric8AutoConfiguration.class, KubernetesDiscoveryPropertiesAutoConfiguration.class, | ||
| Fabric8DiscoveryClientSpelAutoConfiguration.class, Fabric8DiscoveryClientSpelAutoConfiguration.class }) | ||
| final class Fabric8DiscoveryClientAutoConfiguration { | ||
| public final class Fabric8DiscoveryClientAutoConfiguration { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. make class public |
||
|
|
||
| private static final LogAccessor LOG = new LogAccessor( | ||
| LogFactory.getLog(Fabric8DiscoveryClientAutoConfiguration.class)); | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,7 +43,7 @@ | |
| @ConditionalOnBlockingOrReactiveDiscoveryEnabled | ||
| @ConditionalOnCloudPlatform(CloudPlatform.KUBERNETES) | ||
| @AutoConfigureAfter(KubernetesDiscoveryPropertiesAutoConfiguration.class) | ||
| final class Fabric8DiscoveryClientSpelAutoConfiguration { | ||
| public final class Fabric8DiscoveryClientSpelAutoConfiguration { | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. make class public |
||
|
|
||
| @Bean | ||
| @ConditionalOnMissingBean | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
project.artifactId instead of (deprecated) artifactId