Skip to content

Commit

Permalink
refactor: removed deprecated io.fabric8:openshift-server-mock artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa authored Nov 11, 2024
1 parent 75fc4ed commit faedc39
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 552 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* Fix #5264: `Config.errorMessages` has been removed. Please use Kubernetes status messages directly.
* Fix #6081: Moved Java baseline from 8 (1.8) to 11
* Fix #6138: Removed unused `io:fabric8:kubernetes-model` artifact
* Fix #5351: Removed deprecated `io.fabric8:openshift-server-mock` artifact
* Fix #6156: Removed deprecated extension `io:fabric8:service-catalog`
* Fix #6158: Removed deprecated methods from `io.fabric8.kubernetes.client.utils.IOHelpers`
* Fix #6361: Renamed SettableBeanPropertyDelegate to SettableBeanPropertyDelegating
Expand Down
9 changes: 9 additions & 0 deletions doc/MIGRATION-v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- [SSL/TLS certificates](#mockwebserver-ssl-tls-certificates)
- [Deprecations and Removals](#deprecations-and-removals)
- [Apache Felix SCR Annotations removed](#apache-felix-scr-annotations)
- [OpenShift Server Mock removed](#openshift-server-mock-removed)
- [Service Catalog API (extension) removed](#service-catalog-extension)


Expand Down Expand Up @@ -226,6 +227,14 @@ If you need the certificates (public and private), you can retrieve them by usin
Declarative Services. Fabric8 Kubernetes Client is now using official OSGi annotations instead. If you're using Apache Felix SCR
annotations, you need to switch to [Official OSGi Component annotations](https://docs.osgi.org/javadoc/r6/cmpn/org/osgi/service/component/annotations/package-summary.html).

### OpenShift Server Mock removed <a href="#openshift-server-mock-removed" id="openshift-server-mock-removed"/>

The `io.fabric8:openshift-server-mock` module has been removed from the project after being deprecated for a long time.

The usage of the `@EnableOpenShiftMockClient` annotation should be replaced with the `@EnableKubernetesMockClient` annotation.

The use of the `OpenShiftMockServer` class should be replaced with the `KubernetesMockServer` class.

### Service Catalog API (extension) removed <a href="#service-catalog-extension" id="service-catalog-extension"/>

The Service Catalog API extension has been removed.
Expand Down
60 changes: 0 additions & 60 deletions junit/openshift-server-mock/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit faedc39

Please sign in to comment.