Skip to content

Conversation

@wind57
Copy link
Contributor

@wind57 wind57 commented Oct 21, 2025

No description provided.

Signed-off-by: wind57 <[email protected]>
Fabric8DiscoveryClientAutoConfiguration.class, KubernetesDiscoveryPropertiesAutoConfiguration.class,
Fabric8DiscoveryClientSpelAutoConfiguration.class, Fabric8ReactiveDiscoveryClientAutoConfiguration.class })
final class Fabric8ReactiveDiscoveryHealthAutoConfiguration {
public final class Fabric8ReactiveDiscoveryHealthAutoConfiguration {
Copy link
Contributor Author

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 {
Copy link
Contributor Author

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 {
Copy link
Contributor Author

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 {
Copy link
Contributor Author

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 {
Copy link
Contributor Author

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>
Copy link
Contributor Author

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>
Copy link
Contributor Author

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

@wind57 wind57 changed the title make auto-configurations public make auto-configurations public + fix changes that came from boot 5 Oct 21, 2025
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";
Copy link
Contributor Author

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>
Copy link
Contributor Author

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]>
@wind57 wind57 closed this Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants