-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
It seems this repo has moved to slf4j-api 2.x, while https://github.com/java-operator-sdk/java-operator-sdk is still on 1.x. This makes code base using both repos (Maven artifacts) non-straight-forward, as 1.x and 2.x are not compatible. I ended up with having:
<dependency>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>kubernetes-webhooks-framework-core</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>Would you consider making this repo stay on 1.x, which I think is still a lot more popular according to maven central? @csviri
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels