Skip to content

Commit

Permalink
fix #3924: Remove extension mock modules (#4492)
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>

Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
  • Loading branch information
anurag-rajawat committed Oct 18, 2022
1 parent a032222 commit d7bb757
Show file tree
Hide file tree
Showing 88 changed files with 121 additions and 3,622 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@
* Fix #4369: Informers will retry with a backoff on list/watch failure as they did in 5.12 and prior.
* Fix #4350: SchemaSwap annotation is now repeatable and is applied multiple times if classes are used more than once in the class hierarchy.
* Fix #3733: The authentication command from the .kube/config won't be discarded if no arguments are specified
* Fix #3924: Remove extensions mock modules
* Fix #4460: removing split packages. Converting Default clients into adapters rather than real instances.
* Fix #4441: corrected patch base handling for the patch methods available from a Resource - resource(item).patch() will be evaluated as resource(latest).patch(item). Also undeprecated patch(item), which is consistent with leaving patch(context, item) undeprecated as well. For consistency with the other operations (such as edit), patch(item) will use the context item as the base when available, or the server side item when not. This means that patch(item) is only the same as resource(item).patch() when the patch(item) is called when the context item is missing or is the same as the latest.
* Fix #4442: TokenRefreshInterceptor doesn't overwrite existing OAuth token with empty string
Expand Down
49 changes: 0 additions & 49 deletions extensions/camel-k/mock/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion extensions/camel-k/pom.xml
Expand Up @@ -36,7 +36,6 @@
<module>model-v1alpha1</module>
<module>model-v1</module>
<module>client</module>
<module>mock</module>
<module>tests</module>
</modules>

Expand Down
50 changes: 0 additions & 50 deletions extensions/certmanager/mock/pom.xml

This file was deleted.

0 comments on commit d7bb757

Please sign in to comment.