-
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
Conversation
Signed-off-by: wind57 <[email protected]>
Signed-off-by: wind57 <[email protected]>
| Fabric8DiscoveryClientAutoConfiguration.class, KubernetesDiscoveryPropertiesAutoConfiguration.class, | ||
| Fabric8DiscoveryClientSpelAutoConfiguration.class, Fabric8ReactiveDiscoveryClientAutoConfiguration.class }) | ||
| final class Fabric8ReactiveDiscoveryHealthAutoConfiguration { | ||
| public final class Fabric8ReactiveDiscoveryHealthAutoConfiguration { |
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.
make class public
| Fabric8DiscoveryClientAutoConfiguration.class, KubernetesDiscoveryPropertiesAutoConfiguration.class, | ||
| Fabric8DiscoveryClientSpelAutoConfiguration.class }) | ||
| final class Fabric8ReactiveDiscoveryClientAutoConfiguration { | ||
| public final class Fabric8ReactiveDiscoveryClientAutoConfiguration { |
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.
make class public and remove stale comment from it
Signed-off-by: wind57 <[email protected]>
| @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 comment
The reason will be displayed to describe this comment to others. Learn more.
make class public
| @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 comment
The reason will be displayed to describe this comment to others. Learn more.
make class public
| @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 comment
The reason will be displayed to describe this comment to others. Learn more.
make class public
| <version>${kubernetes-native-client.version}</version> | ||
| </dependency> | ||
|
|
||
| <dependency> |
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.
k3s is not managed anymore by whomever brought it in (it does not event matter), so I added it explicitly
| <version>1.4.13</version> | ||
| <configuration> | ||
| <repository>${docker.registry.organization}/${artifactId}</repository> | ||
| <repository>${docker.registry.organization}/${project.artifactId}</repository> |
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
Signed-off-by: wind57 <[email protected]>
Signed-off-by: wind57 <[email protected]>
Signed-off-by: wind57 <[email protected]>
Signed-off-by: wind57 <[email protected]>
| * Rancher version to use for test-containers. | ||
| */ | ||
| private static final String RANCHER_VERSION = "rancher/k3s:v1.28.8-k3s1"; | ||
| private static final String RANCHER_VERSION = "rancher/k3s:v1.34.1-k3s1"; |
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.
upgrade of rancher
| <dependency> | ||
| <groupId>org.testcontainers</groupId> | ||
| <artifactId>k3s</artifactId> | ||
| <artifactId>testcontainers-k3s</artifactId> |
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.
k3s testcontainers maven coordinates have changed, let's use the most recent ones
Signed-off-by: wind57 <[email protected]>
Signed-off-by: wind57 <[email protected]>
Signed-off-by: wind57 <[email protected]>
No description provided.