Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<role>committer</role>
<role>PMC</role>
</roles>
<organization></organization>
<organization/>
</developer>
<developer>
<id>apoorvnaik</id>
Expand All @@ -123,7 +123,7 @@
<role>committer</role>
<role>PMC</role>
</roles>
<organization></organization>
<organization/>
<!--<organizationUrl></organizationUrl>-->
</developer>
<developer>
Expand Down Expand Up @@ -347,7 +347,7 @@
<role>committer</role>
<role>PMC</role>
</roles>
<organization></organization>
<organization/>
</developer>
<developer>
<id>kalyanikashikar</id>
Expand Down Expand Up @@ -528,7 +528,7 @@
<role>committer</role>
<role>PMC</role>
</roles>
<organization></organization>
<organization/>
<!--<organizationUrl></organizationUrl>-->
</developer>
<developer>
Expand All @@ -540,7 +540,7 @@
<role>committer</role>
<role>PMC</role>
</roles>
<organization></organization>
<organization/>
</developer>
<developer>
<id>vranganathan</id>
Expand All @@ -551,7 +551,7 @@
<role>committer</role>
<role>PMC</role>
</roles>
<organization></organization>
<organization/>
<!--<organizationUrl></organizationUrl>-->
</developer>
<developer>
Expand All @@ -563,7 +563,7 @@
<role>committer</role>
<role>PMC</role>
</roles>
<organization></organization>
<organization/>
</developer>
<developer>
<id>svimal2106</id>
Expand All @@ -574,7 +574,7 @@
<role>committer</role>
<role>PMC</role>
</roles>
<organization></organization>
<organization/>
<!--<organizationUrl></organizationUrl>-->
</developer>
</developers>
Expand Down Expand Up @@ -681,7 +681,7 @@
<antlr4.version>4.7</antlr4.version>
<aopalliance.version>1.0</aopalliance.version>
<aspectj.runtime.version>1.8.7</aspectj.runtime.version>
<atlas.surefire.options></atlas.surefire.options>
<atlas.surefire.options/>
<avro.version>1.7.5</avro.version>
<calcite.version>1.16.0</calcite.version>
<checkstyle.failOnViolation>false</checkstyle.failOnViolation>
Expand All @@ -700,7 +700,7 @@
<curator.version>4.3.0</curator.version>
<doxia.version>1.8</doxia.version>
<dropwizard-metrics>3.2.2</dropwizard-metrics>
<elasticsearch.version>7.16.2</elasticsearch.version>
<elasticsearch.version>8.18.7</elasticsearch.version>
<entity.repository.impl>org.apache.atlas.repository.audit.InMemoryEntityAuditRepository</entity.repository.impl>
<enunciate-maven-plugin.version>2.17.0</enunciate-maven-plugin.version>
<failsafe.version>2.18.1</failsafe.version>
Expand Down
2 changes: 1 addition & 1 deletion repository/pom.xml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
<version>6.9.2</version>
<version>7.0.0</version>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Fabric8 Kubernetes Dependency Version Conflict

There's a version mismatch between io.fabric8 Kubernetes dependencies. kubernetes-client was updated to 7.0.0, but kubernetes-model remains at 6.9.2. These closely related libraries are typically versioned together, and this major version skew can lead to runtime compatibility issues.

Fix in Cursor Fix in Web

</dependency>

<!-- Optional: For better exception handling and utilities -->
Expand Down
Loading